- Merge aicom-network-fixes up to r36740
[reactos.git] / reactos / dll / cpl / desk / resource.h
1 #ifndef __CPL_DESK_RESOURCE_H__
2 #define __CPL_DESK_RESOURCE_H__
3
4 /* metrics */
5 #define PROPSHEETWIDTH 246
6 #define PROPSHEETHEIGHT 228
7 #define PROPSHEETPADDING 6
8
9 #define SYSTEM_COLUMN (18 * PROPSHEETPADDING)
10 #define LABELLINE(x) (((PROPSHEETPADDING + 2) * x) + (x + 2))
11
12 #define ICONSIZE 16
13
14 /* ids */
15 #define IDC_DESK_ICON 40
16 #define IDC_DESK_ICON2 100 // Needed for theme compatability with Windows.
17
18 #define IDC_STATIC -1
19
20 /* Dialogs */
21 #define IDD_BACKGROUND 100
22 #define IDD_SCREENSAVER 101
23 #define IDD_APPEARANCE 102
24 #define IDD_SETTINGS 103
25 #define IDD_ADVAPPEARANCE 104
26 #define IDD_ADVANCED_GENERAL 200
27
28 /* Background Page */
29 #define IDC_BACKGROUND_LIST 1000
30 #define IDC_MONITOR 1001
31 #define IDC_BACKGROUND_PREVIEW 1002
32 #define IDC_BROWSE_BUTTON 1003
33 #define IDC_COLOR_BUTTON 1004
34 #define IDC_PLACEMENT_COMBO 1005
35 #define IDS_BACKGROUND_COMDLG_FILTER 1006
36 #define IDS_SUPPORTED_EXT 1007
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
62 #define IDC_SETTINGS_DEVICE 201
63 #define IDC_SETTINGS_BPP 202
64 #define IDC_SETTINGS_RESOLUTION 203
65 #define IDC_SETTINGS_RESOLUTION_TEXT 204
66 #define IDC_SETTINGS_ADVANCED 205
67 #define IDC_SETTINGS_MONSEL 206
68 #define IDC_SETTINGS_SPECTRUM 207
69
70 #define IDB_SPECTRUM_4 208
71 #define IDB_SPECTRUM_8 209
72 #define IDB_SPECTRUM_16 210
73
74 #define IDR_PREVIEW_MENU 2100
75 #define ID_MENU_NORMAL 2101
76 #define ID_MENU_DISABLED 2102
77 #define ID_MENU_SELECTED 2103
78
79 #define IDM_MONITOR_MENU 2110
80 #define ID_MENU_ATTACHED 2111
81 #define ID_MENU_PRIMARY 2112
82 #define ID_MENU_IDENTIFY 2113
83 #define ID_MENU_PROPERTIES 2114
84
85 /* Settings Page */
86 #define IDS_PIXEL 2301
87 #define IDS_COLOR_4BIT 2904
88 #define IDS_COLOR_8BIT 2908
89 #define IDS_COLOR_16BIT 2916
90 #define IDS_COLOR_24BIT 2924
91 #define IDS_COLOR_32BIT 2932
92
93 /* Appearance Page */
94 #define IDC_APPEARANCE_PREVIEW 1500
95 #define IDC_APPEARANCE_UI_ITEM 1501
96 #define IDC_APPEARANCE_COLORSCHEME 1502
97 #define IDC_APPEARANCE_FONTSIZE 1503
98 #define IDC_APPEARANCE_EFFECTS 1504
99 #define IDC_APPEARANCE_ADVANCED 1505
100
101 #define IDS_INACTWIN 1510
102 #define IDS_ACTWIN 1511
103 #define IDS_WINTEXT 1512
104 #define IDS_MESSBOX 1513
105 #define IDS_MESSTEXT 1514
106 #define IDS_BUTTEXT 1515
107
108 /* Update these IDs when you change the string id list */
109 #define IDS_ITEM_FIRST (IDS_ITEM_3D_OBJECTS)
110 #define IDS_ITEM_LAST (IDS_ITEM_CAPTION_BUTTONS + 1)
111
112 /* Advanced Appearance Dialog */
113 #define IDC_ADVAPPEARANCE_PREVIEW 3101
114 #define IDC_ADVAPPEARANCE_ELEMENT 3102
115 #define IDC_ADVAPPEARANCE_SIZE_T 3103
116 #define IDC_ADVAPPEARANCE_SIZE_E 3104
117 #define IDC_ADVAPPEARANCE_SIZE_UD 3105
118 #define IDC_ADVAPPEARANCE_COLOR1_T 3106
119 #define IDC_ADVAPPEARANCE_COLOR1_B 3107
120 #define IDC_ADVAPPEARANCE_COLOR2_T 3108
121 #define IDC_ADVAPPEARANCE_COLOR2_B 3109
122 #define IDC_ADVAPPEARANCE_FONT_T 3110
123 #define IDC_ADVAPPEARANCE_FONT_C 3111
124 #define IDC_ADVAPPEARANCE_FONTSIZE_T 3112
125 #define IDC_ADVAPPEARANCE_FONTSIZE_E 3113
126 #define IDC_ADVAPPEARANCE_FONTCOLOR_T 3114
127 #define IDC_ADVAPPEARANCE_FONTCOLOR_B 3115
128 #define IDC_ADVAPPEARANCE_FONTBOLD 3116
129 #define IDC_ADVAPPEARANCE_FONTITALIC 3117
130
131 #define IDS_ELEMENT_0 3200
132 #define IDS_ELEMENT_1 3201
133 #define IDS_ELEMENT_2 3202
134 #define IDS_ELEMENT_3 3203
135 #define IDS_ELEMENT_4 3204
136 #define IDS_ELEMENT_5 3205
137 #define IDS_ELEMENT_6 3206
138 #define IDS_ELEMENT_7 3207
139 #define IDS_ELEMENT_8 3208
140 #define IDS_ELEMENT_9 3209
141 #define IDS_ELEMENT_10 3210
142 #define IDS_ELEMENT_11 3211
143 #define IDS_ELEMENT_12 3212
144 #define IDS_ELEMENT_13 3213
145 #define IDS_ELEMENT_14 3214
146 #define IDS_ELEMENT_15 3215
147 #define IDS_ELEMENT_16 3216
148 #define IDS_ELEMENT_17 3217
149 #define IDS_ELEMENT_18 3218
150 #define IDS_ELEMENT_19 3219
151 #define IDS_ELEMENT_20 3220
152 #define IDS_ELEMENT_21 3221
153 #define IDS_ELEMENT_22 3222
154 #define IDS_ELEMENT_23 3223
155
156 #define IDS_MULTIPLEMONITORS 3300
157 #define IDS_UNKNOWNMONITOR 3301
158 #define IDS_ADVANCEDTITLEFMT 3302
159
160 /* Advanced General Dialog */
161 #define IDC_FONTSIZE_COMBO 5000
162 #define IDC_FONTSIZE_COSTOM 5001
163 #define IDC_RESTART_RB 5002
164 #define IDC_WITHOUTREBOOT_RB 5003
165 #define IDC_ASKME_RB 5004
166
167 #endif /* __CPL_DESK_RESOURCE_H__ */
168
169