58faa030bf773298b9433f4761bf7009eb93b840
[reactos.git] / base / setup / reactos / resource.h
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
10
11 #define IDC_STATIC -1
12
13 /* Dialogs */
14 #define IDD_STARTPAGE 2000
15 #define IDC_STARTTITLE 2001
16
17 #define IDD_TYPEPAGE 2005
18 #define IDC_INSTALL 2006
19 #define IDC_INSTALLTEXT 2007
20 #define IDC_UPDATE 2008
21 #define IDC_UPDATETEXT 2009
22
23 #define IDD_DEVICEPAGE 2011
24 #define IDC_COMPUTER 2014
25 #define IDC_DISPLAY 2015
26 #define IDC_KEYBOARD 2016
27 #define IDC_KEYLAYOUT 2017
28
29 #define IDD_DRIVEPAGE 2018
30 #define IDC_PARTITION 2021
31 #define IDC_PARTCREATE 2022
32 #define IDC_PARTDELETE 2023
33 #define IDC_INSTFREELDR 2024
34 #define IDC_INSTVBRONLY 2025
35 #define IDC_NOINSTFREELDR 2026
36 #define IDC_PATH 2027
37
38 #define IDD_PROCESSPAGE 2028
39 #define IDC_ACTIVITY 2031
40 #define IDC_ITEM 2032
41 #define IDC_PROCESSPROGRESS 2033
42
43 #define IDD_RESTARTPAGE 2034
44 #define IDC_RESTART_PROGRESS 2038
45 #define IDC_PARTMOREOPTS 2042
46
47 #define IDD_BOOTOPTIONS 2043
48
49 #define IDD_PARTITION 2044
50 #define IDC_UPDOWN1 2045
51 #define IDC_PARTSIZE 2046
52 #define IDC_UNIT 2047
53 #define IDC_FSTYPE 2048
54
55 #define IDD_SUMMARYPAGE 2049
56 #define IDC_DEVICEDRIVER 2052
57
58 /* Strings */
59 #define IDS_TYPETITLE 5007
60 #define IDS_TYPESUBTITLE 5008
61 #define IDS_DEVICETITLE 5012
62 #define IDS_DEVICESUBTITLE 5013
63 #define IDS_DRIVETITLE 5019
64 #define IDS_DRIVESUBTITLE 5020
65 #define IDS_PROCESSTITLE 5029
66 #define IDS_PROCESSSUBTITLE 5030
67 #define IDS_RESTARTTITLE 5035
68 #define IDS_RESTARTSUBTITLE 5036
69 #define IDS_ABORTSETUP 5039
70 #define IDS_ABORTSETUP2 5040
71 #define IDS_SUMMARYTITLE 5050
72 #define IDS_SUMMARYSUBTITLE 5051
73 #define IDS_NO_TXTSETUP_SIF 5053
74 #define IDS_CAPTION 5054
75
76
77 #define IDS_PARTITION_NAME 5200
78 #define IDS_PARTITION_SIZE 5201
79 #define IDS_PARTITION_TYPE 5202
80
81 #define IDS_LIST_COLUMN_FIRST IDS_PARTITION_NAME
82 #define IDS_LIST_COLUMN_LAST IDS_PARTITION_TYPE