- Merge from trunk up to r45543
[reactos.git] / dll / win32 / syssetup / resource.h
1 /*
2 * Copyright (C) 2004 Filip Navara
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License along
15 * with this program; if not, write to the Free Software Foundation, Inc.,
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17 */
18
19 #ifndef RESOURCE_H
20 #define RESOURCE_H
21
22 #define IDB_WATERMARK 100
23 #define IDB_HEADER 101
24
25 #define IDI_ICON1 10
26 #define IDI_ICON2 11
27 #define IDI_ICON3 12
28 #define IDI_ICON4 13
29 #define IDI_ICON5 14
30
31 #define IDC_STATIC -1
32
33 #define IDD_WELCOMEPAGE 1000
34 #define IDC_WELCOMETITLE 1001
35
36 #define IDD_ACKPAGE 1010
37 #define IDC_PROJECTS 1011
38 #define IDC_VIEWGPL 1012
39
40 #define IDD_OWNERPAGE 1020
41 #define IDC_OWNERNAME 1021
42 #define IDC_OWNERORGANIZATION 1022
43
44 #define IDD_COMPUTERPAGE 1030
45 #define IDC_COMPUTERNAME 1031
46 #define IDC_ADMINPASSWORD1 1032
47 #define IDC_ADMINPASSWORD2 1033
48
49 #define IDD_LOCALEPAGE 1040
50 #define IDC_LOCALETEXT 1041
51 #define IDC_CUSTOMLOCALE 1042
52 #define IDC_LAYOUTTEXT 1043
53 #define IDC_CUSTOMLAYOUT 1044
54
55 #define IDD_DATETIMEPAGE 1050
56 #define IDC_DATEPICKER 1051
57 #define IDC_TIMEPICKER 1052
58 #define IDC_TIMEZONELIST 1053
59 #define IDC_AUTODAYLIGHT 1054
60
61 #define IDD_PROCESSPAGE 1060
62 #define IDC_ACTIVITY 1061
63 #define IDC_ITEM 1062
64 #define IDC_PROCESSPROGRESS 1063
65
66 #define IDD_FINISHPAGE 1070
67 #define IDC_FINISHTITLE 1071
68 #define IDC_RESTART_PROGRESS 1072
69
70 #define IDD_GPL 2100
71 #define IDC_GPL_TEXT 2101
72
73 #define IDD_STATUSWINDOW_DLG 2200
74 #define IDC_STATUSLABEL 2201
75
76 #define IDS_ACKTITLE 3010
77 #define IDS_ACKSUBTITLE 3011
78
79 #define IDS_OWNERTITLE 3020
80 #define IDS_OWNERSUBTITLE 3021
81
82 #define IDS_COMPUTERTITLE 3030
83 #define IDS_COMPUTERSUBTITLE 3031
84
85 #define IDS_LOCALETITLE 3040
86 #define IDS_LOCALESUBTITLE 3041
87
88 #define IDS_DATETIMETITLE 3050
89 #define IDS_DATETIMESUBTITLE 3051
90
91 #define IDS_PROCESSTITLE 3060
92 #define IDS_PROCESSSUBTITLE 3061
93
94 #define IDS_ACKPROJECTS 3100
95
96 #define IDS_ACCESSORIES 3200
97 #define IDS_GAMES 3201
98 #define IDS_SYS_TOOLS 3202
99 #define IDS_SYS_ACCESSIBILITY 3203
100 #define IDS_SYS_ENTERTAINMENT 3204
101
102 #define IDS_CMT_CALC 3210
103 #define IDS_CMT_CHARMAP 3211
104 #define IDS_CMT_CMD 3212
105 #define IDS_CMT_DEVMGMT 3213
106 #define IDS_CMT_DOWNLOADER 3214
107 #define IDS_CMT_EVENTVIEW 3215
108 #define IDS_CMT_EXPLORER 3216
109 #define IDS_CMT_KBSWITCH 3217
110 #define IDS_CMT_MAGNIFY 3218
111 #define IDS_CMT_MPLAY32 3219
112 #define IDS_CMT_MSCONFIG 3220
113 #define IDS_CMT_NOTEPAD 3221
114 #define IDS_CMT_RDESKTOP 3222
115 #define IDS_CMT_REGEDIT 3223
116 #define IDS_CMT_SERVMAN 3224
117 #define IDS_CMT_SCREENSHOT 3225
118 #define IDS_CMT_SOLITAIRE 3226
119 #define IDS_CMT_WINEMINE 3227
120 #define IDS_CMT_WORDPAD 3228
121 #define IDS_CMT_SNDVOL32 3229
122 #define IDS_CMT_DXDIAG 3230
123 #define IDS_CMT_PAINT 3231
124 #define IDS_CMT_SPIDER 3232
125 #define IDS_CMT_SNDREC32 3233
126
127 #define IDS_REACTOS_SETUP 3300
128 #define IDS_UNKNOWN_ERROR 3301
129 #define IDS_REGISTERING_COMPONENTS 3302
130 #define IDS_LOADLIBRARY_FAILED 3303
131 #define IDS_GETPROCADDR_FAILED 3304
132 #define IDS_REGSVR_FAILED 3305
133 #define IDS_DLLINSTALL_FAILED 3306
134 #define IDS_TIMEOUT 3307
135 #define IDS_REASON_UNKNOWN 3308
136
137 #define IDS_SHORT_CALC 3400
138 #define IDS_SHORT_CHARMAP 3401
139 #define IDS_SHORT_CMD 3402
140 #define IDS_SHORT_DEVICE 3403
141 #define IDS_SHORT_DOWNLOADER 3404
142 #define IDS_SHORT_EVENTVIEW 3405
143 #define IDS_SHORT_EXPLORER 3406
144 #define IDS_SHORT_KBSWITCH 3407
145 #define IDS_SHORT_MAGNIFY 3408
146 #define IDS_SHORT_MPLAY32 3409
147 #define IDS_SHORT_MSCONFIG 3410
148 #define IDS_SHORT_NOTEPAD 3411
149 #define IDS_SHORT_RDESKTOP 3412
150 #define IDS_SHORT_REGEDIT 3413
151 #define IDS_SHORT_SERVICE 3414
152 #define IDS_SHORT_SNAP 3415
153 #define IDS_SHORT_SOLITAIRE 3416
154 #define IDS_SHORT_WINEMINE 3417
155 #define IDS_SHORT_WORDPAD 3418
156 #define IDS_SHORT_SNDVOL32 3419
157 #define IDS_SHORT_DXDIAG 3420
158 #define IDS_SHORT_PAINT 3421
159 #define IDS_SHORT_SPIDER 3422
160 #define IDS_SHORT_SNDREC32 3423
161
162 #define IDS_WZD_NAME 3450
163 #define IDS_WZD_SETCOMPUTERNAME 3451
164 #define IDS_WZD_COMPUTERNAME 3452
165 #define IDS_WZD_PASSWORDEMPTY 3453
166 #define IDS_WZD_PASSWORDMATCH 3454
167 #define IDS_WZD_PASSWORDCHAR 3455
168 #define IDS_WZD_LOCALTIME 3456
169
170 #define IDS_STATUS_INSTALL_DEV 3500
171
172 #define IDR_GPL 4000
173
174 #endif /* RESOURCE_H */