Visual C++ backend for rbuild (for now just a hacked mingw backend) and related compi...
[reactos.git] / base / setup / reactos / resource.h
1
2 #ifndef RESOURCE_H
3 #define RESOURCE_H
4
5 #define IDB_WATERMARK 100
6 #define IDB_HEADER 101
7 #define IDB_ROSLOGO 102
8
9 #define IDC_STATIC -1
10
11 #define IDD_STARTPAGE 2000
12 #define IDC_STARTTITLE 2001
13 #define IDD_LANGSELPAGE 2002
14 #define IDS_LANGTITLE 2003
15 #define IDS_LANGSUBTITLE 2004
16 #define IDC_LANGUAGES 2005
17 #define IDD_TYPEPAGE 2006
18 #define IDS_TYPETITLE 2007
19 #define IDS_TYPESUBTITLE 2008
20 #define IDC_INSTALL 2009
21 #define IDC_SETUP 2010
22 #define IDD_DEVICEPAGE 2011
23 #define IDS_DEVICETITLE 2012
24 #define IDS_DEVICESUBTITLE 2013
25 #define IDC_COMPUTER 2014
26 #define IDC_DISPLAY 2015
27 #define IDC_KEYBOARD 2016
28 #define IDC_KEYLAYOUT 2017
29 #define IDD_DRIVEPAGE 2018
30 #define IDS_DRIVETITLE 2019
31 #define IDS_DRIVESUBTITLE 2020
32 #define IDC_PARTITION 2021
33 #define IDC_PARTCREATE 2022
34 #define IDC_PARTDELETE 2023
35 #define IDC_INSTFREELDR 2024
36 #define IDC_NOINSTFREELDR 2025
37 #define IDC_PATH 2026
38 #define IDD_PROCESSPAGE 2027
39 #define IDS_PROCESSTITLE 2028
40 #define IDS_PROCESSSUBTITLE 2029
41 #define IDC_ACTIVITY 2030
42 #define IDC_ITEM 2031
43 #define IDC_PROCESSPROGRESS 2032
44 #define IDD_RESTARTPAGE 2033
45 #define IDS_RESTARTTITLE 2034
46 #define IDS_RESTARTSUBTITLE 2035
47 #define IDC_FINISHTITLE 2036
48 #define IDC_RESTART_PROGRESS 2037
49 #define IDS_ABORTSETUP 2038
50 #define IDS_ABORTSETUP2 2039
51 #define IDC_ACTION 2040
52 #define IDC_PARTMOREOPTS 2041
53
54
55 #define IDI_MAIN 3000
56
57 #endif