update for HEAD-2003091401
[reactos.git] / subsys / system / welcome / welcome.rc
1
2 #include "resource.h"
3
4
5 /* Icons */
6 IDI_MAIN                ICON  DISCARDABLE     "res/icon.ico"
7
8 /* Bitmaps */
9
10 IDB_TITLEBITMAP         BITMAP  DISCARDABLE     "res/title.bmp"
11 IDB_DEFAULTTOPICBITMAP  BITMAP  DISCARDABLE     "res/default.bmp"
12 IDB_TBACKGROUNDBITMAP   BITMAP  DISCARDABLE     "res/background-top.bmp"
13 IDB_RBACKGROUNDBITMAP   BITMAP  DISCARDABLE     "res/background-right.bmp"
14
15 //IDB_TOPICBITMAP0        BITMAP  DISCARDABLE     "res/topic0.bmp"
16 //IDB_TOPICBITMAP1        BITMAP  DISCARDABLE     "res/topic1.bmp"
17 //IDB_TOPICBITMAP2        BITMAP  DISCARDABLE     "res/topic2.bmp"
18 //IDB_TOPICBITMAP3        BITMAP  DISCARDABLE     "res/topic3.bmp"
19 //IDB_TOPICBITMAP4        BITMAP  DISCARDABLE     "res/topic4.bmp"
20 //IDB_TOPICBITMAP5        BITMAP  DISCARDABLE     "res/topic5.bmp"
21 //IDB_TOPICBITMAP6        BITMAP  DISCARDABLE     "res/topic6.bmp"
22 //IDB_TOPICBITMAP7        BITMAP  DISCARDABLE     "res/topic7.bmp"
23 //IDB_TOPICBITMAP8        BITMAP  DISCARDABLE     "res/topic8.bmp"
24 //IDB_TOPICBITMAP9        BITMAP  DISCARDABLE     "res/topic9.bmp"
25
26
27 /* String Tables */
28
29 /* Default settings */
30 STRINGTABLE DISCARDABLE 
31 BEGIN
32     IDS_APPTITLE            "ReactOS - Welcome"
33     IDS_DEFAULTTOPICTITLE   "ReactOS"
34     IDS_DEFAULTTOPICDESC    "Welcome to React Operating System.\n\nClick a topic on the left."
35     //IDS_CHECKTEXT           "Show this dialog again"
36     IDS_CLOSETEXT           "Exit"
37 END
38
39 /* Topic buttons */
40 STRINGTABLE DISCARDABLE
41 BEGIN
42 //    IDS_TOPICBUTTON0        "Online Registration"
43     IDS_TOPICBUTTON0        "Install ReactOS"
44     IDS_TOPICBUTTON1        "Browse this CD"
45 //    IDS_TOPICBUTTON4        "E&xit"
46 //    IDS_TOPICBUTTON5        "Empty Topic 5"
47 //    IDS_TOPICBUTTON6        "Empty Topic 6"
48 //    IDS_TOPICBUTTON7        "Empty Topic 7"
49 //    IDS_TOPICBUTTON8        "Empty Topic 8"
50 //    IDS_TOPICBUTTON9        "Empty Topic 9"
51 END
52
53 /* Topic titles */
54 STRINGTABLE DISCARDABLE
55 BEGIN
56 //    IDS_TOPICTITLE0         "Online Registration"
57     IDS_TOPICTITLE0         "Install ReactOS"
58     IDS_TOPICTITLE1         "Browse this CD"
59 //    IDS_TOPICTITLE3         "Exit"
60 //    IDS_TOPICTITLE4         "Empty Topic Title 4"
61 //    IDS_TOPICTITLE5         "Empty Topic Title 5"
62 //    IDS_TOPICTITLE6         "Empty Topic Title 6"
63 //    IDS_TOPICTITLE7         "Empty Topic Title 7"
64 //    IDS_TOPICTITLE8         "Empty Topic Title 8"
65 //    IDS_TOPICTITLE9         "Empty Topic Title 9"
66 END
67
68 /* Topic descriptions */
69 STRINGTABLE DISCARDABLE
70 BEGIN
71 //    IDS_TOPICDESC0          "Register your ReactOS now!\n\nWith registering your ReactOS you get a lot of additional benefits, like unsolicited product information, incompetent hotline services and huge amounts of third-party junk mail."
72     IDS_TOPICDESC0          "Create a new ReactOS installation on your computer or upgrade an existing installation."
73     IDS_TOPICDESC1          "Browse the CD."
74 //    IDS_TOPICDESC3          "Click to exit this application."
75 //    IDS_TOPICDESC4          "Topic description 4.\n\nDescribe topic 4 here."
76 //    IDS_TOPICDESC5          "Topic description 5.\n\nDescribe topic 5 here."
77 //    IDS_TOPICDESC6          "Topic description 6.\n\nDescribe topic 6 here."
78 //    IDS_TOPICDESC7          "Topic description 7.\n\nDescribe topic 7 here."
79 //    IDS_TOPICDESC8          "Topic description 8.\n\nDescribe topic 8 here."
80 //    IDS_TOPICDESC9          "Topic description 9.\n\nDescribe topic 9 here."
81 END
82
83 /* Topic actions */
84 STRINGTABLE DISCARDABLE
85 BEGIN
86 //    IDS_TOPICACTION0        "signup.exe"
87     IDS_TOPICACTION0        "setup.exe"
88     IDS_TOPICACTION1        "explorer.exe"
89 //    IDS_TOPICACTION3        "..."
90 //    IDS_TOPICACTION4        "..."
91 //    IDS_TOPICACTION5        "..."
92 //    IDS_TOPICACTION6        "..."
93 //    IDS_TOPICACTION7        "..."
94 //    IDS_TOPICACTION8        "..."
95 //    IDS_TOPICACTION9        "..."
96 END
97
98 /* EOF */