Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/************************************************* * uniime.rc * * * * Copyright (C) 1995-1999 Microsoft Inc. * * * *************************************************/
#include <winuser.h> #include "uniime.rcv" #include "imerc.h" #include "ime.rc"
IDRC_PHRASETABLES RCDATA BEGIN #ifdef UNICODE // szTblFile[MAX_PHRASE_TABLES][16] L"LCPTR.TBL\0 23456", L"LCPHRASE.TBL\0 56" #else // szTblFile[MAX_PHRASE_TABLES][32] "LCPTR.TBL\0 234567890123456789012", "LCPHRASE.TBL\0 567890123456789012" #endif END
IDBM_CMODE_NATIVE BITMAP Chinese.bmp
IDIC_IME_ICON ICON IME.ICO
STRINGTABLE BEGIN IDS_IMENAME, "Input Method" // "�ɮ� %s �}�ҿ��~ , ���[�\���L�k�ϥ�" IDS_FILE_OPEN_FAIL, "File %s open error , phrase association function can not work" // "�O���餣�� , ���[�\���L�k�ϥ�" IDS_MEM_LACK_FAIL, "Memory insufficient , phrase association function can not work" END
|