- Move NCI generated files to arch-specific directories
[reactos.git] / reactos / dll / cpl / desk / resource.h
1 #ifndef __CPL_DESK_RESOURCE_H__
2 #define __CPL_DESK_RESOURCE_H__
3
4 #include <commctrl.h>
5
6 /* metrics */
7 #define PROPSHEETWIDTH 246
8 #define PROPSHEETHEIGHT 228
9 #define PROPSHEETPADDING 6
10
11 #define SYSTEM_COLUMN (18 * PROPSHEETPADDING)
12 #define LABELLINE(x) (((PROPSHEETPADDING + 2) * x) + (x + 2))
13
14 #define ICONSIZE 16
15
16 /* ids */
17 #define IDC_DESK_ICON 40
18 #define IDC_DESK_ICON2 100 // Needed for theme compatability with Windows.
19
20 #define IDC_STATIC -1
21
22 #define IDD_BACKGROUND 100
23 #define IDD_SCREENSAVER 101
24 #define IDD_APPEARANCE 102
25 #define IDD_SETTINGS 103
26 #define IDD_ADVAPPEARANCE 104
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
39 /* Screensaver Page */
40 #define IDC_SCREENS_PREVIEW 1010
41 #define IDC_SCREENS_CHOICES 1011
42 #define IDC_SCREENS_POWER_BUTTON 1012
43 #define IDC_SCREENS_SETTINGS 1013
44 #define IDC_SCREENS_TESTSC 1014
45 #define IDC_SCREENS_USEPASSCHK 1015
46 #define IDC_SCREENS_TIMEDELAY 1016
47 #define IDC_SCREENS_TIME 1017
48 #define IDC_SCREENS_DUMMY 5000
49 #define IDC_SCREENS_DUMMY2 5001
50
51 #define IDS_CPLNAME 2000
52 #define IDS_CPLDESCRIPTION 2001
53
54 #define IDS_NONE 2002
55 #define IDS_CENTER 2003
56 #define IDS_STRETCH 2004
57 #define IDS_TILE 2005
58
59 #define IDC_SETTINGS_DEVICE 201
60 #define IDC_SETTINGS_BPP 202
61 #define IDC_SETTINGS_RESOLUTION 203
62 #define IDC_SETTINGS_RESOLUTION_TEXT 204
63 #define IDC_SETTINGS_ADVANCED 205
64
65 #define IDR_POPUP_MENU 2010
66 #define ID_MENU_CONFIG 2011
67 #define ID_MENU_PREVIEW 2012
68 #define ID_MENU_ADD 2013
69 #define ID_MENU_DELETE 2014
70
71 #define IDR_PREVIEW_MENU 2100
72 #define ID_MENU_NORMAL 2101
73 #define ID_MENU_DISABLED 2102
74 #define ID_MENU_SELECTED 2103
75
76 /* Settings Page */
77
78 #define IDS_PIXEL 2301
79
80 #define IDS_COLOR_4BIT 2904
81 #define IDS_COLOR_8BIT 2908
82 #define IDS_COLOR_16BIT 2916
83 #define IDS_COLOR_24BIT 2924
84 #define IDS_COLOR_32BIT 2932
85
86
87 /* Appearance Page */
88 #define IDC_APPEARANCE_PREVIEW 1500
89 #define IDC_APPEARANCE_UI_ITEM 1501
90 #define IDC_APPEARANCE_COLORSCHEME 1502
91 #define IDC_APPEARANCE_FONTSIZE 1503
92 #define IDC_APPEARANCE_EFFECTS 1504
93 #define IDC_APPEARANCE_ADVANCED 1505
94
95 #define IDS_INACTWIN 1510
96 #define IDS_ACTWIN 1511
97 #define IDS_WINTEXT 1512
98 #define IDS_MESSBOX 1513
99 #define IDS_MESSTEXT 1514
100 #define IDS_BUTTEXT 1515
101
102 /* Update these IDs when you change the string id list */
103 #define IDS_ITEM_FIRST (IDS_ITEM_3D_OBJECTS)
104 #define IDS_ITEM_LAST (IDS_ITEM_CAPTION_BUTTONS + 1)
105
106
107 /* Advanced Appearance Dialog */#
108
109 #define IDC_ADVAPPEARANCE_PREVIEW 3101
110 #define IDC_ADVAPPEARANCE_ELEMENT 3102
111 #define IDC_ADVAPPEARANCE_SIZE_T 3103
112 #define IDC_ADVAPPEARANCE_SIZE_E 3104
113 #define IDC_ADVAPPEARANCE_SIZE_UD 3105
114 #define IDC_ADVAPPEARANCE_COLOR1_T 3106
115 #define IDC_ADVAPPEARANCE_COLOR1_B 3107
116 #define IDC_ADVAPPEARANCE_COLOR2_T 3108
117 #define IDC_ADVAPPEARANCE_COLOR2_B 3109
118 #define IDC_ADVAPPEARANCE_FONT_T 3110
119 #define IDC_ADVAPPEARANCE_FONT_C 3111
120 #define IDC_ADVAPPEARANCE_FONTSIZE_T 3112
121 #define IDC_ADVAPPEARANCE_FONTSIZE_E 3113
122 #define IDC_ADVAPPEARANCE_FONTCOLOR_T 3114
123 #define IDC_ADVAPPEARANCE_FONTCOLOR_B 3115
124 #define IDC_ADVAPPEARANCE_FONTBOLD 3116
125 #define IDC_ADVAPPEARANCE_FONTITALIC 3117
126
127 #define IDS_ELEMENT_0 3200
128 #define IDS_ELEMENT_1 3201
129 #define IDS_ELEMENT_2 3202
130 #define IDS_ELEMENT_3 3203
131 #define IDS_ELEMENT_4 3204
132 #define IDS_ELEMENT_5 3205
133 #define IDS_ELEMENT_6 3206
134 #define IDS_ELEMENT_7 3207
135 #define IDS_ELEMENT_8 3208
136 #define IDS_ELEMENT_9 3209
137 #define IDS_ELEMENT_10 3210
138 #define IDS_ELEMENT_11 3211
139 #define IDS_ELEMENT_12 3212
140 #define IDS_ELEMENT_13 3213
141 #define IDS_ELEMENT_14 3214
142 #define IDS_ELEMENT_15 3215
143 #define IDS_ELEMENT_16 3216
144 #define IDS_ELEMENT_17 3217
145 #define IDS_ELEMENT_18 3218
146 #define IDS_ELEMENT_19 3219
147 #define IDS_ELEMENT_20 3220
148 #define IDS_ELEMENT_21 3221
149 #define IDS_ELEMENT_22 3222
150 #define IDS_ELEMENT_23 3223
151
152
153 #endif /* __CPL_DESK_RESOURCE_H__ */
154