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.

116 lines
3.9 KiB

  1. /*******************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORP., 1993-1994
  4. *
  5. * TITLE: BMRESID.H
  6. *
  7. * VERSION: 2.0
  8. *
  9. * AUTHOR: Tracy Sharpe
  10. *
  11. * DATE: 20 Feb 1994
  12. *
  13. * Resource identifiers for the battery meter.
  14. *
  15. ********************************************************************************
  16. *
  17. * CHANGE LOG:
  18. *
  19. * DATE REV DESCRIPTION
  20. * ----------- --- -------------------------------------------------------------
  21. * 20 Feb 1994 TCS Original implementation. Seperated from RESOURCE.H so that
  22. * some documentation could be added without AppStudio screwing
  23. * it up later.
  24. *
  25. *******************************************************************************/
  26. #ifndef _INC_STRESID
  27. #define _INC_STRESID
  28. // Main battery meter dialog box.
  29. #define IDD_BATTERYMETER 100
  30. // Control identifiers of IDD_BATTERYMETER.
  31. #define IDC_STATIC_FRAME_BATMETER 1000
  32. #define IDC_POWERSTATUSGROUPBOX 1001
  33. #define IDC_ENABLEMETER 1002
  34. #define IDC_ENABLEMULTI 1003
  35. // Control identifiers for hotplug
  36. #define IDI_HOTPLUG 210
  37. #define IDS_HOTPLUGTIP 211
  38. #define IDS_HPLUGMENU_PROPERTIES 215
  39. #define IDS_HPLUGMENU_REMOVE 216
  40. #define IDS_RUNHPLUGPROPERTIES 217
  41. #define IDS_SEPARATOR 218
  42. #define IDS_DISKDRIVE 219
  43. #define IDS_DISKDRIVES 220
  44. #define IDS_DRIVELETTERS 221
  45. #define IDS_HOTPLUG_TITLE 222
  46. #define IDS_HOTPLUG_INSERT_INFO 223
  47. // Control identifiers for Volume
  48. #define IDI_VOLUME 230
  49. #define IDI_MUTE 231
  50. #define IDS_MMSYSPROPTITLE 233
  51. #define IDS_MMSYSPROPTAB 234
  52. #define IDS_VOLUME 252
  53. #define IDS_VOLUMEMENU1 255
  54. #define IDS_VOLUMEMENU2 256
  55. #define IDS_VOLUMEAPP 257
  56. #define IDS_MUTED 258
  57. // Control identifiers for Sticky Keys
  58. #define IDI_STK000 300
  59. #define IDI_STK001 301
  60. #define IDI_STK002 302
  61. #define IDI_STK003 303
  62. #define IDI_STK004 304
  63. #define IDI_STK005 305
  64. #define IDI_STK006 306
  65. #define IDI_STK007 307
  66. #define IDI_STK008 308
  67. #define IDI_STK009 309
  68. #define IDI_STK00A 310
  69. #define IDI_STK00B 311
  70. #define IDI_STK00C 312
  71. #define IDI_STK00D 313
  72. #define IDI_STK00E 314
  73. #define IDI_STK00F 315
  74. #define IDI_MKTT 316
  75. #define IDI_MKTB 317
  76. #define IDI_MKTG 318
  77. #define IDI_MKBT 319
  78. #define IDI_MKBB 320
  79. #define IDI_MKBG 321
  80. #define IDI_MKGT 322
  81. #define IDI_MKGB 323
  82. #define IDI_MKGG 324
  83. #define IDI_MKPASS 325
  84. #define IDI_FILTER 326
  85. // access strings
  86. #define IDS_STICKYKEYS 330
  87. #define IDS_MOUSEKEYS 331
  88. #define IDS_FILTERKEYS 332
  89. #define IDS_PROPFORPOWER 152
  90. #define IDS_OPEN 153
  91. #define IDS_RUNPOWERPROPERTIES 157
  92. #define IDS_REMAINING 158
  93. #define IDS_CHARGING 159
  94. #define IDS_UNKNOWN 160
  95. #define IDS_ACPOWER 161
  96. #define IDS_TIMEREMFORMATHOUR 162
  97. #define IDS_TIMEREMFORMATMIN 163
  98. #define IDI_BATTERYPLUG 200
  99. #endif // _INC_STRESID