1271 lines
61 KiB
Plaintext
1271 lines
61 KiB
Plaintext
|
//+ -------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsft Windows
|
||
|
//
|
||
|
// Copyright (C) Microsoft Corporation, 1999 - 1999
|
||
|
//
|
||
|
// File: rraswiz.rc
|
||
|
//
|
||
|
//--------------------------------------------------------------------------
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// Dialog
|
||
|
//
|
||
|
IDD_TEST_NEWWIZ_PARAMS DIALOG DISCARDABLE 0, 0, 168, 203
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "New RRAS Install Wizard Parameters"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "New RRAS Install Wizard Parameters",IDC_STATIC,7,5,149,
|
||
|
22
|
||
|
CONTROL "Is the snapin running locally?",IDC_NEWWIZ_TEST_LOCAL,
|
||
|
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,27,112,10
|
||
|
CONTROL "Is DNS on the private interface?",IDC_NEWWIZ_TEST_DNS,
|
||
|
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,40,119,10
|
||
|
CONTROL "Is DHCP on the private interface?",IDC_NEWWIZ_TEST_DHCP,
|
||
|
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,53,124,10
|
||
|
CONTROL "Is the machine a member of a domain?",
|
||
|
IDC_NEWWIZ_TEST_DOMAIN,"Button",BS_AUTOCHECKBOX |
|
||
|
WS_TABSTOP,13,66,142,10
|
||
|
CONTROL "Is SharedAccess (ICS) already running?",
|
||
|
IDC_NEWWIZ_TEST_SHAREDACCESS,"Button",BS_AUTOCHECKBOX |
|
||
|
WS_TABSTOP,13,79,144,10
|
||
|
LTEXT "Number of NICS:",IDC_STATIC,13,105,54,10
|
||
|
EDITTEXT IDC_NEWWIZ_TEST_EDIT_NUMNICS,79,102,40,14,ES_AUTOHSCROLL
|
||
|
LTEXT "Protocols Installed",IDC_STATIC,7,128,62,8
|
||
|
CONTROL "IP",IDC_NEWWIZ_TEST_USE_IP,"Button",BS_AUTOCHECKBOX |
|
||
|
WS_TABSTOP,13,140,23,10
|
||
|
CONTROL "IPX",IDC_NEWWIZ_TEST_USE_IPX,"Button",BS_AUTOCHECKBOX |
|
||
|
WS_TABSTOP,13,151,27,10
|
||
|
CONTROL "AppleTalk",IDC_NEWWIZ_TEST_USE_ATLK,"Button",
|
||
|
BS_AUTOCHECKBOX | WS_TABSTOP,13,162,48,10
|
||
|
DEFPUSHBUTTON "OK",IDOK,59,182,50,14
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_WELCOME DIALOG DISCARDABLE 0, 0, 317, 193
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Welcome to the Routing and Remote Access Server Setup Wizard",
|
||
|
IDC_NEWWIZ_BIGTEXT,115,8,189,24
|
||
|
LTEXT "This wizard helps you set up your server so that you can connect to other networks and allow connections from remote clients.",
|
||
|
IDC_STATIC,115,39,189,28
|
||
|
LTEXT "To continue, click Next.",IDC_STATIC,115,70,189,8
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_COMMONCONFIG DIALOG DISCARDABLE 0, 0, 317, 143
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
CONTROL "&Internet connection server",IDC_NEWWIZ_CONFIG_BTN_NAT,
|
||
|
"Button",BS_AUTORADIOBUTTON | BS_LEFT | BS_TOP |
|
||
|
BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,0,275,10
|
||
|
CONTROL "&Remote access server",IDC_NEWWIZ_CONFIG_BTN_RAS,"Button",
|
||
|
BS_AUTORADIOBUTTON | BS_LEFT | BS_TOP | BS_MULTILINE,21,
|
||
|
25,275,10
|
||
|
CONTROL "&Virtual private network (VPN) server",
|
||
|
IDC_NEWWIZ_CONFIG_BTN_VPN,"Button",BS_AUTORADIOBUTTON |
|
||
|
BS_LEFT | BS_TOP | BS_MULTILINE,21,50,275,11
|
||
|
CONTROL "Ne&twork router",IDC_NEWWIZ_CONFIG_BTN_ROUTER,"Button",
|
||
|
BS_AUTORADIOBUTTON | BS_LEFT | BS_TOP | BS_MULTILINE,21,
|
||
|
75,275,9
|
||
|
CONTROL "&Manually configured server",
|
||
|
IDC_NEWWIZ_CONFIG_BTN_MANUAL,"Button",BS_AUTORADIOBUTTON |
|
||
|
BS_LEFT | BS_TOP | BS_MULTILINE,21,100,275,9
|
||
|
LTEXT "Enable all of the computers on this network to connect to the Internet.",
|
||
|
IDC_STATIC,33,11,263,8
|
||
|
LTEXT "Enable remote computers to dial in to this network.",
|
||
|
IDC_STATIC,33,36,263,8
|
||
|
LTEXT "Enable remote computers to connect to this network through the Internet.",
|
||
|
IDC_STATIC,33,61,263,8
|
||
|
LTEXT "Enable this network to communicate with other networks.",
|
||
|
IDC_STATIC,33,86,263,8
|
||
|
LTEXT "Start the server with default settings.",IDC_STATIC,33,
|
||
|
111,263,8
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_NAT_S_CONFLICT DIALOG DISCARDABLE 20, 30, 317, 186
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Completing the Routing and Remote Access Server Setup Wizard",
|
||
|
IDC_NEWWIZ_BIGTEXT,115,7,195,24
|
||
|
LTEXT "Internet Connection Sharing (ICS) and/or Internet Connection Firewall (ICF) is already enabled on this computer.",
|
||
|
IDC_STATIC,145,39,165,17
|
||
|
ICON "",IDC_NEWWIZ_ICON_INFORMATION,115,39,21,20
|
||
|
LTEXT "To find out which connection is shared and/or firewalled, open the Network Connections folder and view the properties of each of your connections.",
|
||
|
IDC_STATIC,145,62,165,25
|
||
|
LTEXT "To close this wizard, click Finish.",IDC_STATIC,145,93,
|
||
|
169,18
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_NAT_S_CONFLICT_NONLOCAL DIALOG DISCARDABLE 20, 30, 317, 186
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Completing the Routing and Remote Access Server Setup Wizard",
|
||
|
IDC_NEWWIZ_BIGTEXT,115,7,195,24
|
||
|
LTEXT "Internet Connection Sharing (ICS) and/or Internet Connection Firewall (ICF) is already enabled on %s.",
|
||
|
IDC_NEWWIZ_TEXT_SERVER_NAME_2,145,39,165,17
|
||
|
LTEXT "To close this wizard, click Finish.",IDC_STATIC,145,101,
|
||
|
165,8
|
||
|
ICON "",IDC_NEWWIZ_ICON_INFORMATION,115,39,20,20
|
||
|
LTEXT "To find out which connection is shared and/or firewalled, log on to %s locally as an administrator, open the Network Connections folder, and view the properties of each of your connections.",
|
||
|
IDC_NEWWIZ_TEXT_SERVER_NAME,145,62,165,34
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_NAT_A_CONFLICT DIALOG DISCARDABLE 20, 30, 317, 186
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Cannot Continue",IDC_NEWWIZ_BIGTEXT,115,7,195,24
|
||
|
LTEXT "This wizard cannot continue because Internet Connection Sharing (ICS) and/or Internet Connection Firewall (ICF) is already enabled on this computer.",
|
||
|
IDC_STATIC,145,39,165,32
|
||
|
ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,115,39,20,20
|
||
|
LTEXT "Remove ICS/ICF from the connection, and then run this wizard again.",
|
||
|
IDC_STATIC,145,78,165,18
|
||
|
LTEXT "To close this wizard, click Finish.",IDC_STATIC,145,101,
|
||
|
165,20
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_NAT_A_CONFLICT_NONLOCAL DIALOG DISCARDABLE 20, 30, 317, 186
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Cannot Continue",IDC_NEWWIZ_BIGTEXT,115,7,195,24
|
||
|
LTEXT "This wizard cannot continue because Internet Connection Sharing (ICS) and/or Internet Connection Firewall (ICF) is already enabled on %s.",
|
||
|
IDC_NEWWIZ_TEXT_SERVER_NAME_2,145,39,165,39
|
||
|
LTEXT "To close this wizard, click Finish.",IDC_STATIC,145,109,
|
||
|
165,8
|
||
|
ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,115,39,20,20
|
||
|
LTEXT "Log on to %s locally as an administrator, remove ICS/ICF from the connection, and then run this wizard again.",
|
||
|
IDC_NEWWIZ_TEXT_SERVER_NAME,145,79,165,26
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_NAT_NOIP DIALOG DISCARDABLE 20, 30, 317, 186
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Cannot Continue",IDC_NEWWIZ_BIGTEXT,115,7,195,24
|
||
|
LTEXT "This wizard cannot continue because Internet Protocol (IP) is not installed on this server.",
|
||
|
IDC_STATIC,145,39,165,19
|
||
|
ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,115,39,20,20
|
||
|
LTEXT "Install IP from the Network Connections folder, and then run this wizard again.",
|
||
|
IDC_STATIC,145,62,165,19
|
||
|
LTEXT "To close this wizard and display Help about installing IP, click Finish.",
|
||
|
IDC_STATIC,145,87,165,18
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_NAT_NOIP_NONLOCAL DIALOG DISCARDABLE 20, 30, 317, 186
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Cannot Continue",IDC_NEWWIZ_BIGTEXT,115,7,195,24
|
||
|
LTEXT "This wizard cannot continue because Internet Protocol (IP) is not installed on %s.",
|
||
|
IDC_NEWWIZ_TEXT_SERVER_NAME_2,145,39,165,17
|
||
|
LTEXT "To close this wizard, click Finish.",IDC_STATIC,145,93,
|
||
|
165,8
|
||
|
ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,115,39,20,20
|
||
|
LTEXT "Log on to %s locally as an administrator, install IP from the Network Connections folder, and then run this wizard again.",
|
||
|
IDC_NEWWIZ_TEXT_SERVER_NAME,145,62,165,26
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_NAT_CHOOSE DIALOG DISCARDABLE 0, 0, 317, 143
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
CONTROL "Set up &Internet connection sharing (ICS)",
|
||
|
IDC_NEWWIZ_BTN_SIMPLE,"Button",BS_AUTORADIOBUTTON |
|
||
|
BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,15,275,
|
||
|
10
|
||
|
CONTROL "Set up a &router with the Network Address Translation (NAT) routing protocol",
|
||
|
IDC_NEWWIZ_BTN_ADVANCED,"Button",BS_AUTORADIOBUTTON |
|
||
|
BS_LEFT | BS_TOP | BS_MULTILINE,21,50,275,10
|
||
|
LTEXT "Select this option to connect a single network (for example, a small office or a home network) to the Internet.",
|
||
|
IDC_STATIC,33,27,263,18
|
||
|
LTEXT "Select this option when you have multiple network connections or when you need routing protocols or demand-dial connections.",
|
||
|
IDC_STATIC,33,62,261,21,NOT WS_GROUP
|
||
|
LTEXT "Select a setup method based on the complexity of your network.",
|
||
|
IDC_STATIC,21,0,275,8
|
||
|
END
|
||
|
|
||
|
|
||
|
IDD_NEWRTRWIZ_NAT_A_PUBLIC DIALOG DISCARDABLE 0, 0, 317, 143
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
CONTROL "&Use the selected Internet connection",
|
||
|
IDC_NEWWIZ_BTN_EXISTING,"Button",BS_AUTORADIOBUTTON |
|
||
|
BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,0,275,
|
||
|
10
|
||
|
CONTROL "Create a new &demand-dial Internet connection",
|
||
|
IDC_NEWWIZ_BTN_NEW,"Button",BS_AUTORADIOBUTTON | BS_TOP |
|
||
|
BS_MULTILINE | WS_TABSTOP,20,83,276,10
|
||
|
LTEXT "&Internet connection:",IDC_STATIC,33,12,64,8,WS_TABSTOP
|
||
|
CONTROL "List1",IDC_NEWWIZ_LIST,"SysListView32",LVS_REPORT |
|
||
|
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
|
||
|
LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER |
|
||
|
WS_TABSTOP,33,22,263,55
|
||
|
LTEXT "A demand-dial connection is activated by this server as needed to send data to or receive data from the Internet. You will create a demand-dial connection later in this wizard.",
|
||
|
IDC_STATIC,33,95,263,25
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_NAT_A_PRIVATE DIALOG DISCARDABLE 0, 0, 317, 143
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Select the routing interface for the network that should have access to the Internet.",
|
||
|
IDC_STATIC,21,0,275,9
|
||
|
LTEXT "&Routing interfaces:",IDC_STATIC,21,15,60,8,WS_TABSTOP
|
||
|
CONTROL "List1",IDC_NEWWIZ_LIST,"SysListView32",LVS_REPORT |
|
||
|
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
|
||
|
LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER |
|
||
|
WS_TABSTOP,21,25,275,55
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_NAT_A_NONICS_FINISH DIALOG DISCARDABLE 0, 0, 317, 193
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Cannot Continue",IDC_NEWWIZ_BIGTEXT,115,7,195,24
|
||
|
LTEXT "To close this wizard, click Finish.",IDC_STATIC,145,78,
|
||
|
165,8
|
||
|
ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,115,39,20,20
|
||
|
LTEXT "This wizard cannot continue because no network connections were detected on this server. Shut down this computer and install a network adapter, and then run this wizard again.",
|
||
|
IDC_STATIC,145,39,165,36
|
||
|
END
|
||
|
|
||
|
|
||
|
IDD_NEWRTRWIZ_NAT_A_DHCPDNS DIALOG DISCARDABLE 0, 0, 317, 143
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Windows didn't detect name and address services (DNS and DHCP) on this network. How do you want to obtain these services?",
|
||
|
IDC_STATIC,21,0,275,18
|
||
|
CONTROL "&Enable basic name and address services",
|
||
|
IDC_NEWWIZ_NAT_USE_SIMPLE,"Button",BS_AUTORADIOBUTTON |
|
||
|
BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,23,275,
|
||
|
10
|
||
|
CONTROL "&I will set up name and address services later",
|
||
|
IDC_NEWWIZ_NAT_USE_EXTERNAL,"Button",BS_AUTORADIOBUTTON |
|
||
|
BS_TOP | BS_MULTILINE,21,58,275,10
|
||
|
LTEXT "Routing and Remote Access assigns addresses automatically and forwards name resolution requests to a DNS server on the Internet.",
|
||
|
IDC_STATIC,33,35,263,17
|
||
|
LTEXT "Choose this option if you have set up the Active Directory on your network, or if you have DHCP or DNS servers in your network.",
|
||
|
IDC_STATIC,33,70,263,17
|
||
|
END
|
||
|
|
||
|
|
||
|
IDD_NEWRTRWIZ_NAT_A_DHCP_WARNING DIALOG DISCARDABLE 0, 0, 317, 143
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Routing and Remote Access will provide an address to any computer on your network which requests one. These addresses will be selected from the range defined below.",
|
||
|
IDC_STATIC,7,0,276,19
|
||
|
LTEXT "Network Address:",IDC_STATIC,20,24,57,8
|
||
|
LTEXT "255.255.255.255",IDC_NEWWIZ_TEXT_SUBNET,81,24,70,8
|
||
|
LTEXT "Network Mask:",IDC_STATIC,20,36,49,8
|
||
|
LTEXT "255.255.255.255",IDC_NEWWIZ_TEXT_MASK,81,37,70,8
|
||
|
LTEXT "This address range was generated from the IP address of your network adapter. You can change the address range by defining a new static address for this network adapter through the Network Connections Folder.",
|
||
|
IDC_STATIC,7,52,276,26
|
||
|
LTEXT "Click Next if the address range is acceptable. Click Cancel if you wish to exit the wizard in order to define a new static address.",
|
||
|
IDC_STATIC,7,83,276,21
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_NAT_A_DD_WARNING DIALOG DISCARDABLE 0, 0, 317, 143
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "You chose to create a demand-dial connection. To start the Demand Dial Interface wizard, Windows will save the information you supplied and start Routing and Remote Access.",
|
||
|
IDC_STATIC,20,0,276,26
|
||
|
LTEXT "To start Routing and Remote Access and the Demand Dial Interface wizard, click Next.",
|
||
|
IDC_STATIC,20,31,276,20
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_NAT_A_EXTERNAL_FINISH DIALOG DISCARDABLE 0, 0, 317, 193
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Completing the Routing and Remote Access Server Setup Wizard",
|
||
|
IDC_NEWWIZ_BIGTEXT,115,7,189,20
|
||
|
LTEXT "You have successfully configured a router to provide shared access to the Internet for your network.",
|
||
|
IDC_STATIC,115,39,189,19
|
||
|
LTEXT "<interfacename>",IDC_NEWWIZ_TEXT_INTERFACE_1,125,91,175,
|
||
|
8
|
||
|
LTEXT "NAT relies on external DNS and DHCP servers. Confirm that these services are configured properly.",
|
||
|
IDC_STATIC,115,107,185,18
|
||
|
LTEXT "To close this wizard, click Finish.",IDC_STATIC,116,146,
|
||
|
149,8
|
||
|
LTEXT "The NAT routing protocol was installed on the following interface serving the Internet:",
|
||
|
IDC_STATIC,125,71,175,17
|
||
|
CONTROL "&Display Help about NAT when I close this wizard",
|
||
|
IDC_NEWWIZ_CHK_HELP,"Button",BS_AUTOCHECKBOX | BS_TOP |
|
||
|
BS_MULTILINE | WS_TABSTOP,116,130,192,13
|
||
|
LTEXT "Summary:",IDC_STATIC,115,59,32,8
|
||
|
LTEXT "h",IDC_NEWWIZ_BULLET_1,115,71,8,8
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_NAT_A_FINISH DIALOG DISCARDABLE 0, 0, 317, 193
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Completing the Routing and Remote Access Server Setup Wizard",
|
||
|
IDC_NEWWIZ_BIGTEXT,115,7,189,20
|
||
|
LTEXT "You have successfully configured a router to provide shared access to the Internet for your network.",
|
||
|
IDC_STATIC,115,39,189,19
|
||
|
LTEXT "Summary:",IDC_STATIC,115,62,32,8
|
||
|
LTEXT "The NAT routing protocol was installed on the following interface serving the Internet: ",
|
||
|
IDC_STATIC,125,73,185,17
|
||
|
LTEXT "<interface name here>",IDC_NEWWIZ_TEXT_INTERFACE_1,125,
|
||
|
93,185,8
|
||
|
LTEXT "Basic name and address services are enabled on %s. ",
|
||
|
IDC_NEWWIZ_TEXT_SERVER_NAME,125,105,185,18
|
||
|
LTEXT "To close this wizard, click Finish.",IDC_STATIC,115,128,
|
||
|
114,8
|
||
|
LTEXT "h",IDC_NEWWIZ_BULLET_1,115,73,8,8
|
||
|
LTEXT "h",IDC_NEWWIZ_BULLET_2,115,105,8,8
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_NAT_A_DD_ERROR DIALOG DISCARDABLE 0, 0, 317, 193
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Cannot Complete",IDC_STATIC,115,7,195,24
|
||
|
LTEXT "To close this wizard, click Finish.",IDC_STATIC,145,132,
|
||
|
165,8
|
||
|
LTEXT "The Demand Dial Interface wizard returned the following error: %s",
|
||
|
IDC_NEWWIZ_TEXT_ERROR,145,39,166,35
|
||
|
ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,115,39,20,20
|
||
|
LTEXT "After this wizard finishes, create a demand-dial connection to the Internet and set up NAT for that connection.",
|
||
|
IDC_STATIC,145,101,165,25
|
||
|
LTEXT "Network Address Translation (NAT) was not set up for the intended demand-dial connection.",
|
||
|
IDC_STATIC,145,78,165,19
|
||
|
END
|
||
|
|
||
|
|
||
|
IDD_NEWRTRWIZ_RAS_CHOOSE DIALOG DISCARDABLE 0, 0, 317, 143
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
CONTROL "Set up a ba&sic remote access server",
|
||
|
IDC_NEWWIZ_BTN_SIMPLE,"Button",BS_AUTORADIOBUTTON |
|
||
|
WS_GROUP | WS_TABSTOP,21,15,152,10
|
||
|
CONTROL "Set up an &advanced remote access server",
|
||
|
IDC_NEWWIZ_BTN_ADVANCED,"Button",BS_AUTORADIOBUTTON,21,
|
||
|
50,160,10
|
||
|
LTEXT "Select this option to create a standalone server that will have simplified administrative control.",
|
||
|
IDC_STATIC,34,27,262,19
|
||
|
LTEXT "Select this option to create a server that will have advanced administrative features such as remote access policies, or if you plan to add this server to a domain.",
|
||
|
IDC_STATIC,34,62,262,26
|
||
|
LTEXT "Select a configuration type based on the complexity of your network.",
|
||
|
IDC_STATIC,21,0,216,8
|
||
|
END
|
||
|
|
||
|
|
||
|
IDD_NEWRTRWIZ_RAS_A_NEED_PROT DIALOG DISCARDABLE 0, 0, 317, 193
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Cannot Continue",IDC_NEWWIZ_BIGTEXT,115,7,195,24
|
||
|
LTEXT "This wizard cannot continue because the required protocols are not available on this server.",
|
||
|
IDC_STATIC,145,39,165,18
|
||
|
LTEXT "To close this wizard and display Help about installing protocols, click Finish.",
|
||
|
IDC_STATIC,145,93,165,27
|
||
|
ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,114,39,20,20
|
||
|
LTEXT "Add the required protocols from the Network Connections folder, and then run this wizard again.",
|
||
|
IDC_STATIC,145,62,165,28
|
||
|
END
|
||
|
|
||
|
|
||
|
IDD_NEWRTRWIZ_RAS_A_NEED_PROT_NONLOCAL DIALOG DISCARDABLE 0, 0, 317, 193
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Cannot Continue",IDC_NEWWIZ_BIGTEXT,115,7,195,24
|
||
|
LTEXT "This wizard cannot continue because the required protocols are not available on %s. Add the required protocols, and then run this wizard again.",
|
||
|
IDC_STATIC,145,39,165,37
|
||
|
LTEXT "To close this wizard, click Finish.",IDC_STATIC,145,109,
|
||
|
164,8
|
||
|
LTEXT "To add protocols, log on to %s as an administrator and then open the Network Connections folder.",
|
||
|
IDC_NEWWIZ_TEXT_SERVER_NAME,145,78,165,26
|
||
|
ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,115,39,20,20
|
||
|
END
|
||
|
|
||
|
|
||
|
IDD_NEWRTRWIZ_RAS_A_PROTOCOLS DIALOG DISCARDABLE 0, 0, 317, 143
|
||
|
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Verify that the protocols required on this server for remote clients are listed below.",
|
||
|
IDC_STATIC,21,0,275,8
|
||
|
LTEXT "&Protocols:",IDC_STATIC,21,15,32,8
|
||
|
CONTROL "List1",IDC_NEWWIZ_LIST,"SysListView32",LVS_REPORT |
|
||
|
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
|
||
|
LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | WS_BORDER |
|
||
|
WS_TABSTOP,21,25,275,44
|
||
|
CONTROL "&Yes, all of the required protocols are on this list",
|
||
|
IDC_NEWWIZ_BTN_YES,"Button",BS_AUTORADIOBUTTON | BS_TOP |
|
||
|
BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,78,275,10
|
||
|
CONTROL "N&o, I need to add protocols",IDC_NEWWIZ_BTN_NO,"Button",
|
||
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,91,282,10
|
||
|
END
|
||
|
|
||
|
|
||
|
IDD_NEWRTRWIZ_RAS_A_NONICS DIALOG DISCARDABLE 0, 0, 317, 143
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
CONTROL "&Yes, I want to install a network adapter",
|
||
|
IDC_NEWWIZ_BTN_YES,"Button",BS_AUTORADIOBUTTON | BS_TOP |
|
||
|
BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,38,275,10
|
||
|
CONTROL "&No, I am setting up a standalone server with no access to a network ",
|
||
|
IDC_NEWWIZ_BTN_NO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
|
||
|
BS_MULTILINE,21,51,275,10
|
||
|
LTEXT "Remote clients cannot access your network because this server does not have network connections. ",
|
||
|
IDC_STATIC,21,0,275,18
|
||
|
LTEXT "Do you want this server to provide access to a network?",
|
||
|
IDC_STATIC,21,23,275,8
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_RAS_A_FINISH_NONICS DIALOG DISCARDABLE 0, 0, 317, 193
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Cannot Continue",IDC_NEWWIZ_BIGTEXT,115,7,195,24
|
||
|
ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,115,39,20,20
|
||
|
LTEXT "To close this wizard, click Finish.",IDC_STATIC,145,78,
|
||
|
165,8
|
||
|
LTEXT "This wizard cannot continue because no network connections were detected on this server. Shut down this computer and install a network adapter, and then run this wizard again.",
|
||
|
IDC_STATIC,145,39,165,34
|
||
|
END
|
||
|
|
||
|
|
||
|
|
||
|
IDD_NEWRTRWIZ_RAS_A_ATALK DIALOG DISCARDABLE 0, 0, 317, 143
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Macintosh users can connect to the server by using name and password authentication or the Guest account. To allow use of the Guest account, you must allow unauthenticated access to this server.",
|
||
|
IDC_STATIC,21,0,275,25
|
||
|
ICON IDI_WARNING_SMALL,IDC_NEWWIZ_ICON,14,31,21,20
|
||
|
LTEXT "If you allow unauthenticated access to this server, non-Macintosh clients can also access it without presenting credentials such as user name and password.",
|
||
|
IDC_STATIC,36,31,259,19
|
||
|
CONTROL "&Allow unauthenticated access for all remote clients",
|
||
|
IDC_NEWWIZ_CHECKBOX,"Button",BS_AUTOCHECKBOX |
|
||
|
WS_TABSTOP,21,54,275,10
|
||
|
END
|
||
|
|
||
|
|
||
|
IDD_NEWRTRWIZ_RAS_A_ADDRESSING DIALOG DISCARDABLE 0, 0, 317, 143
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "How do you want IP addresses to be assigned to remote clients?",
|
||
|
IDC_STATIC,21,0,275,12
|
||
|
CONTROL "&Automatically",IDC_NEWWIZ_BTN_YES,"Button",
|
||
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
|
||
|
WS_TABSTOP,21,15,273,10
|
||
|
CONTROL "&From a specified range of addresses",IDC_NEWWIZ_BTN_NO,
|
||
|
"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,
|
||
|
50,275,10
|
||
|
LTEXT "If you use a DHCP server to assign addresses, confirm that it is configured properly. If you do not use a DHCP server, this server will generate the addresses.",
|
||
|
IDC_STATIC,33,27,263,18
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_RAS_A_ADDRESSING_NONICS DIALOG DISCARDABLE 0, 0, 317, 143
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
CONTROL "&Automatically",IDC_NEWWIZ_BTN_YES,"Button",
|
||
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
|
||
|
WS_TABSTOP,21,15,275,11
|
||
|
CONTROL "&From a specified range of addresses",IDC_NEWWIZ_BTN_NO,
|
||
|
"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,
|
||
|
28,275,10
|
||
|
LTEXT "How do you want IP addresses to be assigned to remote clients?",
|
||
|
IDC_STATIC,21,0,275,12
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_RAS_A_ADDRESSPOOL DIALOG DISCARDABLE 0, 0, 318, 143
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "&Address ranges:",IDC_STATIC,21,23,276,8
|
||
|
CONTROL "List1",IDC_NEWWIZ_LIST,"SysListView32",LVS_REPORT |
|
||
|
LVS_SINGLESEL | LVS_SHOWSELALWAYS |
|
||
|
LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER |
|
||
|
WS_TABSTOP,21,33,276,65
|
||
|
PUSHBUTTON "Ne&w...",IDC_NEWWIZ_BTN_NEW,138,101,50,14
|
||
|
PUSHBUTTON "&Edit...",IDC_NEWWIZ_BTN_EDIT,192,101,51,14
|
||
|
PUSHBUTTON "&Delete",IDC_NEWWIZ_BTN_DELETE,247,101,50,14
|
||
|
LTEXT "Enter the address ranges (static pools) that you want to use. This server will assign all of the addresses in the first range before continuing to the next.",
|
||
|
IDC_STATIC,21,0,276,17
|
||
|
END
|
||
|
|
||
|
|
||
|
IDD_NEWRTRWIZ_RAS_A_NETWORK DIALOG DISCARDABLE 0, 0, 317, 143
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Remote clients must be assigned to one network for addressing, dial-up access, and other purposes. Select the appropriate network connection from the list below.",
|
||
|
IDC_STATIC,21,0,275,19
|
||
|
LTEXT "Network &connections:",IDC_STATIC,21,23,70,8
|
||
|
CONTROL "List1",IDC_NEWWIZ_LIST,"SysListView32",LVS_REPORT |
|
||
|
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
|
||
|
LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER |
|
||
|
WS_TABSTOP,21,33,275,55
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_RAS_A_USERADIUS DIALOG DISCARDABLE 0, 0, 317, 143
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
CONTROL "N&o, I don't want to set up this server to use RADIUS now",
|
||
|
IDC_NEWWIZ_BTN_NO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
|
||
|
BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,46,275,10
|
||
|
CONTROL "&Yes, I want to use a RADIUS server",IDC_NEWWIZ_BTN_YES,
|
||
|
"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,
|
||
|
59,275,10
|
||
|
LTEXT "A Remote Authentication Dial-In User Service (RADIUS) server provides a central authentication database for multiple remote access servers and collects accounting information about remote connections.",
|
||
|
IDC_STATIC,21,0,275,28
|
||
|
LTEXT "Do you want to set up this remote access server to use an existing RADIUS server?",
|
||
|
IDC_STATIC,21,31,275,8
|
||
|
ICON IDI_INFORMATION_SMALL,IDC_NEWWIZ_ICON,14,82,20,20
|
||
|
LTEXT "Windows provides a RADIUS solution called Internet Authentication Service (IAS) as an optional component that you can install through Add/Remove Programs.",
|
||
|
IDC_STATIC,36,82,259,25
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_RAS_A_RADIUS_CONFIG DIALOG DISCARDABLE 0, 0, 317, 143
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Enter the primary and alternate RADIUS servers that this server will use for remote authentication and accounting.",
|
||
|
IDC_STATIC,21,0,275,19
|
||
|
LTEXT "&Primary RADIUS server:",IDC_STATIC,21,26,76,8
|
||
|
EDITTEXT IDC_NEWWIZ_EDIT_PRIMARY,118,23,178,14,ES_AUTOHSCROLL
|
||
|
LTEXT "&Alternate RADIUS server:",IDC_STATIC,21,44,82,8
|
||
|
EDITTEXT IDC_NEWWIZ_EDIT_SECONDARY,118,41,178,14,ES_AUTOHSCROLL
|
||
|
LTEXT "Type the shared secret (password) that is used to contact these RADIUS servers.",
|
||
|
IDC_STATIC,21,64,275,8
|
||
|
LTEXT "&Shared secret:",IDC_STATIC,21,82,47,8
|
||
|
EDITTEXT IDC_NEWWIZ_EDIT_SECRET,118,79,178,14,ES_PASSWORD |
|
||
|
ES_AUTOHSCROLL
|
||
|
END
|
||
|
|
||
|
|
||
|
IDD_NEWRTRWIZ_RAS_A_FINISH DIALOG DISCARDABLE 0, 0, 317, 193
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Completing the Routing and Remote Access Server Setup Wizard",
|
||
|
IDC_NEWWIZ_BIGTEXT,115,7,195,24
|
||
|
LTEXT "You have successfully configured this server as a remote access server.",
|
||
|
IDC_STATIC,115,39,195,17
|
||
|
CONTROL "&Display Help about managing a remote access server when I close this wizard",
|
||
|
IDC_NEWWIZ_CHK_HELP,"Button",BS_AUTOCHECKBOX | BS_TOP |
|
||
|
BS_MULTILINE | WS_TABSTOP,115,62,195,19
|
||
|
LTEXT "To close this wizard, click Finish.",IDC_STATIC,115,85,
|
||
|
195,10
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_VPN_A_FINISH_NONICS DIALOG DISCARDABLE 0, 0, 317, 193
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Cannot Continue",IDC_NEWWIZ_BIGTEXT,115,7,195,24
|
||
|
LTEXT "To close this wizard, click Finish.",IDC_STATIC,145,101,
|
||
|
165,8
|
||
|
ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,115,39,20,20
|
||
|
LTEXT "This wizard cannot continue because there are not enough network connections. A VPN server must have at least one permanent network connection. ",
|
||
|
IDC_STATIC,145,39,165,33
|
||
|
LTEXT "Shut down this computer and install additional network adapters, and then run this wizard again.",
|
||
|
IDC_STATIC,145,78,165,17
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_VPN_NOIP DIALOG DISCARDABLE 20, 30, 317, 186
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Cannot Continue",IDC_NEWWIZ_BIGTEXT,115,7,195,24
|
||
|
LTEXT "This wizard cannot continue because Internet Protocol (IP) is not installed on this server.",
|
||
|
IDC_STATIC,145,39,165,17
|
||
|
LTEXT "To close this wizard and display Help about installing IP, click Finish.",
|
||
|
IDC_STATIC,145,86,165,18
|
||
|
ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,115,39,20,20
|
||
|
LTEXT "Install IP from the Network Connections folder, and then run this wizard again.",
|
||
|
IDC_STATIC,145,62,165,25
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_VPN_NOIP_NONLOCAL DIALOG DISCARDABLE 20, 30, 317, 186
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Cannot Continue",IDC_NEWWIZ_BIGTEXT,115,7,195,24
|
||
|
LTEXT "This wizard cannot continue because Internet Protocol (IP) is not installed on %s.",
|
||
|
IDC_NEWWIZ_TEXT_SERVER_NAME_2,145,39,165,17
|
||
|
ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,115,39,20,20
|
||
|
LTEXT "To close this wizard, click Finish.",IDC_STATIC,145,101,
|
||
|
165,8
|
||
|
LTEXT "Log on to %s locally as an administrator, install IP from the Network Connections folder, and then run this wizard again.",
|
||
|
IDC_NEWWIZ_TEXT_SERVER_NAME,145,62,165,34
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_VPN_A_PROTOCOLS DIALOG DISCARDABLE 0, 0, 317, 143
|
||
|
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Verify that the protocols required on this server for VPN clients are listed below.",
|
||
|
IDC_STATIC,21,0,275,8
|
||
|
LTEXT "&Protocols:",IDC_STATIC,21,13,32,8
|
||
|
CONTROL "List1",IDC_NEWWIZ_LIST,"SysListView32",LVS_REPORT |
|
||
|
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
|
||
|
LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | WS_BORDER |
|
||
|
WS_TABSTOP,21,22,275,44
|
||
|
CONTROL "&Yes, all of the available protocols are on this list",
|
||
|
IDC_NEWWIZ_BTN_YES,"Button",BS_AUTORADIOBUTTON | BS_TOP |
|
||
|
BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,75,275,10
|
||
|
CONTROL "N&o, I need to add protocols",IDC_NEWWIZ_BTN_NO,"Button",
|
||
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,90,282,10
|
||
|
END
|
||
|
|
||
|
|
||
|
IDD_NEWRTRWIZ_VPN_A_ATALK DIALOG DISCARDABLE 0, 0, 317, 143
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Macintosh users can connect to the server by using name and password authentication or the Guest account. To allow use of the Guest account, you must allow unauthenticated access to this server.",
|
||
|
IDC_STATIC,21,0,275,25
|
||
|
LTEXT "If you allow unauthenticated access to this server, non-Macintosh clients can also access it without presenting credentials such as user name and password.",
|
||
|
IDC_STATIC,37,31,259,19
|
||
|
ICON IDI_WARNING_SMALL,IDC_NEWWIZ_ICON,14,31,21,20
|
||
|
CONTROL "&Allow unauthenticated access for all remote clients",
|
||
|
IDC_NEWWIZ_CHECKBOX,"Button",BS_AUTOCHECKBOX |
|
||
|
WS_TABSTOP,21,54,275,10
|
||
|
END
|
||
|
|
||
|
|
||
|
IDD_NEWRTRWIZ_VPN_A_ADDRESSING DIALOG DISCARDABLE 0, 0, 317, 143
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
CONTROL "&Automatically",IDC_NEWWIZ_BTN_YES,"Button",
|
||
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
|
||
|
WS_TABSTOP,21,15,275,10
|
||
|
CONTROL "&From a specified range of addresses",IDC_NEWWIZ_BTN_NO,
|
||
|
"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,
|
||
|
50,275,10
|
||
|
LTEXT "How do you want IP addresses to be assigned to remote clients?",
|
||
|
IDC_STATIC,21,0,275,12
|
||
|
LTEXT "If you use a DHCP server to assign addresses, confirm that it is configured properly. If you do not use a DHCP server, this server will generate the addresses.",
|
||
|
IDC_STATIC,33,27,263,18
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_VPN_A_ADDRESSPOOL DIALOG DISCARDABLE 0, 0, 318, 143
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "&Address ranges:",IDC_STATIC,21,23,276,8
|
||
|
CONTROL "List1",IDC_NEWWIZ_LIST,"SysListView32",LVS_REPORT |
|
||
|
LVS_SINGLESEL | LVS_SHOWSELALWAYS |
|
||
|
LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER |
|
||
|
WS_TABSTOP,21,33,276,65
|
||
|
PUSHBUTTON "Ne&w...",IDC_NEWWIZ_BTN_NEW,138,101,50,14
|
||
|
PUSHBUTTON "&Edit...",IDC_NEWWIZ_BTN_EDIT,192,101,51,14
|
||
|
PUSHBUTTON "&Delete",IDC_NEWWIZ_BTN_DELETE,247,101,50,14
|
||
|
LTEXT "Enter the address ranges (static pools) that you want to use. This server will assign all of the addresses in the first range before continuing to the next.",
|
||
|
IDC_STATIC,21,0,276,17
|
||
|
END
|
||
|
|
||
|
|
||
|
IDD_NEWRTRWIZ_VPN_A_PUBLIC DIALOG DISCARDABLE 0, 0, 317, 143
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "&Internet connections:",IDC_STATIC,21,15,263,8
|
||
|
CONTROL "List1",IDC_NEWWIZ_LIST,"SysListView32",LVS_REPORT |
|
||
|
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
|
||
|
LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER |
|
||
|
WS_TABSTOP,21,25,275,55
|
||
|
LTEXT "Specify the Internet connection that this server uses.",
|
||
|
IDC_STATIC,21,0,166,8
|
||
|
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_VPN_A_PRIVATE DIALOG DISCARDABLE 0, 0, 317, 143
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Network &connections:",IDC_STATIC,21,23,70,8
|
||
|
CONTROL "List1",IDC_NEWWIZ_LIST,"SysListView32",LVS_REPORT |
|
||
|
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
|
||
|
LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER |
|
||
|
WS_TABSTOP,21,33,275,55
|
||
|
LTEXT "VPN clients must be assigned to one network for addressing, dial-in access, and other purposes. Select the appropriate network connection from the list below.",
|
||
|
IDC_STATIC,21,0,275,24
|
||
|
END
|
||
|
|
||
|
|
||
|
IDD_NEWRTRWIZ_VPN_A_USERADIUS DIALOG DISCARDABLE 0, 0, 317, 143
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
CONTROL "N&o, I don't want to set up this server to use RADIUS now",
|
||
|
IDC_NEWWIZ_BTN_NO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
|
||
|
BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,46,275,10
|
||
|
CONTROL "&Yes, I want to use a RADIUS server",IDC_NEWWIZ_BTN_YES,
|
||
|
"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,
|
||
|
61,275,10
|
||
|
LTEXT "A Remote Authentication Dial-In User Service (RADIUS) server provides a central authentication database for multiple remote access servers and collects accounting information about remote connections.",
|
||
|
IDC_STATIC,21,0,275,28
|
||
|
LTEXT "Do you want to set up this remote access server to use an existing RADIUS server?",
|
||
|
IDC_STATIC,21,31,275,8
|
||
|
ICON IDI_INFORMATION_SMALL,IDC_NEWWIZ_ICON,14,84,21,20
|
||
|
LTEXT "Windows provides a RADIUS solution called Internet Authentication Service (IAS) as an optional component that you can install through Add/Remove Programs.",
|
||
|
IDC_STATIC,36,84,260,25
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_VPN_A_RADIUS_CONFIG DIALOG DISCARDABLE 0, 0, 317, 143
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Enter the primary and alternate RADIUS servers that this server will use for remote authentication and accounting.",
|
||
|
IDC_STATIC,21,0,275,19
|
||
|
LTEXT "&Primary RADIUS server:",IDC_STATIC,21,26,76,8
|
||
|
EDITTEXT IDC_NEWWIZ_EDIT_PRIMARY,118,23,178,14,ES_AUTOHSCROLL
|
||
|
LTEXT "&Alternate RADIUS server:",IDC_STATIC,21,44,82,8
|
||
|
EDITTEXT IDC_NEWWIZ_EDIT_SECONDARY,118,41,178,14,ES_AUTOHSCROLL
|
||
|
LTEXT "Type the shared secret (password) that is used to contact these RADIUS servers.",
|
||
|
IDC_STATIC,21,64,275,8
|
||
|
LTEXT "&Shared secret:",IDC_STATIC,21,82,47,8
|
||
|
EDITTEXT IDC_NEWWIZ_EDIT_SECRET,118,79,178,14,ES_PASSWORD |
|
||
|
ES_AUTOHSCROLL
|
||
|
END
|
||
|
|
||
|
|
||
|
IDD_NEWRTRWIZ_VPN_A_FINISH DIALOG DISCARDABLE 0, 0, 317, 193
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Completing the Routing and Remote Access Server Setup Wizard",
|
||
|
IDC_NEWWIZ_BIGTEXT,115,7,189,24
|
||
|
LTEXT "You have successfully configured a VPN server.",
|
||
|
IDC_STATIC,115,39,189,10
|
||
|
LTEXT "To close this wizard, click Finish.",IDC_STATIC,115,54,
|
||
|
124,8
|
||
|
END
|
||
|
|
||
|
|
||
|
IDD_NEWRTRWIZ_ROUTER_PROTOCOLS DIALOG DISCARDABLE 0, 0, 317, 143
|
||
|
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Verify that the protocols required on this server for remote clients are listed below.",
|
||
|
IDC_STATIC,21,0,275,8
|
||
|
LTEXT "&Protocols:",IDC_STATIC,21,12,32,8
|
||
|
CONTROL "List1",IDC_NEWWIZ_LIST,"SysListView32",LVS_REPORT |
|
||
|
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
|
||
|
LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | WS_BORDER |
|
||
|
WS_TABSTOP,21,22,275,44
|
||
|
CONTROL "&Yes, all of the available protocols are on this list",
|
||
|
IDC_NEWWIZ_BTN_YES,"Button",BS_AUTORADIOBUTTON | BS_TOP |
|
||
|
BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,75,275,10
|
||
|
CONTROL "N&o, I need to add protocols",IDC_NEWWIZ_BTN_NO,"Button",
|
||
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,90,282,10
|
||
|
END
|
||
|
|
||
|
|
||
|
|
||
|
IDD_NEWRTRWIZ_ROUTER_FINISH DIALOG DISCARDABLE 0, 0, 317, 193
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Completing the Routing and Remote Access Server Setup Wizard",
|
||
|
IDC_NEWWIZ_BIGTEXT,115,7,195,24
|
||
|
LTEXT "You have successfully set up this server as a router.",
|
||
|
IDC_STATIC,115,39,195,10
|
||
|
LTEXT "To close this wizard, click Finish.",IDC_STATIC,115,93,
|
||
|
195,8
|
||
|
LTEXT "Before using this router:",IDC_STATIC,115,54,195,9
|
||
|
LTEXT "Ensure that all interfaces have addresses",IDC_STATIC,
|
||
|
125,66,185,8
|
||
|
LTEXT "Install and set up routing protocols on each interface",
|
||
|
IDC_STATIC,125,78,185,8
|
||
|
LTEXT "h",IDC_NEWWIZ_BULLET_2,115,78,8,8
|
||
|
LTEXT "h",IDC_NEWWIZ_BULLET_3,115,66,8,8
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_ROUTER_FINISH_DD DIALOG DISCARDABLE 0, 0, 317, 193
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Completing the Routing and Remote Access Server Setup Wizard",
|
||
|
IDC_NEWWIZ_BIGTEXT,115,7,195,24
|
||
|
LTEXT "You have successfully set up this server as a router.",
|
||
|
IDC_STATIC,115,39,195,10
|
||
|
LTEXT "To close this wizard, click Finish.",IDC_STATIC,115,105,
|
||
|
195,23
|
||
|
LTEXT "Before using this router:",IDC_STATIC,115,54,195,9
|
||
|
LTEXT "Add demand-dial interfaces",IDC_STATIC,125,66,185,8
|
||
|
LTEXT "Ensure that all interfaces have addresses",IDC_STATIC,
|
||
|
125,78,185,8
|
||
|
LTEXT "Install and set up routing protocols on each interface",
|
||
|
IDC_STATIC,125,90,185,8
|
||
|
LTEXT "h",IDC_NEWWIZ_BULLET_1,115,66,8,8
|
||
|
LTEXT "h",IDC_NEWWIZ_BULLET_2,115,90,8,8
|
||
|
LTEXT "h",IDC_NEWWIZ_BULLET_3,115,78,8,8
|
||
|
END
|
||
|
|
||
|
|
||
|
|
||
|
IDD_NEWRTRWIZ_ROUTER_NEED_PROT DIALOG DISCARDABLE 0, 0, 317, 193
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Cannot Continue",IDC_NEWWIZ_BIGTEXT,115,7,195,24
|
||
|
LTEXT "This wizard cannot continue because the required protocols are not available on this server.",
|
||
|
IDC_STATIC,145,39,165,17
|
||
|
ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,115,39,20,20
|
||
|
LTEXT "To close this wizard and display Help about installing protocols, click Finish.",
|
||
|
IDC_STATIC,145,94,165,27
|
||
|
LTEXT "Add the required protocols from the Network Connections folder, and then run this wizard again.",
|
||
|
IDC_STATIC,145,62,165,28
|
||
|
END
|
||
|
|
||
|
|
||
|
IDD_NEWRTRWIZ_ROUTER_NEED_PROT_NONLOCAL DIALOG DISCARDABLE 0, 0, 317, 193
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Cannot Continue",IDC_NEWWIZ_BIGTEXT,115,6,195,24
|
||
|
LTEXT "This wizard cannot continue because the required protocols are not available on %s. Add the required protocols, and then run this wizard again.",
|
||
|
IDC_STATIC,145,39,165,27
|
||
|
LTEXT "To close this wizard, click Finish.",IDC_STATIC,145,108,
|
||
|
164,8
|
||
|
LTEXT "To add protocols, log on to %s as an administrator and then open the Network Connections folder.",
|
||
|
IDC_NEWWIZ_TEXT_SERVER_NAME,145,78,165,26
|
||
|
ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,115,39,20,20
|
||
|
END
|
||
|
|
||
|
|
||
|
IDD_NEWRTRWIZ_ROUTER_USEDD DIALOG DISCARDABLE 0, 0, 317, 143
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
CONTROL "&Yes",IDC_NEWWIZ_BTN_YES,"Button",BS_AUTORADIOBUTTON |
|
||
|
BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,15,275,
|
||
|
10
|
||
|
CONTROL "N&o",IDC_NEWWIZ_BTN_NO,"Button",BS_AUTORADIOBUTTON |
|
||
|
BS_TOP | BS_MULTILINE,21,42,275,10
|
||
|
LTEXT "Do you want to use demand-dial connections to access remote networks?",
|
||
|
IDC_STATIC,21,0,275,16
|
||
|
LTEXT "You can set up demand-dial connections after this wizard finishes.",
|
||
|
IDC_STATIC,33,27,269,9
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_ROUTER_ADDRESSING DIALOG DISCARDABLE 0, 0, 317, 143
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "How do you want IP addresses to be assigned to incoming demand-dial connections?",
|
||
|
IDC_STATIC,21,0,275,16
|
||
|
CONTROL "&Automatically",IDC_NEWWIZ_BTN_YES,"Button",
|
||
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
|
||
|
WS_TABSTOP,21,19,273,10
|
||
|
CONTROL "&From a specified range of addresses",IDC_NEWWIZ_BTN_NO,
|
||
|
"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,
|
||
|
58,275,10
|
||
|
LTEXT "If you use a DHCP server to assign addresses, confirm that it is configured properly. If you do not use a DHCP server, this server will generate the addresses.",
|
||
|
IDC_STATIC,33,31,262,24
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_ROUTER_ADDRESSPOOL DIALOG DISCARDABLE 0, 0, 318, 143
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "&Address ranges:",IDC_STATIC,21,23,276,8
|
||
|
CONTROL "List1",IDC_NEWWIZ_LIST,"SysListView32",LVS_REPORT |
|
||
|
LVS_SINGLESEL | LVS_SHOWSELALWAYS |
|
||
|
LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER |
|
||
|
WS_TABSTOP,21,33,276,65
|
||
|
PUSHBUTTON "Ne&w...",IDC_NEWWIZ_BTN_NEW,138,101,50,14
|
||
|
PUSHBUTTON "&Edit...",IDC_NEWWIZ_BTN_EDIT,192,101,51,14
|
||
|
PUSHBUTTON "&Delete",IDC_NEWWIZ_BTN_DELETE,247,101,50,14
|
||
|
LTEXT "Enter the address ranges (static pools) that you want to use. This server will assign all of the addresses in the first range before continuing to the next.",
|
||
|
IDC_STATIC,21,0,276,17
|
||
|
END
|
||
|
|
||
|
|
||
|
IDD_NEWRTRWIZ_MANUAL_FINISH DIALOG DISCARDABLE 0, 0, 317, 193
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||
|
CAPTION "Routing and Remote Access Server Setup Wizard"
|
||
|
FONT 8, "MS Shell Dlg"
|
||
|
BEGIN
|
||
|
LTEXT "Completing the Routing and Remote Access Server Setup Wizard",
|
||
|
IDC_NEWWIZ_BIGTEXT,115,7,195,24
|
||
|
LTEXT "To close this wizard, click Finish.",IDC_STATIC,115,70,
|
||
|
104,8
|
||
|
LTEXT "Windows has configured this server as a remote access server and router with default settings. Use the Routing and Remote Access administrative tool to change these settings.",
|
||
|
IDC_STATIC,115,39,195,24
|
||
|
END
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// DESIGNINFO
|
||
|
//
|
||
|
|
||
|
#ifdef APSTUDIO_INVOKED
|
||
|
GUIDELINES DESIGNINFO DISCARDABLE
|
||
|
BEGIN
|
||
|
IDD_NEWRTRWIZ_NAT_NOIP, DIALOG
|
||
|
BEGIN
|
||
|
VERTGUIDE, 115
|
||
|
VERTGUIDE, 145
|
||
|
VERTGUIDE, 310
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_NAT_NOIP_NONLOCAL, DIALOG
|
||
|
BEGIN
|
||
|
VERTGUIDE, 115
|
||
|
VERTGUIDE, 145
|
||
|
VERTGUIDE, 310
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_NAT_CHOOSE, DIALOG
|
||
|
BEGIN
|
||
|
VERTGUIDE, 33
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_NAT_S_NOLOCAL, DIALOG
|
||
|
BEGIN
|
||
|
VERTGUIDE, 115
|
||
|
VERTGUIDE, 145
|
||
|
VERTGUIDE, 310
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_NAT_S_FINISH, DIALOG
|
||
|
BEGIN
|
||
|
VERTGUIDE, 115
|
||
|
VERTGUIDE, 145
|
||
|
VERTGUIDE, 310
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_NAT_A_NONICS_FINISH, DIALOG
|
||
|
BEGIN
|
||
|
VERTGUIDE, 115
|
||
|
VERTGUIDE, 145
|
||
|
VERTGUIDE, 310
|
||
|
HORZGUIDE, 40
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_NAT_A_DD_ERROR, DIALOG
|
||
|
BEGIN
|
||
|
VERTGUIDE, 115
|
||
|
VERTGUIDE, 145
|
||
|
VERTGUIDE, 310
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_RAS_S_NONLOCAL, DIALOG
|
||
|
BEGIN
|
||
|
RIGHTMARGIN, 310
|
||
|
VERTGUIDE, 115
|
||
|
VERTGUIDE, 145
|
||
|
HORZGUIDE, 39
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_RAS_S_FINISH, DIALOG
|
||
|
BEGIN
|
||
|
RIGHTMARGIN, 310
|
||
|
VERTGUIDE, 115
|
||
|
VERTGUIDE, 145
|
||
|
HORZGUIDE, 39
|
||
|
HORZGUIDE, 62
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_RAS_A_NEED_PROT, DIALOG
|
||
|
BEGIN
|
||
|
RIGHTMARGIN, 310
|
||
|
VERTGUIDE, 115
|
||
|
VERTGUIDE, 145
|
||
|
HORZGUIDE, 39
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_RAS_A_NEED_PROT_NONLOCAL, DIALOG
|
||
|
BEGIN
|
||
|
VERTGUIDE, 115
|
||
|
VERTGUIDE, 145
|
||
|
HORZGUIDE, 39
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_RAS_A_PROTOCOLS, DIALOG
|
||
|
BEGIN
|
||
|
VERTGUIDE, 21
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_RAS_A_NONICS, DIALOG
|
||
|
BEGIN
|
||
|
VERTGUIDE, 21
|
||
|
VERTGUIDE, 44
|
||
|
VERTGUIDE, 296
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_RAS_A_FINISH_NONICS, DIALOG
|
||
|
BEGIN
|
||
|
VERTGUIDE, 115
|
||
|
VERTGUIDE, 145
|
||
|
HORZGUIDE, 39
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_RAS_A_ADDRESSING, DIALOG
|
||
|
BEGIN
|
||
|
VERTGUIDE, 21
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_RAS_A_RADIUS_CONFIG, DIALOG
|
||
|
BEGIN
|
||
|
VERTGUIDE, 21
|
||
|
VERTGUIDE, 112
|
||
|
VERTGUIDE, 296
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_RAS_A_FINISH, DIALOG
|
||
|
BEGIN
|
||
|
RIGHTMARGIN, 310
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_VPN_A_FINISH_NONICS, DIALOG
|
||
|
BEGIN
|
||
|
RIGHTMARGIN, 310
|
||
|
VERTGUIDE, 115
|
||
|
VERTGUIDE, 145
|
||
|
HORZGUIDE, 7
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_VPN_NOIP, DIALOG
|
||
|
BEGIN
|
||
|
RIGHTMARGIN, 310
|
||
|
VERTGUIDE, 115
|
||
|
VERTGUIDE, 145
|
||
|
HORZGUIDE, 39
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_VPN_NOIP_NONLOCAL, DIALOG
|
||
|
BEGIN
|
||
|
VERTGUIDE, 115
|
||
|
VERTGUIDE, 145
|
||
|
VERTGUIDE, 310
|
||
|
HORZGUIDE, 39
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_VPN_A_ADDRESSING, DIALOG
|
||
|
BEGIN
|
||
|
VERTGUIDE, 21
|
||
|
VERTGUIDE, 296
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_VPN_A_RADIUS_CONFIG, DIALOG
|
||
|
BEGIN
|
||
|
VERTGUIDE, 112
|
||
|
VERTGUIDE, 296
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_VPN_A_FINISH, DIALOG
|
||
|
BEGIN
|
||
|
VERTGUIDE, 115
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_ROUTER_NEED_PROT, DIALOG
|
||
|
BEGIN
|
||
|
VERTGUIDE, 115
|
||
|
VERTGUIDE, 145
|
||
|
HORZGUIDE, 39
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_ROUTER_NEED_PROT_NONLOCAL, DIALOG
|
||
|
BEGIN
|
||
|
VERTGUIDE, 115
|
||
|
VERTGUIDE, 145
|
||
|
HORZGUIDE, 39
|
||
|
END
|
||
|
|
||
|
IDD_NEWRTRWIZ_RAS_A_ADDRESSING_NONICS, DIALOG
|
||
|
BEGIN
|
||
|
VERTGUIDE, 21
|
||
|
VERTGUIDE, 296
|
||
|
END
|
||
|
|
||
|
IDD_DIALOG_RADIUSSERVERNOTFOUND, DIALOG
|
||
|
BEGIN
|
||
|
LEFTMARGIN, 7
|
||
|
RIGHTMARGIN, 245
|
||
|
VERTGUIDE, 40
|
||
|
VERTGUIDE, 126
|
||
|
TOPMARGIN, 7
|
||
|
BOTTOMMARGIN, 62
|
||
|
END
|
||
|
|
||
|
END
|
||
|
#endif // APSTUDIO_INVOKED
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
STRINGTABLE DISCARDABLE
|
||
|
BEGIN
|
||
|
IDS_LARGEFONTNAME "Verdana Bold"
|
||
|
IDS_LARGEFONTSIZE "10"
|
||
|
IDS_BULLETFONTNAME "Marlett"
|
||
|
IDS_BULLETFONTSIZE "8"
|
||
|
|
||
|
IDS_NEWWIZ_COMMONCONFIG_TITLE "Common Configurations"
|
||
|
IDS_NEWWIZ_COMMONCONFIG_SUBTITLE
|
||
|
"You can select from several common configurations."
|
||
|
IDS_NEWWIZ_NAT_CHOICE_TITLE "Internet Connection Server Setup"
|
||
|
IDS_NEWWIZ_NAT_CHOICE_SUBTITLE
|
||
|
"You can create a basic Internet connection with limited administrative control, or a more complex Internet connection with full administrative control."
|
||
|
IDS_NEWWIZ_NAT_A_PUBLIC_TITLE "Internet Connection"
|
||
|
IDS_NEWWIZ_NAT_A_PUBLIC_SUBTITLE
|
||
|
"Client computers use a single connection to access the Internet through this server."
|
||
|
IDS_NEWWIZ_NAT_A_PRIVATE_TITLE "Network Selection"
|
||
|
IDS_NEWWIZ_NAT_A_PRIVATE_SUBTITLE
|
||
|
"You can select the network that should have shared Internet access."
|
||
|
IDS_NEWWIZ_NAT_A_DHCPDNS_TITLE "Name and Address Translation Services"
|
||
|
IDS_NEWWIZ_NAT_A_DHCPDNS_SUBTITLE
|
||
|
"You can enable basic name and address services."
|
||
|
IDS_NEWWIZ_NAT_A_DD_WARNING_TITLE "Applying Changes"
|
||
|
IDS_NEWWIZ_NAT_A_DD_WARNING_SUBTITLE
|
||
|
"Routing and Remote Access is ready to apply the information that you supplied."
|
||
|
IDS_NEWWIZ_RAS_CHOICE_TITLE "Remote Access Server Setup"
|
||
|
IDS_NEWWIZ_RAS_CHOICE_SUBTITLE
|
||
|
"You can use a basic configuration or more advanced options to set up this remote access server."
|
||
|
IDS_NEWWIZ_RAS_A_PROTOCOLS_TITLE "Remote Client Protocols"
|
||
|
IDS_NEWWIZ_RAS_A_PROTOCOLS_SUBTITLE
|
||
|
"The protocols required for remote client access must be available on this server."
|
||
|
IDS_NEWWIZ_RAS_A_ATALK_TITLE "Macintosh Guest Authentication"
|
||
|
IDS_NEWWIZ_RAS_A_ATALK_SUBTITLE
|
||
|
"You can allow remote Macintosh users to connect to this server using the Guest account."
|
||
|
IDS_NEWWIZ_RAS_A_SELECT_NETWORK_TITLE "Network Selection"
|
||
|
IDS_NEWWIZ_RAS_A_SELECT_NETWORK_SUBTITLE
|
||
|
"You can assign remote clients to the network that you want them to use."
|
||
|
IDS_NEWWIZ_RAS_NONICS_TITLE "No Network Connections Detected"
|
||
|
IDS_NEWWIZ_RAS_NONICS_SUBTITLE
|
||
|
"Windows did not detect any network connections on this server."
|
||
|
IDS_NEWWIZ_RAS_A_ADDRESSING_NONICS_TITLE "Address Range Assignment"
|
||
|
IDS_NEWWIZ_RAS_A_ADDRESSING_NONICS_SUBTITLE
|
||
|
"You can specify the address ranges that this server will use to assign addresses to remote clients."
|
||
|
IDS_NEWWIZ_RAS_A_ADDRESS_ASSIGNMENT_TITLE "IP Address Assignment"
|
||
|
IDS_NEWWIZ_RAS_A_ADDRESS_ASSIGNMENT_SUBTITLE
|
||
|
"You can select the method for assigning IP addresses to remote clients."
|
||
|
IDS_NEWWIZ_RAS_A_ADDRESS_POOL_TITLE "Address Range Assignment"
|
||
|
IDS_NEWWIZ_RAS_A_ADDRESS_POOL_SUBTITLE
|
||
|
"You can specify the address ranges that this server will use to assign addresses to remote clients."
|
||
|
IDS_NEWWIZ_RAS_A_USERADIUS_TITLE "Managing Multiple Remote Access Servers"
|
||
|
IDS_NEWWIZ_RAS_A_USERADIUS_SUBTITLE
|
||
|
"You can manage all of your remote access servers centrally."
|
||
|
IDS_NEWWIZ_RAS_A_RADIUS_CONFIG_TITLE "RADIUS Server Selection"
|
||
|
IDS_NEWWIZ_RAS_A_RADIUS_CONFIG_SUBTITLE
|
||
|
"You can specify the RADIUS servers that you want to use for authentication and accounting."
|
||
|
IDS_NEWWIZ_VPN_A_PROTOCOLS_TITLE "Remote Client Protocols"
|
||
|
IDS_NEWWIZ_VPN_A_PROTOCOLS_SUBTITLE
|
||
|
"The protocols required for VPN access must be available on this server."
|
||
|
IDS_NEWWIZ_VPN_A_ATALK_TITLE "Macintosh Guest Authentication"
|
||
|
IDS_NEWWIZ_VPN_A_ATALK_SUBTITLE
|
||
|
"You can allow remote Macintosh users to connect to this server using the Guest account."
|
||
|
IDS_NEWWIZ_VPN_A_SELECT_PUBLIC_TITLE "Internet Connection"
|
||
|
IDS_NEWWIZ_VPN_A_SELECT_PUBLIC_SUBTITLE
|
||
|
"Remote VPN clients and routers use a single connection to access this server through the Internet.\nIf you want to restrict internet users to only access this interface to make VPN connections, please select an interface. The interface selected will have IP filters assigned to it to deny all traffic except for VPN traffic. For more information in IP filtering please see the online help."
|
||
|
IDS_NEWWIZ_VPN_A_SELECT_PRIVATE_TITLE "Network Selection"
|
||
|
IDS_NEWWIZ_VPN_A_SELECT_PRIVATE_SUBTITLE
|
||
|
"You can assign remote VPN clients to the network that you want them to use."
|
||
|
IDS_NEWWIZ_VPN_A_ADDRESSING_NONICS_TITLE "IP Address Assignment"
|
||
|
IDS_NEWWIZ_VPN_A_ADDRESSING_NONICS_SUBTITLE
|
||
|
"You can select the method for assigning IP addresses to remote clients."
|
||
|
IDS_NEWWIZ_VPN_A_ADDRESS_ASSIGNMENT_TITLE "IP Address Assignment"
|
||
|
IDS_NEWWIZ_VPN_A_ADDRESS_ASSIGNMENT_SUBTITLE
|
||
|
"You can select the method for assigning IP addresses to remote clients."
|
||
|
IDS_NEWWIZ_VPN_A_ADDRESS_POOL_TITLE "Address Range Assignment"
|
||
|
IDS_NEWWIZ_VPN_A_ADDRESS_POOL_SUBTITLE
|
||
|
"You can specify the address ranges that this server will use to assign addresses to remote clients."
|
||
|
IDS_NEWWIZ_VPN_A_USERADIUS_TITLE "Managing Multiple Remote Access Servers"
|
||
|
IDS_NEWWIZ_VPN_A_USERADIUS_SUBTITLE
|
||
|
"You can manage all of your remote access servers centrally."
|
||
|
IDS_NEWWIZ_VPN_A_RADIUS_CONFIG_TITLE "RADIUS Server Selection"
|
||
|
IDS_NEWWIZ_VPN_A_RADIUS_CONFIG_SUBTITLE
|
||
|
"You can specify the RADIUS servers that you want to use for authentication and accounting."
|
||
|
IDS_NEWWIZ_ROUTER_PROTOCOLS_TITLE "Routed Protocols"
|
||
|
IDS_NEWWIZ_ROUTER_PROTOCOLS_SUBTITLE
|
||
|
"The protocols required for routing must be available on this server."
|
||
|
IDS_NEWWIZ_ROUTER_ADDRESS_ASSIGNMENT_TITLE "IP Address Assignment"
|
||
|
IDS_NEWWIZ_ROUTER_ADDRESS_ASSIGNMENT_SUBTITLE
|
||
|
"You can select the method for assigning IP addresses to remote clients."
|
||
|
IDS_NEWWIZ_ROUTER_ADDRESS_POOL_TITLE "Address Range Assignment"
|
||
|
IDS_NEWWIZ_ROUTER_ADDRESS_POOL_SUBTITLE
|
||
|
"You can specify the address ranges that this server will use to assign addresses to remote clients."
|
||
|
IDS_NEWWIZ_ROUTER_USEDD_TITLE "Demand-Dial Connections"
|
||
|
IDS_NEWWIZ_ROUTER_USEDD_SUBTITLE
|
||
|
"Demand-dial connections allow you to route data to a remote network."
|
||
|
IDS_NEWWIZ_NAT_A_DHCP_WARNING_TITLE "Address Assignment Range"
|
||
|
IDS_NEWWIZ_NAT_A_DHCP_WARNING_SUBTITLE "Windows has defined a range of addresses for your network."
|
||
|
END
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
|
||
|
|