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.

251 lines
6.2 KiB

  1. /*++
  2. Copyright (c) 1994-1998, Microsoft Corporation All rights reserved.
  3. Module Name:
  4. rc.h
  5. Abstract:
  6. This module contains the header information for the resources of
  7. this project.
  8. Revision History:
  9. --*/
  10. #ifndef _RC_H
  11. #define _RC_H
  12. //
  13. // Icons.
  14. //
  15. #define IDI_MOUSE 100
  16. #define IDI_KEYBD 200
  17. #define IDI_PRINT 300
  18. #define IDI_FONTS 400
  19. #define IDI_ADM 500
  20. #define IDI_PTTRAILS 103
  21. #define IDI_PTSPEED 104
  22. #define IDI_DELAY 105
  23. #define IDI_REPEAT 106
  24. #define IDI_SNAPDEF 108
  25. #define IDI_SGLCLICK 109
  26. #define IDI_DBLCLICK 110
  27. //
  28. // Bitmaps.
  29. //
  30. #define IDB_MOUSE 100
  31. //
  32. // Animations.
  33. //
  34. #define IDA_JACKNBOX 100
  35. //
  36. // Strings.
  37. //
  38. #define IDS_MOUSE_TITLE 100
  39. #define IDS_MOUSE_EXPLAIN 101
  40. #define IDS_KEYBD_TITLE 102
  41. #define IDS_KEYBD_EXPLAIN 103
  42. #define IDS_PRINT_TITLE 104
  43. #define IDS_PRINT_EXPLAIN 105
  44. #define IDS_FONTS_TITLE 106
  45. #define IDS_FONTS_EXPLAIN 107
  46. #define IDS_ADM_TITLE 108
  47. #define IDS_ADM_EXPLAIN 109
  48. #define IDS_MOUSE_TSHOOT 110
  49. #define IDS_KEYBD_TSHOOT 111
  50. #define IDS_UNKNOWN 198
  51. #define IDS_KEYBD_NOSETSPEED 199
  52. #define IDS_ANICUR_FILTER 200
  53. #define IDS_NAME 201
  54. #define IDS_INFO 202
  55. #define IDS_CUR_NOMEM 203
  56. #define IDS_CUR_BADFILE 204
  57. #define IDS_CUR_BROWSE 205
  58. #define IDS_CUR_FILTER 206
  59. #define IDS_ARROW 207
  60. #define IDS_WAIT 208
  61. #define IDS_APPSTARTING 209
  62. #define IDS_NO 210
  63. #define IDS_IBEAM 211
  64. #define IDS_CROSS 212
  65. #define IDS_SIZENS 213
  66. #define IDS_SIZEWE 214
  67. #define IDS_SIZENWSE 215
  68. #define IDS_SIZENESW 216
  69. #define IDS_SIZEALL 217
  70. #define IDS_HELPCUR 218
  71. #define IDS_NWPEN 219
  72. #define IDS_UPARROW 220
  73. #define IDS_NONE 221
  74. #define IDS_SUFFIX 222
  75. #define IDS_OVERWRITE_TITLE 223
  76. #define IDS_OVERWRITE_MSG 224
  77. #define IDS_HANDCUR 225
  78. #define IDS_REMOVESCHEME 230
  79. #define IDS_DEFAULTSCHEME 231
  80. #define IDS_FIRSTSCHEME 1000
  81. #define IDS_LASTSCHEME 1017
  82. //
  83. // Dialog Boxes.
  84. //
  85. #define DLG_MOUSE_POINTER_SCHEMESAVE 99
  86. #define DLG_MOUSE_BUTTONS 100
  87. #define DLG_MOUSE_POINTER 101
  88. #define DLG_MOUSE_POINTER_BROWSE 102
  89. #define DLG_MOUSE_MOTION 103
  90. #define DLG_KEYBD_SPEED 104
  91. #define DLG_KEYBD_POINTER 105
  92. #define DLG_HARDWARE 106
  93. //
  94. // Dialog Controls.
  95. //
  96. #define IDC_GROUPBOX_1 94 // Use in place of IDC_STATIC for
  97. #define IDC_GROUPBOX_2 95 // controls with no context Help
  98. #define IDC_GROUPBOX_3 96
  99. #define IDC_GROUPBOX_4 97
  100. #define IDC_GROUPBOX_5 98
  101. #define IDC_GROUPBOX_6 99
  102. //
  103. // Mouse Button Page.
  104. //
  105. #define MOUSE_LEFTHAND 100
  106. #define MOUSE_RIGHTHAND 101
  107. #define MOUSE_SELECTBMP 102
  108. #define MOUSE_MOUSEBMP 103
  109. #define MOUSE_MENUBMP 104
  110. #define MOUSE_CLICKSCROLL 105
  111. #define MOUSE_DBLCLKBMP 106
  112. #define MOUSE_PTRCOLOR 107
  113. #define MOUSE_SIZESCROLL 108
  114. #define IDC_SELECTDRAG 109
  115. #define IDC_OBJECTMENU 110
  116. #define MOUSE_CLICKICON 111
  117. #define MOUSE_DBLCLICK 112
  118. #define MOUSE_SGLCLICK 113
  119. //
  120. // Mouse Pointer Page.
  121. //
  122. #define DLG_CURSORS 100
  123. #define ID_CURSORLIST 101
  124. #define ID_BROWSE 102
  125. #define ID_DEFAULT 103
  126. #define ID_TITLEH 104
  127. #define ID_CREATORH 105
  128. #define ID_FILEH 106
  129. #define ID_TITLE 107
  130. #define ID_CREATOR 108
  131. #define ID_FILE 109
  132. #define ID_PREVIEW 110
  133. #define ID_SAVESCHEME 111
  134. #define ID_REMOVESCHEME 112
  135. #define ID_SCHEMECOMBO 113
  136. #define ID_CURSORSHADOW 114
  137. #define ID_SCHEMEFILENAME 300
  138. #define ID_CURSORPREVIEW 400
  139. //
  140. // Mouse Motion Page.
  141. //
  142. #define MOUSE_SPEEDSCROLL 101
  143. #define MOUSE_TRAILBMP 102
  144. #define MOUSE_TRAILS 103
  145. #define MOUSE_TRAILSCROLL 104
  146. #define MOUSE_PTRTRAIL 105
  147. #define MOUSE_SPEEDBMP 106
  148. #define MOUSE_TRAILSCROLLTXT1 107
  149. #define MOUSE_TRAILSCROLLTXT2 108
  150. #define MOUSE_SNAPDEF 109
  151. #define MOUSE_PTRSNAPDEF 110
  152. #define MOUSE_ACCELBMP 111
  153. #define MOUSE_ACCELNONE 112
  154. #define MOUSE_ACCELLOW 113
  155. #define MOUSE_ACCELMEDIUM 114
  156. #define MOUSE_ACCELHIGH 115
  157. //
  158. // Keyboard Speed Page.
  159. //
  160. #define KDELAY_SCROLL 100
  161. #define KSPEED_SCROLL 101
  162. #define KREPEAT_EDIT 102
  163. #define KBLINK_EDIT 103
  164. #define KCURSOR_BLINK 104
  165. #define KCURSOR_SCROLL 105
  166. #define KDELAY_GROUP 106
  167. #define KBLINK_GROUP 107
  168. //
  169. // Keyboard Pointer Page.
  170. //
  171. #define KCHK_ON 100
  172. #define KNUM_BMP 101
  173. #define KBTN_NUMBER 102
  174. #define KBTN_ARROW 103
  175. #define KARROW_BMP 104
  176. #define KPSPEED_SCROLL 105
  177. #define KPACC_SCROLL 106
  178. #endif