ReactOS 0.4.15-dev-7924-g5949c20
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
21#define IDD_TYPEPAGE 2010
22#define IDC_INSTALL 2011
23#define IDC_INSTALLTEXT 2012
24#define IDC_UPDATE 2013
25#define IDC_UPDATETEXT 2014
26
27#define IDD_UPDATEREPAIRPAGE 2020
28#define IDC_NTOSLIST 2021
29#define IDC_SKIPUPGRADE 2022
30
31#define IDD_DEVICEPAGE 2030
32#define IDC_COMPUTER 2031
33#define IDC_DISPLAY 2032
34#define IDC_KEYBOARD 2033
35#define IDC_KEYLAYOUT 2034
36
37#define IDD_DRIVEPAGE 2040
38#define IDC_PARTITION 2041
39#define IDC_PARTCREATE 2042
40#define IDC_PARTDELETE 2043
41#define IDC_DEVICEDRIVER 2044
42
43#define IDD_SUMMARYPAGE 2050
44#define IDC_INSTALLTYPE 2051
45#define IDC_INSTALLSOURCE 2052
46#define IDC_ARCHITECTURE 2053
47// #define IDC_COMPUTER 2031
48// #define IDC_DISPLAY 2032
49// #define IDC_KEYBOARD 2033
50#define IDC_DESTDRIVE 2054
51// #define IDC_PATH 2071
52#define IDC_CONFIRM_INSTALL 2055
53
54#define IDD_PROCESSPAGE 2060
55#define IDC_ACTIVITY 2061
56#define IDC_ITEM 2062
57#define IDC_PROCESSPROGRESS 2063
58
59#define IDD_RESTARTPAGE 2070
60#define IDC_FINISHTITLE 2071
61#define IDC_RESTART_PROGRESS 2072
62#define IDC_PARTMOREOPTS 2073
63
64#define IDD_BOOTOPTIONS 2080
65#define IDC_PATH 2081
66#define IDC_INSTFREELDR 2082
67#define IDC_INSTVBRONLY 2083
68#define IDC_NOINSTFREELDR 2084
69
70#define IDD_PARTITION 2090
71#define IDC_UPDOWN1 2091
72#define IDC_PARTSIZE 2092
73#define IDC_UNIT 2093
74#define IDC_FSTYPE 2094
75
76
77/* Strings */
78#define IDS_TYPETITLE 5007
79#define IDS_TYPESUBTITLE 5008
80#define IDS_DEVICETITLE 5012
81#define IDS_DEVICESUBTITLE 5013
82#define IDS_DRIVETITLE 5019
83#define IDS_DRIVESUBTITLE 5020
84#define IDS_PROCESSTITLE 5029
85#define IDS_PROCESSSUBTITLE 5030
86#define IDS_RESTARTTITLE 5035
87#define IDS_RESTARTSUBTITLE 5036
88#define IDS_ABORTSETUP 5039
89#define IDS_ABORTSETUP2 5040
90#define IDS_SUMMARYTITLE 5050
91#define IDS_SUMMARYSUBTITLE 5051
92#define IDS_NO_TXTSETUP_SIF 5053
93#define IDS_CAPTION 5054
94
95#define IDS_INSTALLATION_NAME 5100
96#define IDS_INSTALLATION_PATH 5101
97#define IDS_INSTALLATION_VENDOR 5102
98
99#define IDS_PARTITION_NAME 5200
100#define IDS_PARTITION_TYPE 5201
101#define IDS_PARTITION_SIZE 5202
102#define IDS_PARTITION_STATUS 5203