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.

275 lines
7.2 KiB

  1. //Copyright (c) 1997-2000 Microsoft Corporation
  2. #define IDC_STATIC -1
  3. #define DLG_SCREENSAVER 150
  4. #define DLG_BACKGROUND 151
  5. #define DLG_APPEARANCE 152
  6. #define DLG_MONITOR 153
  7. #define DLG_ADAPTER 154
  8. #define DLG_CUSTOMFONT 155
  9. #define DLG_COLORPICK 156
  10. #define DLG_PATTERN 157
  11. #define DLG_MULTIMONITOR 159
  12. #define DLG_FLICKER 160
  13. #define DLG_KEEPNEW 161
  14. #define DLG_SAVESCHEME 162
  15. #define IDS_ICON 40
  16. #define IDS_NAME 41
  17. #define IDS_INFO 42
  18. #define IDS_DESK_NOMEM 43
  19. #define IDB_VIDMETR 120
  20. #define IDB_COLOR1 121
  21. #define IDB_COLOR4 122
  22. #define IDB_COLOR8 123
  23. #define IDB_ENERGYSTAR 124
  24. #define IDC_NO_HELP_1 200 // Used in place of IDC_STATIC when context Help
  25. #define IDC_NO_HELP_2 201 // should be disabled for a control
  26. #define IDC_NO_HELP_3 202
  27. // screen saver controls
  28. #define IDC_CHOICES 1000
  29. #define IDC_METHOD 1001
  30. #define IDC_BIGICON 1002
  31. #define IDC_SETTING 1003
  32. #define IDC_TEST 1004
  33. #define IDC_ENERGYSTAR_BMP 1005
  34. #define IDC_SCREENSAVEDELAY 1006
  35. #define IDC_SCREENSAVEARROW 1007
  36. #define IDC_LOWPOWERCONFIG 1008
  37. // 1014 unused
  38. #define IDC_DEMO 1015
  39. #define IDC_SSDELAYLABEL 1016
  40. #define IDC_ENERGY_TEXT 1017
  41. #define IDC_ENERGY_TEXT2 1018
  42. #define IDC_ENERGY_TEXT3 1019
  43. #define IDC_USEPASSWORD 1020
  44. #define IDC_SETPASSWORD 1021
  45. #define IDC_SSDELAYSCALE 1022
  46. #define IDS_POWERCFG_CMDLINE 1030
  47. // background controls
  48. #define IDC_PATLIST 1100
  49. #define IDC_WALLLIST 1101
  50. #define IDC_EDITPAT 1102
  51. #define IDC_BROWSEWALL 1103
  52. #define IDC_CENTER 1104
  53. #define IDC_TILE 1105
  54. #define IDC_PATTERN 1106
  55. #define IDC_WALLPAPER 1107
  56. #define IDC_BACKPREV 1108
  57. #define IDC_TXT_DISPLAY 1109
  58. // background dialog strings
  59. #define IDS_NONE 1100
  60. #define IDS_UNLISTEDPAT 1101
  61. #define IDS_BITMAPOPENERR 1102
  62. #define IDS_DIB_NOOPEN 1103
  63. #define IDS_DIB_INVALID 1104
  64. #define IDS_DIB_NOMEM 1105
  65. #define IDS_BADWALLPAPER 1106
  66. #define IDS_BROWSETITLE 1107
  67. #define IDS_BROWSEFILTER 1108
  68. // appearance controls
  69. #define IDC_SCHEMES 1400
  70. #define IDC_SAVESCHEME 1401
  71. #define IDC_DELSCHEME 1402
  72. #define IDC_ELEMENTS 1403
  73. #define IDC_MAINSIZE 1404
  74. #define IDC_FONTNAME 1407
  75. #define IDC_FONTSIZE 1408
  76. #define IDC_FONTBOLD 1409
  77. #define IDC_FONTITAL 1410
  78. #define IDC_SIZEARROWS 1411
  79. #define IDC_MAINCOLOR 1412
  80. #define IDC_TEXTCOLOR 1413
  81. #define IDC_GRADCOLOR 1414
  82. #define IDC_SIZELABEL 1450
  83. #define IDC_COLORLABEL 1451
  84. #define IDC_FONTLABEL 1452
  85. #define IDC_FNCOLORLABEL 1453
  86. #define IDC_FONTSIZELABEL 1454
  87. #define IDC_LOOKPREV 1470
  88. // these need to be all clumped together because they are treated as a group
  89. #define IDC_STARTMAINCOLOR 1500
  90. #define IDC_CUSTOMMAINCOLOR 1549
  91. #define IDC_ENDMAINCOLOR IDC_CUSTOMMAINCOLOR
  92. #define IDC_STARTTEXTCOLOR 1550
  93. #define IDC_CUSTOMTEXTCOLOR 1599
  94. #define IDC_ENDTEXTCOLOR IDC_CUSTOMTEXTCOLOR
  95. // appearance elements
  96. #define ELNAME_DESKTOP 1401
  97. #define ELNAME_INACTIVECAPTION 1402
  98. #define ELNAME_INACTIVEBORDER 1403
  99. #define ELNAME_ACTIVECAPTION 1404
  100. #define ELNAME_ACTIVEBORDER 1405
  101. #define ELNAME_MENU 1406
  102. #define ELNAME_MENUSELECTED 1407
  103. #define ELNAME_WINDOW 1408
  104. #define ELNAME_SCROLLBAR 1409
  105. #define ELNAME_BUTTON 1410
  106. #define ELNAME_SMALLCAPTION 1411
  107. #define ELNAME_ICONTITLE 1412
  108. #define ELNAME_CAPTIONBUTTON 1413
  109. #define ELNAME_DISABLEDMENU 1414
  110. #define ELNAME_MSGBOX 1415
  111. #define ELNAME_SCROLLBUTTON 1416
  112. #define ELNAME_APPSPACE 1417
  113. #define ELNAME_SMCAPSYSBUT 1418
  114. #define ELNAME_SMALLWINDOW 1419
  115. #define ELNAME_DXICON 1420
  116. #define ELNAME_DYICON 1421
  117. #define ELNAME_INFO 1422
  118. #define ELNAME_ICON 1423
  119. #define ELNAME_SMICON 1424
  120. // appearance strings for sample
  121. #define IDS_ACTIVE 1450
  122. #define IDS_INACTIVE 1451
  123. #define IDS_MINIMIZED 1452
  124. #define IDS_ICONTITLE 1453
  125. #define IDS_NORMAL 1454
  126. #define IDS_DISABLED 1455
  127. #define IDS_SELECTED 1456
  128. #define IDS_MSGBOX 1457
  129. #define IDS_BUTTONTEXT 1458
  130. #define IDS_SMCAPTION 1459
  131. #define IDS_WINDOWTEXT 1460
  132. #define IDS_MSGBOXTEXT 1461
  133. #define IDS_FONTBOLD 1463
  134. #define IDS_FONTITAL 1464
  135. #define IDS_BLANKNAME 1480
  136. #define IDS_NOSCHEME2DEL 1481
  137. // appearance preview menu
  138. #define IDR_MENU 1
  139. #define IDM_NORMAL 10
  140. #define IDM_DISABLED 11
  141. #define IDM_SELECTED 12
  142. // monitor settings controls
  143. #define IDC_COLORLIST 1200
  144. #define IDC_RESLIST 1201
  145. #define IDC_RESSIZE 1204
  146. #define IDC_SCREENSAMPLE 1205
  147. #define IDC_COLORSAMPLE 1206
  148. #define IDC_RESXY 1207
  149. #define IDC_ZOOMIN 1209
  150. #define IDC_ZOOMOUT 1210
  151. #define IDC_CUSTOMFONT 1211
  152. #define IDC_FONTLIST 1212
  153. #define IDC_CHANGEDRV 1213
  154. #define IDC_FULLDRAG 1214
  155. #define IDC_SMOOTHFONTS 1215
  156. #define IDC_FONTGROUPBOX 1216
  157. #define BMP_MONITOR 1250
  158. // adapter settings controls
  159. #define IDC_ADAPTERNAME 1301
  160. #define IDC_ADAPTERCHANGE 1302
  161. #define IDC_MONITORNAME 1303
  162. #define IDC_MONITORCHANGE 1304
  163. #define IDC_DRVMAN 1305
  164. #define IDC_DRVVER 1306
  165. #define IDC_DRVFILES 1307
  166. #define IDC_DPMS 1308
  167. #define IDC_DRVMAN_TXT 1309
  168. #define IDC_DRVVER_TXT 1310
  169. #define IDC_DRVFILES_TXT 1311
  170. #define IDS_CLOSE 1300
  171. // strings for monitor settings
  172. // the ordering matches a color resolution array
  173. // NOTE: numbering = base + (res/4)
  174. #define IDS_COLOR 1200
  175. #define IDS_COLOR_1 IDS_COLOR + 0
  176. #define IDS_COLOR_4 IDS_COLOR + 1
  177. #define IDS_COLOR_8 IDS_COLOR + 2
  178. #define IDS_COLOR_16 IDS_COLOR + 4
  179. #define IDS_COLOR_24 IDS_COLOR + 6
  180. #define IDS_COLOR_32 IDS_COLOR + 8
  181. #define IDS_CANCELNEW 1220
  182. #define IDS_FAILRESET 1221
  183. #define IDS_X_BY_Y 1224
  184. #define IDS_UNKNOWN 1225
  185. #define IDS_NOINFO 1226
  186. #define IDS_CUSTFONTPER 1229
  187. #define IDS_CUSTFONTWARN 1230
  188. #define IDS_PAT_REMOVE 1231
  189. #define IDS_PAT_CHANGE 1232
  190. #define IDS_PAT_CREATE 1233
  191. #define IDS_REMOVEPATCAPTION 1234
  192. #define IDS_CHANGEPATCAPTION 1235
  193. #define IDS_WARNFLICK1 1250
  194. #define IDS_WARNFLICK2 1251
  195. // order is based on values in ddk\inc16\valmode.inc
  196. #define IDS_NOVALID0 1254
  197. #define IDS_NOVALID1 1255
  198. #define IDS_NOVALID2 1256
  199. #define IDS_NOVALID3 1257
  200. #define IDS_NOVALID4 1258
  201. #define IDS_NOMONITOR 1260
  202. #define IDS_FALLBACKMODE 1261
  203. #define IDS_FALLBACKDRV 1262
  204. #define IDS_NOADAPTER 1270
  205. #define IDS_CONFLICT 1271
  206. #define IDS_BADSETTINGS 1272
  207. #define IDS_DISPDISABLED 1273
  208. //controls & strings for custom font dialog
  209. #define IDC_CUSTOMSAMPLE 1400
  210. #define IDC_CUSTOMRULER 1501
  211. #define IDC_CUSTOMCOMBO 1502
  212. #define IDS_10PTSAMPLE 1500
  213. #define IDS_RULERDIRECTION 1501
  214. #define IDS_10PTSAMPLEFACENAME 1510
  215. #define IDS_NEWSETTINGS 1600
  216. #define IDS_NEWSETTINGS_RESTART 1601
  217. #define IDS_CATRESCOLOR 1610
  218. // color picker mini-dialog
  219. #define IDC_16COLORS 1615
  220. #define IDC_COLORCUST 1616
  221. #define IDC_COLOROTHER 1617
  222. #define IDC_COLORETCH 1618
  223. // patern edit dialog
  224. #define IDD_PATTERN 1700
  225. #define IDD_PATTERNCOMBO 1701
  226. #define IDD_ADDPATTERN 1702
  227. #define IDD_CHANGEPATTERN 1703
  228. #define IDD_DELPATTERN 1704
  229. #define IDD_PATSAMPLE 1705
  230. #define IDD_PATSAMPLE_TXT 1706
  231. #define IDD_PATTERN_TXT 1707
  232. // Multimonitor controls
  233. #define IDC_DISPLAYLIST 1800
  234. #define IDC_DISPLAYDESK 1801
  235. #define IDC_DISPLAYPROPERTIES 1802
  236. #define IDC_DISPLAYNAME 1803
  237. #define IDC_DISPLAYMODE 1804
  238. #define IDC_DISPLAYUSEME 1805