Add oleacc to build
[reactos.git] / rosapps / welcome / autorun.rc
1
2 #include "resource.h"
3
4
5 /* Bitmaps */
6
7 IDB_TITLEBITMAP BITMAP DISCARDABLE "res/title.bmp"
8 IDB_DEFAULTTOPICBITMAP BITMAP DISCARDABLE "res/default.bmp"
9
10 IDB_TOPICBITMAP0 BITMAP DISCARDABLE "res/topic0.bmp"
11 IDB_TOPICBITMAP1 BITMAP DISCARDABLE "res/topic1.bmp"
12 IDB_TOPICBITMAP2 BITMAP DISCARDABLE "res/topic2.bmp"
13 //IDB_TOPICBITMAP3 BITMAP DISCARDABLE "res/topic3.bmp"
14 //IDB_TOPICBITMAP4 BITMAP DISCARDABLE "res/topic4.bmp"
15 //IDB_TOPICBITMAP5 BITMAP DISCARDABLE "res/topic5.bmp"
16 //IDB_TOPICBITMAP6 BITMAP DISCARDABLE "res/topic6.bmp"
17 //IDB_TOPICBITMAP7 BITMAP DISCARDABLE "res/topic7.bmp"
18 //IDB_TOPICBITMAP8 BITMAP DISCARDABLE "res/topic8.bmp"
19 //IDB_TOPICBITMAP9 BITMAP DISCARDABLE "res/topic9.bmp"
20
21
22 /* String Tables */
23
24 /* Default settings */
25 STRINGTABLE DISCARDABLE
26 BEGIN
27 IDS_APPTITLE "ReactOS 0.0.20 - Installation CD"
28 IDS_DEFAULTTOPICTITLE "ReactOS"
29 IDS_DEFAULTTOPICDESC "The new Operating System for computer users who do not want to obey to the Monopoly.\n\nClick a topic on the left."
30 // IDS_CHECKTEXT "&Show this dialog again"
31 // IDS_CLOSETEXT "E&xit"
32 END
33
34 /* Topic buttons */
35 STRINGTABLE DISCARDABLE
36 BEGIN
37 IDS_TOPICBUTTON0 "&Install ReactOS"
38 IDS_TOPICBUTTON1 "Install ReactOS &Components"
39 IDS_TOPICBUTTON2 "Online &Registration"
40 IDS_TOPICBUTTON3 "&Browse this CD"
41 IDS_TOPICBUTTON4 "E&xit"
42 // IDS_TOPICBUTTON5 "Empty Topic 5"
43 // IDS_TOPICBUTTON6 "Empty Topic 6"
44 // IDS_TOPICBUTTON7 "Empty Topic 7"
45 // IDS_TOPICBUTTON8 "Empty Topic 8"
46 // IDS_TOPICBUTTON9 "Empty Topic 9"
47 END
48
49 /* Topic titles */
50 STRINGTABLE DISCARDABLE
51 BEGIN
52 IDS_TOPICTITLE0 "Install ReactOS"
53 IDS_TOPICTITLE1 "Install ReactOS Components"
54 IDS_TOPICTITLE2 "Online Registration"
55 IDS_TOPICTITLE3 "Browse this CD"
56 IDS_TOPICTITLE4 "Exit"
57 // IDS_TOPICTITLE5 "Empty Topic Title 5"
58 // IDS_TOPICTITLE6 "Empty Topic Title 6"
59 // IDS_TOPICTITLE7 "Empty Topic Title 7"
60 // IDS_TOPICTITLE8 "Empty Topic Title 8"
61 // IDS_TOPICTITLE9 "Empty Topic Title 9"
62 END
63
64 /* Topic descriptions */
65 STRINGTABLE DISCARDABLE
66 BEGIN
67 IDS_TOPICDESC0 "Install ReactOS on this computer.\nYou can either update an existing installation or create a new one."
68 IDS_TOPICDESC1 "Customize ReactOS by installing optional applications and components."
69 IDS_TOPICDESC2 "Register ReactOS now!\n\nBy registering ReactOS you will gain a lot of additional benefits, like unsolicited product information, incompetent hotline services and huge amounts of third-party junk mail."
70 IDS_TOPICDESC3 "Browse the CD to find only a few files, no applications, incomplete documentation and no readme files."
71 IDS_TOPICDESC4 "Click to exit this application."
72 // IDS_TOPICDESC5 "Topic description 5.\n\nDescribe topic 5 here."
73 // IDS_TOPICDESC6 "Topic description 6.\n\nDescribe topic 6 here."
74 // IDS_TOPICDESC7 "Topic description 7.\n\nDescribe topic 7 here."
75 // IDS_TOPICDESC8 "Topic description 8.\n\nDescribe topic 8 here."
76 // IDS_TOPICDESC9 "Topic description 9.\n\nDescribe topic 9 here."
77 END
78
79 /* Topic actions */
80 STRINGTABLE DISCARDABLE
81 BEGIN
82 IDS_TOPICACTION0 "setup32.exe"
83 IDS_TOPICACTION1 "sysocmgr.exe"
84 IDS_TOPICACTION2 "signup.exe"
85 IDS_TOPICACTION3 "explorer.exe"
86 // IDS_TOPICACTION4 "..."
87 // IDS_TOPICACTION5 "..."
88 // IDS_TOPICACTION6 "..."
89 // IDS_TOPICACTION7 "..."
90 // IDS_TOPICACTION8 "..."
91 // IDS_TOPICACTION9 "..."
92 END