Put the bitmap into the executable.
[reactos.git] / rosapps / welcome / resource.h
1
2 #define IDS_APPTITLE 1000
3 #define IDS_DEFAULTTOPICTITLE 1001
4 #define IDS_DEFAULTTOPICDESC 1002
5 #define IDS_FONTNAME 1003
6 #define IDS_CHECKTEXT 1004
7 #define IDS_CLOSETEXT 1005
8
9 #define IDS_TOPICBUTTON0 1010
10 #define IDS_TOPICBUTTON1 1011
11 #define IDS_TOPICBUTTON2 1012
12 #define IDS_TOPICBUTTON3 1013
13 #define IDS_TOPICBUTTON4 1014
14 #define IDS_TOPICBUTTON5 1015
15 #define IDS_TOPICBUTTON6 1016
16 #define IDS_TOPICBUTTON7 1017
17 #define IDS_TOPICBUTTON8 1018
18 #define IDS_TOPICBUTTON9 1019
19
20 #define IDS_TOPICTITLE0 1020
21 #define IDS_TOPICTITLE1 1021
22 #define IDS_TOPICTITLE2 1022
23 #define IDS_TOPICTITLE3 1023
24 #define IDS_TOPICTITLE4 1024
25 #define IDS_TOPICTITLE5 1025
26 #define IDS_TOPICTITLE6 1026
27 #define IDS_TOPICTITLE7 1027
28 #define IDS_TOPICTITLE8 1028
29 #define IDS_TOPICTITLE9 1029
30
31 #define IDS_TOPICDESC0 1030
32 #define IDS_TOPICDESC1 1031
33 #define IDS_TOPICDESC2 1032
34 #define IDS_TOPICDESC3 1033
35 #define IDS_TOPICDESC4 1034
36 #define IDS_TOPICDESC5 1035
37 #define IDS_TOPICDESC6 1036
38 #define IDS_TOPICDESC7 1037
39 #define IDS_TOPICDESC8 1038
40 #define IDS_TOPICDESC9 1039
41
42 #define IDS_TOPICACTION0 1040
43 #define IDS_TOPICACTION1 1041
44 #define IDS_TOPICACTION2 1042
45 #define IDS_TOPICACTION3 1043
46 #define IDS_TOPICACTION4 1044
47 #define IDS_TOPICACTION5 1045
48 #define IDS_TOPICACTION6 1046
49 #define IDS_TOPICACTION7 1047
50 #define IDS_TOPICACTION8 1048
51 #define IDS_TOPICACTION9 1049
52
53 #define IDS_TOPICOPTION0 1050
54 #define IDS_TOPICOPTION1 1051
55 #define IDS_TOPICOPTION2 1052
56 #define IDS_TOPICOPTION3 1053
57 #define IDS_TOPICOPTION4 1054
58 #define IDS_TOPICOPTION5 1055
59 #define IDS_TOPICOPTION6 1056
60 #define IDS_TOPICOPTION7 1057
61 #define IDS_TOPICOPTION8 1058
62 #define IDS_TOPICOPTION9 1059
63
64
65 /* Bitmaps */
66 #define IDB_TITLEBITMAP 101
67 #define IDB_DEFAULTTOPICBITMAP 102
68
69 #define IDB_TOPICBITMAP0 110
70 #define IDB_TOPICBITMAP1 111
71 #define IDB_TOPICBITMAP2 112
72 #define IDB_TOPICBITMAP3 113
73 #define IDB_TOPICBITMAP4 114
74 #define IDB_TOPICBITMAP5 115
75 #define IDB_TOPICBITMAP6 116
76 #define IDB_TOPICBITMAP7 117
77 #define IDB_TOPICBITMAP8 118
78 #define IDB_TOPICBITMAP9 119
79
80
81 #define IDC_CLOSEBUTTON 2000
82 #define IDC_CHECKBUTTON 2001
83