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.

39 lines
1.1 KiB

  1. /*************************************************
  2. * uniime.rc *
  3. * *
  4. * Copyright (C) 1995-1999 Microsoft Inc. *
  5. * *
  6. *************************************************/
  7. #include <winuser.h>
  8. #include "uniime.rcv"
  9. #include "imerc.h"
  10. #include "ime.rc"
  11. IDRC_PHRASETABLES RCDATA
  12. BEGIN
  13. #ifdef UNICODE
  14. // szTblFile[MAX_PHRASE_TABLES][16]
  15. L"LCPTR.TBL\0 23456",
  16. L"LCPHRASE.TBL\0 56"
  17. #else
  18. // szTblFile[MAX_PHRASE_TABLES][32]
  19. "LCPTR.TBL\0 234567890123456789012",
  20. "LCPHRASE.TBL\0 567890123456789012"
  21. #endif
  22. END
  23. IDBM_CMODE_NATIVE BITMAP Chinese.bmp
  24. IDIC_IME_ICON ICON IME.ICO
  25. STRINGTABLE
  26. BEGIN
  27. IDS_IMENAME, "Input Method"
  28. // "�ɮ� %s �}�ҿ��~ , ���[�\���L�k�ϥ�"
  29. IDS_FILE_OPEN_FAIL, "File %s open error , phrase association function can not work"
  30. // "�O���餣�� , ���[�\���L�k�ϥ�"
  31. IDS_MEM_LACK_FAIL, "Memory insufficient , phrase association function can not work"
  32. END