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.

561 lines
26 KiB

  1. /*****************************************************************************\
  2. FILE: resource.h
  3. DESCRIPTION:
  4. Header file for the resource file
  5. BryanSt 8/13/1999
  6. Copyright (C) Microsoft Corp 1999-1999. All rights reserved.
  7. \*****************************************************************************/
  8. #include <commctrl.h>
  9. // Features (This is where they are turned on and off)
  10. // With this feature on, we add a "Theme Settings" button
  11. // to the Theme tab. This will open an advanced dialog to
  12. // set a filter specifying which theme settings to apply
  13. // when changing themes. Users often get confused about the
  14. // way this "Filter" works, so we are removing it on
  15. // 10-23-2000 (JoelGros & GRaiz). What users really want is
  16. // layered settings and that this dialog's checkboxes will
  17. // rollback those settings. Way to late for this given it's
  18. // low priority.
  19. //#define FEATURE_THEME_SETTINGS_DIALOG
  20. // This feature will enable a "Save As..." button on the Themes tab.
  21. // Saving those themes will save the current .msstyles plus system metric
  22. // values.
  23. #define FEATURE_ENABLE_SAVEAS_THEMES
  24. #define IDB_COLOR4 120
  25. #define IDB_COLOR8 121
  26. #define IDB_ENERGYSTAR 122
  27. #define IDB_COLOR4DITHER 123
  28. #define IDB_COLOR16 124
  29. #define IDB_COLOR24 125
  30. #define IDB_MONITOR 126
  31. /////////////////////////////////////////////////////////////////////
  32. // String Resource IDs (0x2000 - 0x10000)
  33. /////////////////////////////////////////////////////////////////////
  34. #define IDS_APPEARANCE_THEME_NAME 2000
  35. #define IDS_ADVDISPLAY_TITLE 2001
  36. #define IDS_SIZE_NORMAL 2002
  37. #define IDS_NO_SKIN_DISPLAYNAME 2003
  38. #define IDS_CURRENT 2004
  39. #define IDS_DEFAULT_APPEARANCES_SCHEME 2005
  40. #define IDS_CURRENTTHEME_DISPLAYNAME 2006
  41. #define IDS_THEMES_SUBDIR 2007
  42. #define IDS_THEMESUBDIR 2008
  43. #define IDS_MYCUSTOMTHEME 2009
  44. #define IDS_THEME_OTHER 2010
  45. #define IDS_THEME_FILETYPE 2011
  46. #define IDS_THEME_OPENTITLE 2012
  47. #define IDS_COMBO_EFFECTS_NOLIST 2013
  48. #define IDS_OLDTHEMENAME 2014
  49. #define IDS_PLUSTHEMESITE 2015
  50. #define IDS_THEME_CLASSIC_DISPNAME 2016
  51. #define IDS_THEME_PRO_DISPNAME 2017
  52. #define IDS_THEME_PER_DISPNAME 2018
  53. #define IDS_SCHEME_SIZE_NORMAL_CANONICAL 2019
  54. #define IDS_SCHEME_SIZE_LARGE_CANONICAL 2020
  55. #define IDS_SCHEME_SIZE_EXTRALARGE_CANONICAL 2021
  56. #define IDS_NONE 2022
  57. #define IDS_SCREENRESFIXER_TITLE 2023
  58. #define IDS_SCREENRESFIXER_TEXT 2024
  59. #define IDS_MODIFIED_TEMPLATE 2025
  60. #define IDS_MODIFIED_FALLBACK 2026
  61. #define IDS_PROMSTHEME_DEFAULTCOLOR 2027
  62. #define IDS_PROMSTHEME_DEFAULTSIZE 2028
  63. #define IDS_CONMSTHEME_DEFAULTCOLOR 2029
  64. #define IDS_CONMSTHEME_DEFAULTSIZE 2030
  65. #define IDS_RETURNTOWELCOME 2031
  66. #define IDS_DEFAULTTHEMENAME 2032
  67. #define IDS_THEME_FILTER 2033
  68. #define IDS_CHANGESETTINGS_BADDUALVIEW 2034
  69. #define IDS_DEFAULT_APPEARANCES_SCHEME_CANONICAL 2035
  70. #define IDS_THEMEFILE_WALLPAPER_PATH 2036
  71. #define IDS_THEMEFILE_FONT_CAPTION 2037
  72. #define IDS_THEMEFILE_FONT_SMCAPTION 2038
  73. #define IDS_THEMEFILE_FONT_MENU 2039
  74. #define IDS_THEMEFILE_FONT_STATUS 2040
  75. #define IDS_THEMEFILE_FONT_MESSAGE 2041
  76. #define IDS_THEMEFILE_FONT_ICON 2042
  77. #define IDS_THEMEFILE_CURSOR_SCHEME 2043
  78. #define IDS_DEFAULT_APPEARANCES_SIZE_CANONICAL 2044
  79. #define IDS_SETTING_GEN_96DPI 2045
  80. #define IDS_SETTING_GEN_120DPI 2046
  81. #define IDS_SETTING_GEN_COMPAT_HELPLINK 2047
  82. #define IDS_SETUP_BETA2_UPGRADEWALLPAPER 2048
  83. #define IDS_SCREENRESFIXER_ALTTEXT 2049
  84. #define IDS_PLEASEWAIT 2050
  85. #define IDS_THEMEFILE_WALLPAPER_PATH_PER 2051
  86. // Effects strings
  87. //#define IDS_HELPFILE 2600 // AVAILABLE
  88. #define IDS_NOICONSMSG1 2601
  89. #define IDS_NOICONSMSG 2602
  90. #define IDS_BADPATHMSG 2603
  91. #define IDS_FONTSMOOTHWONTWORK 2604
  92. #define IDS_ICONCOLORWONTWORK 2605
  93. #define IDS_USE_LARGE 2613
  94. #define IDS_256COLORPROBLEM 2614
  95. #define IDS_INVALIDPATH 2616
  96. #define IDS_HELPFILE_PLUS 2617
  97. #define IDS_INTERNET 2619
  98. #define IDS_DIRECTORY 2620
  99. #define IDS_EFFECTS 2621
  100. #define IDS_FADEEFFECT 2622
  101. #define IDS_SCROLLEFFECT 2623
  102. #define IDS_CLEARTYPE 2624
  103. #define IDS_STANDARDSMOOTHING 2625
  104. #define IDS_PAGE_TITLE 2626
  105. #define IDS_UNKNOWNMONITOR 2627
  106. #define IDS_MULTIPLEMONITORS 2628
  107. #define MSG_CONFIGURATION_PROBLEM 2629
  108. #define IDS_OLD_DRIVER 2630
  109. #define MSG_INVALID_OLD_DISPLAY_DRIVER 2631
  110. #define MSG_INVALID_NEW_DRIVER 2632
  111. #define MSG_INVALID_DEFAULT_DISPLAY_MODE 2633
  112. #define MSG_INVALID_DISPLAY_DRIVER 2634
  113. #define MSG_INVALID_16COLOR_DISPLAY_MODE 2635
  114. #define MSG_INVALID_DISPLAY_MODE 2636
  115. #define MSG_INVALID_CONFIGURATION 2637
  116. #define IDS_CHANGE_SETTINGS 2638
  117. #define IDS_CHANGESETTINGS_FAILED 2639
  118. #define IDS_REVERTBACK 2640
  119. #define IDS_DISPLAYFORMAT 2641
  120. #define IDS_ADVDIALOGTITLE 2642
  121. #define IDS_TURNONTITLE 2643
  122. #define IDS_TURNONMSG 2644
  123. #define IDS_TURNITON 2645
  124. #define IDS_SETTINGS_INVALID 2646
  125. #define IDS_SETTINGS_CANNOT_SAVE 2648
  126. #define IDS_SETTINGS_FAILED_SAVE 2649
  127. #define IDS_DYNAMIC_CHANGESETTINGS_FAILED 2650
  128. #define IDS_TROUBLESHOOT_EXEC 2651
  129. #define IDS_NOTATTACHED 2652
  130. #define IDS_PRIMARY 2653
  131. #define IDS_SECONDARY 2654
  132. #define ID_DSP_TXT_4BIT_COLOR 2655
  133. #define ID_DSP_TXT_8BIT_COLOR 2656
  134. #define ID_DSP_TXT_15BIT_COLOR 2657
  135. #define ID_DSP_TXT_16BIT_COLOR 2658
  136. #define ID_DSP_TXT_TRUECOLOR24 2659
  137. #define ID_DSP_TXT_TRUECOLOR32 2660
  138. #define ID_DSP_TXT_XBYY 2661
  139. #define ID_DSP_TXT_CHANGE_FONT 2662
  140. #define ID_DSP_TXT_NEW_FONT 2663
  141. #define ID_DSP_TXT_ADMIN_INSTALL 2664
  142. #define ID_DSP_TXT_FONT_LATER 2665
  143. #define ID_DSP_CUSTOM_FONTS 2666
  144. #define ID_DSP_NORMAL_FONTSIZE_TEXT 2667
  145. #define ID_DSP_CUSTOM_FONTSIZE_TEXT 2668
  146. #define IDS_UNAVAILABLE 2669
  147. #define IDS_10PTSAMPLEFACENAME 2670
  148. #define IDS_10PTSAMPLE 2671
  149. #define IDS_RULERDIRECTION 2672
  150. // Theme fallback values
  151. #define IDS_TFB_SOUND_DING 2750 // Sounds
  152. #define IDS_TFB_SOUND_NOTIFY 2751
  153. #define IDS_TFB_SOUND_CORD 2752
  154. #define IDS_TFB_SOUND_WINLOGON 2753
  155. // Error Strings
  156. #define IDS_ERROR_TITLE_APPLYBASEAPPEARANCE 3000
  157. #define IDS_ERROR_APPLYBASEAPPEARANCE 3001
  158. #define IDS_ERROR_APPLYBASEAPPEARANCE_LOADTHEME 3002
  159. #define IDS_ERROR_UNKNOWN 3003
  160. #define IDS_ERROR_TITLE_APPLYBASEAPPEARANCE2 3004
  161. #define IDS_ERROR_THEME_INVALID_TITLE 3005
  162. #define IDS_ERROR_THEME_INVALID 3006
  163. #define IDS_ERROR_THEME_SERVICE_NOTRUNNING 3007
  164. #define IDS_ERROR_THEME_LOADFAILED 3008
  165. #define IDS_ERROR_THEME_DELETE 3009
  166. #define IDS_ERROR_THEME_DELETE_TITLE 3010
  167. #define IDS_ERROR_THEME_FILE_NOTFOUND 3011
  168. #define IDS_ERROR_TITLE_LOAD_MSSTYLES_FAIL 3012
  169. #define IDS_ERROR_LOAD_MSSTYLES_FAIL 3013
  170. // Legacy Appearance Scheme Upgrade Mappings (800 - 1000)
  171. #define IDS_LEGACYSCHEME_NAME 800 // 800-849
  172. #define IDS_NEWSTYLE_NAME 850 // 850-899
  173. #define IDS_NEWSIZE_NAME 900 // 900-949
  174. #define IDS_NEWCONTRASTFLAGS 950 // 950-999
  175. #define IDS_LOCALIZATIONPOINTER 1000 // 1000-1049
  176. #define MAX_LEGACY_UPGRADE_SCENARIOS 36
  177. /////////////////////////////////////////////////////////////////////
  178. // Dialogs (1000 - 1100)
  179. /////////////////////////////////////////////////////////////////////
  180. // Base Pages
  181. #define DLG_THEMESPG 1000
  182. #define DLG_APPEARANCEPG 1001
  183. // Advanced Pages
  184. #define DLG_APPEARANCE_ADVANCEDPG 1002
  185. #define DLG_THEMESETTINGSPG 1003
  186. // Supporting Dialogs
  187. #define DLG_COLORPICK 1005
  188. #define DLG_EFFECTS 1006
  189. // Settings Pages
  190. #define DLG_SINGLEMONITOR 1007
  191. #define DLG_MULTIMONITOR 1008
  192. #define DLG_WIZPAGE 1009
  193. #define DLG_GENERAL 1010
  194. #define DLG_KEEPNEW 1011
  195. #define DLG_CUSTOMFONT 1012
  196. #define DLG_ASKDYNACDS 1013
  197. #define DLG_FAKE_SETTINGS 1014
  198. #define DLG_SCREENSAVER 1015
  199. #define DLG_KEEPNEW2 1016
  200. #define DLG_KEEPNEW3 1017
  201. /////////////////////////////////////////////////////////////////////
  202. // Dialog Controls (1101 - 2000)
  203. /////////////////////////////////////////////////////////////////////
  204. //// Base Pages
  205. // Themes Page controls
  206. #define IDC_THPG_THEMELIST 1101
  207. #define IDC_THPG_THEMESETTINGS 1102
  208. #define IDC_THPG_THEME_PREVIEW 1103
  209. #define IDC_THPG_THEMEDESCRIPTION 1104
  210. #define IDC_THPG_THEMENAME 1105
  211. #define IDC_THPG_SAMPLELABLE 1106
  212. #define IDC_THPG_SAVEAS 1107
  213. #define IDC_THPG_DELETETHEME 1108
  214. // Appearance Page controls
  215. #define IDC_APPG_APPEARPREVIEW 1110
  216. #define IDC_APPG_LOOKFEEL 1111
  217. #define IDC_APPG_LOOKFEEL_LABLE 1112
  218. #define IDC_APPG_COLORSCHEME_LABLE 1113
  219. #define IDC_APPG_COLORSCHEME 1114
  220. #define IDC_APPG_WNDSIZE_LABLE 1115
  221. #define IDC_APPG_WNDSIZE 1116
  222. #define IDC_APPG_ADVANCED 1117
  223. #define IDC_APPG_EFFECTS 1118
  224. #define IDC_APPG_TESTFAULT 1119
  225. //// Advanced Pages
  226. // Advanced Appearance controls
  227. #define IDC_ADVAP_LOOKPREV 1125
  228. #define IDC_ADVAP_ELEMENTS 1126
  229. #define IDC_ADVAP_SIZELABEL 1127
  230. #define IDC_ADVAP_MAINSIZE 1128
  231. #define IDC_ADVAP_FONTNAME 1129
  232. #define IDC_ADVAP_FONTSIZE 1130
  233. #define IDC_ADVAP_FONTBOLD 1131
  234. #define IDC_ADVAP_FONTITAL 1132
  235. #define IDC_ADVAP_SIZEARROWS 1133
  236. #define IDC_ADVAP_COLORLABEL 1134
  237. #define IDC_ADVAP_MAINCOLOR 1135
  238. #define IDC_ADVAP_TEXTCOLOR 1136
  239. #define IDC_ADVAP_FONTLABEL 1137
  240. #define IDC_ADVAP_FNCOLORLABEL 1138
  241. #define IDC_ADVAP_FONTSIZELABEL 1139
  242. #define IDC_ADVAP_GRADIENTLABEL 1140
  243. #define IDC_ADVAP_GRADIENT 1141
  244. #define IDC_ADVAP_ELEMENTSLABEL 1142
  245. // Theme Settings controls
  246. #define IDC_TSPG_THEMELIST_LABLE 1150
  247. #define IDC_TSPG_THEME_NAME 1151
  248. #define IDC_TSPG_SAVEASBUTTON 1152
  249. #define IDC_TSPG_DELETEBUTTON 1153
  250. #define IDC_TSPG_CB_SCREENSAVER 1154 // Previously CB_SCRSVR
  251. #define IDC_TSPG_CB_SOUNDS 1155 // Previously CB_SOUND
  252. #define IDC_TSPG_CB_MOUSE 1156 // Previously CB_PTRS
  253. #define IDC_TSPG_CB_WALLPAPER 1157 // Previously CB_WALL
  254. #define IDC_TSPG_CB_ICONS 1158 // Previously CB_ICONS
  255. #define IDC_TSPG_CB_COLORS 1159 // Previously CB_COLORS
  256. #define IDC_TSPG_CB_FONTS 1160 // Previously CB_FONTS
  257. #define IDC_TSPG_CB_BORDERS 1161 // Previously CB_BORDERS
  258. #define IDC_TSPG_CB_GROUP_LABEL 1162
  259. #define IDC_TSPG_CB_LABEL 1163
  260. // Effects
  261. #define IDC_FULLWINDOWDRAGGING 1170
  262. #define IDC_FONTSMOOTHING 1171
  263. #define IDC_ICONHIGHCOLOR 1172
  264. #define IDC_STRETCHWALLPAPERFITSCREEN 1173
  265. #define IDD_PATH 1174
  266. #define IDC_MENUANIMATION 1175
  267. #define IDD_ICON 1176
  268. #define IDC_FONTSMOOTH 1177
  269. #define IDD_BROWSE 1178
  270. #define IDC_SHOWDRAG 1179
  271. #define IDC_LARGEICONS 1180
  272. #define IDC_KEYBOARDINDICATORS 1181
  273. #define IDC_COMBOEFFECT 1182
  274. #define IDC_SHOWME 1183
  275. #define IDC_COMBOFSMOOTH 1184
  276. #define IDC_MENUSHADOWS 1185
  277. #define IDC_GRPBOX_2 1186
  278. //// Supporting Dialogs
  279. // Color Picker Dialog controls
  280. #define IDC_CPDLG_16COLORS 1205
  281. #define IDC_CPDLG_COLORCUST 1206
  282. #define IDC_CPDLG_COLOROTHER 1207
  283. #define IDC_CPDLG_COLORETCH 1208
  284. // Screen Saver Dialog
  285. #define IDC_CHOICES 1300
  286. #define IDC_METHOD 1301
  287. #define IDC_BIGICONSS 1302
  288. #define IDC_SETTING 1303
  289. #define IDC_TEST 1304
  290. #define IDC_ENERGYSTAR_BMP 1305
  291. #define IDC_SCREENSAVEDELAY 1306
  292. #define IDC_SCREENSAVEARROW 1307
  293. #define IDC_LOWPOWERCONFIG 1314
  294. #define IDC_DEMO 1315
  295. #define IDC_SSDELAYLABEL 1316
  296. #define IDC_ENERGY_TEXT 1317
  297. #define IDC_ENERGY_TEXT2 1318
  298. #define IDC_ENERGY_TEXT3 1319
  299. #define IDC_USEPASSWORD 1320
  300. #define IDC_SETPASSWORD 1321
  301. #define IDC_SSDELAYSCALE 1322
  302. #define IDC_NO_HELP_2 201 // should be disabled for a control
  303. // these need to be all clumped together because they are treated as a group
  304. #define IDC_STARTMAINCOLOR 1500
  305. #define IDC_CUSTOMMAINCOLOR 1549
  306. #define IDC_ENDMAINCOLOR IDC_CUSTOMMAINCOLOR
  307. #define IDC_STARTTEXTCOLOR 1550
  308. #define IDC_CUSTOMTEXTCOLOR 1599
  309. #define IDC_ENDTEXTCOLOR IDC_CUSTOMTEXTCOLOR
  310. #define IDC_GRADIENT 1600
  311. // Multimonitor controls
  312. #define IDC_DISPLAYLIST 1800
  313. #define IDC_DISPLAYDESK 1801
  314. #define IDC_DISPLAYPROPERTIES 1802
  315. #define IDC_DISPLAYNAME 1803
  316. #define IDC_DISPLAYMODE 1804
  317. #define IDC_DISPLAYUSEME 1805
  318. #define IDC_DISPLAYPRIME 1806
  319. #define IDC_COLORBOX 1807 // used to be ID_DSP_COLORBOX
  320. #define IDC_SCREENSIZE 1808 // used to be ID_DSP_AREA_SB
  321. #define IDC_FLASH 1810
  322. #define IDC_DISPLAYTEXT 1811
  323. #define IDC_SCREENSAMPLE 1812
  324. #define IDC_COLORSAMPLE 1813
  325. #define IDC_RESXY 1814
  326. #define IDC_RES_LESS 1815
  327. #define IDC_RES_MORE 1816
  328. #define IDC_COLORGROUPBOX 1817
  329. #define IDC_RESGROUPBOX 1818
  330. #define IDC_MULTIMONHELP 1819
  331. #define IDC_DISPLAYLABEL 1820
  332. #define IDC_TROUBLESHOOT 1821
  333. #define IDC_IDENTIFY 1822
  334. #define IDC_WARNING_ICON 1823
  335. #define IDC_DISABLEDMONITORS_MESSAGE 1824
  336. #define IDC_DSP_CLRPALGRP 1825
  337. #define IDC_DSP_COLORBAR 1826
  338. #define IDC_DSP_DSKAREAGRP 1827
  339. #define IDC_REFRESH_RATE 1828
  340. #define IDC_MONITOR_BITMAP 1829
  341. #define IDC_BIGICON 1830
  342. #define IDC_COUNTDOWN 1831
  343. #define IDC_FONTSIZEGRP 1832
  344. #define IDC_FONT_SIZE 1833
  345. #define IDC_CUSTFONTPER 1834
  346. #define IDC_FONT_SIZE_STR 1835
  347. #define IDC_DYNA_TEXT 1836
  348. #define IDC_DYNA 1837
  349. #define IDC_NODYNA 1838
  350. #define IDC_YESDYNA 1839
  351. #define IDC_SHUTUP 1840
  352. #define IDC_CUSTOMSAMPLE 1841
  353. #define IDC_CUSTOMRULER 1842
  354. #define IDC_CUSTOMCOMBO 1843
  355. #define IDC_NO_HELP_1 1844
  356. #define IDC_FONTLIST 1845
  357. #define IDC_CUSTOMFONT 1846
  358. #define IDC_CHANGEDRV 1847
  359. #define IDC_SETTINGS_GEN_COMPATWARNING 1848
  360. #define IDC_PROGRESS 1849
  361. // appearance elements
  362. #define ELNAME_DESKTOP 1401
  363. #define ELNAME_INACTIVECAPTION 1402
  364. #define ELNAME_INACTIVEBORDER 1403
  365. #define ELNAME_ACTIVECAPTION 1404
  366. #define ELNAME_ACTIVEBORDER 1405
  367. #define ELNAME_MENU 1406
  368. #define ELNAME_MENUSELECTED 1407
  369. #define ELNAME_WINDOW 1408
  370. #define ELNAME_SCROLLBAR 1409
  371. #define ELNAME_BUTTON 1410
  372. #define ELNAME_SMALLCAPTION 1411
  373. #define ELNAME_ICONTITLE 1412
  374. #define ELNAME_CAPTIONBUTTON 1413
  375. #define ELNAME_DISABLEDMENU 1414
  376. #define ELNAME_MSGBOX 1415
  377. #define ELNAME_SCROLLBUTTON 1416
  378. #define ELNAME_APPSPACE 1417
  379. #define ELNAME_SMCAPSYSBUT 1418
  380. #define ELNAME_SMALLWINDOW 1419
  381. #define ELNAME_DXICON 1420
  382. #define ELNAME_DYICON 1421
  383. #define ELNAME_INFO 1422
  384. #define ELNAME_ICON 1423
  385. #define ELNAME_SMICON 1424
  386. #define ELNAME_HOTTRACKAREA 1425
  387. // appearance strings for sample
  388. #define IDS_ACTIVE 1450
  389. #define IDS_INACTIVE 1451
  390. #define IDS_MINIMIZED 1452
  391. #define IDS_ICONTITLE 1453
  392. #define IDS_NORMAL 1454
  393. #define IDS_DISABLED 1455
  394. #define IDS_SELECTED 1456
  395. #define IDS_MSGBOX 1457
  396. #define IDS_BUTTONTEXT 1458
  397. #define IDS_SMCAPTION 1459
  398. #define IDS_WINDOWTEXT 1460
  399. #define IDS_MSGBOXTEXT 1461
  400. #define IDS_BLANKNAME 1480
  401. #define IDS_NOSCHEME2DEL 1481
  402. #define IDS_SCHEME_WARNING 1300
  403. #define IDS_FONTCHANGE_IN_SCHEME 1301
  404. #define IDS_COPYOF_SCHEME 1302
  405. /////////////////////////////////////////////////////////////////////
  406. // Help defines (??? -????)
  407. /////////////////////////////////////////////////////////////////////
  408. // Settings tab
  409. #define IDH_DISPLAY_SETTINGS_MONITOR_GRAPHIC 4064
  410. #define IDH_DISPLAY_SETTINGS_DISPLAY_LIST 4065
  411. #define IDH_DISPLAY_SETTINGS_COLORBOX 4066
  412. #define IDH_DISPLAY_SETTINGS_SCREENAREA 4067
  413. #define IDH_DISPLAY_SETTINGS_EXTEND_DESKTOP_CHECKBOX 4068
  414. #define IDH_DISPLAY_SETTINGS_ADVANCED_BUTTON 4069
  415. #define IDH_DISPLAY_SETTINGS_USE_PRIMARY_CHECKBOX 4072
  416. #define IDH_DISPLAY_SETTINGS_IDENTIFY_BUTTON 4073
  417. #define IDH_DISPLAY_SETTINGS_TROUBLE_BUTTON 4074
  418. #define IDH_DISPLAY_SETTINGS_ADVANCED_GENERAL_FONTSIZE 4080
  419. #define IDH_DISPLAY_SETTINGS_ADVANCED_GENERAL_DYNA 4081
  420. #define IDH_DISPLAY_SETTINGS_ADVANCED_GENERAL_RESTART 4082
  421. #define IDH_DISPLAY_SETTINGS_ADVANCED_GENERAL_DONT_RESTART 4083
  422. #define IDH_DISPLAY_SETTINGS_ADVANCED_GENERAL_ASK_ME 4084
  423. #define IDH_DISPLAY_SETTINGS_ADVANCED_GENERAL_CUSTOMFONT_LISTBOX 4085
  424. #define IDH_DISPLAY_SETTINGS_ADVANCED_GENERAL_CUSTOMFONT_RULER 4086
  425. #define IDH_DISPLAY_SETTINGS_ADVANCED_GENERAL_CUSTOMFONT_SAMPLE 4087
  426. // Screen saver tab
  427. #define IDH_DISPLAY_SCREENSAVER_SCREENSAVER_PASSWORD_CHECKBOX 4110
  428. #define IDH_DISPLAY_SCREENSAVER_SCREENSAVER_LISTBOX 4111
  429. #define IDH_DISPLAY_SCREENSAVER_SCREENSAVER_WAIT 4112
  430. #define IDH_DISPLAY_SCREENSAVER_SCREENSAVER_PREVIEW 4113
  431. #define IDH_DISPLAY_SCREENSAVER_SCREENSAVER_SETTINGS 4114
  432. #define IDH_DISPLAY_SCREENSAVER_SCREENSAVER_MONITOR 4115
  433. #define IDH_DISPLAY_SCREENSAVER_ENERGYSAVE_GRAPHIC 4116
  434. #define IDH_DISPLAY_SCREENSAVER_POWER_BUTTON 4117
  435. // Advanced Appearance Tab
  436. #define IDH_DISPLAY_APPEARANCE_SCHEME 4120
  437. #define IDH_DISPLAY_APPEARANCE_SAVEAS_BUTTON 4121
  438. #define IDH_DISPLAY_APPEARANCE_SAVEAS_DIALOG_TEXTBOX 4170
  439. #define IDH_DISPLAY_APPEARANCE_DELETE_BUTTON 4122
  440. #define IDH_DISPLAY_APPEARANCE_GRAPHIC 4123
  441. #define IDH_DISPLAY_APPEARANCE_ITEM_SIZE 4124
  442. #define IDH_DISPLAY_APPEARANCE_FONT_BOLD 4125
  443. #define IDH_DISPLAY_APPEARANCE_FONT_SIZE 4126
  444. #define IDH_DISPLAY_APPEARANCE_FONT_COLOR 4127
  445. #define IDH_DISPLAY_APPEARANCE_FONT_ITALIC 4128
  446. #define IDH_DISPLAY_APPEARANCE_ITEM_COLOR 4129
  447. #define IDH_DISPLAY_APPEARANCE_ITEM_LIST 4130
  448. #define IDH_DISPLAY_APPEARANCE_FONT_LIST 4131
  449. #define IDH_DISPLAY_APPEARANCE_GRADIENT 4132
  450. #define IDH_DISPLAY_APPEARANCE_ITEM_COLOR2 4133
  451. // display.hlp IDH_'s
  452. #define IDH_DISPLAY_EFFECTS_DESKTOP_ICONS 4300
  453. #define IDH_DISPLAY_EFFECTS_CHANGE_ICON_BUTTON 4301
  454. #define IDH_DISPLAY_EFFECTS_ALL_COLORS_CHECKBOX 4302
  455. #define IDH_DISPLAY_EFFECTS_DRAG_WINDOW_CHECKBOX 4303
  456. #define IDH_DISPLAY_EFFECTS_SMOOTH_FONTS_CHECKBOX 4304
  457. //#define IDH_DISPLAY_EFFECTS_STRETCH 4305 //Obsolete in NT5
  458. #define IDH_DISPLAY_EFFECTS_ANIMATE_WINDOWS 4305
  459. #define IDH_DISPLAY_EFFECTS_LARGE_ICONS_CHECKBOX 4306
  460. #define IDH_DISPLAY_EFFECTS_DEFAULT_ICON_BUTTON 4307
  461. #define IDH_DISPLAY_EFFECTS_HIDE_KEYBOARD_INDICATORS 4308
  462. #define IDH_DISPLAY_EFFECTS_SMOOTH_FONTS_LISTBOX 4309
  463. #define IDH_DISPLAY_EFFECTS_ANIMATE_LISTBOX 4310
  464. #define IDH_DISPLAY_EFFECTS_MENUSHADOWS 4311
  465. /////////////////////////////////////////////////////////////////////
  466. // Wizard Pages (401 - 500)
  467. /////////////////////////////////////////////////////////////////////
  468. /////////////////////////////////////////////////////////////////////
  469. // Menu IDs (501 - 530)
  470. /////////////////////////////////////////////////////////////////////
  471. // appearance preview menu
  472. #define IDR_MENU 501
  473. #define MENU_MONITOR 502
  474. /////////////////////////////////////////////////////////////////////
  475. // Menu Item IDs (531 - 600)
  476. /////////////////////////////////////////////////////////////////////
  477. #define IDM_NORMAL 531
  478. #define IDM_DISABLED 532
  479. #define IDM_SELECTED 533
  480. /////////////////////////////////////////////////////////////////////
  481. // Bitmap Resource IDs (601 - 700)
  482. /////////////////////////////////////////////////////////////////////
  483. /////////////////////////////////////////////////////////////////////
  484. // Icons IDs (701 - 800)
  485. /////////////////////////////////////////////////////////////////////
  486. #define IDS_ICON 40 // This icon is actually stored in desk.cpl
  487. #define IDI_THEMEICON 701 // This icon is for .theme and .msstyles files.
  488. /////////////////////////////////////////////////////////////////////
  489. // AVI Resource IDs (801 - 900)
  490. /////////////////////////////////////////////////////////////////////