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.

135 lines
5.0 KiB

  1. /*******************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORP., 1996
  4. *
  5. * TITLE: BMRESID.H
  6. *
  7. * VERSION: 2.0
  8. *
  9. * AUTHOR: ReedB
  10. *
  11. * DATE: 17 Oct, 1996
  12. *
  13. * DESCRIPTION:
  14. *
  15. * Resource identifiers for the battery meter helper DLL.
  16. *
  17. *******************************************************************************/
  18. #define IDC_STATIC -1
  19. // Dialog box control identifiers.
  20. #define IDD_BATMETER 100
  21. #define IDD_BATDETAIL 126
  22. #define IDD_MOREINFO 127
  23. // Control identifiers of IDD_BATMETER
  24. #define IDC_BATTERYLEVEL 1001
  25. #define IDC_REMAINING 1002
  26. #define IDC_POWERSTATUSICON 1003
  27. #define IDC_POWERSTATUSBAR 1004
  28. #define IDC_BARPERCENT 1005
  29. #define IDC_CHARGING 1006
  30. #define IDC_MOREINFO 1007
  31. #define IDC_BATNUM0 1008
  32. #define IDC_TOTALTIME 1067
  33. #define IDC_TIMEREMAINING 1068
  34. #define IDC_CURRENTPOWERSOURCE 1069
  35. #define IDC_TOTALBATPWRREMAINING 1070
  36. // next eight must be consecutive...
  37. #define IDC_POWERSTATUSICON1 1010
  38. #define IDC_POWERSTATUSICON2 1011
  39. #define IDC_POWERSTATUSICON3 1012
  40. #define IDC_POWERSTATUSICON4 1013
  41. #define IDC_POWERSTATUSICON5 1014
  42. #define IDC_POWERSTATUSICON6 1015
  43. #define IDC_POWERSTATUSICON7 1016
  44. #define IDC_POWERSTATUSICON8 1017
  45. // next eight must be consecutive...
  46. #define IDC_REMAINING1 1020
  47. #define IDC_REMAINING2 1021
  48. #define IDC_REMAINING3 1022
  49. #define IDC_REMAINING4 1023
  50. #define IDC_REMAINING5 1024
  51. #define IDC_REMAINING6 1025
  52. #define IDC_REMAINING7 1026
  53. #define IDC_REMAINING8 1027
  54. // next eight must be consecutive...
  55. #define IDC_STATUS1 1030
  56. #define IDC_STATUS2 1031
  57. #define IDC_STATUS3 1032
  58. #define IDC_STATUS4 1033
  59. #define IDC_STATUS5 1034
  60. #define IDC_STATUS6 1035
  61. #define IDC_STATUS7 1036
  62. #define IDC_STATUS8 1037
  63. // next eight must be consecutive...
  64. #define IDC_BATNUM1 1040
  65. #define IDC_BATNUM2 1041
  66. #define IDC_BATNUM3 1042
  67. #define IDC_BATNUM4 1043
  68. #define IDC_BATNUM5 1044
  69. #define IDC_BATNUM6 1045
  70. #define IDC_BATNUM7 1046
  71. #define IDC_BATNUM8 1047
  72. // Control identifiers of IDD_BATDETAIL
  73. #define IDC_BAT_NUM_GROUP 1100
  74. #define IDC_STATE 1101
  75. #define IDC_CHEM 1102
  76. #define IDC_DEVNAME 1103
  77. #define IDC_BATMANDATE 1104
  78. #define IDC_BATID 1105
  79. #define IDC_BATMANNAME 1106
  80. #define IDC_REFRESH 1107
  81. #define IDC_BATMETERGROUPBOX 1108
  82. #define IDC_BATMETERGROUPBOX1 1109
  83. #define IDC_BATTERYNAME 1110
  84. #define IDC_UNIQUEID 1111
  85. #define IDC_MANUFACTURE 1112
  86. #define IDC_DATEMANUFACTURED 1113
  87. #define IDC_CHEMISTRY 1114
  88. #define IDC_POWERSTATE 1115
  89. // String identifiers of IDD_BATMETER.
  90. #define IDS_ACLINEONLINE 100
  91. #define IDS_BATTERYLEVELFORMAT 101
  92. #define IDS_UNKNOWN 102
  93. #define IDS_PERCENTREMAININGFORMAT 104
  94. #define IDS_TIMEREMFORMATHOUR 105
  95. #define IDS_TIMEREMFORMATMIN 106
  96. #define IDS_BATTERIES 109
  97. #define IDS_NOT_PRESENT 110
  98. #define IDS_BATTCHARGING 111
  99. #define IDS_BATNUM 112
  100. #define IDS_BATTERYNUMDETAILS 113
  101. #define IDS_BATTERY_POWER_ON_LINE 114
  102. #define IDS_BATTERY_DISCHARGING 115
  103. #define IDS_BATTERY_CHARGING 116
  104. #define IDS_BATTERY_CRITICAL 117
  105. // Image identifiers for IDB_BATTS, the IDI_* values MUST be sequential
  106. // and in this order. Images are contained in the IDB_BATTS resource.
  107. #define IDI_BATFULL 200
  108. #define IDI_BATHALF 201
  109. #define IDI_BATLOW 202
  110. #define IDI_BATDEAD 203
  111. #define IDI_UNKNOWN 204
  112. #define IDI_BATGONE 205
  113. #define IDI_PLUG 206
  114. #define IDI_CHARGE 207
  115. #define IDI_BATTPLUG 208
  116. #define IDI_BATTERY 209
  117. // Bitmap identifiers of IDD_BATMETER.
  118. #define IDB_BATTS 300
  119. #define IDB_BATTS16 301
  120. // Definitions for image list.
  121. #define FIRST_ICON_IMAGE IDI_BATFULL