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.

308 lines
8.7 KiB

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. resid.h
  5. Abstract: Contains definitions of all resource IDs.
  6. Environment:
  7. User mode
  8. Author:
  9. Michael Tsang (MikeTs) 20-Apr-2000
  10. Revision History:
  11. --*/
  12. #ifndef _RESID_H
  13. #define _RESID_H
  14. //
  15. // Error codes
  16. //
  17. #define IDSERR_ASSERT 1
  18. #define IDSERR_RPC_FAILED 2
  19. #define IDSERR_STRING_BINDING 3
  20. #define IDSERR_BINDING_HANDLE 4
  21. #define IDSERR_SETAUTHO_INFO 5
  22. #define IDSERR_COMMCTRL 6
  23. #define IDSERR_PROP_SHEET 7
  24. #define IDSERR_TABSRV_GETPENFEATURE 8
  25. #define IDSERR_TABSRV_SETPENFEATURE 9
  26. #define IDSERR_CALIBRATE_CREATEWINDOW 10
  27. #define IDSERR_TABSRV_GETGESTURESETTINGS 11
  28. #define IDSERR_TABSRV_SETGESTURESETTINGS 12
  29. #define IDSERR_GETPROCADDR_SMAPI 13
  30. #define IDSERR_LOADLIBRARY_SMAPI 14
  31. #define IDSERR_SMAPI_CALLFAILED 15
  32. #define IDSERR_SMAPI_INSTRETCHMODE 16
  33. #define IDSERR_SMAPI_INDUALAPPMODE 17
  34. #define IDSERR_SMAPI_INDUALVIEWMODE 18
  35. #define IDSERR_SMAPI_INRGBPROJMODE 19
  36. #define IDSERR_SMAPI_INVIRTUALSCREEN 20
  37. #define IDSERR_SMAPI_INVIRTUALREFRESH 21
  38. #define IDSERR_SMAPI_INROTATEMODE 22
  39. #define IDSERR_SMAPI_2NDMONITORON 23
  40. #define IDSERR_SMAPI_WRONGHW 24
  41. #define IDSERR_SMAPI_CLRDEPTH 25
  42. #define IDSERR_SMAPI_MEMORY 26
  43. #define IDSERR_SMAPI_SETMODE 27
  44. #define IDSERR_SMAPI_DIRECTION 28
  45. #define IDSERR_SMAPI_CAPTUREON 29
  46. #define IDSERR_SMAPI_VIDEOON 30
  47. #define IDSERR_SMAPI_DDRAWON 31
  48. #define IDSERR_SMAPI_ALREADYSET 32
  49. #define IDSERR_TABSRV_GETBUTTONSETTINGS 33
  50. #define IDSERR_TABSRV_SETBUTTONSETTINGS 34
  51. #define IDSERR_SMBLITE_NODEVICE 35
  52. #define IDSERR_SMBLITE_DEVIOCTL 36
  53. #define IDSERR_SMBLITE_OPENDEV 37
  54. #ifdef SYSACC
  55. #define IDSERR_SYSACC_OPENDEV 80
  56. #define IDSERR_SYSACC_DEVIOCTL 81
  57. #endif
  58. //
  59. // Global Resources
  60. //
  61. #define IDS_NAME 100
  62. #define IDS_INFO 101
  63. #define IDS_TITLE 102
  64. #define IDI_TABLETPC 200
  65. #ifdef PENPAGE
  66. //
  67. // Calibration strings
  68. //
  69. #define IDS_CALIBRATE_TITLE 300
  70. #define IDS_LINEARCAL_TITLE 301
  71. #define IDS_CALIBRATE_CONFIRM 302
  72. #define IDS_CALIBRATE_INSTRUCTIONS 303
  73. //
  74. // Side Switch Assignment Text Strings
  75. //
  76. #define IDS_SWCOMBO_NONE 500
  77. #define IDS_SWCOMBO_RCLICK 501
  78. #endif
  79. #ifdef BUTTONPAGE
  80. //
  81. // Button Assignment Text Strings
  82. //
  83. #define IDS_BUTCOMBO_NONE 600
  84. #define IDS_BUTCOMBO_INVOKENOTEBOOK 601
  85. #define IDS_BUTCOMBO_PAGEUP 602
  86. #define IDS_BUTCOMBO_PAGEDOWN 603
  87. #define IDS_BUTCOMBO_ALTESC 604
  88. #define IDS_BUTCOMBO_ALTTAB 605
  89. #define IDS_BUTCOMBO_ENTER 606
  90. #define IDS_BUTCOMBO_ESC 607
  91. #endif
  92. //
  93. // Gesture Assignment Text Strings
  94. //
  95. #define IDS_GESTCOMBO_NONE 700
  96. #define IDS_GESTCOMBO_POPUP_SUPERTIP 701
  97. #define IDS_GESTCOMBO_POPUP_MIP 702
  98. #define IDS_GESTCOMBO_SEND_HOTKEY 703
  99. //
  100. // Property Page IDs
  101. //
  102. #ifdef PENPAGE
  103. #define IDD_MUTOHPEN 1000
  104. #endif
  105. #ifdef BUTTONPAGE
  106. #define IDD_BUTTONS 1001
  107. #endif
  108. #define IDD_DISPLAY 1002
  109. #define IDD_GESTURE 1003
  110. #ifdef DEBUG
  111. #define IDD_TUNING 1004
  112. #endif
  113. #ifdef BATTINFO
  114. #define IDD_BATTERY 1005
  115. #endif
  116. #ifdef CHGRINFO
  117. #define IDD_CHARGER 1006
  118. #endif
  119. #ifdef TMPINFO
  120. #define IDD_TEMPERATURE 1007
  121. #endif
  122. #ifdef PENPAGE
  123. //
  124. // IDD_MUTOHPEN Controls
  125. //
  126. #define IDC_RATE_GROUPBOX 1100
  127. #define IDC_SAMPLINGRATE 1101
  128. #define IDC_RATE_FASTER 1102
  129. #define IDC_RATE_SLOWER 1103
  130. #define IDC_RATE_TEXT 1104
  131. #define IDS_RATE_TEXT_FORMAT 1105
  132. #define IDC_SWITCH_GROUPBOX 1106
  133. #define IDC_SIDESWITCH_TEXT 1107
  134. #define IDC_SIDE_SWITCH 1108
  135. #define IDC_ENABLE_DIGITALFILTER 1109
  136. #define IDC_ENABLE_GLITCHFILTER 1110
  137. #define IDC_CALIBRATE 1111
  138. //
  139. // IDD_MUTOHPEN Help IDs
  140. //
  141. #define IDH_MUTOHPEN_SAMPLINGRATE 1150
  142. #define IDH_MUTOHPEN_SIDE_SWITCH 1151
  143. #define IDH_MUTOHPEN_ENABLE_DIGITALFILTER 1152
  144. #define IDH_MUTOHPEN_ENABLE_GLITCHFILTER 1153
  145. #define IDH_CALIBRATE 1154
  146. #endif
  147. #ifdef BUTTONPAGE
  148. //
  149. // IDD_BUTTONS Controls
  150. //
  151. #define IDC_BUTTON_GROUPBOX 1200
  152. #define IDC_BUTTON1_TEXT 1201
  153. #define IDC_BUTTON_1 1202
  154. #define IDC_BUTTON2_TEXT 1203
  155. #define IDC_BUTTON_2 1204
  156. #define IDC_BUTTON3_TEXT 1205
  157. #define IDC_BUTTON_3 1206
  158. #define IDC_BUTTON4_TEXT 1207
  159. #define IDC_BUTTON_4 1208
  160. #define IDC_BUTTON5_TEXT 1209
  161. #define IDC_BUTTON_5 1210
  162. #define IDC_HOTKEY1_TEXT 1211
  163. #define IDC_HOTKEY1 1212
  164. #define IDC_HOTKEY1_SPIN 1213
  165. #define IDC_HOTKEY2_TEXT 1214
  166. #define IDC_HOTKEY2 1215
  167. #define IDC_HOTKEY2_SPIN 1216
  168. //
  169. // IDD_BUTTONS Help IDs
  170. //
  171. #define IDH_BUTTONS_BUTTONMAP 1250
  172. #endif
  173. //
  174. // IDD_DISPLAY Controls
  175. //
  176. #define IDC_ROTATE_GROUPBOX 1300
  177. #define IDC_ROTATE_LANDSCAPE 1301
  178. #define IDC_ROTATE_PORTRAIT 1302
  179. #ifdef BACKLIGHT
  180. #define IDC_BRIGHTNESS_GROUPBOX 1303
  181. #define IDC_BRIGHTNESS_AC 1304
  182. #define IDC_DIMMER_AC_TEXT 1305
  183. #define IDC_BRIGHTER_AC_TEXT 1306
  184. #define IDC_BRIGHTNESS_AC_TEXT 1307
  185. #define IDC_BRIGHTNESS_DC 1308
  186. #define IDC_DIMMER_DC_TEXT 1309
  187. #define IDC_BRIGHTER_DC_TEXT 1310
  188. #define IDC_BRIGHTNESS_DC_TEXT 1311
  189. #endif
  190. //
  191. // IDD_DISPLAY Help IDs
  192. //
  193. #define IDH_ROTATE 1350
  194. //
  195. // IDD_GESTURE Controls
  196. //
  197. #define IDC_ENABLE_GESTURE 1400
  198. #define IDC_GESTUREMAP_GROUPBOX 1401
  199. #define IDC_UPSPIKE_TEXT 1402
  200. #define IDC_UPSPIKE 1403
  201. #define IDC_DOWNSPIKE_TEXT 1404
  202. #define IDC_DOWNSPIKE 1405
  203. #define IDC_LEFTSPIKE_TEXT 1406
  204. #define IDC_LEFTSPIKE 1407
  205. #define IDC_RIGHTSPIKE_TEXT 1408
  206. #define IDC_RIGHTSPIKE 1409
  207. #define IDC_ENABLE_PRESSHOLD 1410
  208. #ifdef DEBUG
  209. #define IDC_ENABLE_MOUSE 1411
  210. #endif
  211. //
  212. // IDD_GESTURE Help IDs
  213. //
  214. #define IDH_GESTURE_MAP 1450
  215. #ifdef DEBUG
  216. //
  217. // IDD_GESTURE_PARAM Controls
  218. //
  219. #define IDC_GESTURE_GROUPBOX 1500
  220. #define IDC_GESTURE_RADIUS 1501
  221. #define IDC_GESTURE_RADIUS_SPIN 1502
  222. #define IDC_GESTURE_RADIUS_TEXT 1503
  223. #define IDC_GESTURE_MINOUTPTS 1504
  224. #define IDC_GESTURE_MINOUTPTS_SPIN 1505
  225. #define IDC_GESTURE_MINOUTPTS_TEXT 1506
  226. #define IDC_GESTURE_MAXTIMETOINSPECT 1507
  227. #define IDC_GESTURE_MAXTIMETOINSPECT_SPIN 1508
  228. #define IDC_GESTURE_MAXTIMETOINSPECT_TEXT 1509
  229. #define IDC_GESTURE_ASPECTRATIO 1510
  230. #define IDC_GESTURE_ASPECTRATIO_SPIN 1511
  231. #define IDC_GESTURE_ASPECTRATIO_TEXT 1512
  232. #define IDC_GESTURE_CHECKTIME 1513
  233. #define IDC_GESTURE_CHECKTIME_SPIN 1514
  234. #define IDC_GESTURE_CHECKTIME_TEXT 1515
  235. #define IDC_GESTURE_PTSTOEXAMINE 1516
  236. #define IDC_GESTURE_PTSTOEXAMINE_SPIN 1517
  237. #define IDC_GESTURE_PTSTOEXAMINE_TEXT 1518
  238. #define IDC_GESTURE_STOPDIST 1519
  239. #define IDC_GESTURE_STOPDIST_SPIN 1520
  240. #define IDC_GESTURE_STOPDIST_TEXT 1521
  241. #define IDC_GESTURE_STOPTIME 1522
  242. #define IDC_GESTURE_STOPTIME_SPIN 1523
  243. #define IDC_GESTURE_STOPTIME_TEXT 1524
  244. #define IDC_PRESSHOLD_GROUPBOX 1525
  245. #define IDC_PRESSHOLD_HOLDTIME 1526
  246. #define IDC_PRESSHOLD_HOLDTIME_SPIN 1527
  247. #define IDC_PRESSHOLD_HOLDTIME_TEXT 1528
  248. #define IDC_PRESSHOLD_TOLERANCE 1529
  249. #define IDC_PRESSHOLD_TOLERANCE_SPIN 1530
  250. #define IDC_PRESSHOLD_TOLERANCE_TEXT 1531
  251. #define IDC_PRESSHOLD_CANCELTIME 1532
  252. #define IDC_PRESSHOLD_CANCELTIME_SPIN 1533
  253. #define IDC_PRESSHOLD_CANCELTIME_TEXT 1534
  254. #endif
  255. #ifdef BATTINFO
  256. //
  257. // IDD_BATTERY Controls
  258. //
  259. #define IDC_BATTINFO_TEXT 5000
  260. #define IDC_BATTINFO_REFRESH 5001
  261. #endif
  262. #ifdef CHGRINFO
  263. //
  264. // IDD_CHARGER Controls
  265. //
  266. #define IDC_CHGRINFO_TEXT 5100
  267. #define IDC_CHGRINFO_REFRESH 5101
  268. #endif
  269. #ifdef TMPINFO
  270. //
  271. // IDD_TEMPERATURE Controls
  272. //
  273. #define IDC_TMPINFO_TEXT 5200
  274. #define IDC_TMPINFO_REFRESH 5201
  275. #endif
  276. #endif //ifndef _RESID_H