84b0fa4c27db90c3aab5188adeaea823c973aec5
[reactos.git] / reactos / dll / cpl / desk / resource.h
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_ADVANCED_GENERAL 200
17
18 /* Background Page */
19 #define IDC_BACKGROUND_LIST 1000
20 #define IDC_MONITOR 1001
21 #define IDC_BACKGROUND_PREVIEW 1002
22 #define IDC_BROWSE_BUTTON 1003
23 #define IDC_COLOR_BUTTON 1004
24 #define IDC_PLACEMENT_COMBO 1005
25 #define IDS_BACKGROUND_COMDLG_FILTER 1006
26
27 /* Screensaver Page */
28 #define IDC_SCREENS_PREVIEW 1010
29 #define IDC_SCREENS_LIST 1011
30 #define IDC_SCREENS_POWER_BUTTON 1012
31 #define IDC_SCREENS_SETTINGS 1013
32 #define IDC_SCREENS_TESTSC 1014
33 #define IDC_SCREENS_USEPASSCHK 1015
34 #define IDC_SCREENS_TIMEDELAY 1016
35 #define IDC_SCREENS_TIME 1017
36 #define IDC_WAITTEXT 1018
37 #define IDC_MINTEXT 1019
38 #define IDC_SCREENS_DUMMY 5000
39 #define IDC_SCREENS_DUMMY2 5001
40
41 #define IDC_SCREENS_CHOICES -1
42
43 #define IDS_CPLNAME 2000
44 #define IDS_CPLDESCRIPTION 2001
45
46 #define IDS_NONE 2002
47 #define IDS_CENTER 2003
48 #define IDS_STRETCH 2004
49 #define IDS_TILE 2005
50
51 #define IDC_SETTINGS_DEVICE 201
52 #define IDC_SETTINGS_BPP 202
53 #define IDC_SETTINGS_RESOLUTION 203
54 #define IDC_SETTINGS_RESOLUTION_TEXT 204
55 #define IDC_SETTINGS_ADVANCED 205
56 #define IDC_SETTINGS_MONSEL 206
57 #define IDC_SETTINGS_SPECTRUM 207
58
59 #define IDB_SPECTRUM_4 208
60 #define IDB_SPECTRUM_8 209
61 #define IDB_SPECTRUM_16 210
62
63 #define IDR_PREVIEW_MENU 2100
64 #define ID_MENU_NORMAL 2101
65 #define ID_MENU_DISABLED 2102
66 #define ID_MENU_SELECTED 2103
67
68 #define IDM_MONITOR_MENU 2110
69 #define ID_MENU_ATTACHED 2111
70 #define ID_MENU_PRIMARY 2112
71 #define ID_MENU_IDENTIFY 2113
72 #define ID_MENU_PROPERTIES 2114
73
74 /* Settings Page */
75 #define IDS_PIXEL 2301
76 #define IDS_COLOR_4BIT 2904
77 #define IDS_COLOR_8BIT 2908
78 #define IDS_COLOR_16BIT 2916
79 #define IDS_COLOR_24BIT 2924
80 #define IDS_COLOR_32BIT 2932
81
82 /* Appearance Page */
83 #define IDC_APPEARANCE_PREVIEW 1500
84 #define IDC_APPEARANCE_COLORSCHEME 1501
85 #define IDC_APPEARANCE_FONTSIZE 1502
86 #define IDC_APPEARANCE_EFFECTS 1503
87 #define IDC_APPEARANCE_ADVANCED 1504
88 #define IDC_APPEARANCE_VISUAL_STYLE 1505
89 #define IDC_APPEARANCE_SIZE 1506
90
91 #define IDS_INACTWIN 1510
92 #define IDS_ACTWIN 1511
93 #define IDS_WINTEXT 1512
94 #define IDS_MESSBOX 1513
95 #define IDS_MESSTEXT 1514
96 #define IDS_BUTTEXT 1515
97 #define IDS_CLASSIC_THEME 1516
98
99 /* Update these IDs when you change the string id list */
100 #define IDS_ITEM_FIRST (IDS_ITEM_3D_OBJECTS)
101 #define IDS_ITEM_LAST (IDS_ITEM_CAPTION_BUTTONS + 1)
102
103 /* Advanced Appearance Dialog */
104 #define IDC_ADVAPPEARANCE_PREVIEW 3101
105 #define IDC_ADVAPPEARANCE_ELEMENT 3102
106 #define IDC_ADVAPPEARANCE_SIZE_T 3103
107 #define IDC_ADVAPPEARANCE_SIZE_E 3104
108 #define IDC_ADVAPPEARANCE_SIZE_UD 3105
109 #define IDC_ADVAPPEARANCE_COLOR1_T 3106
110 #define IDC_ADVAPPEARANCE_COLOR1_B 3107
111 #define IDC_ADVAPPEARANCE_COLOR2_T 3108
112 #define IDC_ADVAPPEARANCE_COLOR2_B 3109
113 #define IDC_ADVAPPEARANCE_FONT_T 3110
114 #define IDC_ADVAPPEARANCE_FONT_C 3111
115 #define IDC_ADVAPPEARANCE_FONTSIZE_T 3112
116 #define IDC_ADVAPPEARANCE_FONTSIZE_E 3113
117 #define IDC_ADVAPPEARANCE_FONTCOLOR_T 3114
118 #define IDC_ADVAPPEARANCE_FONTCOLOR_B 3115
119 #define IDC_ADVAPPEARANCE_FONTBOLD 3116
120 #define IDC_ADVAPPEARANCE_FONTITALIC 3117
121
122 #define IDS_ELEMENT_0 3200
123 #define IDS_ELEMENT_1 3201
124 #define IDS_ELEMENT_2 3202
125 #define IDS_ELEMENT_3 3203
126 #define IDS_ELEMENT_4 3204
127 #define IDS_ELEMENT_5 3205
128 #define IDS_ELEMENT_6 3206
129 #define IDS_ELEMENT_7 3207
130 #define IDS_ELEMENT_8 3208
131 #define IDS_ELEMENT_9 3209
132 #define IDS_ELEMENT_10 3210
133 #define IDS_ELEMENT_11 3211
134 #define IDS_ELEMENT_12 3212
135 #define IDS_ELEMENT_13 3213
136 #define IDS_ELEMENT_14 3214
137 #define IDS_ELEMENT_15 3215
138 #define IDS_ELEMENT_16 3216
139 #define IDS_ELEMENT_17 3217
140 // #define IDS_ELEMENT_18 3218
141
142 #define IDS_MULTIPLEMONITORS 3300
143 #define IDS_UNKNOWNMONITOR 3301
144 #define IDS_ADVANCEDTITLEFMT 3302
145
146 #define IDS_DISPLAY_SETTINGS 3400
147
148 #define IDS_APPLY_FAILED 3500
149 #define IDS_APPLY_NEEDS_RESTART 3501
150
151 /* Effects Appearance Dialog */
152 #define IDC_EFFAPPEARANCE_KEYBOARDCUES 3601
153 #define IDC_EFFAPPEARANCE_ANIMATION 3602
154 #define IDC_EFFAPPEARANCE_ANIMATIONTYPE 3603
155 #define IDC_EFFAPPEARANCE_SMOOTHING 3604
156 #define IDC_EFFAPPEARANCE_SMOOTHINGTYPE 3605
157 #define IDC_EFFAPPEARANCE_LARGEICONS 3606
158 #define IDC_EFFAPPEARANCE_SETDROPSHADOW 3607
159 #define IDC_EFFAPPEARANCE_DRAGFULLWINDOWS 3608
160
161 #define IDS_SLIDEEFFECT 3701
162 #define IDS_FADEEFFECT 3702
163
164 #define IDS_STANDARDEFFECT 3711
165 #define IDS_CLEARTYPEEFFECT 3712
166
167 /* Advanced General Dialog */
168 #define IDC_FONTSIZE_COMBO 5000
169 #define IDC_FONTSIZE_CUSTOM 5001
170 #define IDC_RESTART_RB 5002
171 #define IDC_WITHOUTREBOOT_RB 5003
172 #define IDC_ASKME_RB 5004