[WELCOME]: UI improvements:
[reactos.git] / reactos / base / setup / welcome / resource.h
1 #pragma once
2
3 /* Internal button window IDs, below TOPIC_BTN_ID_BASE == 100 */
4 #define IDC_CHECKBUTTON 98
5 #define IDC_CLOSEBUTTON 99
6
7 /* Strings */
8 #define IDS_APPTITLE 1000
9 #define IDS_DEFAULTTOPICTITLE 1001
10 #define IDS_DEFAULTTOPICDESC 1002
11 #define IDS_FONTNAME 1003
12 #define IDS_CHECKTEXT 1004
13 #define IDS_CLOSETEXT 1005
14
15 #define IDS_TOPICBUTTON0 1010
16 #define IDS_TOPICBUTTON1 1011
17 #define IDS_TOPICBUTTON2 1012
18
19 #define IDS_TOPICTITLE0 1020
20 #define IDS_TOPICTITLE1 1021
21 #define IDS_TOPICTITLE2 1022
22
23 #define IDS_TOPICDESC0 1030
24 #define IDS_TOPICDESC1 1031
25 #define IDS_TOPICDESC2 1032
26
27 #define IDS_TOPICACTION0 1040
28 #define IDS_TOPICACTION1 1041
29 #define IDS_TOPICACTION2 1042
30
31 // #define IDS_TOPICOPTION0 1050
32 // #define IDS_TOPICOPTION1 1051
33 // #define IDS_TOPICOPTION2 1052
34
35 /* Bitmaps */
36 #define IDB_TITLEBITMAP 101
37 #define IDB_DEFAULTTOPICBITMAP 102
38
39 // #define IDB_TOPICBITMAP0 110
40 // #define IDB_TOPICBITMAP1 111
41 // #define IDB_TOPICBITMAP2 112
42
43 /* Icons */
44 #define IDI_MAIN 3000