]> cygwin.com Git - cygwin-apps/setup.git/blame - res.rc
2005-05-21 Brian Dessent <brian@dessent.net>
[cygwin-apps/setup.git] / res.rc
CommitLineData
392ba1ba 1#include "resource.h"
392ba1ba 2#include "windows.h"
392ba1ba 3
392ba1ba 4LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
392ba1ba
CF
5
6/////////////////////////////////////////////////////////////////////////////
7//
8// Dialog
9//
10
4a2af5fb
MB
11// Throughout, we use the font "MS Shell Dlg". This seems to be necessary to
12// work around some not-fully-understood issues with PropertySheets. Hopefully,
13// using this font will cause things to 'just work'. Further information on
14// this topic is at:
15// http://sources.redhat.com/ml/cygwin-apps/2003-05/msg00177.html
16
b7301c43 17IDD_SOURCE DIALOG DISCARDABLE 0, 0, 317, 179
ab57ceaa 18STYLE DS_MODALFRAME | DS_CENTER | WS_CHILD | WS_CAPTION | WS_SYSMENU
d52a6cc8 19CAPTION "Cygwin Setup - Choose Installation Type"
4a2af5fb 20FONT 8, "MS Shell Dlg"
392ba1ba 21BEGIN
9132ff16
MB
22 CONTROL "&Install from Internet\n(downloaded files will be kept for future re-use)",
23 IDC_SOURCE_NETINST, "Button",
24 BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP | BS_MULTILINE
25 | BS_TOP,
26 71, 60, 200, 20
27
28 CONTROL "&Download Without Installing",
29 IDC_SOURCE_DOWNLOAD, "Button",
30 BS_AUTORADIOBUTTON | WS_TABSTOP,
31 71, 90, 200, 10
32
392ba1ba 33 CONTROL "Install from &Local Directory",IDC_SOURCE_CWD,"Button",
9132ff16
MB
34 BS_AUTORADIOBUTTON | WS_TABSTOP,
35 71,120,200,10
36
37 ICON IDI_CYGWIN, IDC_HEADICON, 290, 0, 21, 20
38 CONTROL "", IDC_HEADSEPARATOR, "Static", SS_BLACKFRAME | SS_SUNKEN,
39 0, 28, 317, 1
40 LTEXT "Choose A Download Source", IDC_STATIC_HEADER_TITLE,
41 7, 0, 258, 8, NOT WS_GROUP
b7301c43 42 LTEXT "Choose whether to install or download from the internet, or install from files in a local directory.",
9132ff16
MB
43 IDC_STATIC,
44 21, 9, 239, 16, NOT WS_GROUP
392ba1ba
CF
45END
46
f9e903a3
RC
47IDD_VIRUS DIALOG DISCARDABLE 0, 0, 317, 179
48STYLE DS_MODALFRAME | DS_CENTER | WS_CHILD | WS_CAPTION | WS_SYSMENU
d52a6cc8 49CAPTION "Cygwin Setup - Disable Virus Scanner?"
4a2af5fb 50FONT 8, "MS Shell Dlg"
f9e903a3
RC
51BEGIN
52 CONTROL "&Disable Virus scanner",IDC_DISABLE_AV,"Button",
53 BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,101,69,115,10
54 CONTROL "&Leave Virus scanner alone",IDC_LEAVE_AV,"Button",
55 BS_AUTORADIOBUTTON | WS_TABSTOP,101,84,115,10
ee91d9be
RC
56 ICON IDI_CYGWIN,IDC_HEADICON,290,0,21,20
57 CONTROL "",IDC_HEADSEPARATOR,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
f9e903a3
RC
58 317,1
59 LTEXT "Choose whether to disable your virus scanner while installing.",IDC_STATIC_HEADER_TITLE,7,0,
3c0ca7aa 60 258,8,NOT WS_GROUP
f9e903a3
RC
61 LTEXT "Some Antivirus programs, notably McAfee, cause a blue screen on Windows NT/2000/XP computers during installation of Cygwin.",
62 IDC_STATIC,21,9,239,16,NOT WS_GROUP
63 LTEXT "One that may be a problem has been detected. Cygwin setup can disable this during the installation process, and re-enable it when the install is complete.",
64 IDC_STATIC,21,32,239,24,NOT WS_GROUP
65END
66
b7301c43 67IDD_LOCAL_DIR DIALOG DISCARDABLE 0, 0, 317, 179
ab57ceaa 68STYLE DS_MODALFRAME | DS_CENTER | WS_CHILD | WS_CAPTION | WS_SYSMENU
d52a6cc8 69CAPTION "Cygwin Setup - Select Local Package Directory"
4a2af5fb 70FONT 8, "MS Shell Dlg"
392ba1ba 71BEGIN
daab12c7
BD
72 LTEXT "Select Local Package Directory",IDC_STATIC_HEADER_TITLE,
73 7,0,258,8,NOT WS_GROUP
74 LTEXT "Select a directory where you want Setup to store the "
75 "installation files it downloads. The directory will be "
76 "created if it does not already exist.",IDC_STATIC,
77 21,9,248,16,NOT WS_GROUP
ee91d9be
RC
78 ICON IDI_CYGWIN,IDC_HEADICON,290,0,21,20
79 CONTROL "",IDC_HEADSEPARATOR,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
b7301c43 80 317,1
daab12c7
BD
81
82 GROUPBOX "Local Package Directory",IDC_LOCALDIR_GRP,53,67,210,45
82306ac2 83 EDITTEXT IDC_LOCAL_DIR,58,83,161,15,ES_AUTOHSCROLL | WS_GROUP
daab12c7 84 PUSHBUTTON "B&rowse...",IDC_LOCAL_DIR_BROWSE,223,83,34,14
392ba1ba
CF
85END
86
b7301c43 87IDD_ROOT DIALOG DISCARDABLE 0, 0, 317, 179
ab57ceaa 88STYLE DS_MODALFRAME | DS_CENTER | WS_CHILD | WS_CAPTION | WS_SYSMENU
d52a6cc8 89CAPTION "Cygwin Setup - Choose Installation Directory"
4a2af5fb 90FONT 8, "MS Shell Dlg"
392ba1ba 91BEGIN
daab12c7
BD
92 LTEXT "Select Root Install Directory",IDC_STATIC_HEADER_TITLE,
93 7,0,258,8,NOT WS_GROUP
94 LTEXT "Select the directory where you want to install Cygwin. "
95 "Also choose a few installation parameters.",
96 IDC_STATIC,21,9,239,16,NOT WS_GROUP
ee91d9be
RC
97 ICON IDI_CYGWIN,IDC_HEADICON,290,0,21,20
98 CONTROL "",IDC_HEADSEPARATOR,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
b7301c43 99 317,1
daab12c7 100
746fff8d
BD
101 GROUPBOX "Root Directory",IDC_ROOTDIR_GRP,5,35,305,35
102 EDITTEXT IDC_ROOT_DIR,15,47,245,14,ES_AUTOHSCROLL | WS_TABSTOP
103 PUSHBUTTON "B&rowse...",IDC_ROOT_BROWSE,262,48,44,14,WS_TABSTOP
daab12c7 104
746fff8d
BD
105 GROUPBOX "Install For",IDC_INSTALLFOR_GRP,5,76,150,101
106 GROUPBOX "Default Text File Type",IDC_MODE_GRP,160,76,150,101
107 CONTROL "&All Users (RECOMMENDED)",IDC_ROOT_SYSTEM,"Button",
108 BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP,13,89,130,8
daab12c7
BD
109 CONTROL "Just &Me",IDC_ROOT_USER,"Button",BS_AUTORADIOBUTTON |
110 WS_TABSTOP,13,130,130,8
746fff8d
BD
111 CONTROL "&Unix / binary (RECOMMENDED)",IDC_ROOT_BINARY,"Button",
112 BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP,170,89,130,8
113 CONTROL "D&OS / text",IDC_ROOT_TEXT,"Button",BS_AUTORADIOBUTTON |
114 WS_TABSTOP,170,130,130,8
115 LTEXT "Cygwin will be available to all users of the system. "
116 "NOTE: This is required if you wish to run services like "
117 "sshd, etc.",IDC_ALLUSERS_TEXT,25,101,125,28
daab12c7
BD
118 LTEXT "Cygwin will only be available to the current user. "
119 "Only select this if you lack Admin. privileges or you "
746fff8d 120 "have specific needs.",IDC_JUSTME_TEXT,25,140,125,32
daab12c7 121
daab12c7
BD
122 LTEXT "No line translation done; all files opened in binary mode."
123 " Files on disk will have LF line endings.", IDC_MODE_BIN,
746fff8d 124 181,101,125,27
daab12c7
BD
125 LTEXT "Line endings will be translated from unix (LF) to DOS "
126 "(CR-LF) on write and vice versa on read.",IDC_MODE_TEXT,
746fff8d 127 181,140,125,26
daab12c7 128 LTEXT "Read more about file modes...",IDC_FILEMODES_LINK,
746fff8d 129 200,166,99,8
392ba1ba
CF
130END
131
f6a81f69 132IDD_SITE DIALOG DISCARDABLE 0, 0, 317, 179
b7301c43
RC
133STYLE DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_CHILD | WS_VISIBLE |
134 WS_CAPTION | WS_SYSMENU
135EXSTYLE WS_EX_CONTROLPARENT
d52a6cc8 136CAPTION "Cygwin Setup - Choose Download Site(s)"
4a2af5fb 137FONT 8, "MS Shell Dlg"
392ba1ba 138BEGIN
ee91d9be 139 ICON IDI_CYGWIN,IDC_HEADICON,290,0,21,20
b7301c43
RC
140 LISTBOX IDC_URL_LIST,66,45,185,110,LBS_NOINTEGRALHEIGHT |
141 LBS_EXTENDEDSEL | WS_VSCROLL | WS_HSCROLL | WS_GROUP |
142 WS_TABSTOP
143 LTEXT "Available Download Sites:",IDC_STATIC,66,34,183,8,NOT
144 WS_GROUP
ee91d9be 145 CONTROL "",IDC_HEADSEPARATOR,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
b7301c43
RC
146 317,1
147 LTEXT "Choose a site from this list, or add your own sites to the list",
148 IDC_STATIC,21,9,239,16,NOT WS_GROUP
149 LTEXT "Choose A Download Site",IDC_STATIC_HEADER_TITLE,7,0,258,
150 8,NOT WS_GROUP
151 EDITTEXT IDC_EDIT_USER_URL,65,160,185,14,ES_AUTOHSCROLL |
152 WS_GROUP
82306ac2
BD
153 LTEXT "User URL:",IDC_SITE_USERURL,15,162,45,8,NOT WS_GROUP
154 PUSHBUTTON "Add",IDC_BUTTON_ADD_URL,255,160,50,14
392ba1ba
CF
155END
156
b7301c43 157IDD_NET DIALOG DISCARDABLE 0, 0, 317, 179
ab57ceaa 158STYLE DS_MODALFRAME | DS_CENTER | WS_CHILD | WS_CAPTION | WS_SYSMENU
d52a6cc8 159CAPTION "Cygwin Setup - Select Connection Type"
4a2af5fb 160FONT 8, "MS Shell Dlg"
392ba1ba 161BEGIN
392ba1ba 162 CONTROL "&Direct Connection",IDC_NET_DIRECT,"Button",
b7301c43 163 BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,60,55,73,10
392ba1ba 164 CONTROL "Use &IE5 Settings",IDC_NET_IE5,"Button",
b7301c43 165 BS_AUTORADIOBUTTON | WS_TABSTOP,60,70,69,10
392ba1ba 166 CONTROL "Use HTTP/FTP &Proxy:",IDC_NET_PROXY,"Button",
b7301c43
RC
167 BS_AUTORADIOBUTTON | WS_TABSTOP,60,85,88,10
168 EDITTEXT IDC_PROXY_HOST,120,105,120,12,ES_AUTOHSCROLL |
ab57ceaa 169 WS_DISABLED | WS_GROUP
b7301c43
RC
170 EDITTEXT IDC_PROXY_PORT,120,125,30,12,ES_AUTOHSCROLL |
171 WS_DISABLED
172 GROUPBOX "",IDC_STATIC,60,95,185,50
173 RTEXT "Proxy &Host",IDC_STATIC,65,105,50,12,SS_CENTERIMAGE |
ab57ceaa 174 NOT WS_GROUP
b7301c43 175 RTEXT "Por&t",IDC_STATIC,85,125,30,12,SS_CENTERIMAGE | NOT
ab57ceaa 176 WS_GROUP
ee91d9be
RC
177 ICON IDI_CYGWIN,IDC_HEADICON,290,0,21,20
178 CONTROL "",IDC_HEADSEPARATOR,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
b7301c43
RC
179 317,1
180 LTEXT "Setup needs to know how you want it to connect to the internet. Choose the appropriate settings below.",
181 IDC_STATIC,21,9,239,16,NOT WS_GROUP
182 LTEXT "Select Your Internet Connection",
183 IDC_STATIC_HEADER_TITLE,7,0,258,8,NOT WS_GROUP
392ba1ba
CF
184END
185
b7301c43 186IDD_INSTATUS DIALOG DISCARDABLE 0, 0, 317, 179
ab57ceaa
RC
187STYLE DS_MODALFRAME | DS_CENTER | WS_CHILD | WS_VISIBLE | WS_CAPTION |
188 WS_SYSMENU
392ba1ba 189CAPTION "Cygwin Setup"
4a2af5fb 190FONT 8, "MS Shell Dlg"
392ba1ba 191BEGIN
b7301c43
RC
192 LTEXT "Installing...",IDC_INS_ACTION,45,55,205,8,NOT WS_GROUP
193 LTEXT "(PKG)",IDC_INS_PKG,45,70,205,8,NOT WS_GROUP
194 LTEXT "(FILE)",IDC_INS_FILE,45,85,205,8,NOT WS_GROUP
392ba1ba 195 CONTROL "Progress1",IDC_INS_DISKFULL,"msctls_progress32",
b7301c43 196 PBS_SMOOTH | WS_BORDER,95,130,155,10
392ba1ba 197 CONTROL "Progress1",IDC_INS_IPROGRESS,"msctls_progress32",
b7301c43 198 PBS_SMOOTH | WS_BORDER,95,115,155,10
392ba1ba 199 CONTROL "Progress1",IDC_INS_PPROGRESS,"msctls_progress32",
b7301c43
RC
200 PBS_SMOOTH | WS_BORDER,95,100,155,10
201 LTEXT "Package:",IDC_INS_BL_PACKAGE,45,100,47,8,NOT WS_GROUP
202 LTEXT "Total:",IDC_INS_BL_TOTAL,45,115,48,8,NOT WS_GROUP
203 LTEXT "Disk:",IDC_INS_BL_DISK,45,130,47,8,NOT WS_GROUP
ee91d9be
RC
204 ICON IDI_CYGWIN,IDC_HEADICON,290,0,21,20
205 CONTROL "",IDC_HEADSEPARATOR,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
b7301c43
RC
206 317,1
207 LTEXT "This page displays the progress of the download or installation.",
208 IDC_STATIC,21,9,239,16,NOT WS_GROUP
3c0ca7aa 209 LTEXT "Progress",IDC_STATIC_HEADER_TITLE,7,0,258,8,NOT
b7301c43 210 WS_GROUP
392ba1ba
CF
211END
212
213IDD_PROXY_AUTH DIALOG DISCARDABLE 0, 0, 215, 95
214STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
707f3d66 215CAPTION "Proxy Authentication required"
4a2af5fb 216FONT 8, "MS Shell Dlg"
392ba1ba 217BEGIN
ee91d9be 218 ICON IDI_CYGWIN,IDC_HEADICON,5,5,21,20
392ba1ba
CF
219 LTEXT "Proxy &User ID",IDC_STATIC,5,28,55,15,SS_CENTERIMAGE,
220 WS_EX_RIGHT
221 EDITTEXT IDC_NET_USER,65,28,145,12,ES_AUTOHSCROLL
222 LTEXT "&Password",IDC_STATIC,10,43,50,15,SS_CENTERIMAGE,
223 WS_EX_RIGHT
224 EDITTEXT IDC_NET_PASSWD,65,43,145,12,ES_PASSWORD | ES_AUTOHSCROLL
225 LTEXT "Proxy Authorization Required",IDC_STATIC,65,10,145,10
226 DEFPUSHBUTTON "&OK",IDOK,100,75,45,15,WS_DISABLED
227 PUSHBUTTON "Cancel",IDCANCEL,165,75,45,15
228END
229
230IDD_NET_AUTH DIALOG DISCARDABLE 0, 0, 215, 95
231STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
707f3d66 232CAPTION "Server Authentication required"
4a2af5fb 233FONT 8, "MS Shell Dlg"
392ba1ba 234BEGIN
ee91d9be 235 ICON IDI_CYGWIN,IDC_HEADICON,5,5,21,20
392ba1ba
CF
236 LTEXT "&User ID",IDC_STATIC,5,28,55,15,SS_CENTERIMAGE,
237 WS_EX_RIGHT
238 EDITTEXT IDC_NET_USER,65,28,145,12,ES_AUTOHSCROLL
239 LTEXT "&Password",IDC_STATIC,10,43,50,15,SS_CENTERIMAGE,
240 WS_EX_RIGHT
241 EDITTEXT IDC_NET_PASSWD,65,43,145,12,ES_PASSWORD | ES_AUTOHSCROLL
242 LTEXT "Server Authorization Required",IDC_STATIC,65,10,145,10
243 DEFPUSHBUTTON "&OK",IDOK,100,75,45,15,WS_DISABLED
244 PUSHBUTTON "Cancel",IDCANCEL,165,75,45,15
245END
246
b7301c43 247IDD_SPLASH DIALOG DISCARDABLE 0, 0, 317, 179
ab57ceaa
RC
248STYLE DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_CHILD | WS_VISIBLE |
249 WS_CAPTION | WS_SYSMENU
392ba1ba 250CAPTION "Cygwin Setup"
4a2af5fb 251FONT 8, "MS Shell Dlg"
392ba1ba 252BEGIN
326fbcb8 253// CONTROL "",IDC_STATIC,"Static",SS_WHITERECT,0,0,95,178
b7301c43
RC
254 LTEXT "Cygwin Net Release Setup Program",
255 IDC_STATIC_WELCOME_TITLE,115,1,195,24
daab12c7
BD
256 LTEXT "This setup program is used for the initial installation "
257 "of the Cygwin environment as well as all subsequent "
258 "updates. Make sure to remember where you saved it.\r\n\r\n"
259 "The pages that follow will guide you through the "
260 "installation. Please note that Cygwin consists of a "
261 "large number of packages spanning a wide variety of "
262 "purposes. We only install a base set of packages by "
263 "default. You can always run this program at any time in "
264 "the future to add, remove, or upgrade packages as "
265 "necessary.",IDC_SPLASH_TEXT,115,25,195,90
266 ICON IDI_CYGWIN,IDC_SPLASH_ICON,114,114,21,20,WS_GROUP
267 LTEXT "Version (unknown)",IDC_VERSION,115,137,195,10
82306ac2 268 LTEXT "Copyright 2000-2005",IDC_SPLASH_COPYR,115,150,195,8
daab12c7 269 LTEXT "http://www.cygwin.com/",IDC_SPLASH_URL,115,162,90,8
392ba1ba
CF
270END
271
b7301c43 272IDD_DESKTOP DIALOG DISCARDABLE 0, 0, 317, 179
ab57ceaa
RC
273STYLE DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_CHILD | WS_VISIBLE |
274 WS_CAPTION | WS_SYSMENU
d52a6cc8 275CAPTION "Cygwin Setup - Create Icons"
4a2af5fb 276FONT 8, "MS Shell Dlg"
392ba1ba 277BEGIN
b7301c43
RC
278 CONTROL "Create icon on &Desktop",IDC_ROOT_DESKTOP,"Button",
279 BS_AUTOCHECKBOX,108,78,100,8
280 CONTROL "Add icon to &Start Menu",IDC_ROOT_MENU,"Button",
281 BS_AUTOCHECKBOX,108,93,100,8
ee91d9be
RC
282 ICON IDI_CYGWIN,IDC_HEADICON,290,0,21,20
283 CONTROL "",IDC_HEADSEPARATOR,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
b7301c43
RC
284 317,1
285 LTEXT "Tell setup if you want it to create a few icons for convenient access to the Cygwin environment.",
286 IDC_STATIC,21,9,239,16,NOT WS_GROUP
287 LTEXT "Create Icons",IDC_STATIC_HEADER_TITLE,7,0,258,8,NOT
288 WS_GROUP
392ba1ba
CF
289END
290
ab57ceaa 291IDD_FTP_AUTH DIALOG DISCARDABLE 0, 0, 215, 95
392ba1ba 292STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
707f3d66 293CAPTION "FTP Authentication required"
4a2af5fb 294FONT 8, "MS Shell Dlg"
392ba1ba 295BEGIN
ee91d9be 296 ICON IDI_CYGWIN,IDC_HEADICON,5,5,21,20
392ba1ba
CF
297 LTEXT "&User ID",IDC_STATIC,5,28,55,15,SS_CENTERIMAGE,
298 WS_EX_RIGHT
299 EDITTEXT IDC_NET_USER,65,28,145,12,ES_AUTOHSCROLL
300 LTEXT "&Password",IDC_STATIC,10,43,50,15,SS_CENTERIMAGE,
301 WS_EX_RIGHT
302 EDITTEXT IDC_NET_PASSWD,65,43,145,12,ES_PASSWORD | ES_AUTOHSCROLL
303 LTEXT "FTP Authorization Required",IDC_STATIC,65,10,145,10
304 DEFPUSHBUTTON "&OK",IDOK,100,75,45,15,WS_DISABLED
305 PUSHBUTTON "Cancel",IDCANCEL,165,75,45,15
306END
307
f6a81f69 308IDD_CHOOSE DIALOG DISCARDABLE 0, 0, 317, 179
ab57ceaa
RC
309STYLE DS_MODALFRAME | DS_3DLOOK | WS_CHILD | WS_VISIBLE | WS_CAPTION |
310 WS_SYSMENU
d52a6cc8 311CAPTION "Cygwin Setup - Select Packages"
4a2af5fb 312FONT 8, "MS Shell Dlg"
ab57ceaa 313BEGIN
c7230a28 314 CONTROL "&Keep",IDC_CHOOSE_KEEP,"Button",BS_AUTORADIOBUTTON |
dd267526 315 WS_GROUP | WS_TABSTOP,99,30,30,14
c7230a28 316 CONTROL "&Prev",IDC_CHOOSE_PREV,"Button",BS_AUTORADIOBUTTON ,
dd267526 317 134,30,27,14
c7230a28 318 CONTROL "&Curr",IDC_CHOOSE_CURR,"Button",BS_AUTORADIOBUTTON ,
dd267526 319 169,30,25,14
c7230a28 320 CONTROL "E&xp",IDC_CHOOSE_EXP,"Button",BS_AUTORADIOBUTTON ,
dd267526
BD
321 204,30,25,14
322 PUSHBUTTON "&View",IDC_CHOOSE_VIEW,239,30,26,14,WS_GROUP
ee91d9be 323 CONTROL "",IDC_HEADSEPARATOR,"Static",SS_BLACKFRAME | SS_SUNKEN,0,28,
f6a81f69
RC
324 317,1
325 CONTROL "",IDC_LISTVIEW_POS,"Static",SS_BLACKFRAME | NOT
82306ac2
BD
326 WS_VISIBLE,7,45,303,122
327 CONTROL "&Hide obsolete packages",IDC_CHOOSE_HIDE,"Button",
328 BS_AUTOCHECKBOX | WS_TABSTOP,7,167,100,14
ee91d9be 329 ICON IDI_CYGWIN,IDC_HEADICON,290,0,21,20
f6a81f69 330 LTEXT "Select the packages you want setup to install.",
edc3c6fc 331 IDC_CHOOSE_INST_TEXT,21,9,239,16,NOT WS_GROUP
f6a81f69
RC
332 LTEXT "Select Packages",IDC_STATIC_HEADER_TITLE,7,0,258,8,NOT
333 WS_GROUP
dd267526 334 LTEXT "",IDC_CHOOSE_VIEWCAPTION,270,33,40,10
ab57ceaa
RC
335END
336
82306ac2
BD
337IDD_PREREQ DIALOG DISCARDABLE 0, 0, 317, 179
338STYLE DS_MODALFRAME | DS_3DLOOK | WS_CHILD | WS_VISIBLE | WS_CAPTION |
339 WS_SYSMENU
340CAPTION "Cygwin Setup - Resolve Dependencies"
341FONT 8, "MS Shell Dlg"
342BEGIN
343 CONTROL "",IDC_HEADSEPARATOR,"Static",SS_BLACKFRAME | SS_SUNKEN,
344 0,28,317,1
345 ICON IDI_CYGWIN,IDC_HEADICON,290,0,21,20
346 LTEXT "Warning! Unmet Dependencies Found",IDC_STATIC_HEADER_TITLE
347 ,7,0,258,8,NOT WS_GROUP
348 LTEXT "The following packages are required but have not been "
349 "selected.",IDC_STATIC,21,9,239,16,NOT WS_GROUP
350 CONTROL "&Install these packages to meet dependencies (RECOMMENDED)"
351 ,IDC_PREREQ_CHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
352 7,167,225,14
353 EDITTEXT IDC_PREREQ_EDIT,7,41,303,124,WS_VSCROLL | WS_HSCROLL |
354 ES_LEFT | ES_MULTILINE | ES_READONLY | ES_AUTOHSCROLL |
355 ES_AUTOVSCROLL
356
357END
358
a38fde1a
BD
359/////////////////////////////////////////////////////////////////////////////
360//
361// Manifest
362//
363
daab12c7 364CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "setup.exe.manifest"
392ba1ba 365
392ba1ba
CF
366/////////////////////////////////////////////////////////////////////////////
367//
368// Icon
369//
370
371// Icon with lowest ID value placed first to ensure application icon
372// remains consistent on all systems.
373IDI_CYGWIN ICON DISCARDABLE "cygwin.ico"
374
375/////////////////////////////////////////////////////////////////////////////
376//
377// FILE
378//
379
380CYGWIN.ICON FILE DISCARDABLE "cygwin.ico"
381
392ba1ba
CF
382/////////////////////////////////////////////////////////////////////////////
383//
384// Bitmap
385//
386
392ba1ba 387IDB_SPIN BITMAP DISCARDABLE "choose-spin.bmp"
392ba1ba
CF
388IDB_CHECK_YES BITMAP DISCARDABLE "check-yes.bmp"
389IDB_CHECK_NO BITMAP DISCARDABLE "check-no.bmp"
390IDB_CHECK_NA BITMAP DISCARDABLE "check-na.bmp"
82306ac2
BD
391IDB_TREE_PLUS BITMAP DISCARDABLE "tree-plus.bmp"
392IDB_TREE_MINUS BITMAP DISCARDABLE "tree-minus.bmp"
392ba1ba
CF
393
394/////////////////////////////////////////////////////////////////////////////
395//
396// String Table
397//
398
399STRINGTABLE DISCARDABLE
400BEGIN
401 IDS_ROOT_SLASH "Warning: we recommend you do NOT use the root of your hard drive as the cygwin root. Proceed anyway?"
402 IDS_ROOT_SPACE "You should not choose a root path that include spaces in directory names. Proceed anyway?"
403 IDS_MIRROR_LST "http://sources.redhat.com/cygwin/mirrors.lst"
392ba1ba 404 IDS_ERR_OPEN_WRITE "Can't open %s for writing: %s"
aa1e3b4d 405 IDS_SETUPINI_MISSING "Unable to get setup.ini from <%s>"
392ba1ba 406 IDS_OLD_SETUPINI "This setup.ini is older than the one you used last time you installed cygwin. Proceed anyway?"
392ba1ba
CF
407 IDS_NOTHING_INSTALLED "Nothing needed to be installed"
408 IDS_INSTALL_COMPLETE "Installation Complete"
ad3c7385 409 IDS_REBOOT_REQUIRED "In-use files have been replaced. You need to reboot as soon as possible to activate the new versions. Cygwin may operate incorrectly until you reboot."
392ba1ba
CF
410 IDS_ERR_OPEN_READ "Can't open %s for reading: %s"
411 IDS_ROOT_ABSOLUTE "The install directory must be absolute, with both a drive letter and leading slash, like C:\\Cygwin"
412 IDS_DOWNLOAD_COMPLETE "Download Complete"
392ba1ba
CF
413 IDS_NOLOGFILE "Cannot open log file %s for writing"
414 IDS_UNINSTALL_COMPLETE "Uninstalls complete."
415 IDS_WININET "Unable to find or load the Internet Explorer 5 DLLs"
081bf320 416 IDS_ERR_CHDIR "Could not change dir to %s: %s [%.8x]"
392ba1ba 417 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."
392ba1ba 418 IDS_DOWNLOAD_INCOMPLETE "Download Incomplete. Try again?"
58ee6135 419 IDS_INSTALL_ERROR "Installation error (%s), Continue with other packages?"
eef9ea26 420 IDS_INSTALL_INCOMPLETE "Installation incomplete. Check %s for details"
58ee6135 421 IDS_CORRUPT_PACKAGE "Package file %s has a corrupt local copy, please remove and retry."
970149e8 422 IDS_SKIP_PACKAGE "%s\nDo you want to skip this package ?"
d943aa72 423 IDS_WINDOW_INIT_BADMSG "Fatal Error: Unexpected windows message %u received too early in window initialization."
072fb49a
MB
424 IDS_UNCAUGHT_EXCEPTION "Fatal Error: Uncaught Exception\nThread: %s\nType: %s\nMessage: %s"
425 IDS_UNCAUGHT_EXCEPTION_WITH_ERRNO "Fatal Error: Uncaught Exception\nThread: %s\nType: %s\nMessage: %s\nAppErrNo: %d"
37f49caf
BD
426 IDS_TRUSTKEEP_TOOLTIP "Sets all packages to their currently installed "
427 "version. This is equivalent to telling setup not to make any "
428 "changes to any package."
82306ac2
BD
429 IDS_TRUSTPREV_TOOLTIP "Globally select the version marked as 'Prev', "
430 "which generally means the version that was last considered stable "
431 "prior to the current stable version."
432 IDS_TRUSTCURR_TOOLTIP "Globally select the version that is currently "
433 "considered the most stable. (RECOMMENDED)"
434 IDS_TRUSTEXP_TOOLTIP "Globally select the most recent version, even if "
435 "that version is considered Experimental or for test use by the maintainer."
37f49caf
BD
436 IDS_VIEWBUTTON_TOOLTIP "Cycles the package view. This determines "
437 "which packages are shown in the chooser below.\r\n"
438 "\r\n"
82306ac2 439 "Category: Group by package category. Click on '+' to expand.\r\n"
37f49caf 440 "\r\n"
82306ac2 441 "Full: Show all packages.\r\n"
37f49caf 442 "\r\n"
82306ac2
BD
443 "Partial: Show only packages that are about to be installed, removed, "
444 "or upgraded. This tells you everything that setup is about to change "
445 "when you press 'Next'.\r\n"
37f49caf 446 "\r\n"
82306ac2
BD
447 "Up To Date: Show installed packages that need no action because they "
448 "are at the desired version already.\r\n"
37f49caf 449 "\r\n"
82306ac2 450 "Not installed: Show packages that are are not currently installed "
37f49caf 451 "and haven't been selected for installation."
392ba1ba 452END
This page took 0.099927 seconds and 5 git commands to generate.