annotate netinstall/res.rc @ 464:5aa1854ad537 r21-2-47

Import from CVS: tag r21-2-47
author cvs
date Mon, 13 Aug 2007 11:45:51 +0200
parents 0784d089fdc9
children 20ae8821c23d
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
456
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
145 IDD_NET DIALOG 0, 0, 311, 201
448
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
456
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
177 IDD_DLSTATUS DIALOG DISCARDABLE 0, 0, 311, 201
448
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
456
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
183 PUSHBUTTON "Cancel",IDCANCEL,256,176,45,15
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
184 LTEXT "",IDC_STATIC,10,10,87,151,SS_SUNKEN | NOT WS_GROUP
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
185 LTEXT "",IDC_STATIC,10,169,291,1,SS_SUNKEN | NOT WS_GROUP
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
186 LTEXT "Downloading Packages",IDC_STATIC,112,10,170,17
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
187 LTEXT "(URL)",IDC_DLS_URL,112,26,170,11
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
188 LTEXT "(RATE)",IDC_DLS_RATE,112,41,166,11
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
189 CONTROL "Progress1",IDC_DLS_PROGRESS,"msctls_progress32",
456
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
190 WS_BORDER,123,143,165,10
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
191 GROUPBOX "Progress",IDC_STATIC,112,130,186,31
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
192 CONTROL "GNU",IDC_STATIC,"Static",SS_BITMAP,19,36,69,62
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
193 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
194
456
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
195 IDD_INSTATUS DIALOG DISCARDABLE 0, 0, 311, 201
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
196 STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_CENTER | WS_POPUP | WS_VISIBLE |
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
197 WS_CAPTION | WS_SYSMENU
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
198 CAPTION "XEmacs Setup"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
199 FONT 8, "MS Sans Serif"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
200 BEGIN
456
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
201 PUSHBUTTON "Cancel",IDCANCEL,256,176,45,15
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
202 LTEXT "",IDC_STATIC,10,10,87,151,SS_SUNKEN | NOT WS_GROUP
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
203 LTEXT "",IDC_STATIC,10,169,291,1,SS_SUNKEN | NOT WS_GROUP
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
204 LTEXT "Installing Packages",IDC_STATIC,112,10,170,17
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
205 LTEXT "(PKG)",IDC_INS_PKG,112,26,170,11
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
206 LTEXT "(FILE)",IDC_INS_FILE,112,41,166,11
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
207 CONTROL "Progress1",IDC_INS_DISKFULL,"msctls_progress32",
456
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
208 WS_BORDER,123,143,165,10
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
209 CONTROL "Progress1",IDC_INS_IPROGRESS,"msctls_progress32",
456
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
210 WS_BORDER,125,106,163,10
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
211 CONTROL "Progress1",IDC_INS_PPROGRESS,"msctls_progress32",
456
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
212 WS_BORDER,125,67,163,10
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
213 GROUPBOX "Disk",IDC_STATIC,112,130,186,31
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
214 GROUPBOX "Package",IDC_STATIC,112,54,186,31
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
215 GROUPBOX "Total",IDC_STATIC,112,93,186,31
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
216 CONTROL "GNU",IDC_STATIC,"Static",SS_BITMAP,19,36,69,62
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
217 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
218
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
219 IDD_PROXY_AUTH DIALOG DISCARDABLE 0, 0, 215, 95
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
220 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
221 CAPTION "XEmacs Setup"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
222 FONT 8, "MS Sans Serif"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
223 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
224 ICON IDI_XEMACS,IDC_STATIC,5,5,20,20
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
225 EDITTEXT IDC_NET_USER,65,28,145,12,ES_AUTOHSCROLL
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
226 LTEXT "Proxy User ID",IDC_STATIC,5,28,55,15,SS_CENTERIMAGE,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
227 WS_EX_RIGHT
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
228 EDITTEXT IDC_NET_PASSWD,65,43,145,12,ES_PASSWORD | ES_AUTOHSCROLL
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
229 LTEXT "Password",IDC_STATIC,10,43,50,15,SS_CENTERIMAGE,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
230 WS_EX_RIGHT
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
231 LTEXT "Proxy Authorization Required",IDC_STATIC,65,10,145,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
232 DEFPUSHBUTTON "OK",IDOK,100,75,45,15,WS_DISABLED
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
233 PUSHBUTTON "Cancel",IDCANCEL,165,75,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
234 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
235
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
236 IDD_NET_AUTH DIALOG DISCARDABLE 0, 0, 215, 95
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
237 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
238 CAPTION "XEmacs Setup"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
239 FONT 8, "MS Sans Serif"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
240 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
241 ICON IDI_XEMACS,IDC_STATIC,5,5,20,20
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
242 EDITTEXT IDC_NET_USER,65,28,145,12,ES_AUTOHSCROLL
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
243 LTEXT "User ID",IDC_STATIC,5,28,55,15,SS_CENTERIMAGE,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
244 WS_EX_RIGHT
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
245 EDITTEXT IDC_NET_PASSWD,65,43,145,12,ES_PASSWORD | ES_AUTOHSCROLL
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
246 LTEXT "Password",IDC_STATIC,10,43,50,15,SS_CENTERIMAGE,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
247 WS_EX_RIGHT
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
248 LTEXT "Server Authorization Required",IDC_STATIC,65,10,145,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
249 DEFPUSHBUTTON "OK",IDOK,100,75,45,15,WS_DISABLED
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
250 PUSHBUTTON "Cancel",IDCANCEL,165,75,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
251 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
252
456
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
253 IDD_SPLASH DIALOG 0, 0, 311, 201
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
254 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
255 CAPTION "XEmacs Setup"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
256 FONT 8, "MS Sans Serif"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
257 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
258 DEFPUSHBUTTON "Next >",IDOK,199,176,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
259 PUSHBUTTON "Cancel",IDCANCEL,256,176,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
260 ICON IDI_XEMACS,IDC_STATIC,107,10,20,20
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
261 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
262 IDC_STATIC,133,10,158,29
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
263 LTEXT "Version (unknown)",IDC_VERSION,112,117,120,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
264 LTEXT "Copyright (C) 2000 Red Hat Inc",IDC_STATIC,111,132,135,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
265 8
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
266 LTEXT "http://www.xemacs.org/",IDC_STATIC,111,147,150,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
267 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
268 IDC_STATIC,110,43,191,19
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
269 LTEXT "",IDC_STATIC,10,169,291,1,SS_SUNKEN | NOT WS_GROUP
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
270 LTEXT "",IDC_STATIC,10,10,87,151,SS_SUNKEN | NOT WS_GROUP
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
271 CONTROL "GNU",IDC_STATIC,"Static",SS_BITMAP,19,36,69,62
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
272 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
273
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
274 IDD_CHOOSE DIALOG DISCARDABLE 0, 0, 311, 239
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
275 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
276 CAPTION "XEmacs Setup"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
277 FONT 8, "MS Sans Serif"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
278 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
279 DEFPUSHBUTTON "Next >",IDOK,199,214,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
280 PUSHBUTTON "< Back",IDC_BACK,154,214,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
281 PUSHBUTTON "Cancel",IDCANCEL,256,214,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
282 LTEXT "",IDC_STATIC,10,201,291,1,SS_SUNKEN | NOT WS_GROUP
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
283 LTEXT "Select packages to install",IDC_STATIC,55,5,85,8
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
284 ICON IDI_XEMACS,IDC_STATIC,5,5,21,20
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
285 LTEXT "",IDC_LISTVIEW_POS,55,15,230,155,SS_SUNKEN | NOT
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
286 WS_VISIBLE | NOT WS_GROUP
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
287 CONTROL "SPIN",IDC_STATIC,"Static",SS_BITMAP,55,170,15,13
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
288 LTEXT "= click to choose action, (p) = previous version, (x) = experimental",
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
289 IDC_STATIC,65,170,220,8
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
290 PUSHBUTTON "Full/Part",IDC_CHOOSE_FULLPART,250,5,35,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
291 PUSHBUTTON "Exp",IDC_CHOOSE_EXP,215,5,25,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
292 PUSHBUTTON "Curr",IDC_CHOOSE_CURR,190,5,25,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
293 PUSHBUTTON "Prev",IDC_CHOOSE_PREV,165,5,25,10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
294 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
295
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
296 IDD_DESKTOP DIALOG DISCARDABLE 0, 0, 311, 201
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
297 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
298 CAPTION "XEmacs Setup"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
299 FONT 8, "MS Sans Serif"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
300 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
301 DEFPUSHBUTTON "Finish",IDOK,199,176,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
302 PUSHBUTTON "< Back",IDC_BACK,154,176,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
303 PUSHBUTTON "Cancel",IDCANCEL,256,176,45,15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
304 LTEXT "",IDC_STATIC,10,10,87,151,SS_SUNKEN | NOT WS_GROUP
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
305 LTEXT "",IDC_STATIC,10,169,291,1,SS_SUNKEN | NOT WS_GROUP
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
306 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
307 IDC_STATIC,112,11,170,17
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
308 LTEXT "To complete setup click Finish.",IDC_STATIC,112,32,166,
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
309 17
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
310 CONTROL "Create Desktop Icon",IDC_ROOT_DESKTOP,"Button",
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
311 BS_AUTOCHECKBOX,113,76,100,8
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
312 CONTROL "Add to Start Menu",IDC_ROOT_MENU,"Button",
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
313 BS_AUTOCHECKBOX,113,97,100,8
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
314 CONTROL "GNU",IDC_STATIC,"Static",SS_BITMAP,19,36,69,62
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
315 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
316
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 #ifdef APSTUDIO_INVOKED
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
319 /////////////////////////////////////////////////////////////////////////////
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
320 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
321 // TEXTINCLUDE
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
322 //
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 1 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 "resource.h\0"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
327 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
328
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
329 2 TEXTINCLUDE DISCARDABLE
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
330 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
331 "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
332 "#include ""windows.h""\r\n"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
333 "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
334 "\0"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
335 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
336
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
337 3 TEXTINCLUDE DISCARDABLE
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
338 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
339 "\r\n"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
340 "\0"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
341 END
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 #endif // APSTUDIO_INVOKED
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 /////////////////////////////////////////////////////////////////////////////
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
347 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
348 // Icon
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 // Icon with lowest ID value placed first to ensure application icon
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
352 // remains consistent on all systems.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
353 IDI_XEMACS ICON DISCARDABLE "xemacs.ico"
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 /////////////////////////////////////////////////////////////////////////////
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 // FILE
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
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
360 XEMACS.ICON FILE DISCARDABLE "xemacs.ico"
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 /////////////////////////////////////////////////////////////////////////////
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
363 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
364 // DESIGNINFO
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
365 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
366
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
367 #ifdef APSTUDIO_INVOKED
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
368 GUIDELINES DESIGNINFO DISCARDABLE
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
369 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
370 IDD_SOURCE, DIALOG
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
371 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
372 VERTGUIDE, 113
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
373 VERTGUIDE, 127
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
374 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
375
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
376 IDD_LOCAL_DIR, DIALOG
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
377 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
378 VERTGUIDE, 112
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
379 HORZGUIDE, 10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
380 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
381
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
382 IDD_ROOT, DIALOG
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
383 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
384 VERTGUIDE, 112
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
385 HORZGUIDE, 103
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
386 HORZGUIDE, 118
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
387 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
388
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
389 IDD_SITE, DIALOG
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
390 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
391 HORZGUIDE, 11
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
392 HORZGUIDE, 161
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
393 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
394
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
395 IDD_NET, DIALOG
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
396 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
397 VERTGUIDE, 128
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
398 BOTTOMMARGIN, 191
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
399 HORZGUIDE, 153
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
456
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
402 IDD_INSTATUS, DIALOG
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
403 BEGIN
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
404 VERTGUIDE, 112
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
405 VERTGUIDE, 125
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
406 VERTGUIDE, 288
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
407 END
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 448
diff changeset
408
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
409 IDD_PROXY_AUTH, DIALOG
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
410 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
411 BOTTOMMARGIN, 49
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
412 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
413
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
414 IDD_NET_AUTH, DIALOG
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
415 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
416 BOTTOMMARGIN, 49
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
417 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
418
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
419 IDD_SPLASH, DIALOG
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
420 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
421 LEFTMARGIN, 10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
422 RIGHTMARGIN, 301
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
423 TOPMARGIN, 10
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
424 BOTTOMMARGIN, 191
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
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
427 IDD_CHOOSE, DIALOG
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
428 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
429 BOTTOMMARGIN, 229
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
430 HORZGUIDE, 214
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
431 END
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 IDD_DESKTOP, DIALOG
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
434 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
435 VERTGUIDE, 113
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
436 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
437 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
438 #endif // APSTUDIO_INVOKED
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
439
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
440
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
441 /////////////////////////////////////////////////////////////////////////////
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 // Bitmap
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
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
446 SPIN BITMAP DISCARDABLE "choose-spin.bmp"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
447 IDB_SPIN BITMAP DISCARDABLE "choose-spin.bmp"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
448 IDB_RTARROW BITMAP DISCARDABLE "choose-rtarrow.bmp"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
449 IDB_CHECK_YES BITMAP DISCARDABLE "check-yes.bmp"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
450 IDB_CHECK_NO BITMAP DISCARDABLE "check-no.bmp"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
451 IDB_CHECK_NA BITMAP DISCARDABLE "check-na.bmp"
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 458
diff changeset
452 GNU BITMAP DISCARDABLE "gnu.bmp"
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
453 IDB_GNU BITMAP DISCARDABLE "gnu.bmp"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
454
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
455 /////////////////////////////////////////////////////////////////////////////
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
456 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
457 // String Table
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
458 //
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
459
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
460 STRINGTABLE DISCARDABLE
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
461 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
462 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
463 IDS_ROOT_SPACE "You should not choose a root path that include spaces in directory names. Proceed anyway?"
458
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
464 IDS_MIRROR_LST "http://www.xemacs.org/Download/mirrors.lst"
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
465 IDS_DIALOG_FAILED "Unable to create Dialog Box"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
466 IDS_CYGWIN_FUNC_MISSING "Error: unable to find function `%s' in %s"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
467 IDS_DOWNLOAD_SHORT "Download error: %s too short (%d, wanted %d)"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
468 IDS_ERR_OPEN_WRITE "Can't open %s for writing: %s"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
469 IDS_SETUPINI_MISSING "Unable to get setup.ini from %s"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
470 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
471 IDS_ERR_RENAME "Can't rename %s to %s: %s"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
472 IDS_NOTHING_INSTALLED "Nothing needed to be installed"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
473 IDS_INSTALL_COMPLETE "Installation Complete"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
474 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
475
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
476 STRINGTABLE DISCARDABLE
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
477 BEGIN
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
478 IDS_ERR_OPEN_READ "Can't open %s for reading: %s"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
479 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
480 IDS_DOWNLOAD_COMPLETE "Download Complete"
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
481 IDS_CVSID "\n%%% $Id: res.rc,v 1.2 2001/04/12 18:22:53 michaels Exp $\n"
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
482 IDS_NOLOGFILE "Cannot open log file %s for writing"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
483 IDS_UNINSTALL_COMPLETE "Uninstalls complete."
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
484 IDS_WININET "Unable to find or load the Internet Explorer 5 DLLs"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
485 IDS_ERR_CHDIR "Could not change dir to %s"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
486 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
487 IDS_DOWNLOAD_FAILED "Unable to download %s"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
488 IDS_DOWNLOAD_INCOMPLETE "Download Incomplete. Try again?"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
489 IDS_INSTALL_INCOMPLETE "Installation incomplete. Check /setup.log.full for details"
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
490 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
491 END
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
492
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
493 #endif // English (U.S.) resources
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
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 #ifndef APSTUDIO_INVOKED
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
499 /////////////////////////////////////////////////////////////////////////////
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 // Generated from the TEXTINCLUDE 3 resource.
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
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 #endif // not APSTUDIO_INVOKED
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
507