ReactOS 0.4.16-dev-732-g2d1144a
resource.h
Go to the documentation of this file.
1#pragma once
2
3/* Bitmaps */
4#define IDB_WATERMARK 100
5#define IDB_HEADER 101
6
7/* Icons */
8#define IDI_MAIN 3000
9#define IDI_ROSICON 3001
10#define IDI_WINICON 3002
11#define IDI_DISKDRIVE 3003
12#define IDI_PARTITION 3004
13
14
15#define IDC_STATIC -1
16
17/* Dialogs */
18#define IDD_STARTPAGE 2000
19#define IDC_STARTTITLE 2001
20#define IDC_WARNTEXT1 2002 // TEMPTEMP: TODO: Remove once we reach 0.5/Beta :)
21#define IDC_WARNTEXT2 2003 // TEMPTEMP: TODO: Remove once we reach 0.5/Beta :)
22#define IDC_WARNTEXT3 2004 // TEMPTEMP: TODO: Remove once we reach 0.5/Beta :)
23
24#define IDD_TYPEPAGE 2010
25#define IDC_INSTALL 2011
26#define IDC_INSTALLTEXT 2012
27#define IDC_UPDATE 2013
28#define IDC_UPDATETEXT 2014
29
30#define IDD_UPDATEREPAIRPAGE 2020
31#define IDC_NTOSLIST 2021
32#define IDC_SKIPUPGRADE 2022
33
34#define IDD_DEVICEPAGE 2030
35#define IDC_COMPUTER 2031
36#define IDC_DISPLAY 2032
37#define IDC_KEYBOARD 2033
38#define IDC_KEYLAYOUT 2034
39
40#define IDD_DRIVEPAGE 2040
41#define IDC_PARTITION 2041
42#define IDC_INITDISK 2042
43#define IDC_PARTCREATE 2043
44#define IDC_PARTFORMAT 2044
45#define IDC_PARTDELETE 2045
46#define IDC_DEVICEDRIVER 2046
47#define IDC_PARTMOREOPTS 2047
48
49#define IDD_SUMMARYPAGE 2050
50#define IDC_INSTALLTYPE 2051
51#define IDC_INSTALLSOURCE 2052
52#define IDC_ARCHITECTURE 2053
53// #define IDC_COMPUTER 2031
54// #define IDC_DISPLAY 2032
55// #define IDC_KEYBOARD 2033
56#define IDC_DESTDRIVE 2054
57// #define IDC_PATH 2071
58#define IDC_CONFIRM_INSTALL 2055
59
60#define IDD_PROCESSPAGE 2060
61#define IDC_ACTIVITY 2061
62#define IDC_ITEM 2062
63#define IDC_PROCESSPROGRESS 2063
64
65#define IDD_RESTARTPAGE 2070
66#define IDC_FINISHTITLE 2071
67#define IDC_RESTART_PROGRESS 2072
68
69#define IDD_ADVINSTOPTS 2080
70#define IDC_PATH 2081
71#define IDC_INSTFREELDR 2082
72
73#define IDD_PARTITION 2090
74#define IDC_EDIT_PARTSIZE 2091
75#define IDC_UPDOWN_PARTSIZE 2092
76#define IDC_UNIT 2093
77#define IDC_CHECK_MBREXTPART 2094
78#define IDC_FS_STATIC 2095
79#define IDC_FSTYPE 2096
80#define IDC_CHECK_QUICKFMT 2097
81
82#define IDD_FORMAT 2100
83
84
85/* Strings */
86#define IDS_CAPTION 5000
87#define IDS_TYPETITLE 5001
88#define IDS_TYPESUBTITLE 5002
89#define IDS_UPDATETITLE 5003
90#define IDS_UPDATESUBTITLE 5004
91#define IDS_DEVICETITLE 5005
92#define IDS_DEVICESUBTITLE 5006
93#define IDS_DRIVETITLE 5007
94#define IDS_DRIVESUBTITLE 5008
95#define IDS_SUMMARYTITLE 5009
96#define IDS_SUMMARYSUBTITLE 5010
97#define IDS_PROCESSTITLE 5011
98#define IDS_PROCESSSUBTITLE 5012
99#define IDS_RESTARTTITLE 5013
100#define IDS_RESTARTSUBTITLE 5014
101#define IDS_ABORTSETUP 5020
102#define IDS_ABORTSETUP2 5021
103#define IDS_NO_TXTSETUP_SIF 5022
104#define IDS_INSTALLBTN 5030
105#define IDS_VOLUME_NOFORMAT 5040
106
107#define IDS_INSTALLATION_NAME 5100
108#define IDS_INSTALLATION_PATH 5101
109#define IDS_INSTALLATION_VENDOR 5102
110
111#define IDS_PARTITION_NAME 5110
112#define IDS_PARTITION_TYPE 5111
113#define IDS_PARTITION_SIZE 5112
114#define IDS_PARTITION_STATUS 5113
115
116// WARNING: These IDs *MUST* stay in increasing order!
117#define IDS_BOOTLOADER_NOINST 5120
118#define IDS_BOOTLOADER_REMOVABLE 5121
119#define IDS_BOOTLOADER_SYSTEM 5122 // For non-MBR disks
120#define IDS_BOOTLOADER_MBRVBR 5123 // For MBR disks only
121#define IDS_BOOTLOADER_VBRONLY 5124 // ""
122
123
124/* Progress Strings */
125#define IDS_FORMATTING_PROGRESS1 5200
126#define IDS_FORMATTING_PROGRESS2 5201
127#define IDS_CHECKING_PROGRESS1 5202
128#define IDS_CHECKING_PROGRESS2 5203
129#define IDS_COPYING 5204
130#define IDS_MOVING 5205
131#define IDS_RENAMING 5206
132#define IDS_DELETING 5207
133#define IDS_CONFIG_SYSTEM_PARTITION 5210
134#define IDS_PREPARE_PARTITIONS 5211
135#define IDS_PREPARE_FILES 5212
136#define IDS_COPYING_FILES 5213
137#define IDS_CREATE_REGISTRY 5214
138#define IDS_UPDATE_REGISTRY 5215
139// #define IDS_INSTALL_FINALIZE 5216
140#define IDS_INSTALL_BOOTLOADER 5217
141
142#define IDS_REG_DONE 5220
143#define IDS_REG_REGHIVEUPDATE 5221
144#define IDS_REG_IMPORTFILE 5222
145#define IDS_REG_DISPLAYSETTINGSUPDATE 5223
146#define IDS_REG_LOCALESETTINGSUPDATE 5224
147#define IDS_REG_ADDKBLAYOUTS 5225
148#define IDS_REG_KEYBOARDSETTINGSUPDATE 5226
149#define IDS_REG_CODEPAGEINFOUPDATE 5227
150#define IDS_REG_UNKNOWN 5228
151
152
153/* Error Strings */
154#define IDS_ERROR_INVALID_INSTALLDIR_CHAR_TITLE 5300
155#define IDS_ERROR_INVALID_INSTALLDIR_CHAR 5301
156
157// ERROR_DIRECTORY_NAME
158#define IDS_ERROR_DIRECTORY_NAME_TITLE 5302
159#define IDS_ERROR_DIRECTORY_NAME 5303
160
161// ERROR_CREATE_PARTITION // TODO?
162#define IDS_ERROR_CREATE_PARTITION_TITLE 5304
163#define IDS_ERROR_CREATE_PARTITION 5305
164
165#define IDS_WARN_DELETE_PARTITION_TITLE 5306
166#define IDS_WARN_DELETE_PARTITION 5307
167#define IDS_WARN_DELETE_MBR_EXTENDED_PARTITION 5308
168
169// ERROR_WRITE_PTABLE
170#define IDS_ERROR_WRITE_PTABLE 5309
171
172// ERROR_SYSTEM_PARTITION_NOT_FOUND
173// ERROR_SYSTEM_PARTITION // TODO
174#define IDS_ERROR_SYSTEM_PARTITION 5310
175
176// ERROR_FORMAT_UNRECOGNIZED_VOLUME // TODO
177#define IDS_ERROR_FORMAT_UNRECOGNIZED_VOLUME 5311
178
179// ERROR_COULD_NOT_FORMAT // TODO?
180#define IDS_ERROR_COULD_NOT_FORMAT 5312
181
182// ERROR_FORMATTING_PARTITION
183#define IDS_ERROR_FORMATTING_PARTITION 5313
184
185// ERROR_COULD_NOT_CHECK // TODO?
186#define IDS_ERROR_COULD_NOT_CHECK 5314
187
188// ERROR_CHECKING_PARTITION // TODO
189#define IDS_ERROR_CHECKING_PARTITION 5315
190
191// ERROR_WRITE_BOOT
192#define IDS_ERROR_WRITE_BOOT 5316
193// ERROR_INSTALL_BOOTCODE
194#define IDS_ERROR_INSTALL_BOOTCODE 5317
195#define IDS_ERROR_INSTALL_BOOTCODE_REMOVABLE 5318
196// STATUS_NOT_SUPPORTED for bootloader
197#define IDS_ERROR_BOOTLDR_ARCH_UNSUPPORTED 5319
198// ERROR_BOOTLDR_FAILED // TODO
199#define IDS_ERROR_BOOTLDR_FAILED 5320