annotate netinstall/res.rc @ 448:3078fd1074e8 r21-2-39

Import from CVS: tag r21-2-39
author cvs
date Mon, 13 Aug 2007 11:38:25 +0200
parents
children e7ef97881643
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
1 //Microsoft Developer Studio generated resource script.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
2 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
3 #include "resource.h"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
4
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
5 #define APSTUDIO_READONLY_SYMBOLS
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
6 /////////////////////////////////////////////////////////////////////////////
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
7 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
8 // Generated from the TEXTINCLUDE 2 resource.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
9 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
10 #define APSTUDIO_HIDDEN_SYMBOLS
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
11 #include "windows.h"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
12 #undef APSTUDIO_HIDDEN_SYMBOLS
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
13
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
14 /////////////////////////////////////////////////////////////////////////////
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
15 #undef APSTUDIO_READONLY_SYMBOLS
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
16
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
17 /////////////////////////////////////////////////////////////////////////////
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
18 // English (U.S.) resources
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
19
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
20 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
21 #ifdef _WIN32
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
22 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
23 #pragma code_page(1252)
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
24 #endif //_WIN32
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
25
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
26 /////////////////////////////////////////////////////////////////////////////
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
27 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
28 // Dialog
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
29 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
30
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
31 IDD_SOURCE DIALOG DISCARDABLE 0, 0, 311, 201
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
32 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
33 CAPTION "XEmacs Setup"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
34 FONT 8, "MS Sans Serif"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
35 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
36 DEFPUSHBUTTON "Next >",IDOK,199,176,45,15,WS_DISABLED
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
37 PUSHBUTTON "Cancel",IDCANCEL,256,176,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
38 LTEXT "",IDC_STATIC,10,10,87,151,SS_SUNKEN | NOT WS_GROUP
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
39 LTEXT "",IDC_STATIC,10,169,291,1,SS_SUNKEN | NOT WS_GROUP
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
40 LTEXT "Setup will use the following installation method.",
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
41 IDC_STATIC,112,11,170,17
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
42 LTEXT "To exit setup click Cancel at any time.",IDC_STATIC,112,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
43 32,166,17
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
44 CONTROL "Download from the Internet",IDC_SOURCE_DOWNLOAD,"Button",
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
45 BS_AUTORADIOBUTTON,127,102,152,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
46 CONTROL "Install from the Internet",IDC_SOURCE_NETINST,"Button",
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
47 BS_AUTORADIOBUTTON,127,121,87,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
48 CONTROL "Install from Local Directory",IDC_SOURCE_CWD,"Button",
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
49 BS_AUTORADIOBUTTON,127,140,104,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
50 GROUPBOX "Installation method",IDC_STATIC,113,84,188,77
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
51 CONTROL "GNU",IDC_STATIC,"Static",SS_BITMAP,19,36,69,62
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
52 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
53
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
54 IDD_LOCAL_DIR DIALOG DISCARDABLE 0, 0, 311, 201
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
55 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
56 CAPTION "Local package directory"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
57 FONT 8, "MS Sans Serif"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
58 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
59 DEFPUSHBUTTON "Next >",IDOK,199,176,45,15,WS_DISABLED
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
60 PUSHBUTTON "< Back",IDC_BACK,154,176,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
61 PUSHBUTTON "Cancel",IDCANCEL,256,176,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
62 LTEXT "",IDC_STATIC,10,10,87,151,SS_SUNKEN | NOT WS_GROUP
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
63 LTEXT "",IDC_STATIC,10,169,291,1,SS_SUNKEN | NOT WS_GROUP
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
64 EDITTEXT IDC_LOCAL_DIR,120,138,122,12,ES_AUTOHSCROLL
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
65 PUSHBUTTON "Browse...",IDC_LOCAL_DIR_BROWSE,252,137,38,14
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
66 LTEXT "Setup will use the following folder to install XEmacs and / or packages from.",
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
67 IDC_STATIC,112,10,170,17
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
68 LTEXT "To select a different folder, click Browse and select another folder.",
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
69 IDC_STATIC,112,36,170,18
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
70 LTEXT "To exit setup click Cancel at any time.",IDC_STATIC,112,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
71 63,166,17
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
72 GROUPBOX "Local Package Directory",IDC_STATIC,112,126,186,31
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
73 CONTROL "GNU",IDC_STATIC,"Static",SS_BITMAP,19,36,69,62
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
74 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
75
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
76 IDD_ROOT DIALOG DISCARDABLE 0, 0, 311, 201
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
77 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
78 CAPTION "XEmacs Setup"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
79 FONT 8, "MS Sans Serif"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
80 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
81 DEFPUSHBUTTON "Next >",IDOK,199,176,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
82 PUSHBUTTON "< Back",IDC_BACK,154,176,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
83 PUSHBUTTON "Cancel",IDCANCEL,256,176,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
84 LTEXT "",IDC_STATIC,10,10,87,151,SS_SUNKEN | NOT WS_GROUP
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
85 LTEXT "",IDC_STATIC,10,169,291,1,SS_SUNKEN | NOT WS_GROUP
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
86 EDITTEXT IDC_ROOT_DIR,120,138,122,12,ES_AUTOHSCROLL
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
87 PUSHBUTTON "Browse...",IDC_ROOT_BROWSE,252,137,38,14
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
88 LTEXT "Setup will use the following folder in which to install XEmacs and / or packages.",
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
89 IDC_STATIC,112,10,170,17
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
90 LTEXT "To select a different folder, click Browse and select another folder.",
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
91 IDC_STATIC,112,35,170,18
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
92 LTEXT "To exit setup click Cancel at any time.",IDC_STATIC,112,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
93 63,166,17
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
94 GROUPBOX "Installation Root Directory",IDC_STATIC,112,126,186,31
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
95 CONTROL "All",IDC_ROOT_SYSTEM,"Button",BS_AUTORADIOBUTTON |
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
96 WS_GROUP,177,110,25,8
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
97 CONTROL "Just Me",IDC_ROOT_USER,"Button",BS_AUTORADIOBUTTON,220,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
98 110,50,8
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
99 LTEXT "Installation Type :",IDC_STATIC,112,95,60,8
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
100 LTEXT "Install For :",IDC_STATIC,112,110,43,8
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
101 CONTROL "Native",IDC_INSTALL_NATIVE,"Button",BS_AUTORADIOBUTTON,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
102 177,93,37,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
103 CONTROL "Cygwin",IDC_INSTALL_CYGWIN,"Button",BS_AUTORADIOBUTTON,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
104 220,93,39,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
105 CONTROL "GNU",IDC_STATIC,"Static",SS_BITMAP,19,36,69,62
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
106 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
107
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
108 IDD_SITE DIALOG DISCARDABLE 0, 0, 311, 201
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
109 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
110 CAPTION "XEmacs Setup"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
111 FONT 8, "MS Sans Serif"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
112 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
113 DEFPUSHBUTTON "Next >",IDOK,199,176,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
114 PUSHBUTTON "< Back",IDC_BACK,154,176,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
115 PUSHBUTTON "Cancel",IDCANCEL,256,176,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
116 LTEXT "",IDC_STATIC,10,10,87,151,SS_SUNKEN | NOT WS_GROUP
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
117 LTEXT "",IDC_STATIC,10,169,291,1,SS_SUNKEN | NOT WS_GROUP
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
118 LTEXT "Select Download Site",IDC_STATIC,113,11,135,11
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
119 LISTBOX IDC_URL_LIST,121,24,179,136,LBS_NOINTEGRALHEIGHT |
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
120 WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
121 CONTROL "GNU",IDC_STATIC,"Static",SS_BITMAP,19,36,69,62
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
122 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
123
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
124 IDD_OTHER_URL DIALOG DISCARDABLE 0, 0, 311, 201
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
125 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
126 CAPTION "XEmacs Setup"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
127 FONT 8, "MS Sans Serif"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
128 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
129 DEFPUSHBUTTON "Next >",IDOK,199,176,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
130 PUSHBUTTON "< Back",IDC_BACK,154,176,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
131 PUSHBUTTON "Cancel",IDCANCEL,256,176,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
132 LTEXT "",IDC_STATIC,10,10,87,151,SS_SUNKEN | NOT WS_GROUP
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
133 LTEXT "",IDC_STATIC,10,169,291,1,SS_SUNKEN | NOT WS_GROUP
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
134 EDITTEXT IDC_OTHER_URL,120,138,170,12,ES_AUTOHSCROLL
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
135 LTEXT "Setup will use the following URL to install XEmacs and / or packages from.",
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
136 IDC_STATIC,112,10,170,17
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
137 LTEXT "To select a different URL, edit the text.",IDC_STATIC,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
138 112,36,170,18
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
139 LTEXT "To exit setup click Cancel at any time.",IDC_STATIC,112,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
140 58,166,17
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
141 GROUPBOX "Select URL to download from",IDC_STATIC,112,126,186,31
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
142 CONTROL "GNU",IDC_STATIC,"Static",SS_BITMAP,19,36,69,62
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
143 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
144
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
145 IDD_NET DIALOGEX 0, 0, 311, 201
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
146 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
147 CAPTION "XEmacs Setup"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
148 FONT 8, "MS Sans Serif"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
149 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
150 DEFPUSHBUTTON "Next >",IDOK,199,176,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
151 PUSHBUTTON "< Back",IDC_BACK,154,176,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
152 PUSHBUTTON "Cancel",IDCANCEL,256,176,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
153 LTEXT "",IDC_STATIC,10,10,87,151,SS_SUNKEN | NOT WS_GROUP
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
154 LTEXT "",IDC_STATIC,10,169,291,1,SS_SUNKEN | NOT WS_GROUP
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
155 LTEXT "Setup will use the following connection method.",
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
156 IDC_STATIC,112,11,170,17
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
157 LTEXT "To exit setup click Cancel at any time.",IDC_STATIC,112,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
158 32,166,17
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
159 CONTROL "Use IE5 Settings",IDC_NET_IE5,"Button",
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
160 BS_AUTORADIOBUTTON,128,93,69,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
161 CONTROL "Direct Connection",IDC_NET_DIRECT,"Button",
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
162 BS_AUTORADIOBUTTON,128,109,73,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
163 CONTROL "Use HTTP/FTP Proxy:",IDC_NET_PROXY,"Button",
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
164 BS_AUTORADIOBUTTON,128,124,88,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
165 EDITTEXT IDC_PROXY_HOST,128,141,80,12,ES_AUTOHSCROLL |
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
166 WS_DISABLED
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
167 LTEXT "Proxy",IDC_STATIC,10,55,50,15,SS_CENTERIMAGE,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
168 WS_EX_RIGHT
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
169 LTEXT "Port",IDC_STATIC,229,139,20,15,SS_CENTERIMAGE,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
170 WS_EX_RIGHT
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
171 EDITTEXT IDC_PROXY_PORT,257,141,30,12,ES_AUTOHSCROLL |
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
172 WS_DISABLED
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
173 GROUPBOX "Installation method",IDC_STATIC,113,78,188,83
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
174 CONTROL "GNU",IDC_STATIC,"Static",SS_BITMAP,19,36,69,62
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
175 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
176
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
177 IDD_DLSTATUS DIALOG DISCARDABLE 0, 0, 215, 95
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
178 STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_CENTER | WS_POPUP | WS_VISIBLE |
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
179 WS_CAPTION | WS_SYSMENU
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
180 CAPTION "XEmacs Setup"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
181 FONT 8, "MS Sans Serif"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
182 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
183 PUSHBUTTON "Cancel",IDCANCEL,165,75,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
184 LTEXT "Downloading...",IDC_STATIC,55,15,135,8
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
185 LTEXT "(URL)",IDC_DLS_URL,55,30,150,8
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
186 LTEXT "(RATE)",IDC_DLS_RATE,55,45,155,8
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
187 CONTROL "Progress1",IDC_DLS_PROGRESS,"msctls_progress32",
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
188 PBS_SMOOTH | WS_BORDER,55,60,155,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
189 ICON IDI_XEMACS,IDC_STATIC,5,5,20,20
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
190 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
191
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
192 IDD_INSTATUS DIALOG DISCARDABLE 0, 0, 215, 95
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
193 STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_CENTER | WS_POPUP | WS_VISIBLE |
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
194 WS_CAPTION | WS_SYSMENU
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
195 CAPTION "XEmacs Setup"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
196 FONT 8, "MS Sans Serif"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
197 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
198 PUSHBUTTON "Cancel",IDCANCEL,165,75,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
199 LTEXT "Installing...",IDC_INS_ACTION,55,5,135,8
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
200 LTEXT "(PKG)",IDC_INS_PKG,55,15,150,8
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
201 LTEXT "(FILE)",IDC_INS_FILE,55,25,155,8
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
202 CONTROL "Progress1",IDC_INS_DISKFULL,"msctls_progress32",
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
203 PBS_SMOOTH | WS_BORDER,55,60,155,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
204 ICON IDI_XEMACS,IDC_STATIC,5,5,20,20
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
205 CONTROL "Progress1",IDC_INS_IPROGRESS,"msctls_progress32",
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
206 PBS_SMOOTH | WS_BORDER,55,50,155,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
207 CONTROL "Progress1",IDC_INS_PPROGRESS,"msctls_progress32",
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
208 PBS_SMOOTH | WS_BORDER,55,40,155,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
209 RTEXT "Package",IDC_STATIC,5,40,45,8
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
210 RTEXT "Total",IDC_STATIC,10,50,40,8
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
211 RTEXT "Disk",IDC_STATIC,5,60,45,8
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
212 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
213
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
214 IDD_PROXY_AUTH DIALOG DISCARDABLE 0, 0, 215, 95
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
215 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
216 CAPTION "XEmacs Setup"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
217 FONT 8, "MS Sans Serif"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
218 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
219 ICON IDI_XEMACS,IDC_STATIC,5,5,20,20
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
220 EDITTEXT IDC_NET_USER,65,28,145,12,ES_AUTOHSCROLL
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
221 LTEXT "Proxy User ID",IDC_STATIC,5,28,55,15,SS_CENTERIMAGE,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
222 WS_EX_RIGHT
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
223 EDITTEXT IDC_NET_PASSWD,65,43,145,12,ES_PASSWORD | ES_AUTOHSCROLL
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
224 LTEXT "Password",IDC_STATIC,10,43,50,15,SS_CENTERIMAGE,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
225 WS_EX_RIGHT
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
226 LTEXT "Proxy Authorization Required",IDC_STATIC,65,10,145,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
227 DEFPUSHBUTTON "OK",IDOK,100,75,45,15,WS_DISABLED
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
228 PUSHBUTTON "Cancel",IDCANCEL,165,75,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
229 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
230
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
231 IDD_NET_AUTH DIALOG DISCARDABLE 0, 0, 215, 95
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
232 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
233 CAPTION "XEmacs Setup"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
234 FONT 8, "MS Sans Serif"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
235 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
236 ICON IDI_XEMACS,IDC_STATIC,5,5,20,20
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
237 EDITTEXT IDC_NET_USER,65,28,145,12,ES_AUTOHSCROLL
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
238 LTEXT "User ID",IDC_STATIC,5,28,55,15,SS_CENTERIMAGE,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
239 WS_EX_RIGHT
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
240 EDITTEXT IDC_NET_PASSWD,65,43,145,12,ES_PASSWORD | ES_AUTOHSCROLL
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
241 LTEXT "Password",IDC_STATIC,10,43,50,15,SS_CENTERIMAGE,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
242 WS_EX_RIGHT
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
243 LTEXT "Server Authorization Required",IDC_STATIC,65,10,145,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
244 DEFPUSHBUTTON "OK",IDOK,100,75,45,15,WS_DISABLED
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
245 PUSHBUTTON "Cancel",IDCANCEL,165,75,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
246 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
247
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
248 IDD_SPLASH DIALOGEX 0, 0, 311, 201
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
249 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
250 CAPTION "XEmacs Setup"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
251 FONT 8, "MS Sans Serif"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
252 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
253 DEFPUSHBUTTON "Next >",IDOK,199,176,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
254 PUSHBUTTON "Cancel",IDCANCEL,256,176,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
255 ICON IDI_XEMACS,IDC_STATIC,107,10,20,20
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
256 LTEXT "Welcome to the XEmacs Net Release Setup Program. This will install XEmacs and/or associated packages on your computer.",
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
257 IDC_STATIC,133,10,158,29
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
258 LTEXT "Version (unknown)",IDC_VERSION,112,117,120,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
259 LTEXT "Copyright (C) 2000 Red Hat Inc",IDC_STATIC,111,132,135,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
260 8
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
261 LTEXT "http://www.xemacs.org/",IDC_STATIC,111,147,150,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
262 LTEXT "It is strongly recommended that you exit all Windows programs before running this utility.",
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
263 IDC_STATIC,110,43,191,19
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
264 LTEXT "",IDC_STATIC,10,169,291,1,SS_SUNKEN | NOT WS_GROUP
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
265 LTEXT "",IDC_STATIC,10,10,87,151,SS_SUNKEN | NOT WS_GROUP
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
266 CONTROL "GNU",IDC_STATIC,"Static",SS_BITMAP,19,36,69,62
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
267 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
268
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
269 IDD_CHOOSE DIALOG DISCARDABLE 0, 0, 311, 239
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
270 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
271 CAPTION "XEmacs Setup"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
272 FONT 8, "MS Sans Serif"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
273 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
274 DEFPUSHBUTTON "Next >",IDOK,199,214,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
275 PUSHBUTTON "< Back",IDC_BACK,154,214,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
276 PUSHBUTTON "Cancel",IDCANCEL,256,214,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
277 LTEXT "",IDC_STATIC,10,201,291,1,SS_SUNKEN | NOT WS_GROUP
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
278 LTEXT "Select packages to install",IDC_STATIC,55,5,85,8
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
279 ICON IDI_XEMACS,IDC_STATIC,5,5,21,20
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
280 LTEXT "",IDC_LISTVIEW_POS,55,15,230,155,SS_SUNKEN | NOT
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
281 WS_VISIBLE | NOT WS_GROUP
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
282 CONTROL "SPIN",IDC_STATIC,"Static",SS_BITMAP,55,170,15,13
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
283 LTEXT "= click to choose action, (p) = previous version, (x) = experimental",
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
284 IDC_STATIC,65,170,220,8
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
285 PUSHBUTTON "Full/Part",IDC_CHOOSE_FULLPART,250,5,35,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
286 PUSHBUTTON "Exp",IDC_CHOOSE_EXP,215,5,25,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
287 PUSHBUTTON "Curr",IDC_CHOOSE_CURR,190,5,25,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
288 PUSHBUTTON "Prev",IDC_CHOOSE_PREV,165,5,25,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
289 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
290
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
291 IDD_DESKTOP DIALOG DISCARDABLE 0, 0, 311, 201
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
292 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
293 CAPTION "XEmacs Setup"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
294 FONT 8, "MS Sans Serif"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
295 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
296 DEFPUSHBUTTON "Finish",IDOK,199,176,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
297 PUSHBUTTON "< Back",IDC_BACK,154,176,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
298 PUSHBUTTON "Cancel",IDCANCEL,256,176,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
299 LTEXT "",IDC_STATIC,10,10,87,151,SS_SUNKEN | NOT WS_GROUP
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
300 LTEXT "",IDC_STATIC,10,169,291,1,SS_SUNKEN | NOT WS_GROUP
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
301 LTEXT "Setup has now finished. To create desktop shortcuts, please select from the following options.",
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
302 IDC_STATIC,112,11,170,17
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
303 LTEXT "To complete setup click Finish.",IDC_STATIC,112,32,166,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
304 17
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
305 CONTROL "Create Desktop Icon",IDC_ROOT_DESKTOP,"Button",
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
306 BS_AUTOCHECKBOX,113,76,100,8
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
307 CONTROL "Add to Start Menu",IDC_ROOT_MENU,"Button",
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
308 BS_AUTOCHECKBOX,113,97,100,8
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
309 CONTROL "GNU",IDC_STATIC,"Static",SS_BITMAP,19,36,69,62
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
310 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
311
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
312
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
313 #ifdef APSTUDIO_INVOKED
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
314 /////////////////////////////////////////////////////////////////////////////
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
315 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
316 // TEXTINCLUDE
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
317 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
318
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
319 1 TEXTINCLUDE DISCARDABLE
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
320 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
321 "resource.h\0"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
322 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
323
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
324 2 TEXTINCLUDE DISCARDABLE
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
325 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
326 "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
327 "#include ""windows.h""\r\n"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
328 "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
329 "\0"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
330 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
331
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
332 3 TEXTINCLUDE DISCARDABLE
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
333 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
334 "\r\n"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
335 "\0"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
336 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
337
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
338 #endif // APSTUDIO_INVOKED
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
339
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
340
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
341 /////////////////////////////////////////////////////////////////////////////
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
342 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
343 // Icon
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
344 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
345
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
346 // Icon with lowest ID value placed first to ensure application icon
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
347 // remains consistent on all systems.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
348 IDI_XEMACS ICON DISCARDABLE "xemacs.ico"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
349
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
350 /////////////////////////////////////////////////////////////////////////////
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
351 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
352 // FILE
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
353 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
354
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
355 XEMACS.ICON FILE DISCARDABLE "xemacs.ico"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
356
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
357 /////////////////////////////////////////////////////////////////////////////
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
358 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
359 // DESIGNINFO
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
360 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
361
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
362 #ifdef APSTUDIO_INVOKED
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
363 GUIDELINES DESIGNINFO DISCARDABLE
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
364 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
365 IDD_SOURCE, DIALOG
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
366 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
367 VERTGUIDE, 113
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
368 VERTGUIDE, 127
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
369 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
370
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
371 IDD_LOCAL_DIR, DIALOG
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
372 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
373 VERTGUIDE, 112
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
374 HORZGUIDE, 10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
375 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
376
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
377 IDD_ROOT, DIALOG
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
378 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
379 VERTGUIDE, 112
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
380 HORZGUIDE, 103
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
381 HORZGUIDE, 118
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
382 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
383
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
384 IDD_SITE, DIALOG
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
385 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
386 HORZGUIDE, 11
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
387 HORZGUIDE, 161
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
388 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
389
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
390 IDD_NET, DIALOG
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
391 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
392 VERTGUIDE, 128
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
393 BOTTOMMARGIN, 191
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
394 HORZGUIDE, 153
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
395 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
396
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
397 IDD_PROXY_AUTH, DIALOG
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
398 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
399 BOTTOMMARGIN, 49
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
400 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
401
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
402 IDD_NET_AUTH, DIALOG
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
403 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
404 BOTTOMMARGIN, 49
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
405 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
406
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
407 IDD_SPLASH, DIALOG
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
408 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
409 LEFTMARGIN, 10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
410 RIGHTMARGIN, 301
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
411 TOPMARGIN, 10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
412 BOTTOMMARGIN, 191
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
413 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
414
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
415 IDD_CHOOSE, DIALOG
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
416 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
417 BOTTOMMARGIN, 229
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
418 HORZGUIDE, 214
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
419 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
420
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
421 IDD_DESKTOP, DIALOG
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
422 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
423 VERTGUIDE, 113
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
424 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
425 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
426 #endif // APSTUDIO_INVOKED
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
427
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
428
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
429 /////////////////////////////////////////////////////////////////////////////
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
430 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
431 // Bitmap
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
432 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
433
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
434 SPIN BITMAP DISCARDABLE "choose-spin.bmp"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
435 IDB_SPIN BITMAP DISCARDABLE "choose-spin.bmp"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
436 IDB_RTARROW BITMAP DISCARDABLE "choose-rtarrow.bmp"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
437 IDB_CHECK_YES BITMAP DISCARDABLE "check-yes.bmp"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
438 IDB_CHECK_NO BITMAP DISCARDABLE "check-no.bmp"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
439 IDB_CHECK_NA BITMAP DISCARDABLE "check-na.bmp"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
440 GNU BITMAP DISCARDABLE "gnu.bmp"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
441 IDB_GNU BITMAP DISCARDABLE "gnu.bmp"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
442
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
443 /////////////////////////////////////////////////////////////////////////////
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
444 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
445 // String Table
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
446 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
447
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
448 STRINGTABLE DISCARDABLE
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
449 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
450 IDS_ROOT_SLASH "Warning: we recommend you do NOT use the root of your hard drive as the XEmacs root. Proceed anyway?"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
451 IDS_ROOT_SPACE "You should not choose a root path that include spaces in directory names. Proceed anyway?"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
452 IDS_MIRROR_LST "http://ftp.xemacs.org/pub/xemacs/mirrors.lst"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
453 IDS_DIALOG_FAILED "Unable to create Dialog Box"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
454 IDS_CYGWIN_FUNC_MISSING "Error: unable to find function `%s' in %s"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
455 IDS_DOWNLOAD_SHORT "Download error: %s too short (%d, wanted %d)"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
456 IDS_ERR_OPEN_WRITE "Can't open %s for writing: %s"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
457 IDS_SETUPINI_MISSING "Unable to get setup.ini from %s"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
458 IDS_OLD_SETUPINI "This setup.ini is older than the one you used last time you installed cygwin. Proceed anyway?"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
459 IDS_ERR_RENAME "Can't rename %s to %s: %s"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
460 IDS_NOTHING_INSTALLED "Nothing needed to be installed"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
461 IDS_INSTALL_COMPLETE "Installation Complete"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
462 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
463
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
464 STRINGTABLE DISCARDABLE
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
465 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
466 IDS_ERR_OPEN_READ "Can't open %s for reading: %s"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
467 IDS_ROOT_ABSOLUTE "The install directory must be absolute, with both a drive letter and leading slash, like C:\\Cygwin"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
468 IDS_DOWNLOAD_COMPLETE "Download Complete"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
469 IDS_CVSID "\n%%% $Id: res.rc,v 1.1.2.3 2000/12/27 09:35:11 andyp Exp $\n"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
470 IDS_NOLOGFILE "Cannot open log file %s for writing"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
471 IDS_UNINSTALL_COMPLETE "Uninstalls complete."
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
472 IDS_WININET "Unable to find or load the Internet Explorer 5 DLLs"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
473 IDS_ERR_CHDIR "Could not change dir to %s"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
474 IDS_OLD_SETUP_VERSION "This setup is version %s, but setup.ini claims version %s is available.\nYou might want to upgrade to get the latest features and bug fixes."
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
475 IDS_DOWNLOAD_FAILED "Unable to download %s"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
476 IDS_DOWNLOAD_INCOMPLETE "Download Incomplete. Try again?"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
477 IDS_INSTALL_INCOMPLETE "Installation incomplete. Check /setup.log.full for details"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
478 IDS_ROOT_NOCYGWIN "You should not install the Cygwin version without Cygwin installed. Proceed anyway?"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
479 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
480
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
481 #endif // English (U.S.) resources
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
482 /////////////////////////////////////////////////////////////////////////////
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
483
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
484
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
485 /////////////////////////////////////////////////////////////////////////////
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
486 // English (U.K.) resources
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
487
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
488 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
489 #ifdef _WIN32
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
490 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
491 #pragma code_page(1252)
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
492 #endif //_WIN32
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
493
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
494 /////////////////////////////////////////////////////////////////////////////
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
495 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
496 // Bitmap
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
497 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
498
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
499 #endif // English (U.K.) resources
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
500 /////////////////////////////////////////////////////////////////////////////
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
501
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
502
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
503
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
504 #ifndef APSTUDIO_INVOKED
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
505 /////////////////////////////////////////////////////////////////////////////
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
506 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
507 // Generated from the TEXTINCLUDE 3 resource.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
508 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
509
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
510
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
511 /////////////////////////////////////////////////////////////////////////////
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
512 #endif // not APSTUDIO_INVOKED
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
513