/*----------------------------------------------------------------------------- icwdial.rc resource descriptions for ICWDIAL Copyright (C) 1996 Microsoft Corporation All rights reserved. Authors: ChrisK ChrisKauffman History: 7/22/96 ChrisK Cleaned and formatted NOTE: DO NOT EDIT THIS WITH MSVC! You will destroy the comments and all entries designed to build for WIN16 -----------------------------------------------------------------------------*/ #if defined(APSTUDIO_INVOKED) # error DO NOT EDIT THIS FILE IN MSVC!!! Open as text #endif #include "resource.h" #include "windows.h" ///////////////////////////////////////////////////////////////////////////// // English (U.S.) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #ifdef _WIN32 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #pragma code_page(1252) #endif //_WIN32 ///////////////////////////////////////////////////////////////////////////// // // Version // #include "icwdial.rcv" ///////////////////////////////////////////////////////////////////////////// // // Icon // // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. IDI_WARN ICON DISCARDABLE "warning.ico" IDI_PHONE ICON DISCARDABLE "phone.ico" ///////////////////////////////////////////////////////////////////////////// // // Dialog // AUTODIAL DIALOG DISCARDABLE 0, 0, 200, 60 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU FONT 8, "MS Shell Dlg" BEGIN ICON IDI_PHONE,IDC_STATIC,7,7,21,20 LTEXT "Status:",IDC_STATIC,37,7,23,12 LTEXT "Preparing to dial",IDC_STATUS,64,7,129,12 PUSHBUTTON "Cancel Signup",IDCANCEL,70,39,60,14 END RETRY DIALOG DISCARDABLE 0, 0, 280, 60 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU FONT 8, "MS Shell Dlg" BEGIN ICON IDI_WARN,IDC_STATIC,7,7,21,20,WS_GROUP LTEXT "Static",IDC_ERROR,37,7,156,10 LTEXT "Would you like to redial, cancel, or try a different phone number?", IDC_STATIC,37,19,256,10 DEFPUSHBUTTON "&Redial",IDRETRY,36,39,60,14,WS_GROUP PUSHBUTTON "Cancel Signup",IDCANCEL,108,39,60,14 PUSHBUTTON "&Phone Book",IDC_CMDPHONE,180,39,60,14 END RETRYNOPHONE DIALOG DISCARDABLE 0, 0, 200, 60 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU FONT 8, "MS Shell Dlg" BEGIN ICON IDI_WARN,IDC_STATIC,7,7,21,20,WS_GROUP LTEXT "Static",IDC_ERROR,37,7,156,10 LTEXT "Would you like to redial or cancel?",IDC_STATIC,37,19, 256,10 DEFPUSHBUTTON "&Redial",IDRETRY,36,39,60,14,WS_GROUP PUSHBUTTON "Cancel Signup",IDCANCEL,108,39,60,14 END PHONENUMBER DIALOG DISCARDABLE 0, 0, 200, 90 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU FONT 8, "MS Shell Dlg" BEGIN ICON IDI_PHONE,IDC_STATIC,7,7,21,20,WS_GROUP LTEXT "Please verify that the number below is correct for dialing. If you need to dial a special number to get an outside line, make sure you include it.", IDC_STATIC,40,7,153,34 EDITTEXT IDC_PHONENUMBER,40,40,88,14,ES_AUTOHSCROLL DEFPUSHBUTTON "Dial Now",IDOK,32,69,60,14,WS_GROUP PUSHBUTTON "Cancel Signup",IDCANCEL,108,69,60,14 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,15,200,12,NOT WS_GROUP LTEXT "The Internet Connection Wizard will now connect to your Internet service provider.", IDC_CONNECT_TEXT,104,30,200,35,NOT WS_GROUP LTEXT "Phone Number: ",IDC_PHNUM_TEXT,104,69,200,8,NOT WS_GROUP LTEXT "",IDC_LBLNUMBER,154,69,175,16,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,163,12 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,15,200,12,NOT WS_GROUP LTEXT "",IDC_LBLERRMSG,104,30,200,55,NOT WS_GROUP LTEXT "&Number to be dialed:",IDC_NUMTODIAL,104, 89,200,8,NOT WS_GROUP EDITTEXT IDC_TEXTNUMBER,181,87,123,12,ES_AUTOHSCROLL LTEXT "The current &modem is:",IDC_CURMODEM,104,114,200,8,NOT WS_GROUP COMBOBOX IDC_CMBMODEMS,181,112,123,85,CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP LTEXT "Change how the number is dialed:",IDC_CHNGNUM,104,138, 200,8,NOT WS_GROUP PUSHBUTTON "&Dialing Properties",IDC_CMDDIALPROP,238,138,66,15 LTEXT "Select a new phone number:",IDC_LBLPHONE,104,159,200, 8,NOT WS_GROUP PUSHBUTTON "&Phone Book",IDC_CMDPHONEBOOK,238,159,66,15 LTEXT "",IDC_LBSUPPORTMSG,104,170,200,8,NOT WS_GROUP 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 ///////////////////////////////////////////////////////////////////////////// // // Bitmap // IDB_PHONE BITMAP DISCARDABLE "w_bordr.bmp" #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE // 1 TEXTINCLUDE DISCARDABLE BEGIN "resource.h\0" END 2 TEXTINCLUDE DISCARDABLE BEGIN "#define APSTUDIO_HIDDEN_SYMBOLS\r\n" "#include ""windows.h""\r\n" "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n" "#include ""autodial.h""\r\n" "\0" END 3 TEXTINCLUDE DISCARDABLE BEGIN "\r\n" "\0" END #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // String Table // STRINGTABLE DISCARDABLE BEGIN IDS_OPENPORT "Opening Port" IDS_PORTOPENED "Port Opened" IDS_CONNECTDEVICE "Dialing Modem" IDS_DEVICECONNECTED "Modem Connected" IDS_ALLDEVICESCONNECTED "All Devices Connected" IDS_AUTHENTICATE "Locating Internet Service" IDS_AUTHNOTIFY "Authentication Notify" IDS_AUTHRETRY "Authentication Retry" IDS_AUTHCALLBACK "Callback Requested" IDS_AUTHCHANGEPASSWORD "Change Password Requested" IDS_AUTHPROJECT "Projection Phase Started" IDS_AUTHLINKSPEED "Link Speed Calculation" END STRINGTABLE DISCARDABLE BEGIN IDS_AUTHACK "Authentication Acknowledged" IDS_REAUTHENTICATE "Reauthentication Started" IDS_AUTHENTICATED "Authenticated" IDS_PREPAREFORCALLBACK "Preparation For Callback" IDS_WAITFORMODEMRESET "Waiting For Modem Reset" IDS_WAITFORCALLBACK "Waiting For Callback" IDS_INTERACTIVE "Interactive" IDS_RETRYAUTHENTICATION "Retry Authentication" IDS_CALLBACKSETBYCALLER "Callback Set By Caller" IDS_PASSWORDEXPIRED "Password Expired" IDS_CONNECTED "Connected" IDS_DISCONNECTED "Disconnected" IDS_UNDEFINED_ERROR "Undefine Error Code" IDS_DIALMESSAGE "The Internet Connection Wizard will now connect to your Internet service provider." END STRINGTABLE DISCARDABLE BEGIN IDS_CONNECTED_TO "Connected to %s" // 4/2/97 ChrisK Olympus 296 IDS_REESTABLISH "Reestablish Connection" // 5/5/97 MKarki Bug # IDS_DOWNLOADING "Downloading...." END STRINGTABLE DISCARDABLE BEGIN IDS_OUTOFMEMORY "There is not enough memory available to perform this task. Close one or more programs and then try again." IDS_WANTTOEXIT "The Internet Connection Wizard has not finished setting up your Internet connection.\n\nAre you sure you want to close the wizard?" IDS_RAS_DIALING "Dialing..." IDS_RAS_PORTOPENED "Dialing..." IDS_RAS_OPENPORT "Dialing..." IDS_RAS_CONNECTED "Connected" IDS_RAS_LOCATING "Locating Server..." IDS_RAS_HANGINGUP "Hanging Up..." IDS_TCPINSTALLERROR "The TCP/IP protocols may not have been installed correctly. Restart your computer and then run the wizard again." IDS_CONNECTING_TO "Connected to %s" END STRINGTABLE DISCARDABLE BEGIN IDS_PPPRANDOMFAILURE "The Internet Connection Wizard could not establish a connection. Click Redial to try again. Click Help for more information." IDS_RASNOCARRIER "The Internet Connection Wizard could not establish a connection. Click Redial to try again, or click Dialing Properties to change how the number is dialed. Click Help for more information." IDS_PHONEBUSY "The phone number the wizard is trying to dial is currently busy. Click Redial to try again. Click Help for more information." IDS_NODIALTONE "The wizard could not detect a dial tone. Make sure your modem is connected properly to your phone line and computer. Click Help for more information." IDS_NODEVICE "The wizard could not detect your modem. It may be turned off, currently in use, or not installed properly. Click Help for more information." IDS_USERCANCELEDDIAL "The Internet Connection Wizard was interrupted. Click Redial to finish dialing or Cancel to exit." IDS_TITLE "Internet Connection Wizard" IDS_CANTLOADINETCFG "The Internet Connection Wizard cannot load the %s file." IDS_CANTLOADCONFIGAPI "The version of Inetcfg.dll on your computer is not valid." IDS_CANTLOADPHBKAPI "The version of Icwphbk.dll on your computer is not valid." IDS_CANTINITPHONEBOOK "The Internet Connection Wizard cannot open the phone book." IDS_CANTLOADRNAPHAPI "The Remote Network Access library (RASAPI32) is not the correct version. You may need a different version of Windows." IDS_CANTSAVEKEY "The Internet Connection Wizard cannot save Internet connection information in the registry." IDS_CANTREADKEY "The Internet Connection Wizard cannot read Internet connection information from the registry." IDS_INVALIDPHONE "The phone number you entered contains invalid characters. Only the characters 0123456789ABCDPTW!@$-.()+*#,& and are valid phone number characters." IDS_SBCSONLY "Only single-byte characters (SBCS) are allowed in this field.\n\nUse the Input Method Editor (IME) to switch to SBCS." END STRINGTABLE DISCARDABLE BEGIN IDS_NOANSWER "The Internet Connection Wizard could not establish a connection. Click Redial to try again, or click Dialing Properties to change how the number is dialed. Click Help for more information." IDS_INVALIDPN "The phone number you entered was not valid. Please select a phone number from the numbers listed." IDS_MEDIAINIERROR "Dial-up Networking may be incompletely installed on your computer. Click Cancel to exit the wizard, and then restart your computer. After your computer has been restarted run the wizard again." END STRINGTABLE DISCARDABLE BEGIN IDS_SUPPORTMSG "For automated support call: " END #endif // English (U.S.) resources /////////////////////////////////////////////////////////////////////////////