Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

647 lines
29 KiB

// Microsoft Visual C++ generated resource script.
//
#include "rassrvrc.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#define APSTUDIO_HIDDEN_SYMBOLS
#include "windows.h"
#undef APSTUDIO_HIDDEN_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
#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
BEGIN
"rassrvrc.h\0"
END
2 TEXTINCLUDE
BEGIN
"#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
"#include ""windows.h""\r\n"
"#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
"\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
PID_UserTab DIALOGEX 0, 0, 227, 215
STYLE DS_SETFONT | DS_CONTEXTHELP | WS_CHILD | WS_CAPTION
CAPTION "Users"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "&Users allowed to connect:",IDC_STATIC,7,7,213,8
CONTROL "",CID_UserTab_LV_Users,"SysListView32",LVS_REPORT |
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDRAWFIXED |
LVS_NOCOLUMNHEADER | WS_BORDER | WS_GROUP | WS_TABSTOP,7,
19,213,83,WS_EX_CLIENTEDGE
PUSHBUTTON "&New...",CID_UserTab_PB_New,7,107,67,14,WS_GROUP
PUSHBUTTON "&Delete",CID_UserTab_PB_Delete,80,107,67,14,WS_GROUP
PUSHBUTTON "P&roperties",CID_UserTab_PB_Properties,153,107,67,14,
WS_GROUP
CONTROL "Al&ways allow directly connected devices such as palmtop computers to connect without providing a password.",
CID_UserTab_CB_BypassDcc,"Button",BS_AUTOCHECKBOX |
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,155,213,23
LTEXT "Note that other factors, such as a disabled user account, may affect a user's ability to connect.",
IDC_STATIC,7,125,212,23
END
DID_UserTab_New DIALOG 0, 0, 212, 103
STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_CONTEXTHELP | WS_POPUP |
WS_CAPTION | WS_SYSMENU
CAPTION "General"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&User name:",IDC_STATIC,7,10,83,12,SS_CENTERIMAGE
EDITTEXT CID_UserTab_New_EB_Username,97,7,108,14,ES_AUTOHSCROLL
LTEXT "&Full name:",IDC_STATIC,7,28,83,12
EDITTEXT CID_UserTab_New_EB_Fullname,97,25,108,14,ES_AUTOHSCROLL
LTEXT "&Password:",IDC_STATIC,7,46,83,12
EDITTEXT CID_UserTab_New_EB_Password1,97,43,108,14,ES_PASSWORD |
ES_AUTOHSCROLL
LTEXT "&Confirm password:",IDC_STATIC,7,64,83,12
EDITTEXT CID_UserTab_New_EB_Password2,97,61,108,14,ES_PASSWORD |
ES_AUTOHSCROLL
PUSHBUTTON "OK",IDOK,98,82,50,14
PUSHBUTTON "Cancel",IDCANCEL,155,82,50,14
END
DID_UserTab_Callback DIALOG 0, 0, 227, 215
STYLE DS_SETFONT | DS_CONTEXTHELP | WS_CHILD | WS_CAPTION
CAPTION "Callback"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "&Do not allow callback",CID_UserTab_Callback_RB_No,
"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE |
WS_GROUP | WS_TABSTOP,7,7,213,10
CONTROL "All&ow the caller to set the callback number",
CID_UserTab_Callback_RB_Caller,"Button",
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,7,20,213,10
CONTROL "Al&ways use the following callback number:",
CID_UserTab_Callback_RB_Admin,"Button",
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,7,33,213,10
EDITTEXT CID_UserTab_Callback_EB_Number,19,44,201,14,
ES_AUTOHSCROLL | WS_GROUP
END
PID_GenTab DIALOGEX 0, 0, 227, 215
STYLE DS_SETFONT | DS_CONTEXTHELP | WS_CHILD | WS_CAPTION
CAPTION "General"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Incoming connections",IDC_STATIC,7,7,213,108,WS_GROUP
LTEXT "Allow incoming connections on these devices.",
IDC_STATIC,17,19,193,8
LTEXT "&Devices:",IDC_STATIC,17,31,29,8
CONTROL "",CID_GenTab_LV_Devices,"SysListView32",LVS_REPORT |
LVS_SINGLESEL | LVS_OWNERDRAWFIXED | LVS_NOCOLUMNHEADER |
WS_BORDER | WS_GROUP | WS_TABSTOP,17,41,193,47,
WS_EX_CLIENTEDGE
CONTROL "&Enable multilink",CID_GenTab_CB_Multilink,"Button",
BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_GROUP |
WS_TABSTOP,17,96,65,10
PUSHBUTTON "P&roperties",CID_GenTab_PB_Properties,150,94,60,14,
WS_GROUP
GROUPBOX "Virtual private network",IDC_STATIC,7,120,213,49,
WS_GROUP
CONTROL "Allo&w others to make private connections to my computer by tunneling through the Internet or other network",
CID_GenTab_CB_Vpn,"Button",BS_AUTOCHECKBOX | BS_TOP |
BS_MULTILINE | WS_GROUP | WS_TABSTOP,17,133,193,27
CONTROL "&Show icon in notification area when connected",
CID_GenTab_CB_ShowIcons,"Button",BS_AUTOCHECKBOX |
BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,7,176,203,
10
END
PID_NetTab DIALOGEX 0, 0, 227, 215
STYLE DS_SETFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "Networking"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "&Network components:",IDC_STATIC,7,7,213,9
CONTROL "",CID_NetTab_LV_Components,"SysListView32",LVS_REPORT |
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDRAWFIXED |
LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,17,213,89,
WS_EX_CLIENTEDGE
PUSHBUTTON "&Install...",CID_NetTab_PB_Add,7,113,67,14,WS_GROUP
PUSHBUTTON "&Uninstall",CID_NetTab_PB_Remove,80,113,67,14,WS_GROUP
PUSHBUTTON "P&roperties",CID_NetTab_PB_Properties,153,113,67,14,
WS_GROUP
GROUPBOX "Description",IDC_STATIC,7,138,213,69
LTEXT "<protocol description>",CID_NetTab_ST_Description,17,
150,193,48
END
DID_NetTab_Tcpipui DIALOGEX 0, 0, 264, 190
STYLE DS_SETFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "Incoming IP Properties"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Network access",IDC_STATIC,7,7,250,32
CONTROL "Allow &callers to access my local area network",
CID_NetTab_Tcpipui_CB_ExposeNetwork,"Button",
BS_AUTOCHECKBOX | BS_LEFT | BS_TOP | BS_MULTILINE |
WS_TABSTOP,20,20,237,9
GROUPBOX "IP address assignment",IDC_STATIC,7,43,250,122
CONTROL "&Assign IP addresses automatically using DHCP",
CID_NetTab_Tcpipui_RB_Dhcp,"Button",BS_AUTORADIOBUTTON |
BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,20,56,231,
10
CONTROL "S&pecify IP addresses",CID_NetTab_Tcpipui_RB_StaticPool,
"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE |
WS_TABSTOP,20,71,231,10
LTEXT "&From:",IDC_STATIC,29,88,53,8
CONTROL "",CID_NetTab_Tcpipui_EB_Start,"RasIpAddress",WS_GROUP |
WS_TABSTOP,90,85,103,13
LTEXT "&To:",IDC_STATIC,29,105,53,8
CONTROL "",CID_NetTab_Tcpipui_EB_Mask,"RasIpAddress",WS_GROUP |
WS_TABSTOP,90,102,103,13
LTEXT "Total:",IDC_STATIC,29,124,53,10
LTEXT "",CID_NetTab_Tcpipui_EB_Total,90,121,150,14,0,
WS_EX_STATICEDGE
CONTROL "Allo&w calling computer to specify its own IP address",
CID_NetTab_Tcpipui_CB_CallerSpec,"Button",
BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_GROUP |
WS_TABSTOP,20,144,231,10
DEFPUSHBUTTON "OK",IDOK,155,169,50,14,WS_GROUP
PUSHBUTTON "Cancel",IDCANCEL,207,169,50,14
END
DID_NetTab_Ipxui DIALOG 0, 0, 248, 158
STYLE DS_SETFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "Incoming IPX Properties"
FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX "Network access",IDC_STATIC,7,7,234,32
CONTROL "Allow &callers to access my local area network",
CID_NetTab_Ipxui_CB_ExposeNetwork,"Button",
BS_AUTOCHECKBOX | BS_LEFT | BS_TOP | BS_MULTILINE |
WS_TABSTOP,17,19,194,12
GROUPBOX "Network number assignment",IDC_STATIC,7,43,234,87
CONTROL "&Assign same network number to all computers",
CID_NetTab_Ipxui_CB_AssignSame,"Button",BS_AUTOCHECKBOX |
BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,17,56,194,
10
CONTROL "Assi&gn network numbers automatically",
CID_NetTab_Ipxui_RB_AutoAssign,"Button",
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
WS_TABSTOP,28,68,183,10
CONTROL "&Specify network numbers:",
CID_NetTab_Ipxui_RB_ManualAssign,"Button",
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,28,81,183,10
EDITTEXT CID_NetTab_Ipxui_EB_Netnum,40,92,132,14,ES_UPPERCASE |
WS_GROUP
CONTROL "Allo&w callers to specify their own node numbers",
CID_NetTab_Ipxui_CB_CallerSpec,"Button",BS_AUTOCHECKBOX |
BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,17,113,194,
11
DEFPUSHBUTTON "OK",IDOK,135,136,50,14,WS_GROUP
PUSHBUTTON "Cancel",IDCANCEL,191,136,50,14
END
PID_Wizard_UserTab DIALOG 0, 0, 317, 143
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Select the check box next to each user who should be allowed a connection to this computer. Note that other factors, such as a disabled user account, may affect a user's ability to connect.",
IDC_STATIC,21,1,275,27
LTEXT "&Users allowed to connect:",IDC_STATIC,21,31,275,8
CONTROL "",CID_UserTab_LV_Users,"SysListView32",LVS_REPORT |
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDRAWFIXED |
LVS_NOCOLUMNHEADER | WS_BORDER | WS_GROUP | WS_TABSTOP,
21,42,275,73
PUSHBUTTON "&Add...",CID_UserTab_PB_New,21,122,60,14,WS_GROUP
PUSHBUTTON "&Remove",CID_UserTab_PB_Delete,85,122,60,14,WS_GROUP
PUSHBUTTON "&Properties",CID_UserTab_PB_Properties,149,122,60,14,
WS_GROUP
END
PID_Wizard_GenTab DIALOG 0, 0, 317, 143
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Select the check box next to each device you want to use for incoming connections.",
IDC_STATIC,21,1,275,10
LTEXT "&Connection devices:",IDC_STATIC,21,16,275,8
CONTROL "",CID_GenTab_LV_Devices,"SysListView32",LVS_REPORT |
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDRAWFIXED |
LVS_NOCOLUMNHEADER | WS_BORDER | WS_GROUP | WS_TABSTOP,
21,26,275,87
PUSHBUTTON "P&roperties",CID_GenTab_PB_Properties,236,120,60,14,
WS_GROUP
END
PID_Wizard_Vpn DIALOG 0, 0, 317, 143
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Virtual private connections to your computer through the Internet are possible only if your computer has a known name or IP address on the Internet.",
IDC_STATIC,21,1,275,23
CONTROL "&Allow virtual private connections",
CID_Wizard_Vpn_RB_Yes,"Button",BS_AUTORADIOBUTTON |
BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,31,65,265,
10
CONTROL "&Do not allow virtual private connections",
CID_Wizard_Vpn_RB_No,"Button",BS_AUTORADIOBUTTON |
BS_TOP | BS_MULTILINE,31,80,265,10
LTEXT "Do you want to allow virtual private connections to this computer?",
IDC_STATIC,21,52,275,8
LTEXT " If you allow VPN connections, Windows will modify the Internet Connection Firewall to allow your computer to send and receive VPN packets.",
CID_Wizard_Vpn_ST_Firewall,21,25,275,25
END
PID_Wizard_NetTab DIALOG 0, 0, 317, 143
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Select the check box next to each type of networking software that should be enabled for incoming connections.",
IDC_STATIC,21,1,275,20
LTEXT "Networking &software:",IDC_STATIC,21,24,262,8
CONTROL "",CID_NetTab_LV_Components,"SysListView32",LVS_REPORT |
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDRAWFIXED |
LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,21,34,275,33
PUSHBUTTON "&Install...",CID_NetTab_PB_Add,108,74,60,14,WS_GROUP
PUSHBUTTON "&Uninstall",CID_NetTab_PB_Remove,172,74,60,14,WS_GROUP
PUSHBUTTON "&Properties",CID_NetTab_PB_Properties,236,74,60,14,
WS_GROUP
LTEXT "<protocol description>",CID_NetTab_ST_Description,21,
105,275,38
LTEXT "Description:",IDC_STATIC,21,95,275,8
END
DID_NetTab_GenProt DIALOG 0, 0, 214, 50
STYLE DS_SETFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "Incoming Protocol Properties"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "Allow &callers to access my local area network",
CID_NetTab_GenProt_CB_ExposeNetwork,"Button",
BS_AUTOCHECKBOX | BS_LEFT | BS_TOP | BS_MULTILINE |
WS_TABSTOP,7,7,200,12
DEFPUSHBUTTON "OK",IDOK,101,29,50,14
PUSHBUTTON "Cancel",IDCANCEL,157,29,50,14
END
PID_Wizard_Dccdev DIALOG 0, 0, 317, 143
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Device for this connection:",IDC_STATIC,21,24,275,8
COMBOBOX CID_Wizard_Dccdev_LB_Devices,21,34,275,125,
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
LTEXT "Devices other than the one you select will not be affected and may be used for other purposes.",
IDC_STATIC,21,1,275,17
PUSHBUTTON "&Properties",CID_Dccdev_PB_Properties,236,53,60,14,
WS_GROUP
END
PID_Wizard_SwitchMmc DIALOG 0, 0, 317, 143
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
END
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//
#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO
BEGIN
PID_UserTab, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 219
TOPMARGIN, 7
BOTTOMMARGIN, 204
END
DID_UserTab_New, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 205
TOPMARGIN, 8
BOTTOMMARGIN, 101
END
DID_UserTab_Callback, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 205
TOPMARGIN, 8
BOTTOMMARGIN, 180
END
PID_GenTab, DIALOG
BEGIN
LEFTMARGIN, 8
RIGHTMARGIN, 219
TOPMARGIN, 8
BOTTOMMARGIN, 207
END
PID_NetTab, DIALOG
BEGIN
LEFTMARGIN, 8
RIGHTMARGIN, 219
TOPMARGIN, 8
BOTTOMMARGIN, 207
END
DID_NetTab_Tcpipui, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 257
TOPMARGIN, 7
BOTTOMMARGIN, 183
END
DID_NetTab_Ipxui, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 205
TOPMARGIN, 7
END
PID_Wizard_UserTab, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 21
VERTGUIDE, 296
TOPMARGIN, 1
BOTTOMMARGIN, 136
HORZGUIDE, 115
HORZGUIDE, 122
END
PID_Wizard_GenTab, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 21
VERTGUIDE, 296
BOTTOMMARGIN, 136
HORZGUIDE, 113
END
PID_Wizard_Vpn, DIALOG
BEGIN
LEFTMARGIN, 21
RIGHTMARGIN, 296
VERTGUIDE, 31
TOPMARGIN, 1
BOTTOMMARGIN, 136
END
PID_Wizard_NetTab, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 21
VERTGUIDE, 296
TOPMARGIN, 1
HORZGUIDE, 74
HORZGUIDE, 88
HORZGUIDE, 95
HORZGUIDE, 105
END
DID_NetTab_GenProt, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 181
TOPMARGIN, 7
BOTTOMMARGIN, 42
END
PID_Wizard_Dccdev, DIALOG
BEGIN
VERTGUIDE, 21
VERTGUIDE, 296
TOPMARGIN, 1
BOTTOMMARGIN, 136
HORZGUIDE, 44
END
PID_Wizard_SwitchMmc, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
TOPMARGIN, 7
BOTTOMMARGIN, 136
END
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE
BEGIN
SID_TCPIP_TITLE "Incoming TCP/IP Properties"
SID_TCPIP_BADRANGE "You must choose a value from %1 to %2 for this field."
ERR_GENERIC_CATAGORY "Incoming Connections Error"
ERR_GENERALTAB_CATAGORY "Incoming Connections General Error"
ERR_USERTAB_CATAGORY "Incoming Connections"
ERR_ADVANCEDTAB_CATAGORY "Incoming Connections Networking Error"
ERR_MULTILINK_CATAGORY "Incoming Connections Multilink Status Error"
ERR_RASSRV_CATAGORY "Incoming Connections Error"
END
STRINGTABLE
BEGIN
ERR_GLOBAL_CATAGORY "Incoming Connections Initialization Error"
ERR_TCPIPPROP_CATAGORY "Incoming Connections TCP/IP Properties Error"
ERR_IPXPROP_CATAGORY "Incoming Connections IPX Properties Error"
ERR_QUEUE_CATAGORY "Incoming Connections Error"
ERR_GENERIC_SUBCAT "Generic"
ERR_DEVICEDB_SUBCAT "Device"
ERR_MISCDB_SUBCAT "Miscellaneous Database"
ERR_USERDB_SUBCAT "User Database"
ERR_PROTDB_SUBCAT "Protocol Database"
ERR_LOGON_NAME_TOO_SMALL
"You must enter a logon name for the new user or press cancel."
ERR_PASSWORD_TOO_SMALL "The password you entered was too short."
ERR_PASSWORD_MISMATCH "The passwords entered are not the same. Please re-enter them."
ERR_GENERIC_CODE "An internal error has occured. "
ERR_LISTVIEW_SUBCAT "Listview"
ERR_USER_CANT_COMMIT_CHANGES
"An error has occurred while attempting to commit the changes you have made to the local user database. "
ERR_CANT_ADD_USER_ACCESS
"You have insufficient priveleges to add a user to the local system database. "
END
STRINGTABLE
BEGIN
ERR_CANT_ADD_USER_DUPLICATE
"The user you are trying create already exists in the local user database."
ERR_CANT_ADD_USER_PASSWORD
"The user was not added to the local user database because the password you entered was rejected."
ERR_USER_CANT_RELOAD "Unable to reload the system user database because of an internal error."
ERR_USER_DATABASE_CORRUPT
"An internal error has occurred: The local user database handle is corrupt."
ERR_USER_RESOURCE_ERROR "Unable to load the resources neccessary to display the user tab."
ERR_USER_CANT_ROLLBACK_CHANGES
"An internal error occured while attempting to rollback the changes you made to the local user database. "
ERR_DEVICE_DATABASE_CORRUPT "The device database handle is corrupt."
ERR_GENERAL_RESOURCE "Unable to load the resources neccessary to display the general tab."
ERR_GENERAL_CANT_COMMIT_CHANGES
"An error has occurred while attempting to commit some of the device/vpn related changes you have made. "
ERR_GENERAL_CANT_ROLLBACK_CHANGES "An internal error occured."
ERR_PROT_DATABASE_CORRUPTED
"An internal error occurred: The networking component database handle is corrupt."
ERR_PROT_RESOURCE_ERROR "An internal error has occurred. "
ERR_PROT_CANT_COMMIT_CHANGES
"An error has occurred while attempting to commit the changes you have made to the networking components."
ERR_PROT_CANT_ROLLBACK_CHANGES "An internal error occured."
ERR_TCPIP_CANT_SAVE "Unable to commit the changes you made to the TCP/IP protocol to the system. "
ERR_IPX_CANT_SAVE "Unable to save the changes you made to the IPX protocol to the system. "
END
STRINGTABLE
BEGIN
ERR_TCPIP_CANT_DISPLAY "Unable to display the TCPIP properties."
ERR_IPX_CANT_DISPLAY "Unable to display the IPX properties."
ERR_TCPIP_CANT_LOAD "Unable to load TCP/IP properties from the system. "
ERR_IPX_CANT_LOAD "Unable to load IPX properties from the system. "
ERR_SERVICE_CANT_START "Incoming Connections depend on the Routing and Remote Access service which was unable to start. For more information, check the system event log."
ERR_CANT_SHOW_NETTAB_INETCFG
"Unable to allow the editing of networking components at this time because they are currently being modified elsewhere."
ERR_CANT_ADD_USER_GENERIC
"The new user you entered was not added to the local user database because the name or password entered violated a system policy (it was too large, too small, or ill-formed). "
ERR_CANT_DELETE_USER_GENERAL
"The system is unable to delete the requested user. "
ERR_CANT_REMOVE_NETCOMP_INUSE
"Unable to remove the selected network component because it is in use."
WRN_TITLE "Incoming Connections Warning"
WRN_DELETE_USER_PERMANENT
"Any users that you delete will be permanently removed from the system even if cancel is pressed. Are you sure you want to permanently remove %s? "
WRN_SWITCHING_TO_MMC "You are about to switch to a system management console. This Incoming Connections property sheet will be closed and any changes you may have made will be committed to the system. Is it ok to continue?"
WRN_NETMASK_CHANGED "Your Network Mask value has been changed. A zero bit in a mask can only be followed by other zero bits. For example, a Network Mask value, expressed in decimal dotted notation, of 255.255.0.0, is valid, but 255.0.255.0 is not. \n"
SID_WIZUSERTITLE "User Permissions"
SID_WIZUSERSUBTITLE "You can specify the users who can connect to this computer."
SID_WIZDEVICETITLE "Devices for Incoming Connections"
END
STRINGTABLE
BEGIN
SID_WIZDEVICESUBTITLE "You can choose the devices your computer uses to accept incoming connections."
SID_WIZVPNTITLE "Incoming Virtual Private Network (VPN) Connection"
SID_WIZVPNSUBTITLE "Another computer can connect to yours through a VPN connection"
SID_WIZPROTTITLE "Networking Software"
SID_WIZPROTSUBTITLE "Networking software allows this computer to accept connections from other kinds of computers."
SID_WIZFINISHTITLE "Completing the New Connection Wizard"
SID_WIZFINISHSUBTITLE " "
SID_DEFAULT_CONNECTION_NAME "Incoming Connections"
SID_NO_DEVICES1 "No hardware capable of accepting calls is installed."
SID_NO_DEVICES2 " "
SID_NETWORKNUMBERLABEL "Assign specified &network number:"
SID_STARTNETNUMLABEL "Assign &network numbers sequentially from:"
SID_NEWUSER "New User"
END
STRINGTABLE
BEGIN
SID_WIZDCCDEVTITLE "Connection Device"
SID_WIZDCCDEVSUBTITLE "What device do you want to use to make this connection?"
SID_NO_DCC_DEVICES_INSTALLED
"No devices capable of accepting direct connections are currently installed."
WRN_WIZARD_NOT_ALLOWED_TITLE "New Incoming Connection Warning"
WRN_WIZARD_NOT_ALLOWED_MSG
"Because Routing and Remote access is already configured, you must use the Routing and Remote Access system console to configure this machine to receive incoming connections. Cancel changes and switch to this console?\n"
SID_AUTO_NETNUM_LABEL "A&ssign network number automatically"
SID_AUTO_NETNUMS_LABEL "A&ssign network numbers automatically"
ERR_IPX_BAD_POOL_CONFIG "Incoming Connections can not issue the ipx network numbers 00000000 or FFFFFFFF. Please either change the assigned network numbers or use automatic network number assignment."
SID_TCPIP_RANGE_SEPARATOR "to"
SID_COMPORT_FORMAT "Communications Port (%s)"
WRN_USERS_CONFIGURED_MMC
"Network Connections does not display some specialized options for inbound connections that have been set using the Local User Manager or Remote Access Policy consoles. For complete and correct information on incoming connections, you will need to use these consoles."
ERR_CALLBACK_NUM_REQUIRED
"The user callback mode you have selected requires you to enter a valid callback number."
WRN_REBOOT_REQUIRED "Windows must reboot to complete the operation. Is it ok to reboot now?"
ERR_DEVICE_HAS_NO_CONFIG
"The currently selected device has no configuration options available."
SID_TCPIP_RANGE_INVALID "Invalid Range"
SID_STOP_FP_SERVICE "You have requested that '%1' be disabled for Incoming Connections. In order to disable this, you must stop the 'Server' service. Once stopped, any shared directories or printers on this computer will no longer be available to any other computer. Do you want to bring up a system console that will allow you to stop the 'Server' service?\r\n\nUnder Computer Management, click System Tools and then click Services. In the right pane, right-click Server and click stop."
END
STRINGTABLE
BEGIN
SID_COM_PORT_NOT_ENABLED
"This serial port is not enabled for use in a direct connection to another computer. It will be enabled after you complete this wizard. You can then configure the port speed and other properties by right-clicking the icon for this connection and selecting Properties.\n"
SID_DEFAULT_MSG_TITLE "Incoming Connections"
SID_TCPIP_InvalidPool "The IP address pool you've entered is invalid."
SID_TCPIP_InvalidMask "The mask provided is invalid."
SID_TCPIP_InvalidNetId "The start address entered for the TCP/IP pool is invalid. It must lie between 1.0.0.0 and 224.0.0.0 and it must not be in the form 127.x.x.x."
SID_TCPIP_NetidTooSpecific
"The TCP/IP pool entered is invalid because the address is more specific than the mask."
SID_TCPIP_NetidMaskSame "The start address must be less than the end address."
SID_SERVICE_StopPending "The Routing and Remote Access Service is in the process of stopping. Until it stops, the Incoming Connections option is not available. Please wait a few moments and retry."
SID_DEVICE_DccDeviceFormat "%s (%s)"
SID_DEVICE_MultiEndpointDeviceFormat "%s (%d channels)"
SID_PPTP_Title "Incoming Connection VPN (PPTP)"
SID_L2TP_Title "Incoming Connection VPN (L2TP)"
SID_IKE_Title "IP Security (IKE)"
SID_LoopbackAddr "127.0.0.1"
ERR_SERVICE_NOT_GRANTED "You do not have sufficient privileges to set up Incoming Connections"
SID_NAT_T_Title "IP Security (NAT-Traversal)"
END
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED