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.

95 lines
3.1 KiB

  1. //
  2. // resource.h
  3. //
  4. #ifndef RESOURCE_H_
  5. #define RESOURCE_H_
  6. #define ID_ICON_CONTROLBTN 100
  7. #define ID_ICON_INFO 101
  8. #define ID_BITMAP_CAPS 150
  9. #define ID_BITMAP_KANA 151
  10. #define ID_BITMAP_CAPSV 152
  11. #define ID_BITMAP_KANAV 153
  12. #define ID_BITMAP_TRAYICONPOS 154
  13. #define ID_BITMAP_DESKBANDPOS 155
  14. //
  15. // dialog ids
  16. //
  17. #define IDC_STATIC -1
  18. #define IDD_CLOSELANGBAR 1000
  19. #define IDD_CLOSELANGBAR51 1001
  20. #define IDC_DONTSHOWAGAIN 1002
  21. #define IDD_MINIMIZELANGBAR 1003
  22. #define IDD_MINIMIZELANGBAR51 1004
  23. //
  24. // menu ids
  25. //
  26. #define IDM_CLOSECICLOAD 201
  27. #define IDM_OPAQUE 202
  28. #define IDM_LOWTRANSPARENCY 203
  29. #define IDM_HIGHTRANSPARENCY 204
  30. #define IDM_SHOWTEXT 205
  31. #define IDM_BREAK 206
  32. #define IDM_RESTOREDEFAULTS 207
  33. #define IDM_TRANSPARENCYON 208
  34. #define IDM_TRANSPARENCYOFF 209
  35. #define IDM_SHOWLABEL 210
  36. #define IDM_HIDELABEL 211
  37. #define IDM_MINIMIZE 212
  38. #define IDM_CLOSE 213
  39. #define IDM_NOTIFICATIONICONS 214
  40. #define IDM_NONOTIFICATIONICONS 215
  41. #define IDM_RESTORE 216
  42. #define IDM_VERTICAL 217
  43. #define IDM_LANGBAND 218
  44. #define IDM_ADJUSTLANGBAND 219
  45. #define IDM_ADDREMOVESTART 1000
  46. #define IDM_SHOWINPUTCPL 2000 // this must be big enough than IDM_ADDREMOVESTART
  47. #define IDM_SHOWLANGBARONCMD 2000
  48. //
  49. // string ids
  50. //
  51. #define IDS_SHOWINPUTCPL 300
  52. #define IDS_OPAQUE 301
  53. #define IDS_LOWTRANSPARENCY 302
  54. #define IDS_HIGHTRANSPARENCY 303
  55. #define IDS_SHOWTEXT 304
  56. #define IDS_HIDETEXT 305
  57. #define IDS_BREAK 306
  58. #define IDS_CANCEL 307
  59. #define IDS_CONTROLBTN 308
  60. #define IDS_NUI_LANGUAGE_TEXT 309
  61. #define IDS_NUI_LANGUAGE_TOOLTIP 310
  62. #define IDS_RESTOREDEFAULTS 311
  63. #define IDS_TRANSPARENCY 312
  64. #define IDS_TEXTLABEL 313
  65. #define IDS_MINIMIZE 314
  66. #define IDS_CLOSE 315
  67. #define IDS_MINIMIZEDBALLOONTEXT 316
  68. #define IDS_OVERSCREENSIZE 317
  69. #define IDS_NOTIFICATIONICONS 318
  70. #define IDS_NOMOREITEM 319
  71. #define IDS_LANGBAR 320
  72. #define IDS_RESTORE 321
  73. #define IDS_MENUWINDOW 322
  74. #define IDS_LEFTCLICK 323
  75. #define IDS_VERTICAL 324
  76. #define IDS_LANGBAND 325
  77. #define IDS_ADJUSTLANGBAND 326
  78. #define IDS_LANGBANDMENUTEXTPUI 327
  79. #define IDS_CONTROLBUTTONTOOLTIP 1000
  80. #define IDS_CBTN_MINIMIZE 1100
  81. #define IDS_CBTN_EXTMENU 1101
  82. #define IDS_CBTN_KANAKEY 1102
  83. #define IDS_CBTN_CAPSKEY 1103
  84. #define IDS_CBTN_RESTORE 1104
  85. #endif // RESOURCE_H_