You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
317 lines
11 KiB
317 lines
11 KiB
/*-----------------------------------------------------------------------------
|
|
icwconn2.rc
|
|
|
|
Resource descriptions for ICWCONN2
|
|
|
|
Copyright (C) 1996 Microsoft Corporation
|
|
All rights reserved
|
|
|
|
Authors:
|
|
ChrisK Chris Kauffman
|
|
|
|
History:
|
|
7/22/96 ChrisK Cleaned and formatted
|
|
7/23/96 VetriV Made changes for WIN16
|
|
|
|
NOTE:
|
|
DO NOT EDIT THESE RESOURCES WITH MSVC
|
|
|
|
-----------------------------------------------------------------------------*/
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
#error DO NOT EDIT THIS WITH MSVC
|
|
#endif
|
|
|
|
#include "resource.h"
|
|
|
|
#include "..\inc\icwerr.h"
|
|
#include "..\inc\icwerr.rc"
|
|
|
|
#include <windows.h>
|
|
|
|
|
|
#if defined(WIN16)
|
|
#include <ctl3d.h>
|
|
#endif
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// English (U.S.) resources
|
|
|
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
|
#if defined(_WIN32) && !defined(WIN16)
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
#pragma code_page(1252)
|
|
#endif //_WIN32 && !WIN16
|
|
|
|
|
|
#if defined(WIN16)
|
|
#include <comctlie.h>
|
|
#define DS_3DLOOK 0x0004L
|
|
#define DS_CENTER 0x0800L // ;Internal 4.0
|
|
#define BS_MULTILINE 0x00002000L // ;Internal 4.0
|
|
#define SS_ETCHEDHORZ 0x00000010L // ;Internal 4.0
|
|
#define SS_ETCHEDVERT 0x00000011L // ;Internal 4.0
|
|
#define SS_ETCHEDFRAME 0x00000012L // ;Internal 4.0
|
|
#endif
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Version
|
|
//
|
|
#include "icwconn2.rcv"
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Dialog
|
|
//
|
|
|
|
IDD_PROGRESS DIALOG DISCARDABLE 0, 0, 183, 92
|
|
STYLE DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_POPUP | WS_VISIBLE |
|
|
WS_CAPTION
|
|
CAPTION "Internet Connection Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
PUSHBUTTON "Cancel",IDC_CMDCANCEL,64,70,50,14
|
|
CONTROL "Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER,8,
|
|
30,168,14
|
|
LTEXT "Copying information to your computer",IDC_STATIC,16,10,
|
|
144,10
|
|
LTEXT "Waiting for a response from the server",IDC_LBLSTATUS,
|
|
16,50,200,10
|
|
END
|
|
|
|
IDD_BACK DIALOG DISCARDABLE 0, 0, 183, 92
|
|
STYLE WS_POPUP
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
END
|
|
|
|
IDD_DONE DIALOG DISCARDABLE 0, 0, 317, 213
|
|
STYLE DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_POPUP | WS_VISIBLE |
|
|
WS_CAPTION
|
|
CAPTION "Internet Connection Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
CONTROL 108,IDC_STATIC,"Static",SS_BITMAP,5,2,32,25
|
|
LTEXT "Congratulations",IDC_LBLTITLE,104,6,136,10
|
|
LTEXT "Your computer is now set up to connect to the Internet. A world of information and community is just a click away!",
|
|
IDC_CLICK,104,30,200,30
|
|
LTEXT "To begin exploring the Internet, click Explore Now!",
|
|
IDC_EXPLORE,104,60,200,8
|
|
DEFPUSHBUTTON "Explore Now!",IDC_CMDEXPLORE,104,80,56,15
|
|
PUSHBUTTON "Close",IDC_CMDCLOSE,256,195,56,15
|
|
LTEXT "",IDC_LBLEXPLORE,104,105,200,30
|
|
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,8,186,302,1
|
|
END
|
|
|
|
IDD_DONEREBOOT DIALOG DISCARDABLE 0, 0, 317, 213
|
|
STYLE DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_POPUP | WS_VISIBLE |
|
|
WS_CAPTION
|
|
CAPTION "Internet Connection Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
CONTROL 108,IDC_STATIC,"Static",SS_BITMAP,5,2,32,25
|
|
LTEXT "Congratulations",IDC_LBLTITLE,104,6,136,10
|
|
LTEXT "Your computer is now set up to connect to the Internet. A world of information and community is just a click away!",
|
|
IDC_CLICK2,104,30,200,30
|
|
LTEXT "You must restart your computer before you can use your Internet connection. To restart Windows, click Restart.",
|
|
IDC_RESTART,104,60,200,18
|
|
DEFPUSHBUTTON "Restart",IDC_CMDEXPLORE,102,89,56,15
|
|
LTEXT "",IDC_LBLEXPLORE,104,120,200,30
|
|
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,8,186,302,1
|
|
END
|
|
|
|
IDD_DIALING DIALOGEX 0, 0, 317, 213
|
|
STYLE DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_POPUP | WS_VISIBLE |
|
|
WS_CAPTION
|
|
CAPTION "Internet Connection Wizard"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
|
BEGIN
|
|
CONTROL 108,IDC_STATIC,"Static",SS_BITMAP | SS_SUNKEN,6,6,100,
|
|
172
|
|
LTEXT "Connecting",IDC_LBLTITLE,104,6,200,12,NOT WS_GROUP
|
|
LTEXT "The Internet Connection Wizard will now connect to your Internet service provider and set up Internet programs.",
|
|
IDC_DIALING_TEXT2,104,30,200,35,NOT WS_GROUP
|
|
LTEXT "Phone Number: ",IDC_DIALING_TEXT3,104,69,200,8,NOT WS_GROUP
|
|
LTEXT " Already connected",IDC_LBLNUMBER,154,69,200,8,NOT
|
|
WS_GROUP
|
|
LTEXT "",IDC_LBLSTATUS,104,99,200,16,NOT WS_GROUP
|
|
PUSHBUTTON "Cancel",IDC_CMDCANCEL,255,193,56,15
|
|
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,6,186,305,1
|
|
CONTROL "Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER,
|
|
104,120,187,12
|
|
END
|
|
|
|
IDD_DIALREALLYCANCEL DIALOGEX 0, 0, 317, 213
|
|
STYLE DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_POPUP | WS_VISIBLE |
|
|
WS_CAPTION
|
|
CAPTION "Internet Connection Wizard"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
|
BEGIN
|
|
CONTROL 108,IDC_STATIC,"Static",SS_BITMAP | SS_SUNKEN,6,6,100,
|
|
172
|
|
LTEXT "Unable to set up Internet programs",IDC_LBLTITLE,104,6,200,12,NOT WS_GROUP
|
|
LTEXT "The wizard has set up your Internet connection, but has not finished setting up the Internet programs required to use your Internet provider's services.",
|
|
IDC_NOTDONE,104,30,200,24,NOT WS_GROUP
|
|
LTEXT "If you exit now, you will need to connect to your Internet provider and set up these programs at a later time. You can connect to your provider by clicking the Internet Explorer icon on the Start menu.",
|
|
IDC_EXITNOW,104,62,200,40,NOT WS_GROUP
|
|
LTEXT "Click Retry to try setting up these programs again, or click Close to exit.",
|
|
IDC_ATTEMPT,104,104,200,35,NOT WS_GROUP
|
|
LTEXT "",IDC_LBLCALLHOME,104,136,200,50,NOT WS_GROUP
|
|
DEFPUSHBUTTON "&Retry",IDC_CMDNEXT,192,193,56,15
|
|
PUSHBUTTON "Close",IDC_CMDCANCEL,255,193,56,15
|
|
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,6,186,305,1
|
|
END
|
|
|
|
|
|
|
|
IDD_DIALERR DIALOGEX 0, 0, 317, 213
|
|
STYLE DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_POPUP | WS_VISIBLE |
|
|
WS_CAPTION
|
|
CAPTION "Internet Connection Wizard"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
|
BEGIN
|
|
CONTROL 108,IDC_STATIC,"Static",SS_BITMAP | SS_SUNKEN,6,6,100,
|
|
172
|
|
LTEXT "Could Not Connect",IDC_LBLTITLE,104,6,200,12,NOT
|
|
WS_GROUP
|
|
LTEXT "",IDC_LBLERRMSG,104,30,200,55,NOT WS_GROUP
|
|
LTEXT "&Number to be dialed:",IDC_DIALERR_TEXT1,104,
|
|
89,200,8,NOT WS_GROUP
|
|
EDITTEXT IDC_TEXTNUMBER,181,87,123,12,ES_AUTOHSCROLL
|
|
LTEXT "The current &modem is:",IDC_DIALERR_TEXT2,104,119,200,8,NOT
|
|
WS_GROUP
|
|
COMBOBOX IDC_CMBMODEMS,181,117,123,85,CBS_DROPDOWNLIST |
|
|
CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
|
|
LTEXT "Change how the number is dialed:",IDC_DIALERR_TEXT3,104,149,
|
|
200,8,NOT WS_GROUP
|
|
PUSHBUTTON "&Dialing Properties",IDC_CMDDIALPROP,238,149,66,15
|
|
DEFPUSHBUTTON "&Redial",IDC_CMDNEXT,128,193,56,15
|
|
PUSHBUTTON "&Help",IDC_CMDHELP,192,193,56,15
|
|
PUSHBUTTON "Cancel",IDC_CMDCANCEL,255,193,56,15
|
|
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,6,186,305,1
|
|
END
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// DESIGNINFO
|
|
//
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
GUIDELINES DESIGNINFO DISCARDABLE
|
|
BEGIN
|
|
IDD_PROGRESS, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 176
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 85
|
|
END
|
|
|
|
IDD_BACK, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 176
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 85
|
|
END
|
|
|
|
IDD_CONTEXT, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
TOPMARGIN, 7
|
|
END
|
|
|
|
IDD_STEPTWO, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 310
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 206
|
|
END
|
|
END
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// TEXTINCLUDE
|
|
//
|
|
|
|
1 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"resource.h\0"
|
|
END
|
|
|
|
2 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"#include <windows.h>\0"
|
|
END
|
|
|
|
3 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"\r\n"
|
|
"\0"
|
|
END
|
|
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Icon
|
|
//
|
|
|
|
// Icon with lowest ID value placed first to ensure program icon
|
|
// remains consistent on all systems.
|
|
IDI_PHONE ICON DISCARDABLE "phone.ico"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Bitmap
|
|
//
|
|
|
|
IDB_PHONE BITMAP DISCARDABLE "w_bordr.bmp"
|
|
|
|
#ifdef WIN16
|
|
CTL3D_3DCHECK BITMAP "..\\common\\inc\\3dcheck.bmp"
|
|
#endif
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_TITLE "Internet Connection Wizard"
|
|
IDS_CANTDOWNLOAD "The Internet Connection Wizard could not copy the required information to your computer. Click Redial to try again."
|
|
IDS_RECEIVING_RESPONSE "Downloading Internet programs..."
|
|
IDS_OUTOFMEMORY "There is not enough memory available to perform this task. Close one or more programs and then try again."
|
|
IDS_INVALIDPHONE "The phone number you entered contains invalid characters. Only the characters 0123456789ABCDPTW!@$-.()+*#,& and <space> are valid phone number characters."
|
|
IDS_CANTEXECUTE "Unable to process the Explore Now! command. Please use the Internet Explorer icon to explore the Internet."
|
|
IDS_CONNECTED_TO "Connected to %s"
|
|
IDS_MISSING_FILE "The Internet Connection Wizard could not find the file "
|
|
IDS_BAD_CMDLINE "The Internet Connection Wizard cannot be started using 'ICWCONN2.EXE'.\n\nTo start the wizard, choose the Connection Wizard icon from the Start menu."
|
|
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_WANTTOEXIT "The Internet Connection Wizard has created an Internet account for you, but has not yet configured your computer to use this account. If you cancel now, you may still be billed by the Internet service provider.\n\nAre you sure you want to exit the wizard?"
|
|
IDS_CANTSAVEKEY "The Internet Connection Wizard cannot write to the registry."
|
|
IDS_DOWNLOAD_SW "The Internet Connection Wizard will now connect to your Internet service provider and set up Internet programs."
|
|
END
|
|
|
|
|
|
#endif // English (U.S.) resources
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|