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.
39 lines
1.1 KiB
39 lines
1.1 KiB
|
|
/*************************************************
|
|
* 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 開啟錯誤 , 附加功能無法使用"
|
|
IDS_FILE_OPEN_FAIL, "File %s open error , phrase association function can not work"
|
|
// "記憶體不足 , 附加功能無法使用"
|
|
IDS_MEM_LACK_FAIL, "Memory insufficient , phrase association function can not work"
|
|
END
|
|
|