comparison netinstall/res.rc @ 673:685b588e92d8

[xemacs-hg @ 2001-10-30 05:13:26 by andyp] merge of windows 21.4.5 codeline
author andyp
date Tue, 30 Oct 2001 05:13:31 +0000
parents 42a8626b741e
children 943eaba38521
comparison
equal deleted inserted replaced
672:42a8626b741e 673:685b588e92d8
31 IDD_SOURCE DIALOG DISCARDABLE 0, 0, 311, 201 31 IDD_SOURCE DIALOG DISCARDABLE 0, 0, 311, 201
32 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU 32 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
33 CAPTION "XEmacs Setup" 33 CAPTION "XEmacs Setup"
34 FONT 8, "MS Sans Serif" 34 FONT 8, "MS Sans Serif"
35 BEGIN 35 BEGIN
36 PUSHBUTTON "Next >",IDOK,199,176,45,15,WS_DISABLED | WS_GROUP 36 PUSHBUTTON "Next >",IDOK,199,176,45,15, WS_GROUP
37 PUSHBUTTON "Cancel",IDCANCEL,256,176,45,15 37 PUSHBUTTON "Cancel",IDCANCEL,256,176,45,15
38 CONTROL "Download from the Internet",IDC_SOURCE_DOWNLOAD,"Button", 38 CONTROL "Download from the Internet",IDC_SOURCE_DOWNLOAD,"Button",
39 BS_AUTORADIOBUTTON | WS_TABSTOP,127,102,152,10 39 BS_AUTORADIOBUTTON | WS_TABSTOP,127,102,152,10
40 CONTROL "Install from the Internet",IDC_SOURCE_NETINST,"Button", 40 CONTROL "Install from the Internet",IDC_SOURCE_NETINST,"Button",
41 BS_AUTORADIOBUTTON | WS_TABSTOP,127,121,87,10 41 BS_AUTORADIOBUTTON | WS_TABSTOP,127,121,87,10
514 STRINGTABLE DISCARDABLE 514 STRINGTABLE DISCARDABLE
515 BEGIN 515 BEGIN
516 IDS_ERR_OPEN_READ "Can't open %s for reading: %s" 516 IDS_ERR_OPEN_READ "Can't open %s for reading: %s"
517 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"
518 IDS_DOWNLOAD_COMPLETE "Download Complete" 518 IDS_DOWNLOAD_COMPLETE "Download Complete"
519 IDS_CVSID "\n%%% $Id: res.rc,v 1.6 2001/10/26 02:42:53 andyp Exp $\n" 519 IDS_CVSID "\n%%% $Id: res.rc,v 1.7 2001/10/30 05:13:28 andyp Exp $\n"
520 IDS_NOLOGFILE "Cannot open log file %s for writing" 520 IDS_NOLOGFILE "Cannot open log file %s for writing"
521 IDS_UNINSTALL_COMPLETE "Uninstalls complete." 521 IDS_UNINSTALL_COMPLETE "Uninstalls complete."
522 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"
523 IDS_ERR_CHDIR "Could not change dir to %s" 523 IDS_ERR_CHDIR "Could not change dir to %s"
524 IDS_CREATE_DIR "The directory %s does not exist, create it?"
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." 525 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."
525 IDS_DOWNLOAD_FAILED "Unable to download %s" 526 IDS_DOWNLOAD_FAILED "Unable to download %s"
526 IDS_DOWNLOAD_INCOMPLETE "Download Incomplete. Try again?" 527 IDS_DOWNLOAD_INCOMPLETE "Download Incomplete. Try again?"
527 IDS_INSTALL_INCOMPLETE "Installation incomplete. Check /setup.log.full for details" 528 IDS_INSTALL_INCOMPLETE "Installation incomplete. Check /setup.log.full for details"
528 IDS_ROOT_NOCYGWIN "You should not install the Cygwin version without Cygwin installed. Proceed anyway?" 529 IDS_ROOT_NOCYGWIN "You should not install the Cygwin version without Cygwin installed. Proceed anyway?"