ReactOS 0.4.17-dev-470-gf9e3448
resource.h
Go to the documentation of this file.
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#pragma once
20
21#define IDB_WATERMARK 100
22#define IDB_HEADER 101
23#define IDB_CLASSIC 102
24#define IDB_LAUTUS 103
25#define IDB_LUNAR 104
26#define IDB_MIZU 105
27#define IDB_REACTOS 106
28#define IDB_LINE 107
29
30#define IDI_ICON1 10
31#define IDI_ICON2 11
32#define IDI_ICON3 12
33#define IDI_ICON4 13
34#define IDI_ICON5 14
35#define IDI_CHECKICON 15
36#define IDI_ARROWICON 16
37#define IDI_CROSSICON 17
38
39#define IDC_STATIC -1
40
41#define IDD_WELCOMEPAGE 1000
42#define IDC_WELCOMETITLE 1001
43
44#define IDD_ACKPAGE 1010
45#define IDC_PROJECTS 1011
46#define IDC_VIEWGPL 1012
47
48#define IDD_OWNERPAGE 1020
49#define IDC_OWNERNAME 1021
50#define IDC_OWNERORGANIZATION 1022
51
52#define IDD_COMPUTERPAGE 1030
53#define IDC_COMPUTERNAME 1031
54#define IDC_ADMINPASSWORD1 1032
55#define IDC_ADMINPASSWORD2 1033
56
57#define IDD_LOCALEPAGE 1040
58#define IDC_LOCALETEXT 1041
59#define IDC_CUSTOMLOCALE 1042
60#define IDC_LAYOUTTEXT 1043
61#define IDC_CUSTOMLAYOUT 1044
62
63#define IDD_DATETIMEPAGE 1050
64#define IDC_DATEPICKER 1051
65#define IDC_TIMEPICKER 1052
66#define IDC_TIMEZONELIST 1053
67#define IDC_AUTODAYLIGHT 1054
68
69#define IDD_PROCESSPAGE 1060
70#define IDC_ITEM 1061
71#define IDC_PROCESSPROGRESS 1062
72#define IDC_TASKTEXT1 1063
73#define IDC_TASKTEXT2 1064
74#define IDC_TASKTEXT3 1065
75#define IDC_TASKTEXT4 1066
76#define IDC_TASKTEXT5 1067
77#define IDC_TASKBITMAP1 1068
78#define IDC_TASKBITMAP2 1069
79#define IDC_TASKBITMAP3 1070
80#define IDC_TASKBITMAP4 1071
81#define IDC_TASKBITMAP5 1072
82#define IDC_CHECK1 1073
83#define IDC_CHECK2 1074
84#define IDC_CHECK3 1075
85#define IDC_CHECK4 1076
86#define IDC_CHECK5 1077
87
88#define IDD_FINISHPAGE 1080
89#define IDC_FINISHTITLE 1081
90#define IDC_RESTART_PROGRESS 1082
91
92#define IDD_THEMEPAGE 1090
93#define IDC_THEMEPICKER 1091
94
95#define IDD_GPL 2100
96#define IDC_GPL_TEXT 2101
97
98#define IDD_STATUSWINDOW_DLG 2200
99#define IDC_STATUSLABEL 2201
100#define IDC_ROSLOGO 2202
101#define IDC_BAR 2503
102
103#define IDD_PS2MOUSEPROPERTIES 2300
104#define IDC_PS2MOUSESAMPLERATE 2301
105#define IDC_PS2MOUSEWHEEL 2302
106#define IDC_PS2MOUSEINPUTLEN 2303
107#define IDC_PS2MOUSEINPUTUPDN 2304
108#define IDC_PS2MOUSEFASTINIT 2305
109#define IDC_PS2MOUSEDEFAULTS 2306
110#define IDC_PS2STATIC 2307
111
112#define IDD_INSTALLATION 2400
113#define IDC_INSTALLATION_ICON 2401
114#define IDC_INSTALLATION_TYPES 2402
115#define IDC_INSTALLATION_DESCRIPTION 2405
116
117#define IDS_ACKTITLE 3010
118#define IDS_ACKSUBTITLE 3011
119
120#define IDS_OWNERTITLE 3020
121#define IDS_OWNERSUBTITLE 3021
122
123#define IDS_COMPUTERTITLE 3030
124#define IDS_COMPUTERSUBTITLE 3031
125
126#define IDS_LOCALETITLE 3040
127#define IDS_LOCALESUBTITLE 3041
128#define IDS_LOCALETEXT 3042
129#define IDS_LAYOUTTEXT 3043
130
131#define IDS_DATETIMETITLE 3050
132#define IDS_DATETIMESUBTITLE 3051
133
134#define IDS_PROCESSTITLE 3060
135#define IDS_PROCESSSUBTITLE 3061
136
137#define IDS_THEMESELECTIONTITLE 3070
138#define IDS_THEMESELECTIONSUBTITLE 3071
139
140#define IDS_ACKPROJECTS 3100
141
142#define IDS_REACTOS_SETUP 3300
143#define IDS_UNKNOWN_ERROR 3301
144#define IDS_LOADLIBRARY_FAILED 3302
145#define IDS_GETPROCADDR_FAILED 3303
146#define IDS_REGSVR_FAILED 3304
147#define IDS_DLLINSTALL_FAILED 3305
148#define IDS_TIMEOUT 3306
149#define IDS_REASON_UNKNOWN 3307
150#define IDS_ADMINISTRATOR_NAME 3308
151#define IDS_MACHINE_OWNER_NAME 3309
152
153#define IDS_WZD_NAME 3450
154#define IDS_WZD_SETCOMPUTERNAME 3451
155#define IDS_WZD_COMPUTERNAME 3452
156#define IDS_WZD_PASSWORDEMPTY 3453
157#define IDS_WZD_PASSWORDMATCH 3454
158#define IDS_WZD_PASSWORDCHAR 3455
159#define IDS_WZD_LOCALTIME 3456
160
161#define IDS_STATUS_INSTALL_DEV 3500
162
163/* ATTENTION: Synchronize the translation of these strings with shell32 */
164#define IDS_PROGRAMFILES 3600
165#define IDS_COMMONFILES 3601
166
167#define IDS_DETECTIONDISABLED 3700
168#define IDS_LOOKFORWHEEL 3701
169#define IDS_ASSUMEPRESENT 3702
170
171#define IDS_CLASSIC 3800
172#define IDS_LAUTUS 3801
173#define IDS_LUNAR 3802
174#define IDS_MIZU 3803
175
176#define IDS_INSTALLATIONTITLE 3900
177#define IDS_INSTALLATIONSUBTITLE 3901
178#define IDS_INSTALLATIONSERVERNAME 3902
179#define IDS_INSTALLATIONSERVERINFO 3903
180#define IDS_INSTALLATIONWORKSTATIONNAME 3904
181#define IDS_INSTALLATIONWORKSTATIONINFO 3905
182#define IDS_INSTALLATIONSERVERCORENAME 3906
183#define IDS_INSTALLATIONSERVERCOREINFO 3907
184// #define IDS_INSTALLATIONNANOSERVERNAME 3908
185// #define IDS_INSTALLATIONNANOSERVERINFO 3909
186#define IDS_DEFAULT 3910
187
188#define IDR_GPL 4000
189
190/* Strings for install addons consent dialog */
191#define IDS_INSTALLADDONSCAPTION 4010
192#define IDS_INSTALLADDONSMESSAGE 4011
193#define IDS_INSTALLADDONSFAILEDMESSAGE 4012
194
195/* Timer ID for the animated dialog bar. */
196#define IDT_BAR 1