2b7b8012b027cf4604fc4cc6d2ae51aa0941e83f
[reactos.git] / reactos / 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
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, 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 IDC_STATIC -1
26
27 #define IDD_WELCOMEPAGE 1000
28 #define IDC_WELCOMETITLE 1001
29
30 #define IDD_ACKPAGE 1010
31 #define IDC_PROJECTS 1011
32 #define IDC_VIEWGPL 1012
33
34 #define IDD_OWNERPAGE 1020
35 #define IDC_OWNERNAME 1021
36 #define IDC_OWNERORGANIZATION 1022
37
38 #define IDD_COMPUTERPAGE 1030
39 #define IDC_COMPUTERNAME 1031
40 #define IDC_ADMINPASSWORD1 1032
41 #define IDC_ADMINPASSWORD2 1033
42
43 #define IDD_LOCALEPAGE 1040
44 #define IDC_LOCALETEXT 1041
45 #define IDC_CUSTOMLOCALE 1042
46 #define IDC_LAYOUTTEXT 1043
47 #define IDC_CUSTOMLAYOUT 1044
48
49 #define IDD_DATETIMEPAGE 1050
50 #define IDC_DATEPICKER 1051
51 #define IDC_TIMEPICKER 1052
52 #define IDC_TIMEZONELIST 1053
53 #define IDC_AUTODAYLIGHT 1054
54
55 #define IDD_PROCESSPAGE 1060
56 #define IDC_ACTIVITY 1061
57 #define IDC_ITEM 1062
58 #define IDC_PROCESSPROGRESS 1063
59
60 #define IDD_FINISHPAGE 1070
61 #define IDC_FINISHTITLE 1071
62 #define IDC_RESTART_PROGRESS 1072
63
64 #define IDD_GPL 2100
65 #define IDC_GPL_TEXT 2101
66
67 #define IDD_STATUSWINDOW_DLG 2200
68 #define IDC_STATUSLABEL 2201
69
70 #define IDS_ACKTITLE 3010
71 #define IDS_ACKSUBTITLE 3011
72
73 #define IDS_OWNERTITLE 3020
74 #define IDS_OWNERSUBTITLE 3021
75
76 #define IDS_COMPUTERTITLE 3030
77 #define IDS_COMPUTERSUBTITLE 3031
78
79 #define IDS_LOCALETITLE 3040
80 #define IDS_LOCALESUBTITLE 3041
81
82 #define IDS_DATETIMETITLE 3050
83 #define IDS_DATETIMESUBTITLE 3051
84
85 #define IDS_PROCESSTITLE 3060
86 #define IDS_PROCESSSUBTITLE 3061
87
88 #define IDS_ACKPROJECTS 3100
89
90 #define IDS_ACCESSORIES 3200
91 #define IDS_GAMES 3201
92 #define IDS_SYS_TOOLS 3202
93 #define IDS_SYS_ACCESSIBILITY 3203
94
95 #define IDS_CMT_CMD 3210
96 #define IDS_CMT_EXPLORER 3211
97 #define IDS_CMT_NOTEPAD 3213
98 #define IDS_CMT_REGEDIT 3214
99 #define IDS_CMT_CALC 3215
100 #define IDS_CMT_SOLITAIRE 3216
101 #define IDS_CMT_WINEMINE 3217
102 #define IDS_CMT_SERVMAN 3219
103 #define IDS_CMT_WORDPAD 3220
104 #define IDS_CMT_SCREENSHOT 3221
105 #define IDS_CMT_DOWNLOADER 3222
106 #define IDS_CMT_DEVMGMT 3223
107 #define IDS_CMT_CHARMAP 3224
108 #define IDS_CMT_MAGNIFY 3225
109 #define IDS_CMT_RDESKTOP 3226
110 #define IDS_CMT_KBSWITCH 3227
111
112 #define IDS_REACTOS_SETUP 3300
113 #define IDS_UNKNOWN_ERROR 3301
114 #define IDS_REGISTERING_COMPONENTS 3302
115 #define IDS_LOADLIBRARY_FAILED 3303
116 #define IDS_GETPROCADDR_FAILED 3304
117 #define IDS_REGSVR_FAILED 3305
118 #define IDS_DLLINSTALL_FAILED 3306
119 #define IDS_TIMEOUT 3307
120 #define IDS_REASON_UNKNOWN 3308
121
122 #define IDS_SHORT_CMD 3400
123 #define IDS_SHORT_EXPLORER 3401
124 #define IDS_SHORT_DOWNLOADER 3402
125 #define IDS_SHORT_SERVICE 3404
126 #define IDS_SHORT_DEVICE 3405
127 #define IDS_SHORT_CALC 3406
128 #define IDS_SHORT_REGEDIT 3407
129 #define IDS_SHORT_NOTEPAD 3408
130 #define IDS_SHORT_WORDPAD 3409
131 #define IDS_SHORT_SNAP 3410
132 #define IDS_SHORT_SOLITAIRE 3411
133 #define IDS_SHORT_WINEMINE 3412
134 #define IDS_SHORT_CHARMAP 3413
135 #define IDS_SHORT_MAGNIFY 3414
136 #define IDS_SHORT_RDESKTOP 3415
137 #define IDS_SHORT_KBSWITCH 3416
138
139 #define IDS_WZD_NAME 3450
140 #define IDS_WZD_SETCOMPUTERNAME 3451
141 #define IDS_WZD_COMPUTERNAME 3452
142 #define IDS_WZD_PASSWORDEMPTY 3453
143 #define IDS_WZD_PASSWORDMATCH 3454
144 #define IDS_WZD_PASSWORDCHAR 3455
145 #define IDS_WZD_LOCALTIME 3456
146
147 #define IDS_STATUS_INSTALL_DEV 3500
148
149 #define IDR_GPL 4000
150
151 #endif /* RESOURCE_H */