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.

109 lines
3.7 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // File: resource.h
  4. //
  5. //----------------------------------------------------------------------------
  6. #ifndef RESOURCE_H
  7. #define RESOURCE_H
  8. #define DEVICE_TYPE_KBD 0
  9. #define DEVICE_TYPE_PEN 1
  10. #define DEVICE_TYPE_MIC 2
  11. #define DEVICE_TYPE_NUM 3
  12. //---------------------------------------------------------------------------
  13. // Strings
  14. //---------------------------------------------------------------------------
  15. #define IDS_UNKNOWN 200
  16. #define IDS_IMECLOSE 201
  17. #define IDS_IMEOPEN 202
  18. #define IDS_SOFTKBDOFF 203
  19. #define IDS_SOFTKBDON 204
  20. #define IDS_IMESHOWSTATUS 205
  21. #define IDS_CONFIGUREIME 206
  22. #define IDS_IMEHELP 207
  23. #define IDS_NUI_DEVICE_NAME_START 208
  24. #define IDS_NUI_DEVICE_NAME_KBD 208
  25. #define IDS_NUI_DEVICE_NAME_PEN 209
  26. #define IDS_NUI_DEVICE_NAME_MIC 210
  27. #define IDS_NUI_DEVICE_TIP_START 211
  28. #define IDS_NUI_DEVICE_TIP_KBD 211
  29. #define IDS_NUI_DEVICE_TIP_PEN 212
  30. #define IDS_NUI_DEVICE_TIP_MIC 213
  31. #define IDS_NUI_CORRECTION_TOOLTIP 220
  32. #define IDS_NUI_CORRECTION_TEXT 221
  33. #define IDS_NUI_IME_TEXT 222
  34. #define IDS_NUI_IME_TOOLTIP 223
  35. #define IDS_NUI_LANGUAGE_TEXT 224
  36. #define IDS_NUI_LANGUAGE_TOOLTIP 225
  37. #define IDS_NUI_HELP 226
  38. #define IDS_LANGBARHELP 228
  39. #define IDS_SHOWLANGBAR 229
  40. #define IDS_NOTIFICATIONICONS 230
  41. #define IDS_SHOWINPUTCPL 231
  42. #define IDS_CPL_WIN_KBDCPLNAME 240
  43. #define IDS_CPL_WIN9X_KBDCPLTITLE 241
  44. #define IDS_CPL_WINNT_INTLCPLNAME 242
  45. #define IDS_CPL_WINNT_KBDCPLTITLE 243
  46. #define IDS_CPL_INPUT_DISABLED 244
  47. #define IDS_CPL_INPUT_GROUPBOX 245
  48. #define IDS_CPL_INPUT_CHAANGE_BTN 246
  49. #define IDS_PROP_ATTRIBUTE 250
  50. #define IDS_TFCAT_TIP_KEYBOARD 251
  51. #define IDS_TFCAT_TIP_SPEECH 252
  52. #define IDS_TFCAT_TIP_HANDWRITING 253
  53. #define IDS_TFCAT_TIP_REFERENCE 254
  54. #define IDS_TFCAT_TIP_PROOFING 255
  55. #define IDS_TFCAT_TIP_SMARTTAG 256
  56. //---------------------------------------------------------------------------
  57. // Icon
  58. //---------------------------------------------------------------------------
  59. #define ID_ICON_RECONVERSION 300
  60. #define ID_ICON_IMEOPEN 350
  61. #define ID_ICON_IMECLOSE 351
  62. #define ID_ICON_IMEDISAB 352
  63. #define ID_ICON_IMEE_H 353
  64. #define ID_ICON_IMEE_F 354
  65. #define ID_ICON_IMEH_H 355
  66. #define ID_ICON_IMEH_F 356
  67. #define ID_ICON_DEVICE_START 357
  68. #define ID_ICON_DEVICE_KBD 357
  69. #define ID_ICON_DEVICE_PEN 358
  70. #define ID_ICON_DEVICE_MIC 359
  71. #define ID_ICON_TEXT_SERVICE 360
  72. #define ID_ICON_HELP 400
  73. //---------------------------------------------------------------------------
  74. // Menu
  75. //---------------------------------------------------------------------------
  76. #define IDM_IME_OPENCLOSE 5000
  77. #define IDM_IME_SOFTKBDONOFF 5001
  78. #define IDM_IME_SHOWSTATUS 5002
  79. #define IDM_RMENU_WHATSTHIS 5003
  80. #define IDM_RMENU_HELPFINDER 5004
  81. #define IDM_RMENU_PROPERTIES 5005
  82. #define IDM_RMENU_IMEHELP 5006
  83. #define IDM_SHOWLANGBAR 5007
  84. #define IDM_NOTIFICATIONICONS 5008
  85. #define IDM_NONOTIFICATIONICONS 5009
  86. #define IDM_SHOWINPUTCPL 5010
  87. #define IDM_LANG_MENU_START 6000
  88. #define IDM_ASM_MENU_START 6500
  89. #define IDM_CUSTOM_MENU_START 7000
  90. #endif // RESOURCE_H