Source code of Windows XP (NT5)
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.

84 lines
2.8 KiB

  1. /*************************************************
  2. * rc.h *
  3. * *
  4. * Copyright (C) 1993-1999 Microsoft Inc. *
  5. * *
  6. *************************************************/
  7. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  8. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  9. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  10. // PARTICULAR PURPOSE.
  11. //
  12. //
  13. // PURPOSE:
  14. // Contains declarations for all globally scoped names in the program.
  15. //
  16. //-------------------------------------------------------------------------
  17. // Command ID definitions. These definitions are used to associate menu
  18. // items with commands.
  19. // File menu
  20. #define IDM_EXIT 0x0800
  21. //-------------------------------------------------------------------------
  22. // String Table ID definitions.
  23. #define IDS_APPNAME 0x0800
  24. #define IDS_DESCRIPTION 0x0801
  25. #define IDS_FONT_NAME 0x0802
  26. #define IDS_FILTERSPEC 0x0803
  27. #define IDS_DEFAULTFILEEXT 0x0804
  28. #define IDS_FILTERSPEC_ALL 0x0805
  29. #define IDS_ALLFILEEXT 0x0806
  30. #define IDS_OPENTITLE 0x0807
  31. #define IDS_BUILDTITLE 0x0808
  32. #define IDS_ERR_ERROR 0x0820
  33. #define IDS_ERR_USE_RESERVE 0x0821
  34. #define IDS_ERR_MAIN_TABLE 0x0822
  35. #define IDS_ERR_NO_MINIIME 0x0823
  36. #define IDS_ERR_IME_ACCESS 0x0824
  37. #define IDS_ERR_MEMORY 0x0825
  38. #define IDS_ERR_SBCS 0x0826
  39. #define IDS_ERR_FILEOPEN 0x0827
  40. #define IDS_ERR_FILEREAD 0x0828
  41. #define IDS_ERR_FILEWRITE 0x0829
  42. #define IDS_ERR_INPUTIME 0x0830
  43. #define IDS_ERR_OVER_BITLEN 0x0831
  44. #define IDS_ERR_BASEIME 0x0832
  45. #define IDS_ERR_NORADICAL 0x0833
  46. #define IDS_ERR_OVER_MAXLEN 0x0834
  47. #define IDS_ERR_KEYNUM 2090
  48. #define IDS_ERR_IMENAME 2091
  49. #define IDS_MSG_INFOMATION 0x0850
  50. #define IDS_MSG_PROCESS_OK 0x0851
  51. #define IDS_FILEDESCRIPTION_STR 0x0900
  52. #define IDS_PRODUCTNAME_STR 0x0901
  53. #define IDS_VER_INTERNALNAME_STR 0x0902
  54. #define IDS_LIBERARY_NAME 0x0903
  55. #define IDS_DEFINITION_NAME 0x0904
  56. //---usd by dialog box
  57. #define IDD_IME_NAME 0x0800
  58. #define IDD_TABLE_NAME 0x0801
  59. #define IDD_BITMAP_NAME 0x0802
  60. #define IDD_ICON_NAME 0x0803
  61. #define IDD_SPIN 0x0804
  62. #define IDD_ROOT_NUM 0x0805
  63. #define IDD_IME_FILE_NAME 0x0806
  64. #define IDD_CANDBEEP_YES 0x0807
  65. #define IDD_CANDBEEP_NO 0x0808
  66. #define IDD_HELP 0x0809
  67. #define IDD_BROWSE 0x080a
  68. #define IDD_IMENAME 1901
  69. #define IDD_IMEPARAM 1902
  70. #define IDD_IMETABLE 1903
  71. //---end of dialog box