1 #pragma once 2 3 /* ids */ 4 #define IDC_DESK_ICON 40 5 #define IDC_DESK_ICON2 100 /* Needed for theme compatability with Windows. */ 6 7 #define IDC_STATIC -1 8 9 /* Dialogs */ 10 #define IDD_BACKGROUND 100 11 #define IDD_SCREENSAVER 101 12 #define IDD_APPEARANCE 102 13 #define IDD_SETTINGS 103 14 #define IDD_ADVAPPEARANCE 104 15 #define IDD_EFFAPPEARANCE 105 16 #define IDD_THEMES 106 17 #define IDD_DESKTOP_GENERAL 107 18 #define IDD_ADVANCED_GENERAL 200 19 #define IDD_CONFIRMSETTINGS 201 20 21 /* Themes Page */ 22 #define IDC_THEMES_COMBOBOX 1000 23 #define IDC_THEMES_SAVE_AS 1001 24 #define IDC_THEMES_DELETE 1002 25 #define IDC_THEMES_PREVIEW 1003 26 27 /* Background Page */ 28 #define IDC_BACKGROUND_LIST 1000 29 #define IDC_MONITOR 1001 30 #define IDC_BACKGROUND_PREVIEW 1002 31 #define IDC_BROWSE_BUTTON 1003 32 #define IDC_COLOR_BUTTON 1004 33 #define IDC_PLACEMENT_COMBO 1005 34 #define IDS_BACKGROUND_COMDLG_FILTER 1006 35 #define IDC_RESOLUTION_PREVIEW 1007 36 #define IDC_DESKTOP_CUSTOM 1008 37 38 /* Screensaver Page */ 39 #define IDC_SCREENS_PREVIEW 1010 40 #define IDC_SCREENS_LIST 1011 41 #define IDC_SCREENS_POWER_BUTTON 1012 42 #define IDC_SCREENS_SETTINGS 1013 43 #define IDC_SCREENS_TESTSC 1014 44 #define IDC_SCREENS_USEPASSCHK 1015 45 #define IDC_SCREENS_TIMEDELAY 1016 46 #define IDC_SCREENS_TIME 1017 47 #define IDC_WAITTEXT 1018 48 #define IDC_MINTEXT 1019 49 #define IDC_SCREENS_DUMMY 5000 50 #define IDC_SCREENS_DUMMY2 5001 51 52 #define IDC_SCREENS_CHOICES -1 53 54 #define IDS_CPLNAME 2000 55 #define IDS_CPLDESCRIPTION 2001 56 57 #define IDS_NONE 2002 58 #define IDS_CENTER 2003 59 #define IDS_STRETCH 2004 60 #define IDS_TILE 2005 61 #define IDS_FIT 2006 62 #define IDS_FILL 2007 63 64 #define IDC_SETTINGS_DEVICE 201 65 #define IDC_SETTINGS_BPP 202 66 #define IDC_SETTINGS_RESOLUTION 203 67 #define IDC_SETTINGS_RESOLUTION_TEXT 204 68 #define IDC_SETTINGS_ADVANCED 205 69 #define IDC_SETTINGS_MONSEL 206 70 #define IDC_SETTINGS_SPECTRUM 207 71 #define IDC_SETTINGS_MONTEXT 208 72 73 #define IDB_SPECTRUM_4 209 74 #define IDB_SPECTRUM_8 210 75 #define IDB_SPECTRUM_16 211 76 77 #define IDR_PREVIEW_MENU 2100 78 #define ID_MENU_NORMAL 2101 79 #define ID_MENU_DISABLED 2102 80 #define ID_MENU_SELECTED 2103 81 82 #define IDM_MONITOR_MENU 2110 83 #define ID_MENU_ATTACHED 2111 84 #define ID_MENU_PRIMARY 2112 85 #define ID_MENU_IDENTIFY 2113 86 #define ID_MENU_PROPERTIES 2114 87 88 /* Settings Page */ 89 #define IDS_PIXEL 2301 90 #define IDS_COLOR_4BIT 2904 91 #define IDS_COLOR_8BIT 2908 92 #define IDS_COLOR_16BIT 2916 93 #define IDS_COLOR_24BIT 2924 94 #define IDS_COLOR_32BIT 2932 95 96 /* Appearance Page */ 97 #define IDC_APPEARANCE_PREVIEW 1500 98 #define IDC_APPEARANCE_COLORSCHEME 1501 99 #define IDC_APPEARANCE_FONTSIZE 1502 100 #define IDC_APPEARANCE_EFFECTS 1503 101 #define IDC_APPEARANCE_ADVANCED 1504 102 #define IDC_APPEARANCE_VISUAL_STYLE 1505 103 #define IDC_APPEARANCE_SIZE 1506 104 105 #define IDS_INACTWIN 1510 106 #define IDS_ACTWIN 1511 107 #define IDS_WINTEXT 1512 108 #define IDS_MESSBOX 1513 109 #define IDS_MESSTEXT 1514 110 #define IDS_BUTTEXT 1515 111 #define IDS_CLASSIC_THEME 1516 112 113 /* Update these IDs when you change the string id list */ 114 #define IDS_ITEM_FIRST (IDS_ITEM_3D_OBJECTS) 115 #define IDS_ITEM_LAST (IDS_ITEM_CAPTION_BUTTONS + 1) 116 117 /* Advanced Appearance Dialog */ 118 #define IDC_ADVAPPEARANCE_PREVIEW 3101 119 #define IDC_ADVAPPEARANCE_ELEMENT 3102 120 #define IDC_ADVAPPEARANCE_SIZE_T 3103 121 #define IDC_ADVAPPEARANCE_SIZE_E 3104 122 #define IDC_ADVAPPEARANCE_SIZE_UD 3105 123 #define IDC_ADVAPPEARANCE_COLOR1_T 3106 124 #define IDC_ADVAPPEARANCE_COLOR1_B 3107 125 #define IDC_ADVAPPEARANCE_COLOR2_T 3108 126 #define IDC_ADVAPPEARANCE_COLOR2_B 3109 127 #define IDC_ADVAPPEARANCE_FONT_T 3110 128 #define IDC_ADVAPPEARANCE_FONT_C 3111 129 #define IDC_ADVAPPEARANCE_FONTSIZE_T 3112 130 #define IDC_ADVAPPEARANCE_FONTSIZE_E 3113 131 #define IDC_ADVAPPEARANCE_FONTCOLOR_T 3114 132 #define IDC_ADVAPPEARANCE_FONTCOLOR_B 3115 133 #define IDC_ADVAPPEARANCE_FONTBOLD 3116 134 #define IDC_ADVAPPEARANCE_FONTITALIC 3117 135 #define IDC_ADVAPPEARANCE_DISCLAIMER 3118 136 137 #define IDS_ELEMENT_0 3200 138 #define IDS_ELEMENT_1 3201 139 #define IDS_ELEMENT_2 3202 140 #define IDS_ELEMENT_3 3203 141 #define IDS_ELEMENT_4 3204 142 #define IDS_ELEMENT_5 3205 143 #define IDS_ELEMENT_6 3206 144 #define IDS_ELEMENT_7 3207 145 #define IDS_ELEMENT_8 3208 146 #define IDS_ELEMENT_9 3209 147 #define IDS_ELEMENT_10 3210 148 #define IDS_ELEMENT_11 3211 149 #define IDS_ELEMENT_12 3212 150 #define IDS_ELEMENT_13 3213 151 #define IDS_ELEMENT_14 3214 152 #define IDS_ELEMENT_15 3215 153 #define IDS_ELEMENT_16 3216 154 #define IDS_ELEMENT_17 3217 155 // #define IDS_ELEMENT_18 3218 156 157 #define IDS_MULTIPLEMONITORS 3300 158 #define IDS_UNKNOWNMONITOR 3301 159 #define IDS_ADVANCEDTITLEFMT 3302 160 161 #define IDS_DISPLAY_SETTINGS 3400 162 163 #define IDS_APPLY_FAILED 3500 164 #define IDS_APPLY_NEEDS_RESTART 3501 165 166 /* Effects Appearance Dialog */ 167 #define IDC_EFFAPPEARANCE_KEYBOARDCUES 3601 168 #define IDC_EFFAPPEARANCE_ANIMATION 3602 169 #define IDC_EFFAPPEARANCE_ANIMATIONTYPE 3603 170 #define IDC_EFFAPPEARANCE_SMOOTHING 3604 171 #define IDC_EFFAPPEARANCE_SMOOTHINGTYPE 3605 172 #define IDC_EFFAPPEARANCE_LARGEICONS 3606 173 #define IDC_EFFAPPEARANCE_SETDROPSHADOW 3607 174 #define IDC_EFFAPPEARANCE_DRAGFULLWINDOWS 3608 175 #define IDC_EFFAPPEARANCE_FLATMENUS 3609 176 177 #define IDS_SLIDEEFFECT 3701 178 #define IDS_FADEEFFECT 3702 179 180 #define IDS_STANDARDEFFECT 3711 181 #define IDS_CLEARTYPEEFFECT 3712 182 183 /* Desktop Items Dialog */ 184 #define IDS_DESKTOP_ITEMS 3900 185 #define IDC_ICONS_MYDOCS 3901 186 #define IDC_ICONS_MYNET 3902 187 #define IDC_ICONS_MYCOMP 3903 188 #define IDC_ICONS_INTERNET 3904 189 #define IDC_ICONS_LISTVIEW 3905 190 #define IDC_ICONS_CHANGEICON 3906 191 #define IDC_ICONS_SETDEFAULT 3907 192 193 /* Advanced General Dialog */ 194 #define IDC_FONTSIZE_COMBO 5000 195 #define IDC_FONTSIZE_CUSTOM 5001 196 #define IDC_RESTART_RB 5002 197 #define IDC_WITHOUTREBOOT_RB 5003 198 #define IDC_ASKME_RB 5004 199 200 /* Confirm Settings Dialog */ 201 #define IDC_TIMEOUTTEXT 5100 202 #define IDS_TIMEOUTTEXT 3800 203