[CMAKE]
[reactos.git] / base / setup / reactos / resource.h
1 #pragma once
2
3 #define IDB_WATERMARK 100
4 #define IDB_HEADER 101
5 #define IDB_ROSLOGO 102
6
7 #define IDC_STATIC -1
8
9 #define IDD_STARTPAGE 2000
10 #define IDC_STARTTITLE 2001
11 #define IDD_LANGSELPAGE 2002
12 #define IDS_LANGTITLE 2003
13 #define IDS_LANGSUBTITLE 2004
14 #define IDC_LANGUAGES 2005
15 #define IDD_TYPEPAGE 2006
16 #define IDS_TYPETITLE 2007
17 #define IDS_TYPESUBTITLE 2008
18 #define IDC_INSTALL 2009
19 #define IDC_SETUP 2010
20 #define IDD_DEVICEPAGE 2011
21 #define IDS_DEVICETITLE 2012
22 #define IDS_DEVICESUBTITLE 2013
23 #define IDC_COMPUTER 2014
24 #define IDC_DISPLAY 2015
25 #define IDC_KEYBOARD 2016
26 #define IDC_KEYLAYOUT 2017
27 #define IDD_DRIVEPAGE 2018
28 #define IDS_DRIVETITLE 2019
29 #define IDS_DRIVESUBTITLE 2020
30 #define IDC_PARTITION 2021
31 #define IDC_PARTCREATE 2022
32 #define IDC_PARTDELETE 2023
33 #define IDC_INSTFREELDR 2024
34 #define IDC_NOINSTFREELDR 2025
35 #define IDC_PATH 2026
36 #define IDD_PROCESSPAGE 2027
37 #define IDS_PROCESSTITLE 2028
38 #define IDS_PROCESSSUBTITLE 2029
39 #define IDC_ACTIVITY 2030
40 #define IDC_ITEM 2031
41 #define IDC_PROCESSPROGRESS 2032
42 #define IDD_RESTARTPAGE 2033
43 #define IDS_RESTARTTITLE 2034
44 #define IDS_RESTARTSUBTITLE 2035
45 #define IDC_FINISHTITLE 2036
46 #define IDC_RESTART_PROGRESS 2037
47 #define IDS_ABORTSETUP 2038
48 #define IDS_ABORTSETUP2 2039
49 #define IDC_ACTION 2040
50 #define IDC_PARTMOREOPTS 2041
51 #define IDD_BOOTOPTIONS 2042
52 #define IDD_PARTITION 2043
53 #define IDC_UPDOWN1 2044
54 #define IDC_PARTSIZE 2045
55 #define IDC_UNIT 2046
56 #define IDC_FSTYPE 2047
57 #define IDD_SUMMARYPAGE 2048
58 #define IDS_SUMMARYTITLE 2049
59 #define IDS_SUMMARYSUBTITLE 2050
60 #define IDC_DEVICEDRIVER 2051
61
62 #define IDI_MAIN 3000