comparison netinstall/res.rc @ 672:42a8626b741e

[xemacs-hg @ 2001-10-26 02:42:53 by andyp] more netinstaller fixes
author andyp
date Fri, 26 Oct 2001 02:42:53 +0000
parents 146d342ff859
children 685b588e92d8
comparison
equal deleted inserted replaced
671:53ec80338ec1 672:42a8626b741e
145 IDD_NET DIALOG DISCARDABLE 0, 0, 311, 201 145 IDD_NET DIALOG DISCARDABLE 0, 0, 311, 201
146 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU 146 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
147 CAPTION "XEmacs Setup" 147 CAPTION "XEmacs Setup"
148 FONT 8, "MS Sans Serif" 148 FONT 8, "MS Sans Serif"
149 BEGIN 149 BEGIN
150 PUSHBUTTON "Next >",IDOK,199,176,45,15, WS_GROUP 150 PUSHBUTTON "Next >",IDOK,199,176,45,15,WS_GROUP
151 PUSHBUTTON "< Back",IDC_BACK,154,176,45,15 151 PUSHBUTTON "< Back",IDC_BACK,154,176,45,15
152 PUSHBUTTON "Cancel",IDCANCEL,256,176,45,15 152 PUSHBUTTON "Cancel",IDCANCEL,256,176,45,15
153 LTEXT "",IDC_STATIC,10,10,87,151,SS_SUNKEN | NOT WS_GROUP 153 LTEXT "",IDC_STATIC,10,10,87,151,SS_SUNKEN | NOT WS_GROUP
154 LTEXT "",IDC_STATIC,10,169,291,1,SS_SUNKEN | NOT WS_GROUP 154 LTEXT "",IDC_STATIC,10,169,291,1,SS_SUNKEN | NOT WS_GROUP
155 LTEXT "Setup will use the following connection method.", 155 LTEXT "Setup will use the following connection method.",
156 IDC_STATIC,112,11,170,17, NOT WS_GROUP 156 IDC_STATIC,112,11,170,17,NOT WS_GROUP
157 LTEXT "To exit setup click Cancel at any time.",IDC_STATIC,112, 157 LTEXT "To exit setup click Cancel at any time.",IDC_STATIC,112,
158 32,166,17, NOT WS_GROUP 158 32,166,17,NOT WS_GROUP
159 CONTROL "Use IE5 Settings",IDC_NET_IE5,"Button", 159 CONTROL "Use IE5 Settings",IDC_NET_IE5,"Button",
160 BS_AUTORADIOBUTTON | WS_TABSTOP,128,93,69,10 160 BS_AUTORADIOBUTTON | WS_TABSTOP,128,93,69,10
161 CONTROL "Direct Connection",IDC_NET_DIRECT,"Button", 161 CONTROL "Direct Connection",IDC_NET_DIRECT,"Button",
162 BS_AUTORADIOBUTTON | WS_TABSTOP,128,109,73,10 162 BS_AUTORADIOBUTTON | WS_TABSTOP,128,109,73,10
163 CONTROL "Use HTTP/FTP Proxy:",IDC_NET_PROXY,"Button", 163 CONTROL "Use HTTP/FTP Proxy:",IDC_NET_PROXY,"Button",
345 LTEXT "Register XEmacs for these file types:",IDC_STATIC,113, 345 LTEXT "Register XEmacs for these file types:",IDC_STATIC,113,
346 84,166,13 346 84,166,13
347 LTEXT "",IDC_STATIC,10,169,291,1,SS_SUNKEN | NOT WS_GROUP 347 LTEXT "",IDC_STATIC,10,169,291,1,SS_SUNKEN | NOT WS_GROUP
348 LTEXT "",IDC_STATIC,10,10,87,151,SS_SUNKEN | NOT WS_GROUP 348 LTEXT "",IDC_STATIC,10,10,87,151,SS_SUNKEN | NOT WS_GROUP
349 CONTROL "GNU",IDC_STATIC,"Static",SS_BITMAP,19,36,69,62 349 CONTROL "GNU",IDC_STATIC,"Static",SS_BITMAP,19,36,69,62
350 CONTROL "IDL",IDC_IDL_TYPE,"Button",BS_AUTOCHECKBOX,209,116,38,8
350 END 351 END
351 352
352 353
353 #ifdef APSTUDIO_INVOKED 354 #ifdef APSTUDIO_INVOKED
354 ///////////////////////////////////////////////////////////////////////////// 355 /////////////////////////////////////////////////////////////////////////////
467 468
468 IDD_DESKTOP, DIALOG 469 IDD_DESKTOP, DIALOG
469 BEGIN 470 BEGIN
470 VERTGUIDE, 113 471 VERTGUIDE, 113
471 VERTGUIDE, 209 472 VERTGUIDE, 209
473 HORZGUIDE, 124
472 END 474 END
473 END 475 END
474 #endif // APSTUDIO_INVOKED 476 #endif // APSTUDIO_INVOKED
475 477
476 478
512 STRINGTABLE DISCARDABLE 514 STRINGTABLE DISCARDABLE
513 BEGIN 515 BEGIN
514 IDS_ERR_OPEN_READ "Can't open %s for reading: %s" 516 IDS_ERR_OPEN_READ "Can't open %s for reading: %s"
515 IDS_ROOT_ABSOLUTE "The install directory must be absolute, with both a drive letter and leading slash, like C:\\Cygwin" 517 IDS_ROOT_ABSOLUTE "The install directory must be absolute, with both a drive letter and leading slash, like C:\\Cygwin"
516 IDS_DOWNLOAD_COMPLETE "Download Complete" 518 IDS_DOWNLOAD_COMPLETE "Download Complete"
517 IDS_CVSID "\n%%% $Id: res.rc,v 1.5 2001/09/25 02:35:32 andyp Exp $\n" 519 IDS_CVSID "\n%%% $Id: res.rc,v 1.6 2001/10/26 02:42:53 andyp Exp $\n"
518 IDS_NOLOGFILE "Cannot open log file %s for writing" 520 IDS_NOLOGFILE "Cannot open log file %s for writing"
519 IDS_UNINSTALL_COMPLETE "Uninstalls complete." 521 IDS_UNINSTALL_COMPLETE "Uninstalls complete."
520 IDS_WININET "Unable to find or load the Internet Explorer 5 DLLs" 522 IDS_WININET "Unable to find or load the Internet Explorer 5 DLLs"
521 IDS_ERR_CHDIR "Could not change dir to %s" 523 IDS_ERR_CHDIR "Could not change dir to %s"
522 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." 524 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."