windows-nt/Source/XPSP1/NT/net/rras/ras/ui/rasdlg/rasdlg.rc
2020-09-26 16:20:57 +08:00

3491 lines
160 KiB
Plaintext

//Microsoft Developer Studio generated resource script.
//
#include "rasdlgrc.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include <windows.h>
// While Studio allows common resources
// to be included here it has trouble finding
// non-local included files from this
// non-project RC file. Therefore, the
// following is for builds only.
//
#ifndef APSTUDIO_INVOKED
// Version resources
//
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Remote Access Common Dialog API"
#define VER_INTERNALNAME_STR "rasdlg.dll"
#define VER_ORIGINALFILENAME_STR "rasdlg.dll"
#include "common.ver"
// Common resources.
//
#include <wait.rc>
#include <lvx.rc>
#include <rassrvui.rc>
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// 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
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE DISCARDABLE
BEGIN
"rasdlgrc.h\0"
END
2 TEXTINCLUDE DISCARDABLE
BEGIN
"#include <windows.h>\r\n"
"\r\n"
"// While Studio allows common resources \r\n"
"// to be included here it has trouble finding\r\n"
"// non-local included files from this\r\n"
"// non-project RC file. Therefore, the \r\n"
"// following is for builds only.\r\n"
"//\r\n"
"#ifndef APSTUDIO_INVOKED\r\n"
"\r\n"
"// Version resources\r\n"
"//\r\n"
"#include <ntverp.h>\r\n"
"#define VER_FILETYPE VFT_DLL\r\n"
"#define VER_FILESUBTYPE VFT2_UNKNOWN\r\n"
"#define VER_FILEDESCRIPTION_STR ""Remote Access Common Dialog API""\r\n"
"#define VER_INTERNALNAME_STR ""rasdlg.dll""\r\n"
"#define VER_ORIGINALFILENAME_STR ""rasdlg.dll""\r\n"
"#include ""common.ver"" \r\n"
"\r\n"
"// Common resources. \r\n"
"//\r\n"
"#include <wait.rc>\r\n"
"#include <lvx.rc>\r\n"
"#include <rassrvui.rc>\r\n"
"\r\n"
"#endif // APSTUDIO_INVOKED\r\n"
"\0"
END
3 TEXTINCLUDE DISCARDABLE
BEGIN
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Bitmap
//
BID_WizardHeader BITMAP DISCARDABLE "wizhdr.bmp"
BID_Dialer BITMAP DISCARDABLE "dialer.bmp"
BID_DialerHi BITMAP DISCARDABLE "dialerluna.bmp"
BID_Wizard BITMAP DISCARDABLE "wizintro.bmp"
/////////////////////////////////////////////////////////////////////////////
//
// Icon
//
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IID_DnArr ICON DISCARDABLE "..\\inc\\dnarr.ico"
IID_RM_Modem ICON DISCARDABLE "..\\inc\\modem.ico"
IID_UpArr ICON DISCARDABLE "..\\inc\\uparr.ico"
IID_UpArrDis ICON DISCARDABLE "..\\inc\\uparrdis.ico"
IID_DnArrDis ICON DISCARDABLE "..\\inc\\dnarrdis.ico"
IID_Broadband ICON DISCARDABLE "..\\inc\\p3oEcon.ico"
IID_Dun1 ICON DISCARDABLE "..\\inc\\dun1.ico"
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
DID_DU_DialUpNetworking DIALOG DISCARDABLE 10, 20, 233, 71
STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Network Connections"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "C&hoose a network connection:",CID_DU_ST_Entries,7,7,
219,10
COMBOBOX CID_DU_LB_Entries,7,17,219,140,CBS_DROPDOWNLIST |
CBS_SORT | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "&Connect...",CID_DU_PB_Dial,7,50,50,14
PUSHBUTTON "Cancel",CID_DU_PB_Close,64,50,50,14
PUSHBUTTON "&New...",CID_DU_PB_New,120,50,50,14
PUSHBUTTON "P&roperties",CID_DU_PB_More,176,50,50,14
END
PID_GE_GeneralMultiple DIALOGEX 0, 0, 227, 215
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
CAPTION "General"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Connec&t using:",CID_GE_GB_ConnectUsing,7,7,193,8
CONTROL "",CID_GE_LV_Devices,"SysListView32",LVS_REPORT |
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDRAWFIXED |
LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | WS_BORDER |
WS_TABSTOP,7,17,193,44,WS_EX_CLIENTEDGE
PUSHBUTTON "&Up",CID_GE_PB_MoveUp,204,18,16,14,BS_ICON
PUSHBUTTON "&Down",CID_GE_PB_MoveDown,204,36,16,14,BS_ICON
CONTROL "A&ll devices call the same numbers",
CID_GE_CB_SharedPhoneNumber,"Button",BS_AUTOCHECKBOX |
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,68,137,14
PUSHBUTTON "C&onfigure...",CID_GE_PB_Configure,150,66,50,14
GROUPBOX "Sample type",CID_GE_GB_PhoneNumber,7,87,213,100,
WS_GROUP
LTEXT "Ar&ea code:",CID_GE_ST_AreaCodes,17,102,48,8
COMBOBOX CID_GE_CLB_AreaCodes,17,112,48,110,CBS_DROPDOWN |
WS_VSCROLL | WS_TABSTOP
LTEXT "&Phone number:",CID_GE_ST_PhoneNumber,71,102,139,8
EDITTEXT CID_GE_EB_PhoneNumber,71,112,84,14,ES_AUTOHSCROLL
PUSHBUTTON "Alter&nates",CID_GE_PB_Alternates,161,112,50,14
LTEXT "Country/re&gion code:",CID_GE_ST_CountryCodes,17,132,
197,8
COMBOBOX CID_GE_LB_CountryCodes,17,143,193,130,CBS_DROPDOWNLIST |
CBS_SORT | WS_VSCROLL | WS_TABSTOP
CONTROL "U&se dialing rules",CID_GE_CB_UseDialingRules,"Button",
BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,17,
163,137,20
PUSHBUTTON "Dialing &Rules",CID_GE_PB_DialingRules,161,161,50,14
CONTROL "Sho&w icon in notification area when connected",
CID_GE_CB_ShowIcon,"Button",BS_AUTOCHECKBOX | BS_TOP |
BS_MULTILINE | WS_TABSTOP,7,194,212,20
END
PID_GE_GeneralSingle DIALOG DISCARDABLE 0, 0, 227, 215
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
CAPTION "General"
FONT 8, "MS Shell Dlg"
BEGIN
PUSHBUTTON "C&onfigure...",CID_GE_PB_Configure,169,38,50,14
GROUPBOX "Sample text",CID_GE_GB_PhoneNumber,7,57,213,100,
WS_GROUP
LTEXT "Ar&ea code:",CID_GE_ST_AreaCodes,17,72,48,8
COMBOBOX CID_GE_CLB_AreaCodes,17,83,48,119,CBS_DROPDOWN |
WS_VSCROLL | WS_TABSTOP
LTEXT "&Phone number:",CID_GE_ST_PhoneNumber,71,72,140,8
EDITTEXT CID_GE_EB_PhoneNumber,71,83,84,14,ES_AUTOHSCROLL
PUSHBUTTON "Alter&nates",CID_GE_PB_Alternates,161,83,50,14
LTEXT "Country/re&gion code:",CID_GE_ST_CountryCodes,17,103,
193,8
COMBOBOX CID_GE_LB_CountryCodes,17,114,193,130,CBS_DROPDOWNLIST |
CBS_SORT | WS_VSCROLL | WS_TABSTOP
CONTROL "U&se dialing rules",CID_GE_CB_UseDialingRules,"Button",
BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,17,
134,136,20
PUSHBUTTON "Dialing &Rules",CID_GE_PB_DialingRules,161,132,50,14
CONTROL "Sho&w icon in notification area when connected",
CID_GE_CB_ShowIcon,"Button",BS_AUTOCHECKBOX | BS_TOP |
BS_MULTILINE | WS_TABSTOP,7,194,213,10
LTEXT "Connect using:",CID_GE_GB_ConnectUsing,7,7,194,8
CONTROL "",CID_GE_LV_Device,"SysListView32",LVS_REPORT |
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDRAWFIXED |
LVS_ALIGNLEFT | LVS_NOSCROLL | LVS_NOCOLUMNHEADER |
LVS_NOSORTHEADER | WS_DISABLED | WS_BORDER,7,18,213,15
END
PID_GE_GeneralVpn DIALOG DISCARDABLE 0, 0, 227, 215
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
CAPTION "General"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Host name or IP address of destination (such as microsoft.com or 157.54.0.1):",
CID_GE_ST_HostName,7,7,214,18
EDITTEXT CID_GE_EB_HostName,7,28,213,14,ES_AUTOHSCROLL
GROUPBOX "First connect",CID_GE_GB_FirstConnect,7,50,213,78
LTEXT "Windows can first connect the public network, such as the Internet, before trying to establish this virtual connection.",
CID_GE_ST_Explain,17,63,193,24
CONTROL "&Dial another connection first:",
CID_GE_CB_DialAnotherFirst,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,17,94,183,10
COMBOBOX CID_GE_LB_DialAnotherFirst,29,106,182,87,
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
CONTROL "Sho&w icon in notification area when connected",
CID_GE_CB_ShowIcon,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
7,192,213,13
END
PID_GE_GeneralBroadband DIALOG DISCARDABLE 0, 0, 227, 215
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
CAPTION "General"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Service name:",CID_GE_ST_ServiceName,7,7,214,10
EDITTEXT CID_GE_EB_ServiceName,7,17,213,14,ES_AUTOHSCROLL
CONTROL "Sho&w icon in notification area when connected",
CID_GE_CB_ShowIcon,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
7,200,213,8
END
PID_GE_GeneralDirect DIALOG DISCARDABLE 0, 0, 227, 215
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
CAPTION "General"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Select a device:",CID_GE_ST_Devices,7,7,213,8
COMBOBOX CID_GE_LB_Devices,7,17,213,166,CBS_DROPDOWNLIST |
CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
CONTROL "Sho&w icon in notification area when connected",
CID_GE_CB_ShowIcon,"Button",BS_AUTOCHECKBOX | BS_TOP |
BS_MULTILINE | WS_TABSTOP,7,198,213,10
PUSHBUTTON "C&onfigure...",CID_GE_PB_Configure,170,33,50,14
END
PID_LO_Security DIALOG DISCARDABLE 0, 0, 227, 215
STYLE WS_CHILD | WS_CAPTION
CAPTION "Security"
FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX "Security options",CID_LO_GB_SecurityOptions,7,6,213,139
CONTROL "&Typical (recommended settings)",
CID_LO_RB_TypicalSecurity,"Button",BS_AUTORADIOBUTTON |
BS_NOTIFY | WS_GROUP | WS_TABSTOP,14,16,197,9
CONTROL "A&dvanced (custom settings)",CID_LO_RB_AdvancedSecurity,
"Button",BS_AUTORADIOBUTTON | BS_NOTIFY | WS_TABSTOP,14,
102,197,8
LTEXT "&Validate my identity as follows:",CID_LO_ST_Auths,26,
29,183,8,NOT WS_GROUP
COMBOBOX CID_LO_LB_Auths,26,40,180,78,CBS_DROPDOWNLIST |
CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
CONTROL "A&utomatically use my Windows logon name and password (and domain if any)",
CID_LO_CB_UseWindowsPw,"Button",BS_AUTOCHECKBOX | BS_TOP |
BS_MULTILINE | WS_TABSTOP,26,58,180,20
CONTROL "Requ&ire data encryption (disconnect if none)",
CID_LO_CB_Encryption,"Button",BS_AUTOCHECKBOX | BS_TOP |
BS_MULTILINE | WS_TABSTOP,26,82,180,10
LTEXT "Using these settings requires a knowledge of security protocols.",
CID_LO_ST_AdvancedText,26,114,136,20
PUSHBUTTON "&Settings...",CID_LO_PB_Advanced,165,115,46,14
GROUPBOX "Interactive logon and scripting",CID_LO_GB_Scripting,7,
148,213,58,WS_GROUP
CONTROL "S&how terminal window",CID_LO_CB_Terminal,"Button",
BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,14,
159,198,11
CONTROL "&Run script:",CID_LO_CB_RunScript,"Button",
BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,14,
172,53,10
COMBOBOX CID_LO_LB_Scripts,72,171,140,104,CBS_DROPDOWN |
CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "&Edit...",CID_LO_PB_Edit,106,187,50,14
PUSHBUTTON "&Browse...",CID_LO_PB_Browse,161,187,50,14
END
PID_LO_SecurityVpn DIALOG DISCARDABLE 0, 0, 227, 215
STYLE WS_CHILD | WS_CAPTION
CAPTION "Security"
FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX "Security options",CID_LO_GB_SecurityOptions,7,6,213,139
CONTROL "&Typical (recommended settings)",
CID_LO_RB_TypicalSecurity,"Button",BS_AUTORADIOBUTTON |
BS_NOTIFY | WS_GROUP | WS_TABSTOP,14,16,197,9
CONTROL "A&dvanced (custom settings)",CID_LO_RB_AdvancedSecurity,
"Button",BS_AUTORADIOBUTTON | BS_NOTIFY | WS_TABSTOP,14,
102,197,8
LTEXT "&Validate my identity as follows:",CID_LO_ST_Auths,26,
29,183,8,NOT WS_GROUP
COMBOBOX CID_LO_LB_Auths,26,40,180,78,CBS_DROPDOWNLIST |
CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
CONTROL "A&utomatically use my Windows logon name and password (and domain if any)",
CID_LO_CB_UseWindowsPw,"Button",BS_AUTOCHECKBOX | BS_TOP |
BS_MULTILINE | WS_TABSTOP,26,58,180,20
CONTROL "Requ&ire data encryption (disconnect if none)",
CID_LO_CB_Encryption,"Button",BS_AUTOCHECKBOX | BS_TOP |
BS_MULTILINE | WS_TABSTOP,26,82,180,10
LTEXT "Using these settings requires a knowledge of security protocols.",
CID_LO_ST_AdvancedText,26,114,136,20
PUSHBUTTON "&Settings...",CID_LO_PB_Advanced,165,115,46,14
PUSHBUTTON "I&PSec Settings...",CID_LO_PB_IPSec,143,159,69,14
END
PID_SE_SecuritySettings DIALOG DISCARDABLE 6, 18, 248, 148
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Security"
FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX "Authentication and encryption policy",
CID_SE_GB_AuthEncryption,6,10,200,98,WS_GROUP
CONTROL "Accept any authentication including &clear text",
CID_SE_RB_AnyAuth,"Button",BS_AUTORADIOBUTTON |
WS_TABSTOP,14,24,183,10
CONTROL "Accept only &encrypted authentication",
CID_SE_RB_EncryptedAuth,"Button",BS_AUTORADIOBUTTON |
WS_TABSTOP,14,38,183,10
CONTROL "Accept only &Microsoft encrypted authentication",
CID_SE_RB_MsEncryptedAuth,"Button",BS_AUTORADIOBUTTON |
WS_TABSTOP,14,52,184,10
CONTROL "Require &data encryption",
CID_SE_CB_RequireDataEncryption,"Button",BS_AUTOCHECKBOX |
WS_GROUP | WS_TABSTOP,33,66,165,10
CONTROL "Require &strong data encryption",
CID_SE_CB_RequireStrongDataEncryption,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,46,78,152,10
CONTROL "&Use current username and password ",
CID_SE_CB_UseLogonCredentials,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,33,90,165,10
PUSHBUTTON "Unsave &password",CID_SE_PB_UnsavePw,14,114,71,14,
WS_GROUP
PUSHBUTTON "&Advanced...",CID_SE_PB_Advanced,90,114,50,14,NOT
WS_VISIBLE | WS_DISABLED
CONTROL "Detect &file and print sharing before dialing",
CID_SE_CB_SecureLocalFiles,"Button",BS_AUTOCHECKBOX |
NOT WS_VISIBLE | WS_DISABLED | WS_TABSTOP,14,134,193,10
END
PID_SE_RouterSecuritySettings DIALOG DISCARDABLE 6, 18, 227, 215
STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
CAPTION "Security"
FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX "Authentication and encryption policy",
CID_SE_GB_AuthEncryption,7,7,212,95,WS_GROUP
CONTROL "A&ccept any authentication including clear text",
CID_SE_RB_AnyAuth,"Button",BS_AUTORADIOBUTTON | BS_TOP |
BS_MULTILINE | WS_TABSTOP,16,20,195,10
CONTROL "Acc&ept only encrypted authentication",
CID_SE_RB_EncryptedAuth,"Button",BS_AUTORADIOBUTTON |
BS_TOP | BS_MULTILINE | WS_TABSTOP,16,33,195,10
CONTROL "Accept &only Microsoft encrypted authentication",
CID_SE_RB_MsEncryptedAuth,"Button",BS_AUTORADIOBUTTON |
BS_TOP | BS_MULTILINE | WS_TABSTOP,16,46,195,10
CONTROL "&Require data encryption",
CID_SE_CB_RequireDataEncryption,"Button",BS_AUTOCHECKBOX |
BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,27,57,184,
10
CONTROL "Require &strong data encryption",
CID_SE_CB_RequireStrongDataEncryption,"Button",
BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,39,
68,172,10
CONTROL "Use t&wo-way authentication",
CID_SE_CB_AuthenticateServer,"Button",BS_AUTOCHECKBOX |
BS_TOP | BS_MULTILINE | WS_TABSTOP,17,84,194,10
PUSHBUTTON "&Unsave Password",CID_SE_PB_UnsavePw,53,109,80,14,
WS_GROUP
PUSHBUTTON "Ad&vanced...",CID_SE_PB_Advanced,139,109,80,14,NOT
WS_VISIBLE | WS_DISABLED
CONTROL "&Detect file and print sharing before dialing",
CID_SE_CB_SecureLocalFiles,"Button",BS_AUTOCHECKBOX |
BS_TOP | BS_MULTILINE | NOT WS_VISIBLE | WS_DISABLED |
WS_TABSTOP,7,198,212,10
END
DID_XS_X25Settings DIALOG DISCARDABLE 6, 18, 227, 225
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "X.25 Logon Settings"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Select your X.25 network provider and type the X.121 address of the remote server:",
CID_XS_ST_Explain,7,6,213,24
LTEXT "&Network:",CID_XS_ST_Networks,7,38,213,8,NOT WS_GROUP
COMBOBOX CID_XS_LB_Networks,7,49,213,125,CBS_DROPDOWNLIST |
CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "X.121&address:",CID_XS_ST_Address,7,69,213,8,NOT
WS_GROUP
EDITTEXT CID_XS_EB_Address,7,80,213,14,ES_AUTOHSCROLL
GROUPBOX "Optional",CID_XS_GB_Optional,7,109,213,79
LTEXT "&User data:",CID_XS_ST_UserData,17,123,182,8,NOT
WS_GROUP
EDITTEXT CID_XS_EB_UserData,17,134,193,14,ES_AUTOHSCROLL
LTEXT "&Facilities:",CID_XS_ST_Facilities,17,154,182,8,NOT
WS_GROUP
EDITTEXT CID_XS_EB_Facilities,17,165,193,14,ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,114,204,50,14
PUSHBUTTON "Cancel",IDCANCEL,170,204,50,14
END
PID_CB_CallbackSettings DIALOG DISCARDABLE 6, 18, 227, 215
STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
CAPTION "Callback"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "When you dial into a server, it may offer to call you back to reduce your phone charges. Specify whether you want callback. (Callback is not supported for virtual private network (VPN) connections.)",
CID_CB_ST_Explain,7,4,213,43
CONTROL "&No callback",CID_CB_RB_No,"Button",BS_AUTORADIOBUTTON |
BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,7,48,213,
10
CONTROL "A&sk me during dialing when the server offers",
CID_CB_RB_Maybe,"Button",BS_AUTORADIOBUTTON | BS_TOP |
BS_MULTILINE | WS_TABSTOP,7,61,213,10
CONTROL "Al&ways call me back at the number(s) below:",
CID_CB_RB_Yes,"Button",BS_AUTORADIOBUTTON | BS_TOP |
BS_MULTILINE | WS_TABSTOP,7,74,213,10
CONTROL "",CID_CB_LV_Numbers,"SysListView32",LVS_REPORT |
LVS_OWNERDRAWFIXED | LVS_NOSORTHEADER | WS_BORDER |
WS_GROUP | WS_TABSTOP,19,85,189,94
PUSHBUTTON "&Edit...",CID_CB_PB_Edit,104,184,50,14
PUSHBUTTON "&Delete",CID_CB_PB_Delete,159,184,50,14
END
PID_AD_AutoDial DIALOG DISCARDABLE 6, 18, 227, 215
STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
CAPTION "Autodial"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "If you are disconnected from a network, autodial attempts to connect to a network whenever you try to access remote information.",
IDC_STATIC,7,7,213,32
LTEXT "&Enable autodial by location:",CID_AD_ST_Enable,7,46,
213,8
CONTROL "",CID_AD_LV_Enable,"SysListView32",LVS_REPORT |
LVS_OWNERDRAWFIXED | LVS_NOCOLUMNHEADER |
LVS_NOSORTHEADER | WS_BORDER | WS_GROUP | WS_TABSTOP,7,
57,213,109
CONTROL "Al&ways ask me before autodialing",
CID_AD_CB_AskBeforeAutodial,"Button",BS_AUTOCHECKBOX |
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,173,213,9
CONTROL "&Disable autodial while I am logged on",
CID_AD_CB_DisableThisSession,"Button",BS_AUTOCHECKBOX |
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,188,213,9
END
PID_AD_AutoDialLogon DIALOG DISCARDABLE 6, 18, 227, 215
STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
CAPTION "Dialing"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "These preferences apply to 'Login using Dial-Up Networking' at Ctrl-Alt-Del login. You, as an administrator, have access to this sheet.",
CID_AD_ST_Explain,7,7,213,32,NOT WS_GROUP
LTEXT "&Number of redial attempts:",CID_AD_ST_Attempts,7,55,
148,8
EDITTEXT CID_AD_EB_Attempts,164,52,56,14,ES_AUTOHSCROLL
LTEXT "&Seconds between redial attempts:",CID_AD_ST_Seconds,7,
73,148,8,NOT WS_GROUP
EDITTEXT CID_AD_EB_Seconds,164,70,56,14,ES_AUTOHSCROLL
LTEXT "I&dle seconds before hanging up:",CID_AD_ST_Idle,7,91,
148,8,NOT WS_GROUP
EDITTEXT CID_AD_EB_Idle,164,88,56,14,ES_AUTOHSCROLL
END
PID_GP_GeneralPreferences DIALOG DISCARDABLE 6, 18, 234, 158
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Appearance"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "&Preview phone numbers before dialing",
CID_GP_CB_Preview,"Button",BS_AUTOCHECKBOX | WS_GROUP |
WS_TABSTOP,8,10,223,10
CONTROL "Show &location setting before dialing",
CID_GP_CB_Location,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
8,24,206,10
CONTROL "Start dial-up networking &monitor before dialing",
CID_GP_CB_Lights,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,
38,226,10
CONTROL "Show &connection progress while dialing",
CID_GP_CB_Progress,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
8,52,224,10
CONTROL "Clo&se on dial",CID_GP_CB_CloseOnDial,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,8,66,220,10
CONTROL "&Use wizard to create new phonebook entries",
CID_GP_CB_UseWizard,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,8,80,220,10
CONTROL "Always prompt &before auto-dialing",
CID_GP_CB_AutodialPrompt,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,8,94,220,10
END
PID_GP_GeneralPrefLogon DIALOG DISCARDABLE 6, 18, 234, 158
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Appearance"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "&Preview phone numbers before dialing",
CID_GP_CB_Preview,"Button",BS_AUTOCHECKBOX | WS_GROUP |
WS_TABSTOP,8,10,223,10
CONTROL "Show &location setting before dialing",
CID_GP_CB_Location,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
8,24,206,10
CONTROL "Allo&w location edits during login",
CID_GP_CB_LocationEdits,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,20,38,172,10
CONTROL "Show &connection progress while dialing",
CID_GP_CB_Progress,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
8,53,224,10
CONTROL "Clo&se on dial",CID_GP_CB_CloseOnDial,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,8,67,220,10
CONTROL "All&ow phonebook edits during login",
CID_GP_CB_PhonebookEdits,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,8,80,173,10
CONTROL "&Use wizard to create new phonebook entries",
CID_GP_CB_UseWizard,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,20,94,210,10
END
DID_AQ_AutoDialQuery DIALOG DISCARDABLE 6, 18, 248, 166
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
CAPTION "Network Connections"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "",CID_AQ_ST_Text,7,7,234,35,NOT WS_GROUP
LTEXT "C&onnections:",IDC_STATIC,7,48,234,10
CONTROL "List1",CID_AQ_LV_Connections,"SysListView32",LVS_REPORT |
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDRAWFIXED |
LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,59,234,57
CONTROL "&Don't ask me again until the next time I log on",
CID_AQ_CB_DisableThisSession,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,10,127,220,10
PUSHBUTTON "&Settings",CID_AQ_PB_Settings,7,145,50,14
DEFPUSHBUTTON "&Connect...",CID_AQ_PB_Dial,130,145,50,14
PUSHBUTTON "Cancel",CID_AQ_PB_DoNotDial,191,145,50,14
END
DID_NW_NwcConnections DIALOG DISCARDABLE 16, 20, 252, 134
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "NetWare or Compatible Connections"
FONT 8, "MS Shell Dlg"
BEGIN
ICON 32515,CID_NW_I_Exclamation,7,7,21,20,WS_GROUP
LTEXT "You have connections to a NetWare compatible network. These connections will be closed when the PPP IPX connection is established.",
CID_NW_ST_Explain1,42,7,203,32
LTEXT "Before dialing, to avoid data loss, either close all files using these connections or uncheck IPX on this entry's Network Protocol settings.",
CID_NW_ST_Explain2,42,46,203,32,NOT WS_GROUP
CONTROL "&Do not display this message in the future",
CID_NW_CB_SkipPopup,"Button",BS_AUTOCHECKBOX | BS_TOP |
BS_MULTILINE | WS_GROUP | WS_TABSTOP,42,85,203,10
DEFPUSHBUTTON "OK",IDOK,73,112,50,14,WS_GROUP
PUSHBUTTON "Cancel",IDCANCEL,127,112,50,14
END
DID_UA_RetryAuthenticationUD DIALOG DISCARDABLE 12, 16, 215, 173
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Connect %1"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Windows was unable to connect to the network using the user name and password you provided. Please re-enter the user name and password.",
CID_UA_ST_Explain,7,6,199,26
LTEXT "&User name:",CID_UA_ST_UserName,7,72,44,8
EDITTEXT CID_UA_EB_UserName,90,69,115,14,ES_AUTOHSCROLL
LTEXT "&Password:",CID_UA_ST_Password,7,90,45,8,NOT WS_GROUP
EDITTEXT CID_UA_EB_Password,90,87,115,14,ES_PASSWORD |
ES_AUTOHSCROLL
LTEXT "&Domain:",CID_UA_ST_Domain,7,108,53,8,NOT WS_GROUP
EDITTEXT CID_UA_EB_Domain,90,105,115,14,ES_UPPERCASE |
ES_AUTOHSCROLL
CONTROL "&Save user name and password",CID_UA_CB_SavePassword,
"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE |
WS_TABSTOP,90,123,115,10
DEFPUSHBUTTON "OK",IDOK,100,149,50,14,WS_GROUP
PUSHBUTTON "Cancel",IDCANCEL,155,149,50,14
CONTROL "",CID_UA_ST_Separator,"Static",SS_ETCHEDHORZ | WS_GROUP,
7,140,198,1
LTEXT "You can enter a domain name or leave the domain field empty.\n(Domain names are not required for connections to the Internet)",
IDC_STATIC,8,38,199,26
END
DID_UA_RetryAuthenticationU DIALOG DISCARDABLE 12, 16, 212, 129
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Connect %1"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Windows was unable to connect to the network using the user name and password you provided. Please re-enter the user name and password.",
CID_UA_ST_Explain,7,6,198,32
LTEXT "&User name:",CID_UA_ST_UserName,7,49,49,8
EDITTEXT CID_UA_EB_UserName,62,46,143,14,ES_AUTOHSCROLL
LTEXT "&Password:",CID_UA_ST_Password,7,67,49,8,NOT WS_GROUP
EDITTEXT CID_UA_EB_Password,62,64,143,14,ES_PASSWORD |
ES_AUTOHSCROLL
CONTROL "&Save password",CID_UA_CB_SavePassword,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,62,82,143,10
CONTROL "",CID_UA_ST_Separator,"Static",SS_ETCHEDHORZ | WS_GROUP,
7,98,198,1
DEFPUSHBUTTON "OK",IDOK,100,108,50,14,WS_GROUP
PUSHBUTTON "Cancel",IDCANCEL,155,108,50,14
END
DID_OD_OperatorDial DIALOG DISCARDABLE 7, 22, 227, 89
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Manual Dial"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Pick up the handset and dial (or ask the operator to dial). After dialing is complete, click OK. Listen to handset until silent, and then hang up.",
CID_OD_ST_Explain,8,8,212,32
LTEXT "Phone number:",CID_OD_ST_PhoneNumber,8,46,56,8
LTEXT "",CID_OD_ST_PhoneNumberValue,94,46,126,8,NOT WS_GROUP
DEFPUSHBUTTON "OK",IDOK,114,69,50,14,WS_GROUP
PUSHBUTTON "Cancel",IDCANCEL,170,69,50,14
END
DID_DP_DialProgress DIALOG DISCARDABLE 21, 46, 217, 60
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
CAPTION "Connecting %1..."
FONT 8, "MS Shell Dlg"
BEGIN
ICON IID_Broadband,CID_DP_Icon,7,7,20,20
LTEXT "",CID_DP_ST_State,39,7,171,32,SS_NOPREFIX
PUSHBUTTON "Cancel",IDCANCEL,84,39,50,14
END
DID_DQ_DisableAutoDialQuery DIALOG DISCARDABLE 6, 18, 212, 58
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Dial-Up Networking"
FONT 8, "MS Shell Dlg"
BEGIN
ICON IID_Broadband,CID_DQ_I_DialUp,7,6,20,20,WS_GROUP
LTEXT "The autodial attempt failed. Do you want to disable autodial from this location?",
CID_DQ_ST_Text,40,6,165,24,NOT WS_GROUP
PUSHBUTTON "&Yes",IDOK,56,38,50,14
DEFPUSHBUTTON "&No",IDCANCEL,110,38,50,14
END
DID_MC_ModemConfigure DIALOG DISCARDABLE 12, 16, 252, 189
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Modem Configuration"
FONT 8, "MS Shell Dlg"
BEGIN
ICON IID_RM_Modem,CID_MC_I_Modem,7,7,20,20
LTEXT "Modem",IDC_STATIC,25,27,24,8,NOT WS_VISIBLE | NOT
WS_GROUP
EDITTEXT CID_MC_EB_ModemValue,40,7,205,16,ES_AUTOHSCROLL |
ES_READONLY | NOT WS_BORDER
LTEXT "&Maximum speed (bps):",CID_MC_ST_MaxBps,7,36,95,8
COMBOBOX CID_MC_LB_MaxBps,109,34,136,186,CBS_DROPDOWNLIST |
CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
LTEXT "Modem &protocol",CID_MC_ST_ModemProtocol,7,52,95,8
COMBOBOX CID_MC_LB_ModemProtocol,109,50,136,186,CBS_DROPDOWNLIST |
CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Hardware features",CID_MC_GB_Features,7,68,238,57,
WS_GROUP
CONTROL "E&nable hardware flow control",CID_MC_CB_FlowControl,
"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE |
WS_TABSTOP,17,82,217,10
CONTROL "En&able modem error control",CID_MC_CB_ErrorControl,
"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE |
WS_TABSTOP,17,95,217,10
CONTROL "Enable m&odem compression",CID_MC_CB_Compression,"Button",
BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,17,
108,217,10
CONTROL "&Show terminal window",CID_MC_CB_Terminal,"Button",
BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,7,
135,238,10
CONTROL "Enable mo&dem speaker",CID_MC_CB_EnableSpeaker,"Button",
BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_GROUP |
WS_TABSTOP,7,148,238,10
DEFPUSHBUTTON "OK",IDOK,139,160,50,14,WS_GROUP
PUSHBUTTON "Cancel",IDCANCEL,195,160,50,14
END
DID_DE_DialError DIALOG DISCARDABLE 6, 19, 263, 134
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Error Connecting to %1"
FONT 8, "MS Shell Dlg"
BEGIN
ICON 32515,CID_DE_I_Exclamation,7,7,20,20,WS_GROUP
LTEXT "",CID_DE_ST_Text,36,7,216,97
DEFPUSHBUTTON "Do not dial=88",IDOK,36,113,104,14,WS_GROUP
PUSHBUTTON "Cancel",IDCANCEL,142,113,54,14
PUSHBUTTON "&More Info",CID_DE_PB_More,198,113,54,14
END
DID_PR_ProjectionResult DIALOG DISCARDABLE 6, 20, 252, 84
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Network Protocol Connection Result"
FONT 8, "MS Shell Dlg"
BEGIN
ICON 32516,CID_PR_I_Information,7,7,21,20,WS_GROUP
LTEXT "",CID_PR_ST_Text,40,7,205,24,NOT WS_GROUP
CONTROL "&Do not request the failed protocols next time",
CID_PR_CB_DisableProtocols,"Button",BS_AUTOCHECKBOX |
BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,40,38,177,
10
PUSHBUTTON "&Accept",IDOK,73,63,50,14
PUSHBUTTON "&Hang Up",IDCANCEL,127,63,50,14
END
DID_IT_Terminal DIALOG DISCARDABLE 6, 17, 348, 273
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg"
BEGIN
EDITTEXT CID_IT_EB_Screen,7,6,334,236,ES_MULTILINE |
ES_AUTOVSCROLL | WS_VSCROLL | WS_GROUP
DEFPUSHBUTTON "",CID_IT_PB_BogusButton,7,252,50,14,NOT WS_VISIBLE |
WS_GROUP | NOT WS_TABSTOP
PUSHBUTTON "&Done",IDOK,234,252,50,14,WS_GROUP
PUSHBUTTON "Cancel",IDCANCEL,291,252,50,14
END
DID_IT_SlipTerminal DIALOG DISCARDABLE 11, 20, 348, 273
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg"
BEGIN
EDITTEXT CID_IT_EB_Screen,7,7,334,236,ES_MULTILINE |
ES_AUTOVSCROLL | WS_VSCROLL | WS_GROUP
LTEXT "I&P address:",CID_IT_ST_IpAddress,7,255,72,8
CONTROL "",CID_IT_CC_IpAddress,"RasIpAddress",WS_TABSTOP,87,252,
85,14
DEFPUSHBUTTON "",CID_IT_PB_BogusButton,157,253,16,13,NOT WS_VISIBLE |
WS_GROUP | NOT WS_TABSTOP
PUSHBUTTON "&Done",IDOK,235,252,50,14,WS_GROUP
PUSHBUTTON "Cancel",IDCANCEL,291,252,50,14
END
DID_CP_ChangePassword DIALOG DISCARDABLE 6, 18, 212, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Change Password"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Your password on the remote network has expired. Enter passwords, then press OK to set a new one.",
CID_CP_ST_Explain,7,7,198,24
LTEXT "&New password:",CID_CP_ST_Password,8,41,102,8
EDITTEXT CID_CP_EB_Password,115,38,90,14,ES_PASSWORD |
ES_AUTOHSCROLL
LTEXT "&Confirm new password:",CID_CP_ST_ConfirmPassword,8,59,
102,8
EDITTEXT CID_CP_EB_ConfirmPassword,115,56,90,14,ES_PASSWORD |
ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,99,80,50,14,WS_GROUP
PUSHBUTTON "Cancel",IDCANCEL,155,80,50,14
END
DID_CP_ChangePassword2 DIALOG DISCARDABLE 6, 18, 212, 117
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Change Password"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Your password on the remote network has expired. Enter passwords, then press OK to set a new one.",
CID_CP_ST_Explain,7,7,198,24
LTEXT "&Old password:",CID_CP_ST_OldPassword,7,41,102,8
EDITTEXT CID_CP_EB_OldPassword,115,38,90,14,ES_PASSWORD |
ES_AUTOHSCROLL
LTEXT "&New password:",CID_CP_ST_Password,7,59,102,8
EDITTEXT CID_CP_EB_Password,115,56,90,14,ES_PASSWORD |
ES_AUTOHSCROLL
LTEXT "&Confirm new password:",CID_CP_ST_ConfirmPassword,7,77,
102,8
EDITTEXT CID_CP_EB_ConfirmPassword,115,74,90,14,ES_PASSWORD |
ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,99,96,50,14,WS_GROUP
PUSHBUTTON "Cancel",IDCANCEL,155,96,50,14
END
DID_DC_DialCallback DIALOG DISCARDABLE 12, 16, 227, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Callback"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "You have 'Set By Caller' callback privilege on the server. Press OK and the server will call you back at the number below. Press Cancel to skip callback.",
CID_DC_ST_Explain,7,7,213,32,SS_NOPREFIX
LTEXT "&Enter your modem's phone number:",CID_DC_ST_Number,7,
46,213,8,NOT WS_GROUP
EDITTEXT CID_DC_EB_Number,7,57,213,14,ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,114,79,50,14,WS_GROUP
PUSHBUTTON "Cancel",IDCANCEL,170,79,50,14
END
DID_IC_IsdnConfigure DIALOG DISCARDABLE 6, 18, 212, 134
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "ISDN Configuration"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Line type:",CID_IC_ST_LineType,7,8,43,8
COMBOBOX CID_IC_LB_LineType,57,7,148,42,CBS_DROPDOWNLIST |
CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
CONTROL "&Negotiate line type",CID_IC_CB_Fallback,"Button",
BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_GROUP |
WS_TABSTOP,57,24,148,10
GROUPBOX " ",CID_IC_GB_DownLevel,7,48,198,51,WS_GROUP
CONTROL "&Use old proprietary protocol",CID_IC_CB_DownLevel,
"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE |
WS_TABSTOP,13,48,102,10
LTEXT "&Channels to use:",CID_IC_ST_Channels,16,64,72,8,NOT
WS_GROUP
EDITTEXT CID_IC_EB_Channels,101,61,94,14,ES_AUTOHSCROLL
CONTROL "&Enable hardware compression",CID_IC_CB_Compression,
"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE |
WS_TABSTOP,16,82,118,10
PUSHBUTTON "OK",IDOK,99,113,50,14,WS_GROUP
PUSHBUTTON "Cancel",IDCANCEL,155,113,50,14
END
DID_IC_IsdnConfigureMlink DIALOG DISCARDABLE 6, 18, 212, 70
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "ISDN Configure"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Line type:",CID_IC_ST_LineType,7,8,38,8
COMBOBOX CID_IC_LB_LineType,57,7,148,43,CBS_DROPDOWNLIST |
CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
CONTROL "&Negotiate line type",CID_IC_CB_Fallback,"Button",
BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_GROUP |
WS_TABSTOP,57,24,148,10
PUSHBUTTON "OK",IDOK,99,48,50,14,WS_GROUP
PUSHBUTTON "Cancel",IDCANCEL,155,48,50,14
END
DID_CC_ConnectComplete DIALOG DISCARDABLE 6, 18, 252, 105
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Connection Complete"
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "OK",IDOK,101,84,50,14
ICON IID_Broadband,CID_CC_I_Rasmon,7,7,20,20
LTEXT "'Connection name' is now connected.",CID_CC_ST_Text,40,
7,205,16
LTEXT "To check the status of this connection or disconnect, right-click its icon in the Network Connections folder, or click its icon on the taskbar (if present).",
IDC_STATIC,40,30,205,34
CONTROL "&Do not display this message again",
CID_CC_CB_SkipMessage,"Button",BS_AUTOCHECKBOX | BS_TOP |
BS_MULTILINE | WS_TABSTOP,40,69,205,10
END
DID_VI_VpnInitial DIALOG DISCARDABLE 6, 18, 238, 86
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Initial Connection"
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "&Yes",IDYES,73,65,50,14
PUSHBUTTON "&No",IDNO,131,65,50,14
ICON 32516,CID_VI_I_Information,7,7,20,20
LTEXT "",CID_VI_ST_Explain,40,10,180,33
CONTROL "&Don't display this reminder again",
CID_VI_CB_SkipMessage,"Button",BS_AUTOCHECKBOX | BS_TOP |
BS_MULTILINE | WS_TABSTOP,40,47,180,11
END
DID_BE_BundlingErrors DIALOG DISCARDABLE 6, 18, 263, 263
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Line Bundling Errors"
FONT 8, "MS Shell Dlg"
BEGIN
ICON 32516,CID_BE_I_Information,7,7,20,20
LTEXT "One or more additional lines did not connect. ",
CID_BE_ST_Text,40,13,216,16
CONTROL "",CID_BE_LV_Errors,"SysListView32",LVS_REPORT |
LVS_OWNERDRAWFIXED | LVS_NOSORTHEADER | WS_BORDER |
WS_TABSTOP,40,83,216,136
CONTROL "&Do not attempt failed lines in the future",
CID_BE_CB_DisableLink,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,40,226,216,10
DEFPUSHBUTTON "&Accept",IDOK,79,242,50,14
PUSHBUTTON "&Hang Up",IDCANCEL,133,242,50,14
LTEXT "If only a single line connected, the server may not be configured to accept multi-link calls. Check 'Do not attempt failed lines' to avoid unnecessary connection charges in such a case.",
IDC_STATIC,40,36,216,40
END
PID_RD_Dialing DIALOGEX 6, 18, 227, 215
STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
CAPTION "Dialing"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Dialing policy",CID_RD_GB_DialingPolicy,7,7,213,53,
WS_GROUP
LTEXT "&Number of redial attempts:",CID_RD_ST_Attempts,16,24,
134,8,NOT WS_GROUP
EDITTEXT CID_RD_EB_Attempts,155,19,56,14,ES_AUTOHSCROLL
LTEXT "&Seconds between redial attempts:",CID_RD_ST_Seconds,16,
40,134,8,NOT WS_GROUP
EDITTEXT CID_RD_EB_Seconds,155,36,56,14,ES_AUTOHSCROLL
GROUPBOX "Connection type",CID_RD_GB_DemandDial,7,64,213,56,
WS_GROUP
LTEXT "Idl&e seconds before hanging up:",CID_RD_ST_Idle,28,88,
112,8,NOT WS_GROUP
CONTROL "&Demand dial connection",CID_RD_RB_DemandDial,"Button",
BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,16,78,98,10
CONTROL "&Persistent connection",CID_RD_RB_Persistent,"Button",
BS_AUTORADIOBUTTON,16,103,196,10,WS_EX_TRANSPARENT
EDITTEXT CID_RD_EB_Idle,155,85,56,14,ES_AUTOHSCROLL
PUSHBUTTON "&Callback...",CID_RD_PB_Callback,150,128,70,14,WS_GROUP
PUSHBUTTON "&Multiple Lines...",CID_RD_PB_MultipleLines,74,128,70,
14
END
DID_DM_DialingMultipleLines DIALOG DISCARDABLE 6, 18, 263, 236
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Automatic Dialing And Hanging Up"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Windows can automatically dial and hang up devices depending on how much information is being sent and received.",
CID_DM_ST_Explain,7,7,248,24
GROUPBOX "Automatic dialing",IDC_STATIC,7,38,248,81
LTEXT "Dial another line when this connection meets both of the following conditions:",
CID_DM_ST_Dial,16,51,229,16,NOT WS_GROUP
LTEXT "Activity at &least:",IDC_STATIC,16,83,92,8
COMBOBOX CID_DM_LB_DialPercent,115,81,42,100,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
LTEXT "&Duration at least:",CID_DM_ST_DialOrMore,16,99,92,8,
NOT WS_GROUP
COMBOBOX CID_DM_LB_DialTime,115,98,84,162,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
GROUPBOX "Automatic hangup",IDC_STATIC,7,123,248,81
LTEXT "Hang up any device used for this connection when it meets both of the following conditions:",
CID_DM_ST_HangUp,16,136,230,16,NOT WS_GROUP
LTEXT "Activity no &more than:",IDC_STATIC,16,168,92,8
COMBOBOX CID_DM_LB_HangUpPercent,115,166,42,100,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
LTEXT "D&uration at least:",CID_DM_ST_HangUpOrLess,16,184,92,8,
NOT WS_GROUP
COMBOBOX CID_DM_LB_HangUpTime,115,183,84,151,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK",IDOK,150,213,50,14,WS_GROUP
PUSHBUTTON "Cancel",IDCANCEL,205,213,50,14
END
PID_IN_InterfaceName DIALOG DISCARDABLE 6, 18, 317, 143
STYLE DS_MODALFRAME | WS_CHILD | WS_VISIBLE | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Select a name for this demand dial interface. A common practice is to name interfaces after the network or router to which they connect.",
CID_IN_ST_Explain,21,2,275,26
LTEXT "&Interface name:",CID_IN_ST_InterfaceName,21,30,275,8,
NOT WS_GROUP
EDITTEXT CID_IN_EB_InterfaceName,21,41,275,12,ES_AUTOHSCROLL
CONTROL "I &know all about demand-dial interfaces and would rather edit the properties directly",
CID_IN_CB_SkipWizard,"Button",BS_AUTOCHECKBOX | BS_TOP |
BS_MULTILINE | NOT WS_VISIBLE | WS_DISABLED | WS_TABSTOP,
30,100,169,31
END
PID_SS_ServerSettings DIALOG DISCARDABLE 6, 18, 317, 144
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Check all that apply:",CID_SS_ST_CheckAll,21,0,275,9
CONTROL "Route &IP packets on this interface.",CID_SS_CB_RouteIp,
"Button",BS_AUTOCHECKBOX | BS_LEFT | BS_TOP |
BS_MULTILINE | WS_TABSTOP,32,14,275,11
CONTROL "Route IP&X packets on this interface.",
CID_SS_CB_RouteIpx,"Button",BS_AUTOCHECKBOX | BS_LEFT |
BS_TOP | BS_MULTILINE | WS_TABSTOP,32,29,275,11
CONTROL "&Add a user account so a remote router can dial in.",
CID_SS_CB_AddUser,"Button",BS_AUTOCHECKBOX | BS_LEFT |
BS_TOP | BS_MULTILINE | WS_TABSTOP,32,44,275,11
CONTROL "Send a &plain-text password if that is the only way to connect.",
CID_SS_CB_PlainPw,"Button",BS_AUTOCHECKBOX | BS_LEFT |
BS_TOP | BS_MULTILINE | WS_TABSTOP,32,59,275,11
CONTROL "&Use scripting to complete the connection with the remote router.",
CID_SS_CB_NotNt,"Button",BS_AUTOCHECKBOX | BS_LEFT |
BS_TOP | BS_MULTILINE | WS_TABSTOP,32,74,275,22
END
PID_RP_RouterPhoneNumber DIALOG DISCARDABLE 6, 18, 317, 143
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Enter the phone number of the dial-up server or router you are calling. Alternate phone numbers, if any, are dialed automatically if the primary number cannot be reached.",
CID_RP_ST_Explain,21,2,275,42
LTEXT "&Phone number or address:",CID_RP_ST_Number,21,50,275,8,
NOT WS_GROUP
EDITTEXT CID_RP_EB_Number,21,62,275,14,ES_AUTOHSCROLL
PUSHBUTTON "Alternates...",CID_RP_PB_Alternates,246,80,50,14
END
PID_RC_RouterScripting DIALOG DISCARDABLE 6, 18, 317, 144
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Some dial-up servers and routers require an interactive login after connecting. You can run a script automatically to respond for you.",
CID_RC_ST_Explain,21,2,275,27
CONTROL "Show &terminal window",CID_RC_CB_Terminal,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,21,28,162,10
CONTROL "&Run script:",CID_RC_CB_RunScript,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,21,42,58,10
COMBOBOX CID_RC_LB_Scripts,29,55,275,88,CBS_DROPDOWN |
CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "&Edit...",CID_RC_PB_Edit,201,71,50,14
PUSHBUTTON "&Browse...",CID_RC_PB_Browse,254,71,50,14
END
PID_RA_RouterIpAddress DIALOG DISCARDABLE 6, 18, 317, 144
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Enter this router's IP address on the remote network or if you expect the remote router to provide the address, leave as 0.0.0.0. Usually the operator of the remote network or router will tell you what to use.",
CID_RA_ST_Explain,9,2,275,35
LTEXT "My &IP address:",CID_RA_ST_Ip,21,50,50,8,NOT WS_GROUP
CONTROL "",CID_RA_CC_Ip,"RasIpAddress",WS_TABSTOP,21,62,85,12
LTEXT "Note: If you have a network adapter installed, you should NOT choose the same address as your network adapter.",
CID_RA_ST_Note,9,94,275,36,NOT WS_GROUP
END
PID_RN_RouterModemAdapter DIALOG DISCARDABLE 6, 18, 317, 143
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Select the &modem or adapter this interface will use.",
CID_RN_ST_Device,21,2,275,11
CONTROL "",CID_RN_LV_Devices,"SysListView32",LVS_REPORT |
LVS_SINGLESEL | LVS_SORTASCENDING | LVS_OWNERDRAWFIXED |
LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER |
WS_TABSTOP,21,14,275,80
LTEXT "The list shows devices set up for routing.",
CID_RN_ST_Explain,21,97,275,37,NOT WS_GROUP
END
PID_RF_RouterFinish DIALOG DISCARDABLE 6, 18, 317, 143
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Completing the demand dial interface wizard.",
CID_RF_ST_Explain,122,2,178,32
LTEXT "To create this interface and enable it on the router, click Finish.",
CID_RF_ST_Note,122,41,178,18,NOT WS_GROUP
LTEXT "To edit this interface in the Routing and RemoteAccess Manager, select it in Routing Interfaces and press Properties.",
CID_RF_ST_Note2,122,62,178,35,NOT WS_GROUP
END
PID_NS_RouterNameServers DIALOG DISCARDABLE 6, 18, 317, 143
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Enter the IP address of a DNS or WINS server on the remote network, or leave as 0.0.0.0 if you expect the remote router to provide them, or do not know.",
CID_NS_ST_Explain,9,2,275,27
LTEXT "&DNS server:",CID_NS_ST_Dns,21,29,160,8,NOT WS_GROUP
CONTROL "",CID_NS_CC_Dns,"RasIpAddress",WS_TABSTOP,21,41,85,12
LTEXT "&WINS server:",CID_NS_ST_Wins,21,65,166,8,NOT WS_GROUP
CONTROL "",CID_NS_CC_Wins,"RasIpAddress",WS_TABSTOP,21,77,85,12
END
PID_DO_RouterDialOut DIALOG DISCARDABLE 6, 18, 317, 144
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "You need to set the dial out credentials that this interface will use when connecting to the remote router. These credentials must match the dial in credentials configured on the remote router.",
CID_DO_ST_Explain,21,2,275,33
LTEXT "&User name:",CID_DO_ST_UserName,29,42,69,8,NOT WS_GROUP
EDITTEXT CID_DO_EB_UserName,117,40,175,12,ES_AUTOHSCROLL
LTEXT "&Domain:",CID_DO_ST_Domain,29,58,69,8,NOT WS_GROUP
EDITTEXT CID_DO_EB_Domain,117,56,175,12,ES_UPPERCASE |
ES_AUTOHSCROLL
LTEXT "&Password:",CID_DO_ST_Password,29,74,69,8,NOT WS_GROUP
EDITTEXT CID_DO_EB_Password,117,72,175,12,ES_PASSWORD |
ES_AUTOHSCROLL
LTEXT "&Confirm password:",CID_DO_ST_Confirm,29,90,69,8,NOT
WS_GROUP
EDITTEXT CID_DO_EB_Confirm,117,88,175,12,ES_PASSWORD |
ES_AUTOHSCROLL
END
PID_DI_RouterDialIn DIALOG DISCARDABLE 6, 18, 317, 144
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "You need to set the dial-in credentials that remote routers will use when connecting to this interface. A user account will be created on this router with the information that you enter here.",
CID_DO_ST_Explain,21,2,275,29
LTEXT "&User name:",CID_DI_ST_UserName,29,42,69,8,NOT WS_GROUP
EDITTEXT CID_DI_EB_UserName,117,41,175,12,ES_AUTOHSCROLL |
WS_DISABLED
LTEXT "&Password:",CID_DI_ST_Password,29,59,69,8,NOT WS_GROUP
EDITTEXT CID_DI_EB_Password,117,57,175,12,ES_PASSWORD |
ES_AUTOHSCROLL
LTEXT "&Confirm password:",CID_DI_ST_Confirm,29,75,69,8,NOT
WS_GROUP
EDITTEXT CID_DI_EB_Confirm,117,73,175,12,ES_PASSWORD |
ES_AUTOHSCROLL
END
PID_OE_Options DIALOG DISCARDABLE 0, 0, 227, 215
STYLE WS_CHILD | WS_CAPTION
CAPTION "Options"
FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX "Dialing options",CID_OE_GB_Progress,7,7,213,60
CONTROL "&Display progress while connecting",
CID_OE_CB_DisplayProgress,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,16,17,199,10
CONTROL "&Prompt for name and password, certificate, etc.",
CID_OE_CB_PreviewUserPw,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,16,29,199,10
CONTROL "Include &Windows logon domain",CID_OE_CB_PreviewDomain,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,41,198,10
CONTROL "Prompt for phone &number",CID_OE_CB_PreviewNumber,
"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE |
WS_TABSTOP,16,53,178,10
GROUPBOX "Redialing options",CID_OE_GB_Redial,7,72,213,79
LTEXT "&Redial attempts:",CID_OE_ST_RedialAttempts,16,87,115,8
EDITTEXT CID_OE_EB_RedialAttempts,141,84,69,14,ES_AUTOHSCROLL |
ES_NUMBER
LTEXT "&Time between redial attempts:",CID_OE_ST_RedialTimes,
16,103,115,8
COMBOBOX CID_OE_LB_RedialTimes,141,101,70,123,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
LTEXT "Idle ti&me before hanging up:",CID_OE_ST_IdleTimes,16,
120,115,8
COMBOBOX CID_OE_LB_IdleTimes,141,116,70,108,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
CONTROL "Redial if &line is dropped",CID_OE_CB_RedialOnDrop,
"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE |
WS_TABSTOP,16,136,199,10
GROUPBOX "Multiple devices",CID_OE_GB_MultipleDevices,7,156,213,
32
COMBOBOX CID_OE_LB_MultipleDevices,16,169,128,45,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "C&onfigure...",CID_OE_PB_Configure,150,168,60,14
PUSHBUTTON "&X.25",CID_OE_PB_X25,7,194,50,14
PUSHBUTTON "&Virtual ""tunnel"" connection",CID_OE_PB_Tunnel,64,194,
110,14,NOT WS_VISIBLE | WS_DISABLED
END
PID_OE_OptionsVD DIALOG DISCARDABLE 0, 0, 227, 215
STYLE WS_CHILD | WS_CAPTION
CAPTION "Options"
FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX "Dialing options",CID_OE_GB_Progress,7,7,213,50
CONTROL "&Display progress while connecting",
CID_OE_CB_DisplayProgress,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,16,17,199,10
CONTROL "&Prompt for name and password, certificate, etc.",
CID_OE_CB_PreviewUserPw,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,16,29,199,10
CONTROL "Include &Windows logon domain",CID_OE_CB_PreviewDomain,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,41,178,10
GROUPBOX "Redialing options",CID_OE_GB_Redial,7,62,213,79
LTEXT "&Redial attempts:",CID_OE_ST_RedialAttempts,16,77,115,8
EDITTEXT CID_OE_EB_RedialAttempts,141,74,69,14,ES_AUTOHSCROLL |
ES_NUMBER
LTEXT "&Time between redial attempts:",CID_OE_ST_RedialTimes,
16,93,115,8
COMBOBOX CID_OE_LB_RedialTimes,141,91,70,123,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
LTEXT "Idle ti&me before hanging up:",CID_OE_ST_IdleTimes,16,
110,115,8
COMBOBOX CID_OE_LB_IdleTimes,141,106,70,108,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
CONTROL "Redial if &line is dropped",CID_OE_CB_RedialOnDrop,
"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE |
WS_TABSTOP,16,126,199,10
END
DID_AN_AlternateNumbers DIALOG DISCARDABLE 0, 0, 252, 263
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Alternate Phone Numbers"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Specify alternate phone numbers you want to use to make this connection.",
CID_AN_ST_Explain,7,7,238,16
LTEXT "&Phone numbers:",CID_AN_ST_Numbers,7,30,238,8
CONTROL "",CID_AN_LV_Numbers,"SysListView32",LVS_REPORT |
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOLABELWRAP |
LVS_OWNERDRAWFIXED | LVS_NOSORTHEADER | WS_BORDER |
WS_TABSTOP,7,41,214,144
PUSHBUTTON "Move &up",CID_AN_PB_Up,227,51,18,16,BS_ICON
PUSHBUTTON "Move &down",CID_AN_PB_Down,227,72,18,16,BS_ICON
PUSHBUTTON "&Add...",CID_AN_PB_Add,7,190,68,14
PUSHBUTTON "&Edit...",CID_AN_PB_Edit,81,190,67,14
PUSHBUTTON "&Delete",CID_AN_PB_Delete,154,190,67,14
CONTROL "If &number fails, try next number",
CID_AN_CB_TryNextOnFail,"Button",BS_AUTOCHECKBOX |
BS_TOP | BS_MULTILINE | WS_TABSTOP,8,212,237,10
CONTROL "&Move successful number to top of list",
CID_AN_CB_MoveToTop,"Button",BS_AUTOCHECKBOX | BS_TOP |
BS_MULTILINE | WS_TABSTOP,8,225,237,10
DEFPUSHBUTTON "OK",IDOK,140,242,50,14
PUSHBUTTON "Cancel",IDCANCEL,195,242,50,14
END
DID_CE_ComplexPhoneEditor DIALOG DISCARDABLE 0, 0, 252, 167
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX "Phone number",CID_CE_GB_PhoneNumber,7,7,238,92
LTEXT "&Area code:",CID_CE_ST_AreaCodes,17,20,48,8
COMBOBOX CID_CE_CLB_AreaCodes,17,31,48,129,CBS_DROPDOWN |
WS_VSCROLL | WS_TABSTOP
LTEXT "&Phone number:",CID_CE_ST_PhoneNumber,71,20,138,8,NOT
WS_GROUP
EDITTEXT CID_CE_EB_PhoneNumber,71,30,163,14,ES_AUTOHSCROLL
LTEXT "&Country/region code:",CID_CE_ST_CountryCodes,17,50,219,
8,NOT WS_GROUP
COMBOBOX CID_CE_LB_CountryCodes,17,61,218,93,CBS_DROPDOWNLIST |
CBS_SORT | WS_VSCROLL | WS_TABSTOP
CONTROL "&Use dialing rules",CID_CE_CB_UseDialingRules,"Button",
BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,17,
81,217,10
GROUPBOX "Co&mment",CID_CE_GB_Comment,7,103,238,35
EDITTEXT CID_CE_EB_Comment,17,115,218,14,ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,139,146,50,14
PUSHBUTTON "Cancel",IDCANCEL,195,146,50,14
END
PID_PL_PhoneList DIALOG DISCARDABLE 6, 18, 232, 140
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Phonebook"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Use this phonebook:",CID_PL_ST_Open,8,8,211,8
CONTROL "The &system phonebook",CID_PL_RB_SystemList,"Button",
BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,14,22,207,10
CONTROL "My &personal phonebook",CID_PL_RB_PersonalList,"Button",
BS_AUTORADIOBUTTON | WS_TABSTOP,14,34,210,10
CONTROL "This a&lternate phonebook:",CID_PL_RB_AlternateList,
"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,14,46,207,10
COMBOBOX CID_PL_CL_Lists,26,60,194,77,CBS_DROPDOWN |
CBS_AUTOHSCROLL | WS_VSCROLL | WS_GROUP | WS_TABSTOP
PUSHBUTTON "&Browse...",CID_PL_PB_Browse,169,76,50,14
END
PID_PL_PhoneListLogon DIALOG DISCARDABLE 6, 18, 232, 140
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Phonebook"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Use this phonebook:",CID_PL_ST_Open,8,8,211,8
CONTROL "The &system phonebook",CID_PL_RB_SystemList,"Button",
BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,14,22,207,10
CONTROL "This a&lternate phonebook:",CID_PL_RB_AlternateList,
"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,14,36,207,10
COMBOBOX CID_PL_CL_Lists,26,50,194,77,CBS_DROPDOWN |
CBS_AUTOHSCROLL | WS_VSCROLL | WS_GROUP | WS_TABSTOP
PUSHBUTTON "&Browse...",CID_PL_PB_Browse,169,66,50,14
END
PID_RD_Router DIALOG DISCARDABLE 0, 0, 215, 226
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Router"
FONT 8, "MS Shell Dlg"
BEGIN
CTEXT "NYI...need spec from KCrocker",IDC_STATIC,72,98,69,22
END
PID_EN_EntryName DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Type a name you want for this connection:",IDC_STATIC,
21,1,135,8
EDITTEXT CID_EN_EB_EntryName,21,11,186,12,ES_AUTOHSCROLL
LTEXT "Click Finish to save it in the Network Connections folder.",
IDC_STATIC,21,32,178,8
LTEXT "To edit this connection later, select it, click the File menu, and then click Properties.",
IDC_STATIC,21,47,186,16
END
PID_MA_ModemAdapter DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "You have more than one dial-up device on your computer.",
IDC_STATIC,21,1,275,13
LTEXT "&Select the devices to use in this connection:",
IDC_STATIC,21,14,194,11
CONTROL "",CID_MA_LV_Devices,"SysListView32",LVS_REPORT |
LVS_SINGLESEL | LVS_SORTASCENDING | LVS_OWNERDRAWFIXED |
LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER |
WS_TABSTOP,21,27,275,66
END
PID_PA_PhoneNumber DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "New Connection Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Type the phone number below. ",IDC_STATIC,21,3,275,14
LTEXT "&Phone number:",CID_PA_ST_Number,33,18,130,8
EDITTEXT CID_PA_EB_Number,33,28,234,14,ES_AUTOHSCROLL
LTEXT "You might need to include a ""1"" or the area code, or both. If you are not sure you need the extra numbers, dial the phone number on your telephone. If you hear a modem sound, the number dialed is correct.",
IDC_STATIC,34,50,249,42
END
PID_US_Users DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "New Connection Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "A connection that is created for your use only is saved in your user account and is not available unless you are logged on.",
IDC_STATIC,21,2,275,23
LTEXT "Create this connection for:",IDC_STATIC,21,27,272,12
CONTROL "&Anyone's use",CID_US_RB_All,"Button",
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,31,40,265,10
CONTROL "&My use only",CID_US_RB_Myself,"Button",
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,31,54,265,10
END
PID_ST_Start DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED
FONT 8, "MS Shell Dlg"
BEGIN
END
DID_CA_CustomAuth DIALOG DISCARDABLE 0, 0, 245, 252
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced Security Settings"
FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX "Logon security",CID_CA_GB_LogonSecurity,7,38,231,188
LTEXT "&Data encryption:",CID_CA_ST_Encryption,7,7,229,10
COMBOBOX CID_CA_LB_Encryption,7,17,231,76,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
CONTROL "Use &Extensible Authentication Protocol (EAP)",
CID_CA_RB_Eap,"Button",BS_AUTORADIOBUTTON | WS_GROUP |
WS_TABSTOP,14,50,207,8
LTEXT "EAP Type",IDC_STATIC,7,64,12,8,NOT WS_VISIBLE | NOT
WS_GROUP
COMBOBOX CID_CA_LB_EapPackages,24,62,201,42,CBS_DROPDOWNLIST |
CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "P&roperties",CID_CA_PB_Properties,175,77,50,14
CONTROL "Allow these &protocols",CID_CA_RB_AllowedProtocols,
"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,14,94,173,10
CONTROL "&Unencrypted password (PAP)",CID_CA_CB_Pap,"Button",
BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_GROUP |
WS_TABSTOP,28,108,197,10
CONTROL "&Shiva Password Authentication Protocol (SPAP)",
CID_CA_CB_Spap,"Button",BS_AUTOCHECKBOX | BS_TOP |
BS_MULTILINE | WS_TABSTOP,28,122,198,10
CONTROL "&Challenge Handshake Authentication Protocol (CHAP)",
CID_CA_CB_Chap,"Button",BS_AUTOCHECKBOX | BS_TOP |
BS_MULTILINE | WS_TABSTOP,28,136,197,10
CONTROL "&Microsoft CHAP (MS-CHAP)",CID_CA_CB_MsChap,"Button",
BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,28,
150,200,10
CONTROL "Allow older MS-CHAP version for &Windows 95 servers",
CID_CA_CB_W95MsChap,"Button",BS_AUTOCHECKBOX | BS_TOP |
BS_MULTILINE | WS_TABSTOP,40,164,193,10
CONTROL "M&icrosoft CHAP Version 2 (MS-CHAP v2)",
CID_CA_CB_MsChap2,"Button",BS_AUTOCHECKBOX | BS_TOP |
BS_MULTILINE | WS_TABSTOP,28,178,200,10
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN |
WS_GROUP,28,192,200,1
CONTROL "&For MS-CHAP based protocols, automatically use my Windows logon name and password (and domain if any)",
CID_CA_CB_UseWindowsPw,"Button",BS_AUTOCHECKBOX | BS_TOP |
BS_MULTILINE | WS_TABSTOP,28,198,204,24
DEFPUSHBUTTON "OK",IDOK,133,232,50,14
PUSHBUTTON "Cancel",IDCANCEL,188,232,50,14
END
DID_DR_DialerUDN DIALOG DISCARDABLE 0, 0, 228, 263
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Connect %1"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL 1678,CID_DR_BM_Useless,"Static",SS_BITMAP,8,6,219,85
LTEXT "&User name:",CID_DR_ST_User,10,102,50,8
EDITTEXT CID_DR_EB_User,62,99,154,14,ES_AUTOHSCROLL
LTEXT "&Password:",CID_DR_ST_Password,10,120,50,8
EDITTEXT CID_DR_EB_Password,62,117,154,14,ES_PASSWORD |
ES_AUTOHSCROLL
LTEXT "Do&main:",CID_DR_ST_Domain,10,138,50,8
EDITTEXT CID_DR_EB_Domain,62,135,154,14,ES_UPPERCASE |
ES_AUTOHSCROLL
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN,7,
156,214,1
CONTROL "&Save this user name and password for the following users:",
CID_DR_CB_SavePassword,"Button",BS_AUTOCHECKBOX |
BS_LEFT | BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,
10,164,203,13
CONTROL "Me o&nly",CID_DR_RB_SaveForMe,"Button",
BS_AUTORADIOBUTTON | BS_LEFT | BS_TOP | BS_MULTILINE |
WS_GROUP | WS_TABSTOP,21,180,193,11
CONTROL "&Anyone who uses this computer",
CID_DR_RB_SaveForEveryone,"Button",BS_AUTORADIOBUTTON |
BS_LEFT | BS_TOP | BS_MULTILINE | WS_TABSTOP,21,192,193,
11
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN |
WS_GROUP,7,209,214,1
LTEXT "D&ial:",CID_DR_ST_Numbers,14,218,48,8
COMBOBOX CID_DR_CLB_Numbers,62,215,154,112,CBS_DROPDOWN |
CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN |
WS_GROUP,7,233,214,1
DEFPUSHBUTTON "&Dial",CID_DR_PB_DialConnect,8,242,50,14,WS_GROUP
PUSHBUTTON "Cancel",CID_DR_PB_Cancel,62,242,50,14
PUSHBUTTON "Pr&operties",CID_DR_PB_Properties,116,242,50,14
PUSHBUTTON "&Help",CID_DR_PB_Help,170,242,50,14
END
DID_DR_DialerUDNL DIALOG DISCARDABLE 0, 0, 228, 278
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Connect %1"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL 1678,CID_DR_BM_Useless,"Static",SS_BITMAP,8,6,219,85
LTEXT "&User name:",CID_DR_ST_User,10,102,50,8
EDITTEXT CID_DR_EB_User,62,99,154,14,ES_AUTOHSCROLL
LTEXT "&Password:",CID_DR_ST_Password,10,120,50,8
EDITTEXT CID_DR_EB_Password,62,117,154,14,ES_PASSWORD |
ES_AUTOHSCROLL
LTEXT "Do&main:",CID_DR_ST_Domain,10,138,50,8
EDITTEXT CID_DR_EB_Domain,62,135,154,14,ES_UPPERCASE |
ES_AUTOHSCROLL
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN,7,
155,214,1
CONTROL "&Save this user name and password for the following users:",
CID_DR_CB_SavePassword,"Button",BS_AUTOCHECKBOX |
BS_LEFT | BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,
10,162,203,13
CONTROL "Me o&nly",CID_DR_RB_SaveForMe,"Button",
BS_AUTORADIOBUTTON | BS_LEFT | BS_TOP | BS_MULTILINE |
WS_GROUP | WS_TABSTOP,21,178,193,11
CONTROL "&Anyone who uses this computer",
CID_DR_RB_SaveForEveryone,"Button",BS_AUTORADIOBUTTON |
BS_LEFT | BS_TOP | BS_MULTILINE | WS_TABSTOP,21,190,193,
11
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN |
WS_GROUP,7,205,214,1
LTEXT "D&ial:",CID_DR_ST_Numbers,14,215,48,8
COMBOBOX CID_DR_CLB_Numbers,62,212,154,112,CBS_DROPDOWN |
CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
LTEXT "Dialing &from:",CID_DR_ST_Locations,14,231,46,8
COMBOBOX CID_DR_LB_Locations,62,230,87,112,CBS_DROPDOWNLIST |
CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "Dialing &Rules",CID_DR_PB_Rules,155,229,60,14
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN |
WS_GROUP,7,250,214,1
DEFPUSHBUTTON "&Dial",CID_DR_PB_DialConnect,8,256,50,14,WS_GROUP
PUSHBUTTON "Cancel",CID_DR_PB_Cancel,62,256,50,14
PUSHBUTTON "Pr&operties",CID_DR_PB_Properties,116,256,50,14
PUSHBUTTON "&Help",CID_DR_PB_Help,170,256,50,14
END
DID_DR_DialerUD DIALOG DISCARDABLE 0, 0, 228, 229
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Connect %1"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL 1678,CID_DR_BM_Useless,"Static",SS_BITMAP,8,6,219,85
LTEXT "&User name:",CID_DR_ST_User,10,102,50,8
EDITTEXT CID_DR_EB_User,62,99,154,14,ES_AUTOHSCROLL
LTEXT "&Password:",CID_DR_ST_Password,10,120,50,8
EDITTEXT CID_DR_EB_Password,62,117,154,14,ES_PASSWORD |
ES_AUTOHSCROLL
LTEXT "Do&main:",CID_DR_ST_Domain,10,138,50,8
EDITTEXT CID_DR_EB_Domain,62,135,154,14,ES_UPPERCASE |
ES_AUTOHSCROLL
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN,7,
155,214,1
CONTROL "&Save this user name and password for the following users:",
CID_DR_CB_SavePassword,"Button",BS_AUTOCHECKBOX |
BS_LEFT | BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,
10,159,203,13
CONTROL "Me o&nly",CID_DR_RB_SaveForMe,"Button",
BS_AUTORADIOBUTTON | BS_LEFT | BS_TOP | BS_MULTILINE |
WS_GROUP | WS_TABSTOP,21,175,193,11
CONTROL "&Anyone who uses this computer",
CID_DR_RB_SaveForEveryone,"Button",BS_AUTORADIOBUTTON |
BS_LEFT | BS_TOP | BS_MULTILINE | WS_TABSTOP,21,187,193,
11
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN |
WS_GROUP,7,202,214,1
DEFPUSHBUTTON "&Dial",CID_DR_PB_DialConnect,8,208,50,14,WS_GROUP
PUSHBUTTON "Cancel",CID_DR_PB_Cancel,62,208,50,14
PUSHBUTTON "Pr&operties",CID_DR_PB_Properties,116,208,50,14
PUSHBUTTON "&Help",CID_DR_PB_Help,170,208,50,14
END
DID_DR_DialerUNL DIALOG DISCARDABLE 0, 0, 228, 257
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Connect %1"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL 1678,CID_DR_BM_Useless,"Static",SS_BITMAP,8,6,219,85
LTEXT "&User name:",CID_DR_ST_User,10,102,50,8
EDITTEXT CID_DR_EB_User,62,99,154,14,ES_AUTOHSCROLL
LTEXT "&Password:",CID_DR_ST_Password,10,120,50,8
EDITTEXT CID_DR_EB_Password,62,117,154,14,ES_PASSWORD |
ES_AUTOHSCROLL
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN,7,
137,214,1
CONTROL "&Save this user name and password for the following users:",
CID_DR_CB_SavePassword,"Button",BS_AUTOCHECKBOX |
BS_LEFT | BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,
9,143,203,13
CONTROL "Me o&nly",CID_DR_RB_SaveForMe,"Button",
BS_AUTORADIOBUTTON | BS_LEFT | BS_TOP | BS_MULTILINE |
WS_GROUP | WS_TABSTOP,21,157,193,11
CONTROL "&Anyone who uses this computer",
CID_DR_RB_SaveForEveryone,"Button",BS_AUTORADIOBUTTON |
BS_LEFT | BS_TOP | BS_MULTILINE | WS_TABSTOP,21,169,193,
11
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN |
WS_GROUP,7,188,214,1
LTEXT "D&ial:",CID_DR_ST_Numbers,14,197,48,8
COMBOBOX CID_DR_CLB_Numbers,62,194,154,112,CBS_DROPDOWN |
CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
LTEXT "Dialing &from:",CID_DR_ST_Locations,14,213,46,8
COMBOBOX CID_DR_LB_Locations,62,212,87,112,CBS_DROPDOWNLIST |
CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "Dialing &Rules",CID_DR_PB_Rules,155,211,60,14
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN |
WS_GROUP,7,230,214,1
DEFPUSHBUTTON "&Dial",CID_DR_PB_DialConnect,8,237,50,14,WS_GROUP
PUSHBUTTON "Cancel",CID_DR_PB_Cancel,62,237,50,14
PUSHBUTTON "Pr&operties",CID_DR_PB_Properties,116,237,50,14
PUSHBUTTON "&Help",CID_DR_PB_Help,170,237,50,14
END
DID_DR_DialerUN DIALOG DISCARDABLE 0, 0, 228, 244
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Connect %1"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL 1678,CID_DR_BM_Useless,"Static",SS_BITMAP,8,6,219,85
LTEXT "&User name:",CID_DR_ST_User,10,102,50,8
EDITTEXT CID_DR_EB_User,62,99,154,14,ES_AUTOHSCROLL
LTEXT "&Password:",CID_DR_ST_Password,10,120,50,8
EDITTEXT CID_DR_EB_Password,62,117,154,14,ES_PASSWORD |
ES_AUTOHSCROLL
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN,6,
138,214,1
CONTROL "&Save this user name and password for the following users:",
CID_DR_CB_SavePassword,"Button",BS_AUTOCHECKBOX |
BS_LEFT | BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,
10,144,203,13
CONTROL "Me o&nly",CID_DR_RB_SaveForMe,"Button",
BS_AUTORADIOBUTTON | BS_LEFT | BS_TOP | BS_MULTILINE |
WS_GROUP | WS_TABSTOP,20,159,193,11
CONTROL "&Anyone who uses this computer",
CID_DR_RB_SaveForEveryone,"Button",BS_AUTORADIOBUTTON |
BS_LEFT | BS_TOP | BS_MULTILINE | WS_TABSTOP,20,171,193,
11
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN |
WS_GROUP,6,187,214,1
LTEXT "D&ial:",CID_DR_ST_Numbers,13,198,48,8
COMBOBOX CID_DR_CLB_Numbers,61,195,154,112,CBS_DROPDOWN |
CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN |
WS_GROUP,6,215,214,1
DEFPUSHBUTTON "&Dial",CID_DR_PB_DialConnect,8,223,50,14,WS_GROUP
PUSHBUTTON "Cancel",CID_DR_PB_Cancel,62,223,50,14
PUSHBUTTON "Pr&operties",CID_DR_PB_Properties,116,223,50,14
PUSHBUTTON "&Help",CID_DR_PB_Help,170,223,50,14
END
DID_DR_DialerU DIALOG DISCARDABLE 0, 0, 228, 209
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Connect %1"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL 1678,CID_DR_BM_Useless,"Static",SS_BITMAP,8,6,219,85
LTEXT "&User name:",CID_DR_ST_User,10,102,50,8
EDITTEXT CID_DR_EB_User,62,99,154,14,ES_AUTOHSCROLL
LTEXT "&Password:",CID_DR_ST_Password,10,120,50,8
EDITTEXT CID_DR_EB_Password,62,117,154,14,ES_PASSWORD |
ES_AUTOHSCROLL
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN,7,
137,214,1
CONTROL "&Save this user name and password for the following users:",
CID_DR_CB_SavePassword,"Button",BS_AUTOCHECKBOX |
BS_LEFT | BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,
10,142,203,13
CONTROL "Me o&nly",CID_DR_RB_SaveForMe,"Button",
BS_AUTORADIOBUTTON | BS_LEFT | BS_TOP | BS_MULTILINE |
WS_GROUP | WS_TABSTOP,21,157,193,11
CONTROL "&Anyone who uses this computer",
CID_DR_RB_SaveForEveryone,"Button",BS_AUTORADIOBUTTON |
BS_LEFT | BS_TOP | BS_MULTILINE | WS_TABSTOP,21,169,193,
11
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN |
WS_GROUP,7,185,214,1
DEFPUSHBUTTON "&Dial",CID_DR_PB_DialConnect,8,191,50,14,WS_GROUP
PUSHBUTTON "Cancel",CID_DR_PB_Cancel,62,191,50,14
PUSHBUTTON "Pr&operties",CID_DR_PB_Properties,116,191,50,14
PUSHBUTTON "&Help",CID_DR_PB_Help,170,191,50,14
END
DID_DR_DialerI DIALOG DISCARDABLE 0, 0, 228, 154
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Connect %1"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL 1678,CID_DR_BM_Useless,"Static",SS_BITMAP,8,6,219,85
LTEXT "&User name:",CID_DR_ST_User,10,102,50,8
EDITTEXT CID_DR_EB_User,62,99,154,14,ES_AUTOHSCROLL
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN |
WS_GROUP,7,123,214,1
DEFPUSHBUTTON "&Dial",CID_DR_PB_DialConnect,8,133,50,14
PUSHBUTTON "Cancel",CID_DR_PB_Cancel,62,133,50,14
PUSHBUTTON "Pr&operties",CID_DR_PB_Properties,116,133,50,14
PUSHBUTTON "&Help",CID_DR_PB_Help,170,133,50,14
END
DID_DR_DialerIN DIALOG DISCARDABLE 0, 0, 228, 182
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Connect %1"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL 1678,CID_DR_BM_Useless,"Static",SS_BITMAP,8,6,219,85
LTEXT "&User name:",CID_DR_ST_User,10,102,50,8
EDITTEXT CID_DR_EB_User,62,99,154,14,ES_AUTOHSCROLL
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN |
WS_GROUP,7,123,214,1
LTEXT "D&ial:",CID_DR_ST_Numbers,10,136,48,8
COMBOBOX CID_DR_CLB_Numbers,62,132,154,112,CBS_DROPDOWN |
CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN |
WS_GROUP,7,155,214,1
DEFPUSHBUTTON "&Dial",CID_DR_PB_DialConnect,8,163,50,14
PUSHBUTTON "Cancel",CID_DR_PB_Cancel,62,163,50,14
PUSHBUTTON "Pr&operties",CID_DR_PB_Properties,116,163,50,14
PUSHBUTTON "&Help",CID_DR_PB_Help,170,163,50,14
END
DID_DR_DialerINL DIALOG DISCARDABLE 0, 0, 228, 198
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Connect %1"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL 1678,CID_DR_BM_Useless,"Static",SS_BITMAP,8,6,219,85
LTEXT "&User name:",CID_DR_ST_User,10,102,50,8
EDITTEXT CID_DR_EB_User,62,99,154,14,ES_AUTOHSCROLL
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN |
WS_GROUP,5,120,214,1
LTEXT "D&ial:",CID_DR_ST_Numbers,10,134,48,8
COMBOBOX CID_DR_CLB_Numbers,62,131,154,112,CBS_DROPDOWN |
CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
LTEXT "Dialing &from:",CID_DR_ST_Locations,10,150,46,8
COMBOBOX CID_DR_LB_Locations,62,149,87,112,CBS_DROPDOWNLIST |
CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "Dialing &Rules",CID_DR_PB_Rules,155,148,60,14
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN |
WS_GROUP,7,171,214,1
DEFPUSHBUTTON "&Dial",CID_DR_PB_DialConnect,8,179,50,14
PUSHBUTTON "Cancel",CID_DR_PB_Cancel,62,179,50,14
PUSHBUTTON "Pr&operties",CID_DR_PB_Properties,116,179,50,14
PUSHBUTTON "&Help",CID_DR_PB_Help,170,179,50,14
END
DID_DR_DialerID DIALOG DISCARDABLE 0, 0, 228, 169
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Connect %1"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL 1678,CID_DR_BM_Useless,"Static",SS_BITMAP,8,6,219,85
LTEXT "&User name:",CID_DR_ST_User,10,102,50,8
EDITTEXT CID_DR_EB_User,62,99,154,14,ES_AUTOHSCROLL
LTEXT "Do&main:",CID_DR_ST_Domain,10,120,50,8
EDITTEXT CID_DR_EB_Domain,62,117,154,14,ES_UPPERCASE |
ES_AUTOHSCROLL
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN |
WS_GROUP,7,140,211,1
DEFPUSHBUTTON "&Dial",CID_DR_PB_DialConnect,8,150,50,14
PUSHBUTTON "Cancel",CID_DR_PB_Cancel,62,150,50,14
PUSHBUTTON "Pr&operties",CID_DR_PB_Properties,116,150,50,14
PUSHBUTTON "&Help",CID_DR_PB_Help,170,150,50,14
END
DID_DR_DialerIDN DIALOG DISCARDABLE 0, 0, 228, 201
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Connect %1"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL 1678,CID_DR_BM_Useless,"Static",SS_BITMAP,8,6,219,85
LTEXT "&User name:",CID_DR_ST_User,10,102,50,8
EDITTEXT CID_DR_EB_User,62,99,154,14,ES_AUTOHSCROLL
LTEXT "Do&main:",CID_DR_ST_Domain,10,119,50,8
EDITTEXT CID_DR_EB_Domain,62,116,154,14,ES_UPPERCASE |
ES_AUTOHSCROLL
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN |
WS_GROUP,7,137,214,1
LTEXT "D&ial:",CID_DR_ST_Numbers,10,150,48,8
COMBOBOX CID_DR_CLB_Numbers,62,146,154,112,CBS_DROPDOWN |
CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN |
WS_GROUP,7,169,214,1
DEFPUSHBUTTON "&Dial",CID_DR_PB_DialConnect,8,177,50,14
PUSHBUTTON "Cancel",CID_DR_PB_Cancel,62,177,50,14
PUSHBUTTON "Pr&operties",CID_DR_PB_Properties,116,177,50,14
PUSHBUTTON "&Help",CID_DR_PB_Help,170,177,50,14
END
DID_DR_DialerIDNL DIALOG DISCARDABLE 0, 0, 228, 217
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Connect %1"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL 1678,CID_DR_BM_Useless,"Static",SS_BITMAP,8,6,219,85
LTEXT "&User name:",CID_DR_ST_User,10,102,50,8
EDITTEXT CID_DR_EB_User,62,99,154,14,ES_AUTOHSCROLL
LTEXT "Do&main:",CID_DR_ST_Domain,10,120,50,8
EDITTEXT CID_DR_EB_Domain,62,117,154,14,ES_UPPERCASE |
ES_AUTOHSCROLL
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN |
WS_GROUP,5,138,214,1
LTEXT "D&ial:",CID_DR_ST_Numbers,10,152,48,8
COMBOBOX CID_DR_CLB_Numbers,62,149,154,112,CBS_DROPDOWN |
CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
LTEXT "Dialing &from:",CID_DR_ST_Locations,10,168,46,8
COMBOBOX CID_DR_LB_Locations,62,167,87,112,CBS_DROPDOWNLIST |
CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "Dialing &Rules",CID_DR_PB_Rules,155,166,60,14
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN |
WS_GROUP,7,189,214,1
DEFPUSHBUTTON "&Dial",CID_DR_PB_DialConnect,8,197,50,14
PUSHBUTTON "Cancel",CID_DR_PB_Cancel,62,197,50,14
PUSHBUTTON "Pr&operties",CID_DR_PB_Properties,116,197,50,14
PUSHBUTTON "&Help",CID_DR_PB_Help,170,197,50,14
END
DID_DR_DialerNL DIALOG DISCARDABLE 0, 0, 228, 170
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Connect %1"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL 1678,CID_DR_BM_Useless,"Static",SS_BITMAP,8,6,219,84
LTEXT "D&ial:",CID_DR_ST_Numbers,14,103,48,8
COMBOBOX CID_DR_CLB_Numbers,62,100,154,112,CBS_DROPDOWN |
CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
LTEXT "Dialing &from:",CID_DR_ST_Locations,14,119,46,8
COMBOBOX CID_DR_LB_Locations,62,118,87,112,CBS_DROPDOWNLIST |
CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "Dialing &Rules",CID_DR_PB_Rules,155,117,60,14
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN |
WS_GROUP,7,140,214,1
DEFPUSHBUTTON "&Dial",CID_DR_PB_DialConnect,8,149,50,14
PUSHBUTTON "Cancel",CID_DR_PB_Cancel,62,149,50,14
PUSHBUTTON "Pr&operties",CID_DR_PB_Properties,116,149,50,14
PUSHBUTTON "&Help",CID_DR_PB_Help,170,149,50,14
END
DID_DR_DialerN DIALOG DISCARDABLE 0, 0, 228, 156
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Connect %1"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL 1678,CID_DR_BM_Useless,"Static",SS_BITMAP,8,6,219,84
LTEXT "D&ial:",CID_DR_ST_Numbers,14,103,48,8
COMBOBOX CID_DR_CLB_Numbers,62,100,154,112,CBS_DROPDOWN |
CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
CONTROL "",IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN |
WS_GROUP,7,125,214,1
DEFPUSHBUTTON "&Dial",CID_DR_PB_DialConnect,8,134,50,14
PUSHBUTTON "Cancel",CID_DR_PB_Cancel,62,134,50,14
PUSHBUTTON "Pr&operties",CID_DR_PB_Properties,116,134,50,14
PUSHBUTTON "&Help",CID_DR_PB_Help,170,134,50,14
END
PID_NE_Network DIALOG DISCARDABLE 0, 0, 227, 215
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Networking"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Typ&e of dial-up server I am calling:",
CID_NE_ST_ServerType,7,7,213,8
COMBOBOX CID_NE_LB_ServerType,7,17,213,46,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "&Settings",CID_NE_PB_Settings,170,35,50,14
LTEXT "This c&onnection uses the following items:",
CID_NE_ST_Components,8,64,213,10
CONTROL "",CID_NE_LV_Components,"SysListView32",LVS_REPORT |
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDRAWFIXED |
LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER |
WS_TABSTOP,7,75,213,53
PUSHBUTTON "I&nstall...",CID_NE_PB_Add,7,133,67,14
PUSHBUTTON "&Uninstall",CID_NE_PB_Remove,80,133,67,14
PUSHBUTTON "P&roperties",CID_NE_PB_Properties,153,133,67,14
GROUPBOX "Description",CID_NE_GB_Description,7,160,213,43
LTEXT "",CID_NE_LB_ComponentDesc,16,172,195,25
END
DID_NE_AddComponent DIALOG DISCARDABLE 0, 0, 262, 126
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Select Network Component Type"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Click the type of network component you want to install:",
IDC_STATIC,7,7,176,8
CONTROL "",CID_NE_LV_Components,"SysListView32",LVS_REPORT |
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS |
LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER |
WS_TABSTOP,7,20,188,58
GROUPBOX "",IDC_STATIC,7,81,188,30
LTEXT "",CID_NE_LB_ComponentDesc,12,90,177,17
DEFPUSHBUTTON "&Add...",CID_NE_PB_Add,205,20,50,14
PUSHBUTTON "Cancel",IDCANCEL,205,38,50,14
END
DID_NE_PppSettings DIALOG DISCARDABLE 20, 60, 212, 68
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "PPP Settings"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "&Enable LCP extensions",CID_NE_EnableLcp,"Button",
BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,7,7,
198,10
CONTROL "E&nable software compression",CID_NE_EnableCompression,
"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE |
WS_TABSTOP,7,20,198,10
CONTROL "Negotiate &multi-link for single link connections",
CID_NE_NegotiateMultilinkAlways,"Button",BS_AUTOCHECKBOX |
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,33,198,10
DEFPUSHBUTTON "OK",IDOK,99,49,50,14
PUSHBUTTON "Cancel",IDCANCEL,155,49,50,14
END
PID_DA_VpnDestination DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Type the host name or Internet Protocol (IP) address of the computer to which you are connecting.",
IDC_STATIC,21,2,275,16
LTEXT "&Host name or IP address (for example, microsoft.com or 157.54.0.1 ):",
IDC_STATIC,21,22,267,11
EDITTEXT CID_DA_EB_HostName,21,35,275,14,ES_AUTOHSCROLL
END
PID_BS_BroadbandService DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "New Connection Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Type the name of your service in the following text box. If you leave the text box blank, Windows will automatically detect and configure your service when you connect.",
IDC_STATIC,21,3,275,25
LTEXT "&Service name (optional):",IDC_STATIC,21,31,144,8
EDITTEXT CID_BS_EB_ServiceName,21,42,275,14,ES_AUTOHSCROLL
END
PID_PN_PublicNetwork DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "New Connection Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Windows can automatically dial the initial connection to the Internet or other public network, before establishing the virtual connection.",
IDC_STATIC,21,2,275,24
CONTROL "&Do not dial the initial connection.",
CID_PN_RB_DoNotDialFirst,"Button",BS_AUTORADIOBUTTON |
BS_TOP | BS_MULTILINE,32,26,265,10
CONTROL "&Automatically dial this initial connection:",
CID_PN_RB_DialFirst,"Button",BS_AUTORADIOBUTTON | BS_TOP |
BS_MULTILINE,32,39,265,10
COMBOBOX CID_PN_LB_DialAnotherFirst,43,49,253,87,CBS_DROPDOWNLIST |
CBS_SORT | WS_VSCROLL | WS_TABSTOP
END
DID_LE_ListEditor DIALOG DISCARDABLE 6, 18, 263, 263
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Sample text",CID_LE_ST_Item,7,7,249,8
EDITTEXT CID_LE_EB_Item,7,17,193,14,ES_AUTOHSCROLL
PUSHBUTTON "&Add",CID_LE_PB_Add,96,36,50,14
PUSHBUTTON "&Replace",CID_LE_PB_Replace,151,36,50,14
LTEXT "Sample text",CID_LE_ST_List,7,57,193,8
LISTBOX CID_LE_LB_List,7,68,193,140,WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "",CID_LE_PB_Up,206,68,50,14,BS_BITMAP | WS_GROUP
PUSHBUTTON "&Down",CID_LE_PB_Down,206,86,50,14,BS_BITMAP
PUSHBUTTON "D&elete",CID_LE_PB_Delete,151,211,50,14
CONTROL "",CID_LE_ST_Separator,"Static",SS_ETCHEDHORZ,7,233,249,
1
PUSHBUTTON "OK",IDOK,151,242,50,14,WS_GROUP
PUSHBUTTON "Cancel",IDCANCEL,206,242,50,14
END
DID_LE_ListEditor2 DIALOG DISCARDABLE 6, 18, 263, 263
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Sample text",CID_LE_ST_Item,7,7,193,8
EDITTEXT CID_LE_EB_Item,7,17,193,14,ES_AUTOHSCROLL
PUSHBUTTON "&Add",CID_LE_PB_Add,96,36,50,14
PUSHBUTTON "&Replace",CID_LE_PB_Replace,151,36,50,14
LTEXT "Sample text",CID_LE_ST_List,7,57,193,8
LISTBOX CID_LE_LB_List,7,68,193,135,WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "&Up",CID_LE_PB_Up,206,68,50,14,BS_BITMAP | WS_GROUP
PUSHBUTTON "&Down",CID_LE_PB_Down,206,86,50,14,BS_BITMAP
PUSHBUTTON "D&elete",CID_LE_PB_Delete,151,204,50,14
CONTROL "Sample text",CID_LE_CB_Promote,"Button",BS_AUTOCHECKBOX |
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,225,249,10
PUSHBUTTON "OK",IDOK,151,242,50,14,WS_GROUP
PUSHBUTTON "Cancel",IDCANCEL,206,242,50,14
END
DID_LE_ListEditor3 DIALOG DISCARDABLE 6, 18, 263, 263
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Sample text",CID_LE_ST_Item,7,7,249,8
EDITTEXT CID_LE_EB_Item,7,17,249,14,ES_AUTOHSCROLL
PUSHBUTTON "&Add",CID_LE_PB_Add,151,36,50,14
PUSHBUTTON "&Replace",CID_LE_PB_Replace,206,36,50,14
LTEXT "Sample text",CID_LE_ST_List,7,57,197,8
LISTBOX CID_LE_LB_List,7,68,249,140,LBS_SORT | WS_VSCROLL |
WS_TABSTOP
PUSHBUTTON "D&elete",CID_LE_PB_Delete,206,211,50,14,WS_GROUP
CONTROL "",CID_LE_ST_Separator,"Static",SS_ETCHEDHORZ,7,233,249,
1
PUSHBUTTON "OK",IDOK,151,242,50,14,WS_GROUP
PUSHBUTTON "Cancel",IDCANCEL,206,242,50,14
END
PID_GH_GuestHost DIALOG DISCARDABLE 0, 0, 317, 143
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
CAPTION "New Connection Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Choose the role you want for this computer:",IDC_STATIC,
21,2,275,9
CONTROL "&Host",CID_GH_RB_Host,"Button",BS_AUTORADIOBUTTON |
BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,31,16,265,
10
CONTROL "&Guest",CID_GH_RB_Guest,"Button",BS_AUTORADIOBUTTON |
BS_TOP | BS_MULTILINE | WS_TABSTOP,31,39,265,10
LTEXT "This computer has the information you want to access.",
IDC_STATIC,43,26,253,13,NOT WS_GROUP | WS_TABSTOP
LTEXT "This computer is used to access information on the host computer.",
IDC_STATIC,43,49,253,23,NOT WS_GROUP
END
PID_DN_DccDevice DIALOG DISCARDABLE 0, 0, 317, 143
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Select a device:",IDC_STATIC,21,5,261,8
COMBOBOX CID_DN_CB_DeviceSelect,21,18,275,62,CBS_DROPDOWNLIST |
CBS_SORT | WS_VSCROLL | WS_TABSTOP
END
PID_LA_NameAndType DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "New Connection Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "Dial-up to &private network.",CID_LA_RB_Phone,"Button",
BS_AUTORADIOBUTTON,23,9,116,10
CONTROL "Connect to a private network &through the Internet.",
CID_LA_RB_Tunnel,"Button",BS_AUTORADIOBUTTON,23,34,206,
10
CONTROL "&Connect directly to another computer.",
CID_LA_RB_Direct,"Button",BS_AUTORADIOBUTTON,23,59,157,
10
CONTROL "Connect to the network via b&roadband",
CID_LA_RB_Broadband,"Button",BS_AUTORADIOBUTTON,23,83,
273,10
LTEXT "Connect using my phone line (modem or ISDN).",
IDC_STATIC,35,20,156,8
LTEXT "Create a Virtual Private Network (VPN) connection or tunnel through the internet.",
IDC_STATIC,35,45,266,8
LTEXT "Connect using my serial, parallel, or infrared port.",
IDC_STATIC,35,70,266,8
LTEXT "Connect through my broadband connection.",IDC_STATIC,35,
94,266,8
END
PID_CO_Connections DIALOG DISCARDABLE 0, 0, 227, 215
STYLE WS_CHILD | WS_CAPTION
CAPTION "Connections"
FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX "Logon privileges",CID_CO_GB_LogonPrivileges,7,7,213,63
LTEXT "Non-administrators may be allowed to create or modify connections before logging on.",
CID_CO_ST_AllowConnectionModification,16,21,196,24
CONTROL "Allo&w creating and modifying connections before logon",
CID_CO_CB_AllowConnectionModification,"Button",
BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,16,
52,190,10
END
DID_ZE_StringEditor DIALOG DISCARDABLE 0, 0, 227, 61
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Phone Number Editor"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Please enter the new phone number:",CID_ZE_ST_String,7,
7,213,8
EDITTEXT CID_ZE_EB_String,7,17,213,15,ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,114,40,50,14
PUSHBUTTON "Cancel",IDCANCEL,170,40,50,14
END
DID_CR_CallbackRouter DIALOGEX 0, 0, 263, 263
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Router Callback"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "When you dial into a router, it may offer to call you back to reduce your phone charges or to increase security. Specify whether you want callback or not.",
CID_CB_ST_Explain,7,7,249,24
CONTROL "&No callback",CID_CR_RB_No,"Button",BS_AUTORADIOBUTTON |
BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,7,38,249,
10
CONTROL "Al&ways call me back at the number(s) below:",
CID_CR_RB_Yes,"Button",BS_AUTORADIOBUTTON | BS_TOP |
BS_MULTILINE | WS_TABSTOP,7,51,249,10,WS_EX_TRANSPARENT
CONTROL "",CID_CR_LV_Numbers,"SysListView32",LVS_REPORT |
LVS_OWNERDRAWFIXED | LVS_NOSORTHEADER | WS_BORDER |
WS_GROUP | WS_TABSTOP,19,63,224,143
PUSHBUTTON "&Edit...",CID_CR_PB_Edit,138,211,50,14
PUSHBUTTON "&Delete",CID_CR_PB_Delete,194,211,50,14
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,233,249,1
DEFPUSHBUTTON "OK",IDOK,150,242,50,14
PUSHBUTTON "Cancel",IDCANCEL,206,242,50,14
END
PID_OE_OptionsRouter DIALOG DISCARDABLE 0, 0, 227, 215
STYLE WS_CHILD | WS_CAPTION
CAPTION "Options"
FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX "Connection type",CID_OE_GB_Progress,7,7,213,55
CONTROL "&Demand dial",CID_OE_RB_DemandDial,"Button",
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP,16,
20,199,9
LTEXT "Idle ti&me before hanging up:",CID_OE_ST_IdleTimes,27,
31,99,8,NOT WS_GROUP
COMBOBOX CID_OE_LB_IdleTimes,141,29,70,108,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
CONTROL "&Persistent connection",CID_OE_RB_Persistent,"Button",
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,16,45,197,9
GROUPBOX "Dialing policy",CID_OE_GB_Redial,7,65,213,48
LTEXT "&Redial attempts:",CID_OE_ST_RedialAttempts,16,79,121,8
EDITTEXT CID_OE_EB_RedialAttempts,141,76,70,14,ES_AUTOHSCROLL |
ES_NUMBER
LTEXT "A&verage redial intervals:",CID_OE_ST_RedialTimes,16,96,
121,8
COMBOBOX CID_OE_LB_RedialTimes,141,94,70,123,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
GROUPBOX "Multiple devices",CID_OE_GB_MultipleDevices,7,116,213,
35
COMBOBOX CID_OE_LB_MultipleDevices,16,130,128,41,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "C&onfigure...",CID_OE_PB_Configure,150,129,60,14
PUSHBUTTON "Call&back",CID_OE_PB_Callback,8,195,50,14
PUSHBUTTON "&X.25",CID_OE_PB_X25,65,195,50,14
END
PID_SA_HomenetUnavailable DIALOGEX 0, 0, 227, 215
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "",CID_SA_ST_ErrorText,7,60,213,100
END
PID_SW_SharedAccess DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "New Connection Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Internet Connection Sharing allows other computers on your local network to access external resources through this connection.",
IDC_STATIC,21,1,275,22
CONTROL "&Enable Internet Connection Sharing for this connection",
CID_SW_PB_Shared,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
21,27,188,10
LTEXT "To dial this connection automatically when a computer on your local network attempts to access external resources, select the following check box.",
CID_SW_ST_DemandDial,21,56,275,22
CONTROL "Enab&le on-demand dialing",CID_SW_PB_DemandDial,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,21,90,97,10
END
PID_SP_SharedLan DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "New Connection Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Shared access allows other computers on your local network to access external resources through this dial-up connection. You can enable shared access for one connection and one local network at a time.",
IDC_STATIC,21,1,275,25
LTEXT "&Select the local network that will access resources through this connection:",
IDC_STATIC,21,35,281,8
COMBOBOX CID_SP_LB_PrivateLan,21,48,208,56,CBS_DROPDOWNLIST |
CBS_SORT | WS_VSCROLL | WS_TABSTOP
END
PID_SC_SmartCard DIALOG DISCARDABLE 0, 0, 317, 143
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "You can configure this connection to use your smart card to log you into the remote network. Select whether to use your smart card with this connection.",
IDC_STATIC,21,1,269,22
CONTROL "&Use my smart card ",CID_SC_RB_YesSmartCard,"Button",
BS_AUTORADIOBUTTON | BS_LEFT | BS_TOP | BS_MULTILINE |
WS_GROUP,31,27,264,12
CONTROL "&Do not use my smart card ",CID_SC_RB_NoSmartCard,
"Button",BS_AUTORADIOBUTTON | BS_LEFT | BS_TOP |
BS_MULTILINE,31,41,261,16
END
PID_RW_RouterWelcome DIALOG DISCARDABLE 0, 0, 317, 143
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
CAPTION "Demand Dial Interface Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Welcome to the Demand Dial Interface Wizard.",
CID_RW_ST_Welcome,122,8,188,32
LTEXT "Using this wizard you can create a demand dial interface to connect this router to other routers.",
CID_RW_ST_Explain,122,43,188,31
LTEXT "Press Next to continue.",CID_RW_ST_Explain2,122,85,188,
22
END
PID_CT_RouterConnectionType DIALOG DISCARDABLE 0, 0, 317, 143
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "Connect using a &modem, ISDN adapter, or other physical device.",
CID_CT_RB_Physical,"Button",BS_AUTORADIOBUTTON | BS_LEFT |
BS_TOP | BS_MULTILINE | WS_GROUP,21,16,248,15
CONTROL "Connect using &virtual private networking (VPN)",
CID_CT_RB_Virtual,"Button",BS_AUTORADIOBUTTON | BS_LEFT |
BS_TOP | BS_MULTILINE,21,35,248,15
CONTROL "Connect using PPP over Ethernet (PPPoE)",
CID_CT_RB_Broadband,"Button",BS_AUTORADIOBUTTON,21,55,
270,12
END
PID_VT_RouterVpnType DIALOG DISCARDABLE 0, 0, 317, 143
STYLE DS_MODALFRAME | WS_CHILD | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "&Automatic selection",CID_VT_RB_Automatic,"Button",
BS_AUTORADIOBUTTON | BS_LEFT | BS_TOP | BS_MULTILINE |
WS_GROUP,21,16,275,11
CONTROL "&Point to Point Tunneling Protocol (PPTP)",
CID_VT_RB_Pptp,"Button",BS_AUTORADIOBUTTON | BS_LEFT |
BS_TOP | BS_MULTILINE,21,35,275,11
CONTROL "&Layer 2 Tunneling Protocol (L2TP)",CID_VT_RB_L2tp,
"Button",BS_AUTORADIOBUTTON | BS_LEFT | BS_TOP |
BS_MULTILINE,21,54,275,11
END
PID_VD_RouterVpnDestination DIALOG DISCARDABLE 0, 0, 317, 143
STYLE DS_MODALFRAME | WS_CHILD | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Enter the name or IP address of the router to which you are connecting.",
CID_VD_ST_Explain,21,6,275,18
LTEXT "&Host name or IP address (such as microsoft.com or 157.54.0.1):",
CID_VD_ST_HostBoxLabel,21,35,275,8
EDITTEXT CID_VD_EB_NameOrAddress,21,47,275,14,ES_AUTOHSCROLL
END
PID_GE_RouterGeneralMultiple DIALOGEX 0, 0, 227, 215
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
CAPTION "General"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Connec&t using:",CID_GE_GB_ConnectUsing,7,7,193,8
CONTROL "",CID_GE_LV_Devices,"SysListView32",LVS_REPORT |
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDRAWFIXED |
LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | WS_BORDER |
WS_TABSTOP,7,17,193,44,WS_EX_CLIENTEDGE
PUSHBUTTON "&Up",CID_GE_PB_MoveUp,204,18,16,14,BS_ICON
PUSHBUTTON "&Down",CID_GE_PB_MoveDown,204,36,16,14,BS_ICON
CONTROL "A&ll devices call the same numbers",
CID_GE_CB_SharedPhoneNumber,"Button",BS_AUTOCHECKBOX |
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,68,137,20
PUSHBUTTON "C&onfigure...",CID_GE_PB_Configure,150,66,50,14
GROUPBOX "Sample type",CID_GE_GB_PhoneNumber,7,87,213,56,WS_GROUP
LTEXT "&Phone number:",CID_GE_ST_PhoneNumber,19,102,191,8
EDITTEXT CID_GE_EB_PhoneNumber,17,112,138,14,ES_AUTOHSCROLL
PUSHBUTTON "Alter&nates",CID_GE_PB_Alternates,161,112,50,14
CONTROL "Sho&w icon in notification area when connected",
CID_GE_CB_ShowIcon,"Button",BS_AUTOCHECKBOX | BS_TOP |
BS_MULTILINE | WS_TABSTOP,7,194,212,20
END
PID_GE_RouterGeneralSingle DIALOG DISCARDABLE 0, 0, 227, 215
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
CAPTION "General"
FONT 8, "MS Shell Dlg"
BEGIN
PUSHBUTTON "C&onfigure...",CID_GE_PB_Configure,170,38,50,14
LTEXT "&Phone number:",CID_GE_ST_PhoneNumber,8,72,194,8
EDITTEXT CID_GE_EB_PhoneNumber,8,83,152,14,ES_AUTOHSCROLL
PUSHBUTTON "Alter&nates",CID_GE_PB_Alternates,170,83,50,14
CONTROL "Sho&w icon in notification area when connected",
CID_GE_CB_ShowIcon,"Button",BS_AUTOCHECKBOX | BS_TOP |
BS_MULTILINE | WS_TABSTOP,7,194,213,10
LTEXT "Connec&t using:",CID_GE_GB_ConnectUsing,7,7,194,8
CONTROL "",CID_GE_LV_Device,"SysListView32",LVS_REPORT |
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDRAWFIXED |
LVS_ALIGNLEFT | LVS_NOSCROLL | LVS_NOCOLUMNHEADER |
LVS_NOSORTHEADER | WS_DISABLED | WS_BORDER,7,18,213,15
END
PID_SA_SharedAccessApplications DIALOGEX 0, 0, 227, 215
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Programs"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "The Internet connection on this computer has been customized to allow the following programs to run properly over your network:",
IDC_STATIC,7,7,213,24
CONTROL "List1",CID_SA_LV_Applications,"SysListView32",
LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS |
LVS_SORTASCENDING | LVS_OWNERDRAWFIXED |
LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,37,213,155,
WS_EX_CLIENTEDGE
PUSHBUTTON "A&dd...",CID_SA_PB_Add,7,197,67,14
PUSHBUTTON "Edi&t...",CID_SA_PB_Edit,80,197,67,14
PUSHBUTTON "D&elete",CID_SA_PB_Delete,153,197,67,14
END
PID_SS_SharedAccessServices DIALOGEX 0, 0, 227, 215
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Services"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "&Select the services running on your network that Internet users can access.",
IDC_STATIC,7,7,213,16
LTEXT "Services:",IDC_STATIC,7,27,27,8
CONTROL "List1",CID_SS_LV_Services,"SysListView32",LVS_REPORT |
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
LVS_OWNERDRAWFIXED | LVS_NOCOLUMNHEADER | WS_BORDER |
WS_TABSTOP,7,37,213,155,WS_EX_CLIENTEDGE
PUSHBUTTON "A&dd...",CID_SS_PB_Add,7,197,67,14
PUSHBUTTON "Edi&t...",CID_SS_PB_Edit,80,197,67,14
PUSHBUTTON "D&elete",CID_SS_PB_Delete,153,197,67,14
END
PID_FW_FirewallLogging DIALOGEX 0, 0, 227, 215
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Security Logging"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Logging Options:",IDC_STATIC,7,7,213,47
CONTROL "Log unsuccessful &inbound connection attempts",
CID_FL_CB_LogDroppedInbound,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,14,22,199,10
CONTROL "Log successful &outbound connections",
CID_FL_CB_LogOutboundConnections,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,14,36,199,10
GROUPBOX "Log file options:",IDC_STATIC,7,62,213,91
LTEXT "&Name:",IDC_STATIC,14,78,199,8
EDITTEXT CID_FL_EB_Filename,14,90,199,14,ES_READONLY
PUSHBUTTON "&Browse...",CID_FL_PB_Browse,163,108,50,14
LTEXT "&Size limit:",IDC_STATIC,14,133,30,8
EDITTEXT CID_FL_EB_Filesize,48,130,50,14,ES_AUTOHSCROLL |
ES_NUMBER
LTEXT "KB",IDC_STATIC,102,133,20,8
PUSHBUTTON "&Restore Defaults",CID_FL_PB_RestoreDefaults,145,197,75,
14
END
PID_FW_ICMP DIALOGEX 0, 0, 227, 215
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "ICMP"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "&Internet Control Message Protocol (ICMP) allows the computers on a network to share error and status information. Select the requests for information from the Internet that this computer will respond to:",
IDC_STATIC,7,7,213,32
CONTROL "IList1",CID_IC_LV_Settings,"SysListView32",LVS_REPORT |
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDRAWFIXED |
LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,45,213,100,
WS_EX_CLIENTEDGE
GROUPBOX "Description:",IDC_STATIC,7,156,213,55
LTEXT "",CID_IC_ST_Description,14,171,199,32
END
DID_SA_Application DIALOG DISCARDABLE 0, 0, 217, 164
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Program Settings"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Description of program running on your network:",
IDC_STATIC,7,7,203,8
EDITTEXT CID_SA_EB_Application,7,17,203,14,ES_AUTOHSCROLL
LTEXT "&Internet server port number:",IDC_STATIC,7,37,130,8
EDITTEXT CID_SA_EB_Port,7,47,113,14,ES_AUTOHSCROLL | ES_NUMBER
CONTROL "&TCP",CID_SA_PB_Tcp,"Button",BS_AUTORADIOBUTTON,128,47,
30,10
CONTROL "&UDP",CID_SA_PB_Udp,"Button",BS_AUTORADIOBUTTON,166,47,
31,10
LTEXT "&Listen for Internet server responses on port or port range:\n(for example: 1024-1209, 1300-1310, 1450)",
IDC_STATIC,7,77,203,16
LTEXT "T&CP:",IDC_STATIC,7,100,17,8
EDITTEXT CID_SA_EB_TcpResponse,48,97,162,14,ES_AUTOHSCROLL
LTEXT "UD&P:",IDC_STATIC,7,121,18,8
EDITTEXT CID_SA_EB_UdpResponse,48,117,162,14,ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,105,143,50,14
PUSHBUTTON "Cancel",IDCANCEL,160,143,50,14
END
DID_SS_Service DIALOG DISCARDABLE 0, 0, 217, 164
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Service Settings"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Description of service:",IDC_STATIC,7,7,203,8
EDITTEXT CID_SS_EB_Service,7,17,203,14,ES_AUTOHSCROLL
LTEXT "&Name or IP address (for example 192.168.0.12) of the computer hosting this service on your network:",
IDC_STATIC,7,37,178,16
EDITTEXT CID_SS_EB_Address,7,55,203,14,ES_AUTOHSCROLL
LTEXT "&Port number where this service resides:",IDC_STATIC,7,
85,203,8
EDITTEXT CID_SS_EB_Port,7,95,113,14,ES_AUTOHSCROLL | ES_NUMBER
CONTROL "&TCP",CID_SS_PB_Tcp,"Button",BS_AUTORADIOBUTTON,128,97,
30,10
CONTROL "&UDP",CID_SS_PB_Udp,"Button",BS_AUTORADIOBUTTON,166,97,
31,10
DEFPUSHBUTTON "OK",IDOK,105,143,50,14
PUSHBUTTON "Cancel",IDCANCEL,160,143,50,14
END
DID_CI_CustomIPSec DIALOG DISCARDABLE 0, 0, 263, 87
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "IPSec Settings"
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "OK",IDOK,122,60,50,14
PUSHBUTTON "Cancel",IDCANCEL,186,60,50,14
CONTROL "&Use pre-shared key for authentication",
CID_CI_CB_PresharedKey,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,21,15,193,10
LTEXT "&Key:",CID_CI_ST_Key,34,31,30,12
EDITTEXT CID_CI_EB_PSK,66,30,172,12,ES_AUTOHSCROLL
CONTROL "Allow certificiates from my user store in addition to machine certificates",
CID_CI_CB_UserCerts,"Button",BS_AUTOCHECKBOX |
WS_DISABLED | WS_TABSTOP,20,50,219,13
CONTROL "Use a specific certificate",CID_CI_CB_SpecificCerts,
"Button",BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,20,
60,210,10
PUSHBUTTON "Select",CID_CI_PB_Select,34,62,46,12,WS_DISABLED
COMBOBOX CID_CI_LB_CertsList,87,62,135,30,CBS_DROPDOWN | CBS_SORT |
WS_DISABLED | WS_VSCROLL | WS_TABSTOP
END
PID_DT_DefaultInternet DIALOG DISCARDABLE 0, 0, 321, 157
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "New Connection Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Type an ISP account name and password, then write down this information and store it in a safe place. (If you have forgotten an existing account name or password, contact your ISP.)",
CID_DT_HeadMessage,21,0,289,25
LTEXT "&User name:",CID_DT_ST_UserName,23,34,68,15
EDITTEXT CID_DT_EB_UserName,96,34,190,15,ES_AUTOHSCROLL
LTEXT "&Password:",CID_DT_ST_Password,23,55,68,13
EDITTEXT CID_DT_EB_Password,96,54,190,15,ES_PASSWORD |
ES_AUTOHSCROLL
LTEXT "&Confirm password:",CID_DT_ST_Password2,23,74,68,13
EDITTEXT CID_DT_EB_Password2,96,73,190,15,ES_PASSWORD |
ES_AUTOHSCROLL
CONTROL "U&se this account name and password when anyone connects to the Internet from this computer",
CID_DT_CB_UseSharedCredentials,"Button",BS_AUTOCHECKBOX |
BS_LEFT | BS_TOP | BS_MULTILINE | WS_TABSTOP,23,91,275,
17
CONTROL "&Make this the default Internet connection",
CID_DT_CB_Default,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
23,110,281,14
CONTROL "&Turn on Internet Connection Firewall for this connection",
CID_DT_CB_Firewall,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
23,130,282,14
END
DID_SA_DisableFirewallWarning DIALOG DISCARDABLE 0, 0, 258, 78
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Internet Connection Firewall"
FONT 8, "MS Shell Dlg"
BEGIN
ICON 32515,IDC_STATIC,7,7,20,20
LTEXT "Turning off the Internet Connection Firewall could expose your computer to unauthorized access over the Internet. Are you sure you want to turn it off?",
IDC_STATIC,46,7,204,24
CONTROL "&Do not show this dialog again",
CID_SA_PB_DisableFirewallWarning,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,46,39,204,10
DEFPUSHBUTTON "&Yes",IDYES,77,57,50,14
PUSHBUTTON "&No",IDNO,131,57,50,14
END
PID_CN_ConnectionName DIALOG DISCARDABLE 0, 0, 312, 144
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "New Connection Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Type the name of the ISP in the following text box.",
CID_CN_ST_HMsg,17,2,288,11
LTEXT "N&ame:",CID_CN_Name,17,17,72,11
EDITTEXT CID_CN_EB_ConnectionName,17,32,222,14,ES_AUTOHSCROLL
LTEXT "The name you type here will be the name of the connection you are creating.",
CID_CN_ST_HMsg2,17,52,276,30
END
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//
#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO DISCARDABLE
BEGIN
DID_DU_DialUpNetworking, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 229
TOPMARGIN, 7
BOTTOMMARGIN, 56
END
PID_GE_GeneralMultiple, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 220
TOPMARGIN, 7
BOTTOMMARGIN, 208
END
PID_GE_GeneralSingle, DIALOG
BEGIN
BOTTOMMARGIN, 210
END
PID_LO_Security, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 220
TOPMARGIN, 7
BOTTOMMARGIN, 208
END
PID_CB_CallbackSettings, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 220
TOPMARGIN, 7
BOTTOMMARGIN, 208
END
PID_AD_AutoDial, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 220
TOPMARGIN, 7
BOTTOMMARGIN, 208
END
DID_AQ_AutoDialQuery, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 241
TOPMARGIN, 7
BOTTOMMARGIN, 159
END
DID_UA_RetryAuthenticationUD, DIALOG
BEGIN
RIGHTMARGIN, 214
BOTTOMMARGIN, 168
END
DID_DP_DialProgress, DIALOG
BEGIN
RIGHTMARGIN, 210
BOTTOMMARGIN, 58
END
DID_DE_DialError, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 252
TOPMARGIN, 7
BOTTOMMARGIN, 127
END
PID_IN_InterfaceName, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
BOTTOMMARGIN, 136
END
PID_SS_ServerSettings, DIALOG
BEGIN
RIGHTMARGIN, 310
BOTTOMMARGIN, 140
END
PID_RP_RouterPhoneNumber, DIALOG
BEGIN
RIGHTMARGIN, 310
BOTTOMMARGIN, 140
END
PID_RC_RouterScripting, DIALOG
BEGIN
BOTTOMMARGIN, 143
END
PID_RA_RouterIpAddress, DIALOG
BEGIN
RIGHTMARGIN, 310
BOTTOMMARGIN, 141
END
PID_RN_RouterModemAdapter, DIALOG
BEGIN
RIGHTMARGIN, 310
BOTTOMMARGIN, 140
END
PID_RF_RouterFinish, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
BOTTOMMARGIN, 136
END
PID_NS_RouterNameServers, DIALOG
BEGIN
RIGHTMARGIN, 310
BOTTOMMARGIN, 140
END
PID_DO_RouterDialOut, DIALOG
BEGIN
BOTTOMMARGIN, 137
END
PID_DI_RouterDialIn, DIALOG
BEGIN
RIGHTMARGIN, 310
BOTTOMMARGIN, 137
END
PID_OE_Options, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 220
TOPMARGIN, 7
BOTTOMMARGIN, 208
END
DID_AN_AlternateNumbers, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 220
TOPMARGIN, 7
BOTTOMMARGIN, 219
END
DID_CE_ComplexPhoneEditor, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 213
TOPMARGIN, 7
END
PID_RD_Router, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 208
TOPMARGIN, 7
BOTTOMMARGIN, 219
END
PID_US_Users, DIALOG
BEGIN
LEFTMARGIN, 8
RIGHTMARGIN, 309
BOTTOMMARGIN, 135
END
DID_CA_CustomAuth, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 236
TOPMARGIN, 7
BOTTOMMARGIN, 226
END
DID_DR_DialerUDN, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 221
TOPMARGIN, 7
BOTTOMMARGIN, 256
END
DID_DR_DialerUDNL, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 221
TOPMARGIN, 7
BOTTOMMARGIN, 270
END
DID_DR_DialerUD, DIALOG
BEGIN
BOTTOMMARGIN, 222
END
DID_DR_DialerUNL, DIALOG
BEGIN
BOTTOMMARGIN, 251
END
DID_DR_DialerUN, DIALOG
BEGIN
BOTTOMMARGIN, 237
END
DID_DR_DialerU, DIALOG
BEGIN
RIGHTMARGIN, 227
BOTTOMMARGIN, 205
END
DID_DR_DialerINL, DIALOG
BEGIN
BOTTOMMARGIN, 193
END
PID_NE_Network, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 220
TOPMARGIN, 7
BOTTOMMARGIN, 208
END
DID_NE_AddComponent, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 255
TOPMARGIN, 7
BOTTOMMARGIN, 119
END
DID_NE_PppSettings, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 205
TOPMARGIN, 7
BOTTOMMARGIN, 52
END
PID_DA_VpnDestination, DIALOG
BEGIN
LEFTMARGIN, 21
RIGHTMARGIN, 297
TOPMARGIN, 1
END
PID_PN_PublicNetwork, DIALOG
BEGIN
LEFTMARGIN, 21
RIGHTMARGIN, 297
VERTGUIDE, 32
TOPMARGIN, 1
END
PID_GH_GuestHost, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
TOPMARGIN, 7
BOTTOMMARGIN, 136
END
PID_DN_DccDevice, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
TOPMARGIN, 7
BOTTOMMARGIN, 136
END
PID_LA_NameAndType, DIALOG
BEGIN
VERTGUIDE, 21
VERTGUIDE, 296
END
PID_CO_Connections, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 220
TOPMARGIN, 7
BOTTOMMARGIN, 208
END
DID_ZE_StringEditor, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 220
TOPMARGIN, 7
END
DID_CR_CallbackRouter, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 220
TOPMARGIN, 7
BOTTOMMARGIN, 208
END
PID_OE_OptionsRouter, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 220
TOPMARGIN, 7
BOTTOMMARGIN, 209
END
PID_SW_SharedAccess, DIALOG
BEGIN
VERTGUIDE, 21
TOPMARGIN, 1
END
PID_SP_SharedLan, DIALOG
BEGIN
VERTGUIDE, 21
TOPMARGIN, 1
HORZGUIDE, 35
HORZGUIDE, 46
END
PID_SC_SmartCard, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
TOPMARGIN, 7
BOTTOMMARGIN, 136
END
PID_RW_RouterWelcome, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
BOTTOMMARGIN, 136
END
PID_CT_RouterConnectionType, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
BOTTOMMARGIN, 136
END
PID_VT_RouterVpnType, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
BOTTOMMARGIN, 136
END
PID_VD_RouterVpnDestination, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
BOTTOMMARGIN, 136
END
PID_GE_RouterGeneralMultiple, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 220
TOPMARGIN, 7
BOTTOMMARGIN, 88
END
PID_GE_RouterGeneralSingle, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 220
TOPMARGIN, 7
BOTTOMMARGIN, 204
END
PID_SA_SharedAccessApplications, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 220
TOPMARGIN, 7
BOTTOMMARGIN, 208
HORZGUIDE, 27
HORZGUIDE, 37
HORZGUIDE, 97
END
PID_SS_SharedAccessServices, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 220
TOPMARGIN, 7
BOTTOMMARGIN, 208
HORZGUIDE, 27
HORZGUIDE, 37
HORZGUIDE, 97
END
PID_FW_FirewallLogging, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 220
TOPMARGIN, 7
BOTTOMMARGIN, 208
HORZGUIDE, 27
HORZGUIDE, 37
HORZGUIDE, 97
END
PID_FW_ICMP, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 220
TOPMARGIN, 7
BOTTOMMARGIN, 208
HORZGUIDE, 27
HORZGUIDE, 37
HORZGUIDE, 97
END
DID_SA_Application, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 210
VERTGUIDE, 48
VERTGUIDE, 105
VERTGUIDE, 160
TOPMARGIN, 7
BOTTOMMARGIN, 157
HORZGUIDE, 17
HORZGUIDE, 37
HORZGUIDE, 47
HORZGUIDE, 64
HORZGUIDE, 77
HORZGUIDE, 97
HORZGUIDE, 104
HORZGUIDE, 117
HORZGUIDE, 125
END
DID_SS_Service, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 210
VERTGUIDE, 105
VERTGUIDE, 160
TOPMARGIN, 7
BOTTOMMARGIN, 157
HORZGUIDE, 17
HORZGUIDE, 37
HORZGUIDE, 47
HORZGUIDE, 64
HORZGUIDE, 77
HORZGUIDE, 87
END
DID_CI_CustomIPSec, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 256
TOPMARGIN, 7
BOTTOMMARGIN, 80
END
PID_DT_DefaultInternet, DIALOG
BEGIN
RIGHTMARGIN, 318
VERTGUIDE, 21
BOTTOMMARGIN, 156
END
PID_CN_ConnectionName, DIALOG
BEGIN
RIGHTMARGIN, 310
BOTTOMMARGIN, 143
END
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE DISCARDABLE
BEGIN
SID_MA_Subtitle "This is the device that will be used to make the connection."
SID_MA_Title "Select a Device"
SID_MlinkNeedsPpp "Multiple Lines cannot be bundled unless you are calling a PPP server."
SID_Modem "Modem"
SID_ModemNotInstalled "The modem is not installed."
SID_Mppe128bit "Microsoft Point-to-Point Encryption, 128 bit RSA/RC4"
SID_Mppe40bit "Microsoft Point-to-Point Encryption, 40 bit RSA/RC4"
SID_MultiLink "Multiple Lines"
SID_MultiLinkNumber "(Press Configure to set)"
SID_NA_Subtitle "You may enter fixed DNS and WINS addresses."
SID_NA_Title "Name Server Addresses"
SID_NR_FT_Amb "Down-level RAS"
SID_NR_FT_Ppp "PPP"
SID_NR_FT_PppLcp "PPP multi-link"
SID_NR_FT_Slip "SLIP"
SID_Nbf "NetBEUI"
END
STRINGTABLE DISCARDABLE
BEGIN
SID_NewPhonebook "A personal phonebook has been created and initialized with the contents of the system phonebook."
SID_NoAltPath "No alternate phonebook is selected."
SID_NoConfigure "That device cannot be dynamically configured."
SID_NoDeleteConnected "The entry cannot be deleted because it is connected."
SID_NoEntrySelected "No entry is selected. Press the New button to create an entry."
SID_NoIpAddress "A non-zero IP address must be supplied when 'specify an IP address' is selected."
SID_NoX25Address "An X.25 Address is required when an X.25 dial-up network or X.25 device is selected."
SID_NoneSelected "(none)"
SID_NotUnique "'%1' is already in the list."
SID_AuthPasswordAndData "Secure my password and my data"
SID_NpNotInstalled "The %1 protocol cannot be selected because it is not installed or is disabled for Remote Access. To change, in Control Panel start Network, choose Services page, Remote Access Properties, and press the Network button."
SID_OP_CachePw "Cannot save password."
SID_OP_DisplayData "Cannot display data."
SID_OP_GetADialInfo "Cannot get auto-dial information."
SID_OP_LoadDlg "Cannot load dialog."
SID_OP_UnshareConnection "Cannot disable shared access."
END
STRINGTABLE DISCARDABLE
BEGIN
SID_ProjectionResult2 "Press Accept to use the connection as is, or Hang Up to disconnect."
SID_ProtocolsInfo "Point-to-point protocol settings to use when %1 initiates a demand dial connection on interface %2:"
SID_SavePasswordFrndly "[To change the saved password, click here]"
END
STRINGTABLE DISCARDABLE
BEGIN
SID_OP_LoadPage "Cannot load property page."
SID_OP_LoadPhonebook "Cannot load phonebook."
SID_OP_LoadPortInfo "Cannot load RAS Manager port information."
SID_OP_LoadPrefs "Cannot read user preferences from registry."
SID_OP_LoadScriptInfo "Cannot load script information."
SID_OP_LoadScriptLog "Cannot view script.log with notepad.exe"
SID_OP_LoadSwitchEditor "Cannot edit switch.inf with notepad.exe"
SID_OP_LoadTapiInfo "Cannot load TAPI information."
SID_OP_LoadX25Info "Cannot load X.25 information."
SID_OP_MakePhonebook "Cannot create new phonebook."
SID_OP_ShareConnection "Cannot enable shared access."
SID_OP_RasDial "Cannot connect the phonebook entry."
SID_OP_RasGetBuffer "Cannot get send/receive buffer."
SID_OP_RasGetInfo "Cannot get status information for a port."
SID_OP_RasGetProtocolInfo "Cannot retrieve protocol information."
SID_OP_RasPortReceive "Cannot receive buffer from device."
END
STRINGTABLE DISCARDABLE
BEGIN
SID_OP_RasPortSend "Cannot send buffer to device."
SID_OP_RetrievingData "Cannot retrieve data."
SID_OP_SaveTapiInfo "Cannot save TAPI information."
SID_OP_SavingData "Cannot save data."
SID_OP_ScriptHalted "The script has halted."
SID_OP_ScriptHaltedOnError
"The script has halted due to an error. Do you wish to view the error log?"
SID_OP_SetADialInfo "Cannot set auto-dial information."
SID_OP_UncachePw "Cannot delete saved password."
SID_OP_WritePhonebook "Cannot write phonebook."
SID_OP_WritePrefs "Writing preferences to registry"
SID_OP_WriteShortcutFile "Cannot write the shortcut file."
SID_OkLabel "OK"
SID_PA_Subtitle "What is your ISP's phone number?"
SID_PA_Title "Phone Number to Dial"
SID_PasswordMismatch "The Password and Confirm password fields do not match."
SID_PasswordsDontMatch "The New Password and Confirm New Password fields do not match."
END
STRINGTABLE DISCARDABLE
BEGIN
SID_RasNeedsNbf "NetBEUI protocol is required to call older RAS servers."
SID_RasWithoutNbf "Before you can call older RAS servers you must install the NetBEUI protocol. NetBEUI can be installed with the Control Panel Network applet."
SID_RedialLabel "&Redial"
SID_RemoveCP "You have chosen to disable one or more transports. Doing so requires the routing managers and routing protocols for the disabled transports to be removed from this demand-dial interface.\nClick Yes if you want to conti \n \n\n\n\n\n\nnue, or No if you want to re-enable the transports."
SID_SW_Title "Internet Connection Sharing"
SID_RouterDialInAccount "Demand-dial interface dial-in account."
SID_RouterDialOut "You now need to set the dial-out credentials that interface '%1' will use when connecting to the remote router. These credentials must match the dial-in credentials configured on the remote router. When connecting to a \n \n\n\n\n\n\nWindows NT4/2000 router, the user name must also match the interface name of the remote router."
SID_RouterHelpFile "mpradmin.hlp"
SID_RouterHuntCheckLabel
"&Move successful number or address to the top of the list on connection"
SID_RouterHuntItemLabel "&New phone number or address:"
SID_RouterHuntListLabel "&Phone numbers or addresses:"
END
STRINGTABLE DISCARDABLE
BEGIN
SID_RouterHuntTitle "Numbers and Addresses"
SID_ST_Ppp "PPP: Windows 95/98/NT4/2000, Internet"
SID_DataEncNone "None"
SID_ST_Slip "SLIP: Unix Connection"
SID_S_AllDevicesConnected "All devices connected."
SID_S_AuthAck "Receiving registration result..."
SID_S_AuthCallback "Sending callback information..."
SID_S_AuthChangePassword "Sending new password..."
SID_S_AuthLinkSpeed "Calculating link speed..."
SID_S_AuthNotify "Checking authentication status..."
SID_S_AuthProject "Registering your computer on the network..."
SID_S_AuthRetry "Retrying authentication..."
SID_S_Authenticate "Verifying username and password..."
SID_S_Authenticated "Authenticated."
SID_S_ConnectDevice "Connecting through %1..."
SID_S_ConnectModemNoNum "Dialing..."
END
STRINGTABLE DISCARDABLE
BEGIN
SID_S_ConnectModemOperator "Modems connecting..."
SID_S_ConnectNull "Connecting over cable..."
SID_S_ConnectNumber "Dialing %1..."
SID_S_ConnectPad "Connecting over X.25 to %1..."
SID_S_ConnectPostSwitch "Postconnecting through %1..."
SID_S_ConnectPreSwitch "Preconnecting through %1..."
SID_S_Connected "Connected."
SID_S_DeviceConnected "Device connected."
SID_S_Disconnected "Disconnected."
SID_S_ModemConnected "Modem connected."
SID_S_NullConnected "Cable connected."
SID_S_OpenPort "Opening port..."
SID_S_PadConnected "X.25 connected."
SID_S_PortOpened "Port opened."
SID_S_PostSwitchConnected "Postconnect complete."
SID_S_PreSwitchConnected "Preconnect complete."
END
STRINGTABLE DISCARDABLE
BEGIN
SID_ConfirmViewScriptLog
"Syntax errors were found in the script. Do you wish to view the error log?"
SID_ConnectComplete "'%1' is now connected. "
SID_ConnectComplete1 "Right-click the Dial-Up Networking Monitor on the task bar to hang up or check the status of your connection."
SID_Connected "Connected successfully."
SID_CustomAuthConfigRequired
"The custom authentication method selected must be initialized by pressing Properties."
SID_CutDefExt "lnk"
SID_CutDescription "Dial-up shortcut files (*.rnk)"
SID_CutFilter "*.rnk"
SID_CutTitle "Create Dial-Up Shortcut"
SID_DE_LinkFailed "Link to %1 failed. Reconnect pending..."
SID_DS_CantGetFraming "Cannot retrieve framing information."
SID_DS_CantGetPortInfo "Cannot retrieve port information."
SID_DS_CantGetProjection "Cannot retrieve projection information."
SID_DS_CantGetRasconnList "Cannot load connection list."
SID_DS_Client "Client:"
END
STRINGTABLE DISCARDABLE
BEGIN
SID_Time20m "20 minutes"
SID_CN_SubtitleWork "Specify a name for this connection to your workplace."
SID_NetworkApplicationSettings "Network Application Settings"
SID_CN_HMsgWork "Type a name for this connection in the following box."
SID_CN_HMsgDccGuest "Type the name of the other computer in the following box."
SID_CN_HMsgInternet "Type the name of your ISP in the following box."
SID_CN_SubtitleInternet "What is the name of the service that provides your Internet connection?"
SID_SS_TypeAddress "Please type the IP address of the server computer on the private network."
SID_SharedAccessSettings "Advanced Settings"
SID_BadEntryWithDot "The entry name begins with a period. or contains some invalid characters. \nChoose a different name."
SID_PropertiesHeader "Properties"
END
STRINGTABLE DISCARDABLE
BEGIN
SID_DS_Details "Details"
SID_DS_Device "Device:"
SID_DS_Network "Network:"
SID_DS_NotConnected "(not connected)"
SID_DU_Dial "&Connect..."
SID_DU_HangUp "Hang &Up"
SID_DefaultEntryName "Dial-up Connection"
SID_DefaultModemSettings "Modem configuration set to defaults"
SID_DefaultPort "COM1"
SID_DefaultRouterEntryName "Remote Router"
SID_DeviceColHead "Modem or device"
SID_DialOutUserName "Please enter a username for this interface's account on the remote router."
SID_DuplicateEntry "An entry named %1 already exists. Choose a different name."
SID_EC_Subtitle "You may want to allow sending your password without encryption."
SID_EC_Title "Password Encryption"
SID_EN_Subtitle "The wizard is ready to create your connection."
END
STRINGTABLE DISCARDABLE
BEGIN
SID_Channel " channel"
SID_SC_Title "Smart Cards"
SID_SC_Subtitle "You can use your smart card with this connection."
SID_DefaultDccEntryName "Direct Connection"
SID_SelectDevice "Please select a device for this connection."
SID_LargeFontName "Verdana Bold"
SID_LargeFontSize "12"
SID_CT_Title "Connection Type"
SID_CT_Subtitle "Select the type of demand dial interface you want to create."
SID_RN_Title "Select a device"
SID_RN_Subtitle "This is the device that will be used to make the connection."
END
STRINGTABLE DISCARDABLE
BEGIN
SID_FriendlyComPort "Communications Port"
END
STRINGTABLE DISCARDABLE
BEGIN
SID_DialerHelpCmdLine "hh.exe netcfg.chm::/trouble_all.htm"
SID_DefaultVpnEntryName "Virtual Private Connection"
SID_LO_DescPhysAny "Use any form of authentication required including clear text. Do not encrypt data."
SID_LO_DescPhysPassword "Use any form of authentication that requires passwords to be encrypted. Do not encrypt data."
SID_TypeEntryName "Please type a name for the entry."
SID_LO_DescPhysPassData "Encrypt passwords and data."
SID_TypePortNumber "Please type a port number between 1 and 65535."
SID_LO_DescPhysCustom "Specify custom authentication and data encryption with the Settings button."
SID_LO_DescVpnNormal "Use any form of authentication that requires encrypted passwords. Do not encrypt data."
SID_LO_DescVpnSecure "Encrypt passwords and data."
SID_LO_DescVpnCustom "Specify custom authentication and data encryption with the Settings button."
SID_DuplicatePortNumber "The port number is already used by another entry.\nPlease enter a unique port number."
SID_TypeResponseList "Please enter one or more ports for incoming responses."
SID_NoDeleteSelection "Please select the entry to be deleted."
SID_Time1s "1 second"
SID_NoModifySelection "Please select the entry to be modified."
END
STRINGTABLE DISCARDABLE
BEGIN
SID_CN_SubtitleDccGuest "What is the name of the other computer you are connecting to?"
END
STRINGTABLE DISCARDABLE
BEGIN
SID_ICMP_IMASK "Allow incoming mask request"
SID_ICMP_IROUT "Allow incoming router request"
SID_ICMP_ODEST "Allow outgoing destination unreachable"
SID_ICMP_OQNCH "Allow outgoing source quench"
SID_ICMP_OPRAM "Allow outgoing parameter problem"
SID_ICMP_OTIME "Allow outgoing time exceeded"
SID_ICMP_XRDRT "Allow redirect"
SID_FwbDefExt "log"
SID_FwbFilter "*.log"
SID_FwbFilterDesc "Firewall log files (*.log)"
SID_FwbTitle "Browse"
SID_SA_SelectAdapter "Select a private network connection"
END
STRINGTABLE DISCARDABLE
BEGIN
SID_SA_SelectAdapterError
"To enable Internet Connection Sharing a connection must be selected for the private network. Please select a connection from the list of available connections."
SID_ICMP_IECHO_DESC "Messages sent to this computer will be repeated back to the sender. This is commonly used for troubleshooting, for example, to ping a machine."
SID_ICMP_ITIME_DESC "Data sent to this computer can be acknowledged with a confirmation message indicating the time that the data was received."
SID_ICMP_IMASK_DESC "This computer will listen for and respond to requests for more information about the public network to which it is attached."
SID_ICMP_IROUT_DESC "This computer will respond to requests for information about the routes it recognizes."
SID_ICMP_ODEST_DESC "Data sent over the Internet that fails to reach this computer due to an error will be discarded and acknowledged with a ""destination unreachable"" message explaining the failure."
SID_ICMP_OQNCH_DESC "When this computer's ability to process incoming data cannot keep up with the rate of a transmission, data will be dropped and the sender will be asked to slow down."
SID_ICMP_OPRAM_DESC "When this computer discards data it has received due to a problematic header, it will reply to the sender with a ""bad header"" error message."
SID_ICMP_OTIME_DESC "When this computer discards an incomplete data transmission because the entire transmission required more time than allowed, it will reply to the sender with a ""time expired"" message."
SID_ICMP_XRDRT_DESC "Data sent from this computer will be rerouted if the default path changes."
SID_FwbInvalidSize "The value entered for the log file size is not valid. Enter a value between 1 and 32767 k."
END
STRINGTABLE DISCARDABLE
BEGIN
SID_SA_NoWMIError "Because the Windows Management Instrumentation (WMI) service has been disabled, Windows cannot display the properties of this connection or the home network.\n\nTo configure the properties of this connection or your home network, you must first enable the WMI service. To do this, in the Administrative Tools control panel, double-click Services, right-click Windows Management Instrumentation, and then click Start."
SID_SA_StoreError "Windows cannot display the properties of this connection. The Windows Management Instrumentation (WMI) information might be corrupted. To correct this, use System Restore to restore Windows to an earlier time (called a restore point). System Restore is located in the System Tools folder in Accessories."
SID_ICMP_IECHO "Allow incoming echo request"
SID_ICMP_ITIME "Allow incoming timestamp request"
END
STRINGTABLE DISCARDABLE
BEGIN
SID_EN_Title "Finished"
SID_EcbnLabel "Phone &number:"
SID_EcbnTitle "Call Me Back At"
SID_EditAlternateTitle "Edit Alternate Phone Number"
SID_EditConnected "Since this connection is currently active, some settings will not take effect until the next time you dial it."
SID_EmptyLogonPb "There are no connections available to all users. You must logon before dialing."
SID_EmptyPhonebook "The phonebook is empty.\n\nPress OK to add an entry."
SID_EncryptionBanned "Due to import/export restrictions, data encryption is not available in this version of Windows."
SID_EnterX25Address "Please enter an X.25 address on the next screen."
SID_FMT_Error "Error %1: %2"
SID_FMT_ErrorMsg "%1\n\nError %2: %3"
SID_FMT_ErrorMsgDiag "%1\n\nError %2: %3\nDiagnostic: %4"
SID_FMT_ErrorMsgExt "%1\n\nError %2: %3\nFail Code: %4"
SID_FMT_ErrorMsgF1 "%1\n\nError %2: %3\n\nPress F1 for more information."
SID_FMT_ErrorMsgName "%1\n\nError %2: %3\nName: %4"
SID_FMT_ErrorMsgProject "%1\n\n%4"
END
STRINGTABLE DISCARDABLE
BEGIN
SID_StatusColHead "Status"
SID_SuffixItemLabel "&New suffix:"
SID_SuffixListLabel "&Suffixes:"
SID_SuffixTitle "Phone Number Suffixes"
SID_TC_Subtitle "You can go on to choose special settings, if necessary."
SID_TC_Title "Custom Settings"
SID_T_ManualDialTerminal "Manual Modem Command Terminal"
SID_T_PostconnectTerminal "After Dial Terminal"
SID_T_PreconnectTerminal "Before Dial Terminal"
SID_T_SlipTerminal "SLIP Login Terminal"
SID_Time10m "10 minutes"
SID_Time10s "10 seconds"
SID_Time1h "1 hour"
SID_Time1m "1 minute"
SID_Time24h "24 hours"
SID_Time2h "2 hours"
END
STRINGTABLE DISCARDABLE
BEGIN
SID_Time2m "2 minutes"
SID_Time30m "30 minutes"
SID_Time30s "30 seconds"
SID_Time3s "3 seconds"
SID_Time4h "4 hours"
SID_Time4m "4 minutes"
SID_Time5m "5 minutes"
SID_Time5s "5 seconds"
SID_Time8h "8 hours"
SID_TimeNever "never"
SID_US_Subtitle "You can make the new connection available to any user or only to yourself."
SID_US_Title "Connection Availability"
SID_UnMultiLink "Discard multiple line settings for the entry?"
SID_UnknownDevice "Unavailable device"
SID_UpLogonTitle "Logon Preferences"
SID_UpTitle "Dial-up Preferences"
END
STRINGTABLE DISCARDABLE
BEGIN
SID_X25 "X.25"
SID_X25Pad "X.25 PAD"
SID_SW_Subtitle "You can let other computers access resources through this dial-up connection."
SID_DA_Title "VPN Server Selection"
SID_OP_EnableDemandDial "Cannot enable on-demand dialing."
SID_DA_Subtitle "What is the name or address of the VPN server?"
SID_OP_DisableDemandDial "Cannot disable on-demand dialing."
SID_PN_Title "Public Network"
SID_PN_Subtitle "Windows can make sure the public network is connected first."
SID_DefaultVpnPort "VPN1"
SID_SP_Title "Internet Connection Sharing"
SID_SP_Subtitle "You can let a local network access resources through this dial-up connection."
SID_GH_Title "Host or Guest?"
SID_ChangeSharedConnection
"Internet Connection Sharing is currently enabled for connection '%1'.\n\nIt will now be enabled for connection '%2' instead."
SID_GH_Subtitle "To connect two computers, your computer must be identified as either a host or a guest."
SID_EnableSharedAccess "When Internet Connection Sharing is enabled, your LAN adapter will be set to use IP address 192.168.0.1. Your computer may lose connectivity with other computers on your network. If these other computers have static IP addresses, you should set them to obtain their IP addresses automatically. Are you sure you want to enable Internet Connection Sharing?"
END
STRINGTABLE DISCARDABLE
BEGIN
SID_DN_Title "Select a Device"
SID_DN_Subtitle "This is the device that will be used to make the connection."
SID_ConnectButton "&Connect"
SID_DataEncServerDetermine "Let the server determine encryption"
SID_DataEncAlways "Always encrypt my data"
SID_DataEncMppe40 "Use MPPE-40 data encryption"
SID_DataEncMppe128 "Use MPPE-128 data encryption"
SID_MschapOrEapRequired "The current encryption selection requires MS-CHAP or EAP authentication."
SID_CustAuthMsgTitle "Custom Authentication Message"
SID_S_ConnectVpn "Connecting to %1..."
SID_CN_Title "Connection Name"
SID_ST_VpnAuto "Automatic"
SID_ST_VpnPptp "PPTP VPN"
SID_ST_VpnL2tp "L2TP IPSec VPN"
SID_LA_Subtitle "Select the type of the connection."
SID_LA_Title "Type of Connection"
END
STRINGTABLE DISCARDABLE
BEGIN
SID_DialNeeded "Dial devices only as needed"
SID_AuthExplain "Enter a user name and password with access to the remote network domain."
SID_SharingConflict "Network Address Translation (NAT) is currently installed as a routing protocol,\nand must be removed before enabling Internet Connection Sharing.\nTo remove Network Address Translation, open the Routing and Remote Access Manager\nsnapin and expand the router's entry in the left pane.\nDelete the Network Address Translation routing protocol from the list of IP\nrouting protocols."
SID_BadAreaCode "The area code must contain only the digits 0 to 9."
SID_BadEntry "The entry name must contain at least one non-blank character and cannot begin with a period. Choose a different name."
SID_BadIpAddrRange "You must choose a value from %1 to %2 for this field."
SID_CannotLoadConfigDll "The custom authentication configuration DLL could not be loaded. Make sure the custom authentication package is correctly installed."
SID_CantHangUpRouter "The connection selected was established by the Multiprotocol router.\nPlease use the 'Routing and RAS Admin' tool to hang up the connection."
SID_CommentColHead "Comment"
SID_ConfigDllApiFailed "The custom authentication package configuration failed."
SID_ConfigureIp "TCP/IP is not installed or is disabled for Routing and Remote Access. In Control Panel, start Network, go to the Services page, choose 'Routing and Remote Access Service' Properties, and press the Network button."
SID_ConfigureIpx "IPX is not installed or is disabled for Routing and Remote Access. You can install/enable IPX by viewing the properties of any connection in ""Connections"" folder."
SID_ConfirmDelDevice "Remove the selected device(s) from the list?"
SID_ConfirmDelEntry "Delete %1 from the phonebook?"
SID_ConfirmHangUp "Disconnect from %1?"
SID_ConfirmShortcut "A file named %1 already exists. Overwrite it?"
END
STRINGTABLE DISCARDABLE
BEGIN
SID_S_PrepareForCallback "Preparing for callback..."
SID_S_Projected "Checking network protocol connections..."
SID_S_ReAuthenticate "Verifying username and password..."
SID_S_SubConnected "Connected, bundling additional lines"
SID_S_Unknown "Unknown state."
SID_S_WaitForCallback "Waiting for callback..."
SID_S_WaitForModemReset "Waiting for modem reset..."
SID_SavePreview "Make the phone number change permanent?"
SID_ScpDefExt "scp"
SID_ScpFilter "*.scp"
SID_ScpFilterDesc "Dial-up script files (*.scp)"
SID_ScpTitle "Browse Dial-Up Scripts"
SID_SelectOneLink "You must check at least one modem or adapter."
SID_SharedPhoneNumber "Phone number"
SID_SlipNeedsIp "TCP/IP protocol is required to call SLIP servers."
SID_SlipWithoutIp "Before you can call SLIP servers you must install the TCP/IP protocol. TCP/IP can be installed with the Control Panel Network applet."
END
STRINGTABLE DISCARDABLE
BEGIN
SID_PbkDefExt "pbk"
SID_PbkDescription "Phonebook files (*.pbk)"
SID_PbkFilter "*.pbk"
SID_PbkTitle "Open Phonebook"
SID_PeTitleClone "Clone Phonebook Entry"
SID_PeTitleEdit "Edit Phonebook Entry"
SID_PeTitleNew "New Phonebook Entry"
SID_PhoneNumberColHead "Phone number"
SID_PhoneNumbersColHead "Phone numbers"
SID_PopupTitle "Network Connections"
SID_PppNeedsProtocol "You must select at least one network protocol."
SID_PppWithoutProtocol "Before you can call PPP servers you must install a network protocol with the Control Network applet."
SID_PrefixItemLabel "&New prefix:"
SID_PrefixListLabel "&Prefixes:"
SID_PrefixTitle "Phone Number Prefixes"
SID_ProjectionResult1 "One or more requested network protocols did not connect successfully.\n\n"
END
STRINGTABLE DISCARDABLE
BEGIN
SID_AQ_DoNotDialLabel "&No, do not dial"
SID_AQ_Text "You (or a program) have requested information from %1. Which connection do you want to use?"
SID_AddAlternateTitle "Add Alternate Phone Number"
SID_DialOnlyFirst "Dial only first available device"
SID_DialAll "Dial all devices"
END
STRINGTABLE DISCARDABLE
BEGIN
SID_Ip "TCP/IP"
SID_IpsecDefault "IPSec, default policy"
SID_Ipx "IPX/SPX or compatible"
SID_IsCurLoc " (the current location)"
SID_Isdn "ISDN"
SID_IsdnAdapter "All available ISDN lines multi-linked"
SID_IsdnLineType0 "64K Digital"
SID_IsdnLineType1 "56K Digital"
SID_IsdnLineType2 "56K Voice"
SID_LG_Subtitle "You may need a special procedure before connecting."
SID_LG_Title "Choose Logon Options"
SID_LS_PercentFmt "%d%%"
SID_LinkPhoneNumber "Phone number for %s"
SID_LocationItemLabel "&New location:"
SID_LocationListLabel "&Locations:"
SID_LocationTitle "Locations"
END
STRINGTABLE DISCARDABLE
BEGIN
SID_FMT_ErrorMsgResp "%1\n\nError %2: %3\nResponse: %4"
SID_FMT_FailCode "Fail Code: 0x%1\n"
SID_FMT_Name "Name: %1\n"
SID_FMT_ProjectError "%1 CP reported error %2: %3\n"
SID_FMT_ProjectOk "%1 CP connected successfully.\n"
SID_FP_Subtitle "You can choose which dial-up protocol to use."
SID_FP_Title "Choose Dial-up Protocol"
SID_FinishWizard "Press Finish to save '%1'."
SID_HelpFile "netcfg.hlp"
SID_HuntCheckLabel "&Move successful number to the top of the list on connection"
SID_HuntItemLabel "&New phone number:"
SID_HuntListLabel "&Phone numbers:"
SID_HuntTitle "Phone Numbers"
SID_IA_Subtitle "You may enter a fixed IP address."
SID_IA_Title "IP Address"
SID_InternetWithoutIp "The Internet protocols (TCP/IP), are not installed or are disabled for Remote Access. In Control Panel, start Network, go to the Services page, choose 'Remote Access Service' Properties, and press the Network button."
END
STRINGTABLE DISCARDABLE
BEGIN
SID_RP_Title "Phone Number"
SID_RP_Subtitle "Enter the phone number of the remote server or router you are calling."
SID_VT_Title "VPN Type"
SID_VT_Subtitle "Select the type of VPN interface you want to create."
SID_VD_Title "Destination Address"
SID_VD_Subtitle "What is the name or address of the remote router?"
SID_RA_Title "IP Address"
SID_RA_Subtitle "Configure this router's IP address for this interface."
SID_NS_Title "Name Server Addresses"
SID_NS_Subtitle "Configure DNS and WINS addresses for use by this interface."
SID_RC_Title "Router Scripting"
SID_RC_Subtitle "You can set up a scripting for connecting to the remote router."
SID_DI_Title "Dial In Credentials"
SID_DI_Subtitle "Configure the user name and password that the remote router will use when it dials in to this server."
END
STRINGTABLE DISCARDABLE
BEGIN
SID_DT_Title "Internet Account Information"
SID_DT_Subtitle "You will need an account name and password to sign in to your Internet account."
SID_NeedEapKeys "The selected EAP package does not provide encryption keys. Select an EAP package that does provide keys or select not to encrypt."
SID_MsChapRequired "The current encryption selection requires EAP or some version of MS-CHAP logon security methods."
SID_SS_Title "Protocols and Security"
SID_SS_Subtitle "Select transports and security options for this connection."
SID_OptionalAuthQuery "The protocols you have selected include PAP, SPAP, and/or CHAP. If one of these is negotiated, data encryption will not occur. Do you want to keep these settings?"
SID_VI_ST_Explain "To connect to '%1', you must first be connected to '%2'. Do you want to connect to '%2' now?"
SID_S_ConnectParallel "Connecting over parallel cable..."
SID_S_ConnectIrda "Connecting over infrared..."
SID_S_ParallelConnected "Parallel cable connected."
SID_S_IrdaConnected "Infrared connected."
SID_NoStrongEncryption "This connection was configured to use a data encryption strength that is not supported by the installed software. The security properties of this connection have been reset to the available encryption strengths."
SID_NE_VpnServerLabel "Typ&e of VPN:"
SID_MissingUserName "Please enter a user name."
SID_DR_GlobalPassword "This user name and password will be saved for your own use. There is already a user name and password saved for all other users of this connection. Do you want to delete the user name and password saved for all other users?"
END
STRINGTABLE DISCARDABLE
BEGIN
SID_OP_LoadRasAccessDenied
"Your user account does not have permission to use this connection. Usually, this is because you are logged in as Guest."
SID_DT_HMsgWork "Type an account name and password. (If you have forgotten an existing account name or password, contact your network administrator.)"
SID_CN_NameDccGuest "Computer N&ame"
SID_CN_NameInternet "ISP N&ame"
SID_CN_NameWork "Company N&ame"
SID_PA_SubtitleWork "What is the phone number you will use to make this connection?\n"
END
STRINGTABLE DISCARDABLE
BEGIN
SID_CN_HMsgWork2 "For example, you could type the name of your workplace or the name of a server you will connect to."
SID_DT_TitleWork "Account Information"
SID_NE_Reboot "The controls on this property sheet are disabled because the system must first be rebooted before any configuration changes can be made."
SID_NE_ReadOnly "The controls on this property sheet are disabled because one or more other Network property sheets are already open. To use these controls, close all these property sheets and then reopen this one."
SID_NE_AccessDenied "Some of the controls on this property sheet are disabled because you do not have sufficient privileges to access them."
SID_ReplyMessageFmt "The following message was received from your service provider:\r\n\r\n%1"
SID_DR_ReconnectTitle "Reconnect %1"
SID_BS_Title "Service Name"
SID_BS_Subtitle "What is the name of the service that provides your broadband connection?"
SID_DT_SubtitleWork "You will need an account name and password to sign on to your account"
SID_DefaultBbPort "PPPOE1-0"
SID_ST_BbPppoe "Point-to-Point Protocol over Ethernet (PPPoE)"
SID_NE_BbServerLabel "Type of &broadband connection to make:"
END
STRINGTABLE DISCARDABLE
BEGIN
SID_DefaultBbEntryName "Broadband Connection"
SID_HavetoEnterPSK "You have selected to use a preshared key but you have not entered one. \nPlease enter a preshared key."
SID_OP_CredCommit "Cannot Commit Credentials"
END
STRINGTABLE DISCARDABLE
BEGIN
SID_DO_Title "Dial Out Credentials"
SID_DO_Subtitle "Configure the user name and password to be used when connecting to the remote router."
SID_IN_Title "Interface Name"
SID_IN_Subtitle "Select the name by which this new interface will be known."
SID_NoDevices "No available devices"
SID_RouterUserExists "A user account named %1 already exists on the local computer. Should the demand dial interface be configured to use this user account?"
SID_NoAuthForSlip "There are no security protocol settings for SLIP server connections."
SID_AuthUnsecured "Allow unsecured password"
SID_AuthSecured "Require secured password"
SID_AuthCardOrCert "Use smart card"
SID_NoAuthChecked "You must select at least one password authentication protocol."
SID_DE_None "No encryption allowed (server will disconnect if it requires encryption)"
SID_DE_IfPossible "Optional encryption (connect even if no encryption)"
SID_DE_Require "Require encryption (disconnect if server declines)"
SID_DE_RequireMax "Maximum strength encryption (disconnect if server declines)"
SID_EncEnabled " (encryption enabled)"
END
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////