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.
 
 
 
 
 
 

3313 lines
153 KiB

// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"
#include "richedit.h"
/////////////////////////////////////////////////////////////////////////////
#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
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#include ""afxres.h""\r\n"
"#include ""richedit.h""\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"1 TYPELIB ""InetMgr.tlb""\r\n"
"#include ""version.rc2""\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Bitmap
//
IDB_INETMGR16 BITMAP "res\\imgr16.bmp"
IDB_INETMGR32 BITMAP "res\\imgr32.bmp"
IDB_BACKUPS BITMAP "res\\backups.bmp"
IDB_ACCESS BITMAP "RES\\access.bmp"
IDB_TOOLBAR BITMAP "res\\toolbar.bmp"
IDB_USERS BITMAP "res\\users.bmp"
IDB_ACLUSERS BITMAP "RES\\aclusers.bmp"
IDB_FILTERS BITMAP "res\\filters.bmp"
IDB_WIZ_FTP_HEAD BITMAP "res\\plchead.bmp"
IDB_WIZ_FTP_HEAD_DIR BITMAP "res\\plcheadd.bmp"
IDB_WIZ_FTP_HEAD_SEC BITMAP "res\\roles_hd.BMP"
IDB_WIZ_FTP_LEFT BITMAP "res\\plchldr.BMP"
IDB_WIZ_FTP_LEFT_DIR BITMAP "res\\plchldrd.BMP"
IDB_WIZ_FTP_LEFT_SEC BITMAP "res\\roles.BMP"
IDB_WIZ_WEB_HEAD BITMAP "res\\web_plchead.bmp"
IDB_WIZ_WEB_LEFT BITMAP "res\\web_plchldr.BMP"
IDB_BINDINGS BITMAP "res\\bindings.bmp"
IDB_BUTTONUPU BITMAP "res\\up.bmp"
IDB_BUTTONUPD BITMAP "res\\upinv.bmp"
IDB_BUTTONUPF BITMAP "res\\upfoc.bmp"
IDB_BUTTONUPX BITMAP "res\\updis.bmp"
IDB_BUTTONDNU BITMAP "res\\down.bmp"
IDB_BUTTONDND BITMAP "res\\downinv.bmp"
IDB_BUTTONDNF BITMAP "res\\downfoc.bmp"
IDB_BUTTONDNX BITMAP "res\\downdis.bmp"
IDB_ERRORS BITMAP "res\\errors.bmp"
IDB_SMALL_ROOT BITMAP "res\\small_root.bmp"
IDB_LARGE_ROOT BITMAP "res\\large_root.bmp"
/////////////////////////////////////////////////////////////////////////////
//
// REGISTRY
//
IDR_INETMGR REGISTRY "InetMgr.rgs"
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
IDD_IIS_MACHINE DIALOGEX 0, 0, 252, 218
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_DISABLED |
WS_CAPTION
CAPTION "Internet Information Services"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "",IDC_STATIC,7,8,238,43
CONTROL "E&nable Direct Metabase Edit",IDC_ENABLE_MB_EDIT,"Button",
BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,13,7,115,11
LTEXT "Allows you to edit the IIS metabase configuration file while IIS is running.",
IDC_STATIC,17,23,218,19
GROUPBOX "UTF-8 Logging",IDC_STATIC,7,60,238,57
LTEXT "Allows IIS to write log entries using UTF-8 encoding instead of local code page.",
IDC_STATIC,15,73,221,20
CONTROL "Encode &Web logs in UTF-8",IDC_WEBLOG_UTF8,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,13,100,223,10
GROUPBOX "MIME types",IDC_STATIC,7,128,238,57
ICON IDI_FILE_TYPES,IDC_STATIC,12,139,21,20
LTEXT "IIS serves only files with extensions registered in the MIME types list. To configure additional file extensions, click MIME Types.",
IDC_STATIC,42,137,126,40
PUSHBUTTON "&MIME Types...",IDC_BUTTON_FILE_TYPES,170,139,65,14
END
IDD_BACKUP DIALOGEX 0, 0, 229, 126
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "Configuration Backup"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "&Configuration backup name:",IDC_STATIC,7,7,213,8
EDITTEXT IDC_EDIT_BACKUP_NAME,7,18,215,14,ES_AUTOHSCROLL
CONTROL "Enc&rypt backup using password",IDC_USE_PASSWORD,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,7,37,215,10
LTEXT "&Password:",IDC_STATIC,7,53,58,8
EDITTEXT IDC_BACKUP_PASSWORD,71,50,151,14,ES_PASSWORD |
ES_AUTOHSCROLL
LTEXT "Con&firm password:",IDC_STATIC,5,70,63,8
EDITTEXT IDC_BACKUP_PASSWORD_CONFIRM,71,67,151,14,ES_PASSWORD |
ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,61,105,50,14
PUSHBUTTON "Cancel",IDCANCEL,117,105,50,14
END
IDD_PASSWORD DIALOGEX 0, 0, 186, 61
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION
CAPTION "Backup password"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Please enter &password to restore the metabase:",
IDC_STATIC,7,7,172,8
EDITTEXT IDC_BACKUP_PASSWORD,7,18,172,14,ES_PASSWORD |
ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,33,40,50,14
PUSHBUTTON "Cancel",IDCANCEL,87,40,50,14
END
IDD_CONNECT_SERVER DIALOGEX 0, 0, 249, 117
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE |
WS_CAPTION | WS_SYSMENU
CAPTION "Connect to Computer"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "&Computer name:",IDC_STATIC,7,8,66,10
EDITTEXT IDC_SERVERNAME,73,7,104,12,ES_AUTOHSCROLL
PUSHBUTTON "&Browse...",IDC_BUTTON_BROWSE,192,6,50,14
GROUPBOX "",IDC_STATIC,7,24,235,60
CONTROL "C&onnect as",IDC_CHECK_CONNECT_AS,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,11,24,58,10
LTEXT "&User name:",IDC_STATIC_USER_NAME,23,42,48,8
EDITTEXT IDC_EDIT_USER_NAME,73,40,151,14,ES_AUTOHSCROLL
LTEXT "&Password:",IDC_STATIC_PASSWORD2,23,62,48,8
EDITTEXT IDC_EDIT_PASSWORD2,73,60,151,14,ES_PASSWORD |
ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,66,95,50,14
PUSHBUTTON "Cancel",IDCANCEL,129,95,50,14
PUSHBUTTON "&Help",ID_HELP,192,95,50,14
END
IDD_METABACKREST DIALOGEX 20, 30, 293, 175
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "Configuration Backup/Restore"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
GROUPBOX "Previous backups",IDC_STATIC,7,4,279,144
LTEXT "&Backups:",IDC_STATIC,19,20,252,8
LISTBOX IDC_LIST_BACKUPS,19,30,254,83,LBS_OWNERDRAWVARIABLE |
LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL |
WS_TABSTOP
PUSHBUTTON "&Create Backup...",IDC_BUTTON_CREATE,25,122,71,14
PUSHBUTTON "&Restore",IDC_BUTTON_RESTORE,111,122,71,14
PUSHBUTTON "&Delete",IDC_BUTTON_DELETE,197,122,71,14
DEFPUSHBUTTON "Close",IDOK,88,154,50,14
PUSHBUTTON "&Help",ID_HELP,155,154,50,14
END
IDD_SD_PROGRESS DIALOGEX 20, 12, 235, 105
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION
CAPTION "Shutting Down..."
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Attempting to shut down Internet Services...",
IDC_STATIC_PROGRESS,7,7,221,22
CONTROL "Progress1",IDC_PROGRESS_SHUTDOWN,"msctls_progress32",
WS_BORDER,11,37,212,14
LTEXT "Click 'End now' to shut down Internet Services immediately.",
IDC_STATIC_STATUS,7,64,221,8
PUSHBUTTON "",IDCANCEL,132,83,10,14,NOT WS_VISIBLE
PUSHBUTTON "&End now",IDOK,148,83,80,14
END
IDD_SHUTDOWN DIALOGEX 0, 0, 244, 138
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "Stop/Start/Restart..."
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
ICON IDI_SHUTDOWN,IDC_STATIC,7,7,20,20
LTEXT "&What do you want IIS to do?",IDC_STATIC,38,9,199,10
COMBOBOX IDC_COMBO_RESTART,38,21,199,61,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
LTEXT "x\nx\nx\nx\nx\nx\nx\nx\nx\nx",IDC_STATIC_DETAILS,38,38,
199,73
PUSHBUTTON "OK",IDOK,33,117,50,14
PUSHBUTTON "Cancel",IDCANCEL,107,117,50,14
PUSHBUTTON "&Help",ID_HELP,181,117,50,14
END
IDD_LOGIN DIALOGEX 0, 0, 250, 122
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "Access Denied"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "The username/password you used to connect to this machine does not have administrator privileges, or you entered an incorrect password.\n\nPlease provide an account with administrator access.",
IDC_STATIC_PROMPT2,7,7,180,47
GROUPBOX "",IDC_STATIC,6,55,182,60
LTEXT "&User Name:",IDC_STATIC_USER_NAME,13,72,48,8
EDITTEXT IDC_EDIT_USER_NAME,62,70,119,14,ES_AUTOHSCROLL
LTEXT "&Password:",IDC_STATIC_PASSWORD2,14,92,48,8
EDITTEXT IDC_EDIT_PASSWORD2,61,90,119,14,ES_PASSWORD |
ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,193,7,50,14
PUSHBUTTON "Cancel",IDCANCEL,193,24,50,14
END
IDD_MIME_PROPERTY DIALOGEX 0, 0, 227, 82
STYLE DS_SETFONT | DS_MODALFRAME | DS_NOIDLEMSG | DS_3DLOOK | DS_FIXEDSYS |
WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "MIME Type"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "&Extension:",IDC_STATIC,8,17,75,8
EDITTEXT IDC_EDIT_EXTENT,84,14,135,14,ES_AUTOHSCROLL
LTEXT "&MIME type:",IDC_STATIC,8,38,74,8
EDITTEXT IDC_EDIT_MIME,84,35,135,14,ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,110,60,50,14
PUSHBUTTON "Cancel",IDCANCEL,166,60,50,14
END
IDD_MIME_TYPES DIALOGEX 20, 30, 227, 212
STYLE DS_SETFONT | DS_MODALFRAME | DS_NOIDLEMSG | DS_3DLOOK | DS_FIXEDSYS |
WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "MIME Types"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Registered MIME &types (file extensions):",IDC_STATIC,7,
7,211,8
LISTBOX IDC_LIST_MIME_TYPES,7,17,152,116,LBS_SORT |
LBS_USETABSTOPS | LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL |
WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "&New...",IDC_BUTTON_NEW_TYPE,164,16,55,14
PUSHBUTTON "&Edit...",IDC_BUTTON_EDIT_MIME,164,33,55,14
PUSHBUTTON "&Remove",IDC_BUTTON_REMOVE_MIME,164,51,55,14
GROUPBOX "MIME type details",IDC_STATIC_GROUP_MIME_DETAILS,7,138,
213,49
LTEXT "Extension:",IDC_STATIC_EXTENSION,15,150,69,8
EDITTEXT IDC_EDIT_EXTENSION,90,151,124,14,ES_AUTOHSCROLL |
ES_READONLY | NOT WS_BORDER
LTEXT "MIME type:",IDC_STATIC_CONTENT_TYPE,15,168,70,8
EDITTEXT IDC_EDIT_CONTENT_TYPE,90,168,124,14,ES_AUTOHSCROLL |
ES_READONLY | NOT WS_BORDER
DEFPUSHBUTTON "OK",IDOK,111,192,50,14
PUSHBUTTON "Cancel",IDCANCEL,171,192,50,14
END
IDD_FTP_SERVICE DIALOGEX 0, 0, 290, 204
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_DISABLED |
WS_CAPTION
CAPTION "FTP Site"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
GROUPBOX "FTP site identification",IDC_STATIC_ID,7,7,277,66
LTEXT "&Description:",IDC_STATIC_DESCRIPTION,17,21,55,8
EDITTEXT IDC_EDIT_COMMENT,75,19,192,13,ES_AUTOHSCROLL
LTEXT "&IP address:",IDC_STATIC_IPADDRESS,17,37,54,8
COMBOBOX IDC_COMBO_IP_ADDRESS,75,35,142,78,CBS_DROPDOWN |
WS_VSCROLL | WS_TABSTOP
LTEXT "&TCP port:",IDC_STATIC_TCP_PORT,17,53,55,8
EDITTEXT IDC_EDIT_TCP_PORT,75,51,48,14,ES_AUTOHSCROLL
GROUPBOX "FTP site connections",IDC_STATIC,7,74,277,57
CONTROL "&Unlimited",IDC_RADIO_UNLIMITED,"Button",
BS_AUTORADIOBUTTON | WS_GROUP,16,87,135,10
CONTROL "Connections li&mited to:",IDC_RADIO_LIMITED,"Button",
BS_AUTORADIOBUTTON,16,99,130,10
EDITTEXT IDC_EDIT_MAX_CONNECTIONS,154,97,58,13,ES_RIGHT |
ES_AUTOHSCROLL | WS_GROUP
LTEXT "&Connection timeout (in seconds):",IDC_STATIC,16,115,
134,8
EDITTEXT IDC_EDIT_CONNECTION_TIMEOUT,154,113,58,13,ES_RIGHT |
ES_AUTOHSCROLL
GROUPBOX "",IDC_STATIC,7,131,277,48
CONTROL "&Enable logging",IDC_CHECK_ENABLE_LOGGING,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,16,131,65,10
LTEXT "Acti&ve log format:",IDC_STATIC_LOG_PROMPT,23,147,159,8
COMBOBOX IDC_COMBO_LOG_FORMATS,23,157,159,42,CBS_DROPDOWNLIST |
CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "&Properties...",IDC_BUTTON_PROPERTIES,191,157,51,14
PUSHBUTTON "Cur&rent Sessions...",IDC_BUTTON_CURRENT_SESSIONS,213,
185,71,14
END
IDD_USER_SESSIONS DIALOGEX 40, 35, 298, 146
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE |
WS_CAPTION | WS_SYSMENU
CAPTION "FTP User Sessions"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LISTBOX IDC_LIST_USERS,9,7,222,98,LBS_OWNERDRAWVARIABLE |
LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL |
WS_TABSTOP
DEFPUSHBUTTON "Close",IDOK,239,27,50,14
PUSHBUTTON "&Refresh",IDC_BUTTON_REFRESH,239,46,50,14
PUSHBUTTON "&Help",ID_HELP,239,65,50,14
LTEXT "XXX user(s) currently connected",
IDC_STATIC_NUM_CONNECTED,9,110,218,8
PUSHBUTTON "&Disconnect",IDC_BUTTON_DISCONNECT,58,124,50,14
PUSHBUTTON "Disconnect &All",IDC_BUTTON_DISCONNECT_ALL,119,124,61,
14
END
IDD_FTP_ACCOUNTS DIALOGEX 0, 0, 290, 204
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_DISABLED |
WS_CAPTION
CAPTION "Security Accounts"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
GROUPBOX "",IDC_STATIC,7,8,275,99
CONTROL "All&ow anonymous connections",IDC_CHECK_ALLOW_ANONYMOUS,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,7,111,10
LTEXT "Use the following Windows user account for anonymous access:",
IDC_STATIC_ACCOUNT_PROMPT,18,22,256,17
LTEXT "&User name:",IDC_STATIC_USERNAME,18,45,38,8
EDITTEXT IDC_EDIT_USERNAME,59,43,143,13,ES_AUTOHSCROLL
PUSHBUTTON "&Browse...",IDC_BUTTON_BROWSE_USER,210,43,62,14
LTEXT "&Password:",IDC_STATIC_PW,18,64,38,8
EDITTEXT IDC_EDIT_PASSWORD,59,62,143,13,ES_PASSWORD |
ES_AUTOHSCROLL
PUSHBUTTON "&Check Password",IDC_BUTTON_CHECK_PASSWORD,210,62,62,14,
NOT WS_VISIBLE
CONTROL "A&llow only anonymous connections",
IDC_CHECK_ONLY_ANYMOUS,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,60,80,172,10
CONTROL "Allo&w IIS to control password",
IDC_CHECK_ENABLE_PW_SYNCHRONIZATION,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,60,93,181,10
END
IDD_FTP_MESSAGES DIALOGEX 0, 0, 290, 204
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_DISABLED |
WS_CAPTION
CAPTION "Messages"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "FTP site messages",IDC_STATIC,7,3,276,195
LTEXT "&Banner:",IDC_STATIC_BANNER,18,17,246,8
CONTROL "",IDC_EDIT_BANNER,"RichEdit20A",ES_MULTILINE |
ES_AUTOVSCROLL | ES_WANTRETURN | WS_VSCROLL | WS_TABSTOP,
18,27,254,49,WS_EX_CLIENTEDGE
LTEXT "&Welcome:",IDC_STATIC_WELCOME,19,78,248,8
CONTROL "",IDC_EDIT_WELCOME,"RichEdit20A",ES_MULTILINE |
ES_AUTOVSCROLL | ES_WANTRETURN | WS_VSCROLL | WS_TABSTOP,
17,88,254,49,WS_EX_CLIENTEDGE
LTEXT "E&xit:",IDC_STATIC,19,139,248,8
EDITTEXT IDC_EDIT_EXIT,18,149,254,13,ES_AUTOHSCROLL
LTEXT "&Maximum connections:",IDC_STATIC,19,168,248,8
EDITTEXT IDC_EDIT_MAX_CONNECTIONS,18,178,254,13,ES_AUTOHSCROLL
END
IDD_FTP_DEFAULT_SITE DIALOGEX 20, 50, 290, 204
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE |
WS_CAPTION | WS_SYSMENU
CAPTION "Service"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
GROUPBOX "",IDC_STATIC,7,10,276,70
CONTROL "&Enable bandwidth throttling",
IDC_CHECK_LIMIT_NETWORK_USE,"Button",BS_AUTOCHECKBOX |
BS_TOP | BS_MULTILINE | WS_TABSTOP,15,10,110,10
LTEXT "&Limit the total network bandwidth available for all FTP sites on this server",
IDC_STATIC,15,25,251,18
LTEXT "Ma&ximum bandwidth (in kilobytes per second):",
IDC_STATIC_MAX_NETWORK_USE,15,52,155,8
EDITTEXT IDC_MAX_BANDWIDTH,183,51,66,13,ES_RIGHT | ES_AUTOHSCROLL |
ES_NUMBER
CONTROL "Spin2",IDC_MAX_BANDWIDTH_SPIN,"msctls_updown32",
UDS_SETBUDDYINT | UDS_ALIGNLEFT | UDS_AUTOBUDDY |
UDS_ARROWKEYS | UDS_NOTHOUSANDS,172,50,10,14
END
IDD_FTP_DIRECTORY_PROPERTIES DIALOGEX 20, 50, 290, 210
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE |
WS_CAPTION | WS_SYSMENU
CAPTION "Home Directory"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "The content for this resource should come from:",
IDC_STATIC_PATH_TYPE,7,7,276,8
CONTROL "A &directory located on this computer",IDC_RADIO_DIR,
"Button",BS_AUTORADIOBUTTON | WS_GROUP,73,19,208,10
CONTROL "A directory &located on another computer",IDC_RADIO_UNC,
"Button",BS_AUTORADIOBUTTON,73,31,208,10
GROUPBOX "FTP site directory",IDC_STATIC,7,41,276,69,WS_GROUP
LTEXT "L&ocal path:",IDC_STATIC_PATH,18,53,56,8
EDITTEXT IDC_EDIT_PATH,74,51,116,13,ES_AUTOHSCROLL
PUSHBUTTON "Co&nnect As...",IDC_BUTTON_EDIT_PATH_TYPE,201,51,59,14
PUSHBUTTON "&Browse...",IDC_BUTTON_BROWSE,201,51,59,14
CONTROL "&Read",IDC_CHECK_READ,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,74,69,125,10
CONTROL "&Write",IDC_CHECK_WRITE,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,74,82,125,10
CONTROL "Log &visits",IDC_CHECK_LOG_ACCESS,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,74,95,125,10
GROUPBOX "Directory listing style",IDC_STATIC_DIRLISTING,7,114,
276,41
CONTROL "UNI&X ®",IDC_RADIO_UNIX,"Button",BS_AUTORADIOBUTTON |
WS_GROUP | WS_TABSTOP,22,126,249,10
CONTROL "M&S-DOS ®",IDC_RADIO_MSDOS,"Button",BS_AUTORADIOBUTTON,22,
139,249,10
END
IDD_FTP_DIRECTORY_SECURITY DIALOGEX 20, 50, 290, 210
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE |
WS_CAPTION | WS_SYSMENU
CAPTION "Directory Security"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
GROUPBOX "TCP/IP address access restrictions",IDC_STATIC,8,4,275,
192
LTEXT "By default, all computers will be:",IDC_STATIC,15,17,
111,8
ICON IDI_GRANTED,IDC_ICON_GRANTED,127,12,20,20
CONTROL "G&ranted access",IDC_RADIO_GRANTED,"Button",
BS_AUTORADIOBUTTON | WS_GROUP,147,17,129,10
ICON IDI_DENIED,IDC_ICON_DENIED,127,27,20,20
CONTROL "De&nied access",IDC_RADIO_DENIED,"Button",
BS_AUTORADIOBUTTON,147,32,129,10
LTEXT "Except",IDC_STATIC,14,35,27,8
LTEXT " those listed below:",IDC_STATIC,40,35,83,8
LISTBOX IDC_LIST_IP_ADDRESSES,13,45,218,140,
LBS_OWNERDRAWVARIABLE | LBS_NOINTEGRALHEIGHT |
LBS_WANTKEYBOARDINPUT | LBS_EXTENDEDSEL | WS_VSCROLL |
WS_TABSTOP
PUSHBUTTON "A&dd...",IDC_BUTTON_ADD,234,56,44,14,WS_GROUP
PUSHBUTTON "Re&move",IDC_BUTTON_REMOVE,234,74,44,14
PUSHBUTTON "&Edit...",IDC_BUTTON_EDIT,234,91,44,14
END
IDD_FTP_NEW_USER_PASSWORD DIALOGEX 0, 0, 317, 186
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_BORDER
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Security Credentials",IDC_STATIC_WZ_TITLE,7,4,269,8
LTEXT "Specify a user name and password to prevent unauthorized access to the network resource.",
IDC_STATIC_WZ_SUBTITLE,21,14,255,16
CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
SS_SUNKEN,0,35,317,1
LTEXT "Enter the user name and password that should be used to gain access to the network directory (UNC path).",
IDC_STATIC,21,44,275,19
LTEXT "&User name:",IDC_STATIC_USERNAME,21,67,275,8
EDITTEXT IDC_EDIT_USERNAME,21,77,143,14,ES_AUTOHSCROLL
PUSHBUTTON "B&rowse...",IDC_BUTTON_BROWSE_USERS,168,77,50,14
LTEXT "&Password:",IDC_STATIC_PASSWORD,21,96,275,8
EDITTEXT IDC_EDIT_PASSWORD,21,106,143,14,ES_PASSWORD |
ES_AUTOHSCROLL
PUSHBUTTON "&Check Password",IDC_BUTTON_CHECK_PASSWORD,168,106,75,
14,NOT WS_VISIBLE
CONTROL "&Always use the authenticated user's credentials when validating access to the network directory.",
IDC_DELEGATION,"Button",BS_AUTOCHECKBOX | BS_TOP |
BS_MULTILINE | WS_TABSTOP,21,134,221,26
END
IDD_USER_ACCOUNT DIALOGEX 0, 0, 264, 113
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "Network Directory Security Credentials"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
ICON IDI_AUTHENTICATION,IDC_STATIC,7,7,20,20
LTEXT "Enter the security credentials that should be used to access the specified network directory from this Web site.",
IDC_STATIC,36,7,210,23
LTEXT "&User name:",IDC_STATIC_USERNAME,7,36,45,8
EDITTEXT IDC_EDIT_USERNAME,54,34,133,13,ES_AUTOHSCROLL
PUSHBUTTON "&Browse...",IDC_BUTTON_BROWSE_USERS,193,33,64,14
LTEXT "&Password:",IDC_STATIC_PASSWORD,7,50,46,8
EDITTEXT IDC_EDIT_PASSWORD,54,49,133,13,ES_PASSWORD |
ES_AUTOHSCROLL
PUSHBUTTON "&Check Password",IDC_BUTTON_CHECK_PASSWORD,193,49,64,14,
NOT WS_VISIBLE
CONTROL "&Always use the authenticated user's credentials when validating access to the network directory.",
IDC_DELEGATION,"Button",BS_AUTOCHECKBOX | BS_TOP |
BS_MULTILINE | WS_TABSTOP,54,67,203,23
DEFPUSHBUTTON "OK",IDOK,41,92,50,14
PUSHBUTTON "Cancel",IDCANCEL,103,92,50,14
PUSHBUTTON "&Help",ID_HELP,165,92,50,14
END
IDD_CLEARTEXTWARNING DIALOG 0, 0, 230, 117
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "IIS Manager"
FONT 8, "MS Shell Dlg"
BEGIN
ICON 32515,IDC_STATIC,7,7,21,20
LTEXT "The authentication option you have selected results in passwords being transmitted over the network without data encryption. Someone attempting to compromise your system security could use a protocol analyzer to examine user",
IDC_STATIC,32,7,191,33
LTEXT "passwords during the authentication process. For more detail on user authentication, consult the online help. This warning does not apply to HTTPS(or SSL) connections.\n\nAre you sure you want to continue?",
IDC_STATIC,32,39,191,49
PUSHBUTTON "&Yes",IDOK,34,96,50,14
DEFPUSHBUTTON "&No",IDCANCEL,90,96,50,14
PUSHBUTTON "&Help",ID_HELP,146,96,50,14
END
IDD_IP_ACCESS DIALOGEX 0, 0, 209, 132
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE |
WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Type:",IDC_STATIC,11,8,186,8
CONTROL "&Single computer",IDC_RADIO_SINGLE,"Button",
BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,25,23,175,10
CONTROL "&Group of computers",IDC_RADIO_MULTIPLE,"Button",
BS_AUTORADIOBUTTON,25,38,175,10
CONTROL "&Domain name",IDC_RADIO_DOMAIN,"Button",
BS_AUTORADIOBUTTON,25,53,175,10
LTEXT "&IP address:",IDC_STATIC_IP_ADDRESS,10,69,103,8
CONTROL "",IDC_IPA_IPADDRESS,"SysIPAddress32",WS_TABSTOP,10,81,
81,14
PUSHBUTTON "D&NS Lookup...",IDC_BUTTON_DNS,116,81,75,14
LTEXT "Subnet &mask:",IDC_STATIC_SUBNET_MASK,118,69,88,8
CONTROL "",IDC_IPA_SUBNET_MASK,"SysIPAddress32",WS_TABSTOP,118,
81,81,14
EDITTEXT IDC_EDIT_DOMAIN,10,81,189,14,ES_AUTOHSCROLL
CONTROL "",IDC_STATIC,"Static",SS_BLACKRECT | WS_GROUP,6,103,197,
1
DEFPUSHBUTTON "OK",IDOK,39,112,50,14
PUSHBUTTON "Cancel",IDCANCEL,96,112,50,14
PUSHBUTTON "&Help",ID_HELP,153,112,50,14
END
IDD_SITE_SECURITY DIALOGEX 0, 0, 290, 204
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_DISABLED |
WS_CAPTION
CAPTION "Advanced"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "By default, all computers will be:",
IDC_STATIC_BY_DEFAULT,12,7,203,8
ICON IDI_GRANTED,IDC_ICON_GRANTED,24,17,20,20
ICON IDI_DENIED,IDC_ICON_DENIED,24,31,20,20
CONTROL "G&ranted access",IDC_RADIO_GRANTED,"Button",
BS_AUTORADIOBUTTON | WS_GROUP,43,23,170,10
CONTROL "De&nied access",IDC_RADIO_DENIED,"Button",
BS_AUTORADIOBUTTON,43,36,170,10
LTEXT "Except those listed below:",IDC_STATIC_EXCEPT,12,56,206,
8
LISTBOX IDC_LIST_IP_ADDRESSES,12,69,205,126,
LBS_OWNERDRAWVARIABLE | LBS_NOINTEGRALHEIGHT |
LBS_WANTKEYBOARDINPUT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "A&dd...",IDC_BUTTON_ADD,225,82,50,14,WS_GROUP
PUSHBUTTON "&Edit...",IDC_BUTTON_EDIT,225,101,50,14
PUSHBUTTON "Re&move",IDC_BUTTON_REMOVE,225,120,50,14
END
IDD_DNS DIALOGEX 30, 23, 185, 65
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE |
WS_CAPTION | WS_SYSMENU
CAPTION "DNS Lookup"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "&Type the DNS name:",IDC_STATIC,8,12,171,8
EDITTEXT IDC_EDIT_DNS_NAME,7,24,171,13,ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,70,44,50,14
PUSHBUTTON "Cancel",IDCANCEL,127,44,50,14
END
IDD_FTP_NEW_DIR_PATH DIALOGEX 0, 0, 317, 186
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_BORDER
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "FTP Site Content Directory",IDC_STATIC_WZ_TITLE,7,4,269,
8
LTEXT "Where is the content you want to publish on the FTP site?",
IDC_STATIC_WZ_SUBTITLE,21,14,255,16
CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
SS_SUNKEN,0,35,317,1
LTEXT "&Path:",IDC_STATIC,21,59,274,8
EDITTEXT IDC_EDIT_PATH,21,69,221,14,ES_AUTOHSCROLL
PUSHBUTTON "B&rowse...",IDC_BUTTON_BROWSE,246,69,50,14
LTEXT "Enter the path to the directory containing the content for this FTP site.",
IDC_STATIC,21,44,275,8
END
IDD_FTP_NEW_INST_HOME DIALOG 0, 0, 317, 186
STYLE DS_SETFONT | WS_CHILD | WS_VISIBLE | WS_BORDER
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "FTP Site Home Directory",IDC_STATIC_WZ_TITLE,7,4,269,8
LTEXT "The home directory is the root of your FTP content subdirectories.",
IDC_STATIC_WZ_SUBTITLE,21,14,255,16
CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
SS_SUNKEN,0,35,317,1
LTEXT "Enter the path to your home directory.",IDC_STATIC,21,
44,275,8
LTEXT "&Path:",IDC_STATIC,21,59,212,8
EDITTEXT IDC_EDIT_PATH,21,69,221,14,ES_AUTOHSCROLL
PUSHBUTTON "B&rowse...",IDC_BUTTON_BROWSE,246,69,50,14
END
IDD_FTP_NEW_USER_ISOLATION DIALOGEX 0, 0, 317, 186
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_BORDER
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "FTP User Isolation",IDC_STATIC_WZ_TITLE,7,4,269,8
LTEXT "Restrict FTP users to their own FTP home directory.",
IDC_STATIC_WZ_SUBTITLE,21,14,255,16
CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
SS_SUNKEN,0,35,317,1
LTEXT "FTP user isolation prevents users from accessing the FTP home directory of another user on this FTP site.",
IDC_STATIC,21,44,275,17
CONTROL "&Do not isolate users\n(Users can access the FTP home directory of other users.)",
IDC_NO_ISOLATION,"Button",BS_AUTORADIOBUTTON | BS_TOP |
BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,97,273,17
CONTROL "&Isolate users\n(Users must be assigned an FTP home directory within the root of this FTP site.)",
IDC_ISOLATE,"Button",BS_AUTORADIOBUTTON | BS_TOP |
BS_MULTILINE,21,125,275,23
CONTROL "Isolate users using &Active Directory\n(Users must be assigned an FTP home directory that is configured using their Active Directory user account.)",
IDC_ISOLATE_AD,"Button",BS_AUTORADIOBUTTON | BS_TOP |
BS_MULTILINE,21,151,275,27
LTEXT "Important: Because you cannot change the user isolation option after creating this FTP site, you should read about FTP user isolation in the IIS product documentation before choosing an isolation option.",
IDC_STATIC,21,64,275,28
END
IDD_WEB_SERVICE DIALOGEX 0, 0, 290, 210
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_DISABLED |
WS_CAPTION
CAPTION "Web Site"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Web site identification",IDC_STATIC_WEB_SITE,7,3,276,64
LTEXT "De&scription:",IDC_STATIC_DESCRIPTION,16,17,64,8
EDITTEXT IDC_EDIT_COMMENT,85,16,142,13,ES_AUTOHSCROLL
LTEXT "&IP address:",IDC_STATIC_IP_ADDRESS,16,32,66,8
COMBOBOX IDC_COMBO_IP_ADDRESS,85,31,142,78,CBS_DROPDOWN |
WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "A&dvanced...",IDC_BUTTON_ADVANCED,230,31,50,14
LTEXT "&TCP port:",IDC_STATIC_TCP_PORT,16,48,67,8
EDITTEXT IDC_EDIT_TCP_PORT,85,46,34,14,ES_AUTOHSCROLL | ES_NUMBER
LTEXT "SS&L port:",IDC_STATIC_SSL_PORT,155,49,36,8
EDITTEXT IDC_EDIT_SSL_PORT,193,46,34,14,ES_AUTOHSCROLL |
ES_NUMBER
GROUPBOX "Connections",IDC_STATIC,7,69,276,47
LTEXT "Co&nnection timeout:",IDC_STATIC,16,82,68,8
EDITTEXT IDC_EDIT_CONNECTION_TIMEOUT,85,80,58,13,ES_RIGHT |
ES_AUTOHSCROLL | ES_NUMBER
LTEXT "seconds",IDC_STATIC,146,82,132,8
CONTROL "Enable HTTP &Keep-Alives",IDC_CHECK_USE_KEEPALIVE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,96,259,10
GROUPBOX "",IDC_STATIC,7,118,276,62
CONTROL "&Enable logging",IDC_CHECK_ENABLE_LOGGING,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,16,118,65,10
LTEXT "Acti&ve log format:",IDC_STATIC_LOG_PROMPT,23,134,158,8
COMBOBOX IDC_COMBO_LOG_FORMATS,23,144,159,42,CBS_DROPDOWNLIST |
CBS_SORT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "&Properties...",IDC_BUTTON_PROPERTIES,186,143,50,14
END
IDD_DEFAULT_SITE DIALOGEX 20, 50, 290, 204
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE |
WS_CAPTION | WS_SYSMENU
CAPTION "Service"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
GROUPBOX "Isolation mode",IDC_STATIC,7,5,276,33
CONTROL "Run WWW service in IIS 5.0 &isolation mode",
IDC_COMPAT_MODE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,
20,260,10
GROUPBOX "HTTP compression",IDC_STATIC_COMPRESS_GROUP,7,43,276,
105
CONTROL "C&ompress application files",
IDC_CHECK_DYNAMIC_COMPRESSION,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,15,57,260,10
CONTROL "Co&mpress static files",IDC_CHECK_STATIC_COMPRESSION,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,71,261,10
LTEXT "&Temporary directory:",IDC_STATIC_COMPRESS_DIRECTORY,15,
86,71,8
EDITTEXT IDC_EDIT_COMPRESS_DIRECTORY,92,85,123,14,ES_AUTOHSCROLL
PUSHBUTTON "&Browse...",IDC_BUTTON_BROWSE,221,85,50,14
LTEXT "Maximum temporary directory size:",
IDC_STATIC_MAX_COMPRESS_SIZE,15,103,253,8
CONTROL "&Unlimited",IDC_RADIO_COMPRESS_UNLIMITED,"Button",
BS_AUTORADIOBUTTON | WS_GROUP,15,115,125,10
CONTROL "&Limited to (in megabytes):",IDC_RADIO_COMPRESS_LIMITED,
"Button",BS_AUTORADIOBUTTON,15,128,149,10
EDITTEXT IDC_EDIT_COMPRESS_DIRECTORY_SIZE,175,127,40,14,ES_RIGHT |
ES_AUTOHSCROLL | WS_GROUP
END
IDD_EDIT_MMM DIALOGEX 20, 30, 219, 108
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "Add/Edit Web Site Identification"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
GROUPBOX "Identification",IDC_STATIC,7,7,205,74
LTEXT "&IP address:",IDC_STATIC,13,20,69,8
COMBOBOX IDC_COMBO_IP_ADDRESSES,85,17,120,79,CBS_DROPDOWN |
WS_VSCROLL | WS_TABSTOP
LTEXT "TCP p&ort:",IDC_STATIC_PORT,13,40,69,8
EDITTEXT IDC_EDIT_PORT,85,37,40,14,ES_AUTOHSCROLL | ES_NUMBER
LTEXT "Ho&st Header value:",IDC_STATIC_HEADER_NAME,13,61,70,8
EDITTEXT IDC_EDIT_DOMAIN_NAME,85,58,118,14,ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,21,87,50,14
PUSHBUTTON "Cancel",IDCANCEL,84,87,50,14
PUSHBUTTON "&Help",ID_HELP,147,87,50,14
END
IDD_MMM DIALOGEX 0, 0, 297, 234
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "Advanced Web Site Identification"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
GROUPBOX "&Multiple identities for this Web site",IDC_STATIC,7,7,
283,99
LISTBOX IDC_LIST_MMM,13,20,270,63,LBS_OWNERDRAWVARIABLE |
LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL |
WS_TABSTOP
PUSHBUTTON "&Add...",IDC_BUTTON_ADD,69,87,50,14
PUSHBUTTON "&Remove",IDC_BUTTON_REMOVE,123,87,50,14
PUSHBUTTON "&Edit...",IDC_BUTTON_EDIT,177,87,50,14
GROUPBOX "M&ultiple SSL identities for this Web site",
IDC_GROUP_SSL,7,111,283,99
LISTBOX IDC_LIST_SSL_MMM,13,125,270,63,LBS_OWNERDRAWVARIABLE |
LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL |
WS_TABSTOP
PUSHBUTTON "A&dd...",IDC_BUTTON_ADD_SSL,69,191,50,14
PUSHBUTTON "Rem&ove",IDC_BUTTON_REMOVE_SSL,123,191,50,14
PUSHBUTTON "Ed&it...",IDC_BUTTON_EDIT_SSL,177,191,50,14
DEFPUSHBUTTON "OK",IDOK,69,213,50,14
PUSHBUTTON "Cancel",IDCANCEL,123,213,50,14
PUSHBUTTON "&Help",ID_HELP,177,213,50,14
END
IDD_WEB_DIRECTORY_PROPERTIES DIALOGEX 20, 50, 290, 210
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE |
WS_CAPTION | WS_SYSMENU
CAPTION "Home Directory"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "The content for this resource should come from:",
IDC_STATIC_PATH_TYPE,14,2,244,8
CONTROL "A &directory located on this computer",IDC_RADIO_DIR,
"Button",BS_AUTORADIOBUTTON | WS_GROUP,73,13,203,10
CONTROL "A &share located on another computer",IDC_RADIO_UNC,
"Button",BS_AUTORADIOBUTTON,73,25,203,10
CONTROL "A redirection to a &URL",IDC_RADIO_REDIRECT,"Button",
BS_AUTORADIOBUTTON,73,37,203,10
GROUPBOX "",IDC_STATIC_DIRFLAGS_LARGE,7,45,276,151,WS_GROUP
GROUPBOX "",IDC_STATIC_DIRFLAGS_SMALL,7,45,276,66,WS_GROUP
GROUPBOX "",IDC_STATIC_REDIRFLAGS,7,45,276,80
LTEXT "Network dire&ctory:",IDC_STATIC_PATH_PROMPT,12,57,62,8
EDITTEXT IDC_EDIT_PATH,78,55,134,13,ES_AUTOHSCROLL
EDITTEXT IDC_EDIT_REDIRECT,78,55,134,13,ES_AUTOHSCROLL
PUSHBUTTON "Br&owse...",IDC_BUTTON_BROWSE,218,55,59,14,WS_GROUP
PUSHBUTTON "C&onnect As...",IDC_BUTTON_CONNECT_AS,218,55,59,14,
WS_GROUP
CONTROL "Scrip&t source access",IDC_CHECK_AUTHOR,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,12,70,131,10
CONTROL "&Read",IDC_CHECK_READ,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,12,80,131,10
CONTROL "&Write",IDC_CHECK_WRITE,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,12,90,131,10
CONTROL "Directory &browsing",
IDC_CHECK_DIRECTORY_BROWSING_ALLOWED,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,12,100,131,10
CONTROL "Log &visits",IDC_CHECK_LOG_ACCESS,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,145,70,129,10
CONTROL "&Index this resource",IDC_CHECK_INDEX,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,145,80,129,9
LTEXT "The client will be sent to:",IDC_STATIC_REDIRECT_PROMPT,
12,72,112,8
CONTROL "The e&xact URL entered above",IDC_CHECK_EXACT,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,12,83,247,10
CONTROL "A director&y below URL entered",IDC_CHECK_CHILD,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,12,96,131,10
CONTROL "A permanent redirection for t&his resource",
IDC_CHECK_PERMANENT,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,12,109,247,10
CONTROL "",IDC_STATIC_APPLICATIONS,"Static",SS_ETCHEDHORZ |
SS_SUNKEN,11,110,270,1
LTEXT "Application settings",IDC_STATIC_APPLICATION_SETTINGS,
12,113,65,8
LTEXT "Application na&me:",IDC_STATIC_APP_PROMPT,11,130,74,8
EDITTEXT IDC_EDIT_APPLICATION,92,128,120,14,ES_AUTOHSCROLL
LTEXT "Starting point:",IDC_STATIC_SP_PROMPT,12,146,72,8
LTEXT "Execute &permissions:",IDC_STATIC_PERMISSIONS,12,162,77,
8
COMBOBOX IDC_COMBO_PERMISSIONS,92,160,120,47,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
LTEXT "Applicatio&n protection:",IDC_STATIC_PROTECTION,12,178,
77,8
COMBOBOX IDC_COMBO_PROCESS,92,176,120,47,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "xxx&exxx",IDC_BUTTON_CREATE_REMOVE_APP,218,128,59,14,
NOT WS_VISIBLE | WS_GROUP
PUSHBUTTON "Confi&guration...",IDC_APP_CONFIGURATION,218,151,59,14
PUSHBUTTON "Un&load",IDC_BUTTON_UNLOAD_APP,218,174,59,14
LTEXT "xxxx",IDC_STATIC_STARTING_POINT,92,146,117,8
END
IDD_DIRECTORY_SECURITY DIALOGEX 20, 50, 290, 199
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE |
WS_CAPTION | WS_SYSMENU
CAPTION "Directory Security"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
GROUPBOX "Authentication and access control",IDC_STATIC,7,5,275,
43
ICON IDI_AUTHENTICATION,IDC_STATIC,23,20,20,20
LTEXT "Enable anonymous access and edit the authentication methods for this resource.",
IDC_STATIC,55,17,134,25
PUSHBUTTON "&Edit...",IDC_BUTTON_AUTHENTICATION,193,25,75,14
GROUPBOX "IP address and domain name restrictions",IDC_GROUP_IP,7,
54,275,61
ICON IDI_IP_SECURITY,IDC_ICON_IP,23,69,20,20
LTEXT "Grant or deny access to this resource using IP addresses or Internet domain names.",
IDC_STATIC_IP,55,69,140,38
PUSHBUTTON "Ed&it...",IDC_BUTTON_IP_SECURITY,193,93,75,14
GROUPBOX "Secure communications",IDC_GROUP_SECURE,7,121,275,72
ICON IDI_SECURE,IDC_ICON_SECURE,23,139,20,20
LTEXT "Require secure communications and enable client certificates when this resource is accessed.",
IDC_STATIC_SSL_PROMPT,55,135,132,54
PUSHBUTTON "&Server Certificate...",IDC_BUTTON_GET_CERTIFICATES,193,
137,75,14
PUSHBUTTON "E&dit...",IDC_BUTTON_COMMUNICATIONS,193,171,75,14
CONTROL "Ena&ble the Windows directory service mapper",
IDC_CHECK_ENABLE_DS,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,23,148,166,10
PUSHBUTTON "&View Certificate...",IDC_VIEW_CERTIFICATE,194,154,75,
14
END
IDD_AUTHENTICATION DIALOGEX 0, 0, 243, 258
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "Authentication Methods"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "",IDC_STATIC,7,4,229,83
CONTROL "Enable &anonymous access",IDC_CHECK_ANONYMOUS,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,14,4,102,10
LTEXT "Use the following Windows user account for anonymous access:",
IDC_STATIC,14,17,215,8
LTEXT "&User name:",IDC_STATIC_USERNAME,14,33,51,8
EDITTEXT IDC_EDIT_USERNAME,69,31,107,13,ES_AUTOHSCROLL
PUSHBUTTON "&Browse...",IDC_BUTTON_BROWSE_USERS,181,31,50,14
LTEXT "&Password:",IDC_STATIC_PASSWORD,14,49,49,8
EDITTEXT IDC_EDIT_PASSWORD,69,48,107,13,ES_PASSWORD |
ES_AUTOHSCROLL
CONTROL "Allo&w IIS to control password",
IDC_CHECK_ENABLE_PW_SYNCHRONIZATION,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,59,64,144,10
GROUPBOX "Authenticated access",IDC_STATIC,7,94,229,143
LTEXT "For the following authentication methods, user name and password are required when:\n\t- anonymous access is disabled, or\n\t- access is restricted using NTFS access control lists",
IDC_STATIC,14,105,216,35
CONTROL "Integrated Wi&ndows authentication",
IDC_CHECK_NT_CHALLENGE_RESPONSE,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,14,142,216,10
CONTROL "D&igest authentication for Windows domain servers",
IDC_CHECK_DIGEST,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
14,153,216,10
CONTROL "Ba&sic authentication (password is sent in clear text)",
IDC_CHECK_CLEAR_TEXT,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,14,164,215,10
CONTROL ".NET Passport au&thentication",IDC_PASSPORT,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,14,176,158,10
LTEXT "Default &domain:",IDC_STATIC_DOMAIN,21,199,67,8
EDITTEXT IDC_BASDOM,90,196,86,14,ES_AUTOHSCROLL
PUSHBUTTON "Se&lect...",IDC_BASDOM_SELECT,181,196,50,14
LTEXT "&Realm:",IDC_STATIC_REALM,21,218,67,8
EDITTEXT IDC_REALM,90,216,86,14,ES_AUTOHSCROLL
PUSHBUTTON "S&elect...",IDC_REALM_SELECT,181,216,50,14
DEFPUSHBUTTON "OK",IDOK,43,240,50,14
PUSHBUTTON "Cancel",IDCANCEL,103,240,50,14
PUSHBUTTON "&Help",ID_HELP,161,240,50,14
END
IDD_IP_SECURITY DIALOGEX 20, 36, 290, 138
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "IP Address and Domain Name Restrictions"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
GROUPBOX "IP address access restrictions",IDC_STATIC,7,6,276,110
LTEXT "By default, all computers will be:",IDC_STATIC,14,19,
109,8
ICON "",IDC_ICON_GRANTED,127,14,20,20
ICON "",IDC_ICON_DENIED,127,29,20,20
CONTROL "G&ranted access",IDC_RADIO_GRANTED,"Button",
BS_AUTORADIOBUTTON | WS_GROUP,147,19,132,10
CONTROL "De&nied access",IDC_RADIO_DENIED,"Button",
BS_AUTORADIOBUTTON,147,34,133,10
LISTBOX IDC_LIST_IP_ADDRESSES,13,47,218,63,LBS_OWNERDRAWVARIABLE |
LBS_NOINTEGRALHEIGHT | LBS_WANTKEYBOARDINPUT |
LBS_EXTENDEDSEL | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "A&dd...",IDC_BUTTON_ADD,234,58,44,14,WS_GROUP
PUSHBUTTON "Re&move",IDC_BUTTON_REMOVE,234,76,44,14
PUSHBUTTON "Edi&t...",IDC_BUTTON_EDIT,234,93,44,14
DEFPUSHBUTTON "OK",IDOK,64,119,50,14
PUSHBUTTON "Cancel",IDCANCEL,119,119,50,14
PUSHBUTTON "&Help",ID_HELP,174,119,50,14
LTEXT "Except the following:",IDC_STATIC,14,35,108,8
END
IDD_SECURE_COMMUNICATIONS DIALOGEX 20, 30, 269, 222
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "Secure Communications"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "",IDC_STATIC,7,3,255,32
CONTROL "&Require secure channel (SSL)",IDC_CHECK_REQUIRE_SSL,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,3,108,10
CONTROL "Require &128-bit encryption",IDC_CHECK_REQUIRE_128BIT,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,18,222,10
GROUPBOX "Client certificates",IDC_STATIC,7,37,255,158
CONTROL "Ign&ore client certificates",IDC_RADIO_NO_CERT,"Button",
BS_AUTORADIOBUTTON | WS_GROUP,13,49,231,10
CONTROL "&Accept client certificates",IDC_RADIO_ACCEPT_CERT,
"Button",BS_AUTORADIOBUTTON,13,60,231,10
CONTROL "Req&uire client certificates",IDC_RADIO_REQUIRE_CERT,
"Button",BS_AUTORADIOBUTTON,13,71,231,10
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,86,250,1
CONTROL "Enable c&lient certificate mapping",
IDC_CHECK_SSL_ACCOUNT_MAPPING,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,13,90,231,10
LTEXT "Client certificates can be mapped to Windows user accounts. This allows access control to resources using client certificates.",
IDC_STATIC_AUTHENTICATION,13,104,182,33
CONTROL "",IDC_CERTMAPCTRL1,
"{BBD8F29B-6F61-11D0-A26E-08002B2C6F32}",WS_GROUP |
WS_TABSTOP,204,115,50,14
CONTROL "",IDC_CTL_SEPERATOR,"Static",SS_ETCHEDHORZ,7,142,250,1
CONTROL "E&nable certificate trust list",IDC_CHECK_ENABLE_CTL,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,146,231,10
LTEXT "&Current CTL:",IDC_STATIC_CURRENT_CTL,13,161,54,8
COMBOBOX IDC_COMBO_CTL,71,159,184,84,CBS_DROPDOWNLIST | CBS_SORT |
WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "Ne&w...",IDC_BUTTON_NEW_CTL,82,177,50,14
PUSHBUTTON "Ed&it...",IDC_BUTTON_EDIT_CTL,137,177,50,14
DEFPUSHBUTTON "OK",IDOK,94,200,50,14
PUSHBUTTON "Cancel",IDCANCEL,153,200,50,14
PUSHBUTTON "&Help",ID_HELP,212,200,50,14
END
IDD_BASIC_DOMAIN DIALOG 0, 0, 224, 127
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Basic Authentication Domain"
FONT 8, "MS Shell Dlg"
BEGIN
GROUPBOX "Basic Authentication Domain",IDC_STATIC,7,7,210,93
LTEXT "The default Windows Domain used for Basic Authentication is the local domain the web server is active in. If the default domain should be other than the local domain, enter it here.",
IDC_STATIC,13,20,199,31
LTEXT "&Domain Name:",IDC_STATIC,13,62,48,8
EDITTEXT IDC_EDIT_DOMAIN_NAME,62,60,90,14,ES_AUTOHSCROLL
PUSHBUTTON "&Browse...",IDC_BUTTON_BROWSE,157,60,50,14
PUSHBUTTON "&Use Default",IDC_BUTTON_DEFAULT,157,78,50,14
DEFPUSHBUTTON "OK",IDOK,24,105,50,14
PUSHBUTTON "Cancel",IDCANCEL,87,105,50,14
PUSHBUTTON "&Help",ID_HELP,150,105,50,14
END
IDD_ANONYMOUS DIALOGEX 0, 0, 290, 110
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "Anonymous User Account"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
GROUPBOX "Anonymous User",IDC_STATIC_ANONYMOUS_LOGON,7,4,276,80
LTEXT "Select the Windows User Account used to access this computer when an anonymous user connects to this site.",
IDC_STATIC,20,14,241,16
LTEXT "&Username:",IDC_STATIC_USERNAME,20,38,44,8
EDITTEXT IDC_EDIT_USERNAME,67,36,133,13,ES_AUTOHSCROLL
PUSHBUTTON "&Browse...",IDC_BUTTON_BROWSE_USERS,206,35,64,14
LTEXT "&Password:",IDC_STATIC_PASSWORD,20,52,43,8
EDITTEXT IDC_EDIT_PASSWORD,67,51,133,13,ES_PASSWORD |
ES_AUTOHSCROLL
PUSHBUTTON "&Check Password",IDC_BUTTON_CHECK_PASSWORD,206,51,64,14,
NOT WS_VISIBLE
CONTROL "Allo&w IIS to control password",
IDC_CHECK_ENABLE_PW_SYNCHRONIZATION,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,67,68,212,10
DEFPUSHBUTTON "OK",IDOK,62,91,50,14
PUSHBUTTON "Cancel",IDCANCEL,119,91,50,14
PUSHBUTTON "&Help",ID_HELP,176,91,50,14
END
IDD_FILTERS DIALOGEX 20, 50, 290, 210
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE |
WS_CAPTION | WS_SYSMENU
CAPTION "ISAPI Filters"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "",IDC_STATIC,7,3,276,200
LTEXT "xxx",IDC_STATIC_FILTERS,15,11,259,33
CONTROL "",IDC_LIST_FILTERS,"SysListView32",LVS_REPORT |
LVS_SHOWSELALWAYS | LVS_ALIGNLEFT | LVS_NOSORTHEADER |
WS_BORDER | WS_TABSTOP,16,47,202,85
PUSHBUTTON "A&dd...",IDC_BUTTON_ADD,224,48,50,14
PUSHBUTTON "&Remove",IDC_BUTTON_REMOVE,224,66,50,14
PUSHBUTTON "Ed&it...",IDC_BUTTON_EDIT,224,84,50,14
PUSHBUTTON "Disabl&e",IDC_BUTTON_DISABLE,224,102,50,14
PUSHBUTTON "Move &up",IDC_BUTTON_UP,224,120,50,14
PUSHBUTTON "Move d&own",IDC_BUTTON_DOWN,224,138,50,14
GROUPBOX "Details",IDC_STATIC_DETAILS,15,133,203,62
LTEXT "Filter Name:",IDC_STATIC_FILTER_NAME_PROMPT,21,145,47,8
LTEXT "xxxxxxx",IDC_STATIC_FILTER_NAME,74,145,139,8
LTEXT "Status:",IDC_STATIC_STATUS_PROMPT,21,157,47,8
LTEXT "xxxxxxx",IDC_STATIC_STATUS,74,157,139,8
LTEXT "Executable:",IDC_STATIC_EXECUTABLE_PROMPT,21,169,47,8
LTEXT "xxxxxxx",IDC_STATIC_EXECUTABLE,74,169,139,8
LTEXT "Priority:",IDC_STATIC_PRIORITY_PROMPT,21,181,47,8
LTEXT "xxxxxxx",IDC_STATIC_PRIORITY,74,181,139,8
END
IDD_FILTER DIALOGEX 0, 0, 217, 85
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "Add/Edit Filter Properties"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "&Filter name:",IDC_STATIC,7,9,55,8
EDITTEXT IDC_EDIT_FILTERNAME,66,7,144,14,ES_AUTOHSCROLL
LTEXT "&Executable:",IDC_STATIC,7,27,55,8
EDITTEXT IDC_EDIT_EXECUTABLE,66,25,144,14,ES_AUTOHSCROLL
PUSHBUTTON "&Browse...",IDC_BUTTON_BROWSE,156,44,50,14
LTEXT "Priority:",IDC_STATIC_PRIORITY,7,46,51,8
LTEXT "xxx",IDC_STATIC_PRIORITY_VALUE,66,46,85,8
DEFPUSHBUTTON "OK",IDOK,28,64,50,14
PUSHBUTTON "Cancel",IDCANCEL,92,64,50,14
PUSHBUTTON "&Help",ID_HELP,156,64,50,14
END
IDD_PERFORMANCE DIALOGEX 0, 0, 290, 210
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_DISABLED |
WS_CAPTION
CAPTION "Performance"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
GROUPBOX "Bandwidth throttling",IDC_STATIC,7,7,276,84
CONTROL "&Limit the network bandwidth available to this Web site",
IDC_CHECK_LIMIT_NETWORK_USE,"Button",BS_AUTOCHECKBOX |
BS_TOP | BS_MULTILINE | WS_TABSTOP,14,19,257,17
LTEXT "Ma&ximum bandwidth (in kilobytes per second):",
IDC_STATIC_MAX_NETWORK_USE,27,41,159,8
EDITTEXT IDC_MAX_BANDWIDTH,202,39,66,13,ES_RIGHT | ES_AUTOHSCROLL |
ES_NUMBER
CONTROL "Spin2",IDC_MAX_BANDWIDTH_SPIN,"msctls_updown32",
UDS_SETBUDDYINT | UDS_ALIGNLEFT | UDS_AUTOBUDDY |
UDS_ARROWKEYS | UDS_NOTHOUSANDS,192,38,10,14
GROUPBOX "Web site connections",IDC_STATIC_CONN,7,99,276,53
CONTROL "&Unlimited",IDC_RADIO_UNLIMITED,"Button",
BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,14,113,172,10
CONTROL "Connections li&mited to:",IDC_RADIO_LIMITED,"Button",
BS_AUTORADIOBUTTON,14,130,172,10
EDITTEXT IDC_EDIT_MAX_CONNECTIONS,202,129,66,14,ES_RIGHT |
ES_AUTOHSCROLL | ES_NUMBER
CONTROL "Spin1",IDC_SPIN_MAX_CONNECTIONS,"msctls_updown32",
UDS_SETBUDDYINT | UDS_ALIGNLEFT | UDS_AUTOBUDDY |
UDS_ARROWKEYS | UDS_NOTHOUSANDS,192,129,10,14
LTEXT "For bandwidth throttling to function, IIS needs to install Windows Packet Scheduler. Installing Packet Scheduler will cause all current network connections to be dropped.",
IDC_STATIC_PSHED_REQUIRED,27,58,241,31,NOT WS_GROUP
END
IDD_DEFAULT_DOCUMENT DIALOGEX 30, 40, 189, 58
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "Add Content Page"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "&Default content page:",IDC_STATIC,7,7,175,8
EDITTEXT IDC_EDIT_DEF_DOCUMENT,7,17,175,14,ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,38,38,50,14,WS_DISABLED
PUSHBUTTON "Cancel",IDCANCEL,100,38,50,14
END
IDD_DIRECTORY_DOCUMENTS DIALOGEX 20, 50, 290, 210
STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION
CAPTION "Documents"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
GROUPBOX "",IDC_STATIC,7,7,276,86
CONTROL "Enable default &content page",
IDC_CHECK_ENABLE_DEFAULT_DOCUMENT,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,16,7,107,10
PUSHBUTTON "Move &Up",IDC_BUTTON_UP,87,72,50,14
PUSHBUTTON "Mo&ve Down",IDC_BUTTON_DOWN,142,72,50,14
LISTBOX IDC_LIST_DEFAULT_DOCUMENT,48,23,144,45,
LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "A&dd...",IDC_BUTTON_ADD,199,27,50,14
PUSHBUTTON "&Remove",IDC_BUTTON_REMOVE,199,47,50,14
GROUPBOX "",IDC_STATIC,7,97,276,62
CONTROL "Enable d&ocument footer",
IDC_CHECK_ENABLE_DOCUMENT_FOOTER,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,16,97,93,10
EDITTEXT IDC_EDIT_DOCUMENT_FOOTER,49,137,136,13,ES_AUTOHSCROLL
PUSHBUTTON "&Browse...",IDC_BUTTON_BROWSE,199,136,50,14
LTEXT "Append an HTML formatted footer to every document your Web server returns.",
IDC_STATIC,27,112,224,17
END
IDD_ERROR_MAPPING DIALOGEX 0, 0, 257, 126
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "Edit Custom Error Properties"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Error code:",IDC_STATIC,7,7,47,8
LTEXT "999",IDC_STATIC_ERROR_CODE,67,7,18,8
LTEXT "Sub Error Code:",IDC_STATIC_SUB_PROMPT,93,7,58,8
LTEXT "999",IDC_STATIC_SUB_ERROR_CODE,156,7,18,8
LTEXT "&Message type:",IDC_STATIC,7,44,57,8
COMBOBOX IDC_COMBO_MESSAGE_TYPE,67,41,106,52,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
LTEXT "&File name:",IDC_STATIC_TEXT_FILE_PROMT,7,60,56,8
EDITTEXT IDC_EDIT_TEXT_FILE,67,58,183,14,ES_AUTOHSCROLL
PUSHBUTTON "&Browse...",IDC_BUTTON_BROWSE,200,74,50,14
DEFPUSHBUTTON "OK",IDOK,47,100,50,14
PUSHBUTTON "Cancel",IDCANCEL,103,100,50,14
PUSHBUTTON "&Help",ID_HELP,160,100,50,14
LTEXT "Definition:",IDC_STATIC,7,20,49,8
LTEXT "xxxxxxxxxxxxx",IDC_STATIC_DEF_TEXT,67,20,183,17
END
IDD_DIRECTORY_ERRORS DIALOGEX 20, 50, 290, 204
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE |
WS_CAPTION | WS_SYSMENU
CAPTION "Custom Errors"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
GROUPBOX "Error messages for HTTP errors",IDC_STATIC,7,6,276,190
LTEXT "Custom error messages can be an absolute URL on this server or a pointer to a file.",
IDC_STATIC,17,23,258,17
LISTBOX IDC_LIST_ERRORS,16,43,258,129,LBS_OWNERDRAWVARIABLE |
LBS_NOINTEGRALHEIGHT | LBS_WANTKEYBOARDINPUT |
LBS_EXTENDEDSEL | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "&Edit...",IDC_BUTTON_EDIT,118,176,73,14
PUSHBUTTON "&Set to Default",IDC_BUTTON_SET_TO_DEFAULT,200,176,73,
14
END
IDD_CUSTOM_HEADER DIALOGEX 0, 0, 214, 124
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "Add/Edit Custom HTTP Header"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Enter a custom header name and a custom header value. IIS appends this custom header name and custom header value to all request responses in the HTTP header.",
IDC_STATIC,7,6,187,34
LTEXT "&Custom header name:",IDC_STATIC,7,38,200,8
EDITTEXT IDC_EDIT_HEADER,7,48,200,14,ES_AUTOHSCROLL
LTEXT "C&ustom header value:",IDC_STATIC,7,68,200,8
EDITTEXT IDC_EDIT_VALUE,7,77,200,14,ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,23,103,50,14
PUSHBUTTON "Cancel",IDCANCEL,82,103,50,14
PUSHBUTTON "&Help",ID_HELP,141,103,50,14
END
IDD_DIRECTORY_HTTP DIALOGEX 20, 50, 290, 213
STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION
CAPTION "HTTP Headers"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
GROUPBOX "",IDC_STATIC,7,1,276,64
CONTROL "&Enable content expiration",IDC_CHECK_EXPIRATION,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,14,0,98,10
LTEXT "Web site &content should:",IDC_STATIC_CONTENT_SHOULD,13,
10,111,8
CONTROL "Exp&ire immediately",IDC_RADIO_IMMEDIATELY,"Button",
BS_AUTORADIOBUTTON | WS_GROUP,19,20,181,10
CONTROL "E&xpire after",IDC_RADIO_TIME,"Button",
BS_AUTORADIOBUTTON,19,34,52,10
CONTROL "Expire &on",IDC_RADIO_ABS_TIME,"Button",
BS_AUTORADIOBUTTON,19,48,52,10
EDITTEXT IDC_EDIT_EXPIRE,73,32,49,13,ES_AUTOHSCROLL | ES_NUMBER |
WS_GROUP
COMBOBOX IDC_COMBO_TIME,125,32,73,113,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
CONTROL "",IDC_DTP_ABS_DATE,"SysDateTimePick32",DTS_LONGDATEFORMAT | WS_TABSTOP,73,47,
125,14
CTEXT "at",IDC_STATIC,201,50,12,10
CONTROL "",IDC_DTP_ABS_TIME,"SysDateTimePick32",DTS_UPDOWN |
DTS_TIMEFORMAT | WS_TABSTOP,216,47,61,14
GROUPBOX "Custom HTTP headers",IDC_STATIC,7,67,276,59
LISTBOX IDC_LIST_HEADERS,13,77,198,46,LBS_NOINTEGRALHEIGHT |
LBS_EXTENDEDSEL | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "A&dd...",IDC_BUTTON_ADD,221,77,50,14
PUSHBUTTON "Edi&t...",IDC_BUTTON_EDIT,221,92,50,14
PUSHBUTTON "&Remove",IDC_BUTTON_DELETE,221,108,50,14
GROUPBOX "Content rating",IDC_STATIC,7,127,276,40
ICON IDI_RATINGS,IDC_STATIC,19,137,20,20
LTEXT "Ratings help your users to identify what type of content your site provides.",
IDC_STATIC,49,139,153,18
PUSHBUTTON "Edit Rati&ngs...",IDC_BUTTON_RATINGS_TEMPLATE,206,141,
65,14
GROUPBOX "MIME types",IDC_STATIC,7,167,276,41
ICON IDI_FILE_TYPES,IDC_STATIC,19,178,20,20
LTEXT "IIS serves only files with extensions registered in the MIME types list. To configure additional file extensions, click MIME Types.",
IDC_STATIC,49,176,150,27
PUSHBUTTON "&MIME Types...",IDC_BUTTON_FILE_TYPES,206,183,65,14
END
IDD_FTP_NEW_INST_DESCRIPTION DIALOG 0, 0, 317, 186
STYLE DS_SETFONT | WS_CHILD | WS_VISIBLE | WS_BORDER
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "FTP Site Description",IDC_STATIC_WZ_TITLE,7,4,269,8
LTEXT "Describe the FTP site to help administrators identify it.",
IDC_STATIC_WZ_SUBTITLE,21,14,255,16
CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
SS_SUNKEN,0,35,316,1
LTEXT "&Description:",IDC_STATIC,22,59,274,8
EDITTEXT IDC_EDIT_DESCRIPTION,22,69,148,14,ES_AUTOHSCROLL
LTEXT "Type a description of the FTP site.",IDC_STATIC,21,44,
275,8
END
IDD_FTP_NEW_INST_BINDINGS DIALOGEX 0, 0, 317, 186
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_BORDER
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "IP Address and Port Settings",IDC_STATIC_WZ_TITLE,7,4,
269,8
LTEXT "Specify an IP address and port setting for the FTP site.",
IDC_STATIC_WZ_SUBTITLE,21,14,255,16
CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
SS_SUNKEN,0,35,317,1
LTEXT "Enter the IP address to use for this FTP site:",
IDC_STATIC,21,44,275,8
COMBOBOX IDC_COMBO_IP_ADDRESSES,21,55,148,49,CBS_DROPDOWN |
WS_VSCROLL | WS_TABSTOP
LTEXT "Type the TCP port for this FTP site (Default = 21):",
IDC_STATIC,21,81,274,8
EDITTEXT IDC_EDIT_TCP_PORT,22,94,48,14,ES_AUTOHSCROLL
END
IDD_FTP_NEW_DIR_ALIAS DIALOGEX 0, 0, 317, 186
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_BORDER
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Virtual Directory Alias",IDC_STATIC_WZ_TITLE,7,4,269,8
LTEXT "Specify a short name, or alias, for this virtual directory.",
IDC_STATIC_WZ_SUBTITLE,21,14,255,16
CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
SS_SUNKEN,0,35,317,1
LTEXT "Type the alias you want to use to gain access to this virtual directory. Use the same naming conventions that you would for naming a directory.",
IDC_STATIC,21,44,275,18
LTEXT "&Alias:",IDC_STATIC,21,67,170,8
EDITTEXT IDC_EDIT_ALIAS,21,77,174,14,ES_AUTOHSCROLL
END
IDD_FTP_NEW_PERMS DIALOGEX 0, 0, 317, 186
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_BORDER
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Virtual Directory Access Permissions",
IDC_STATIC_WZ_TITLE,7,4,269,8
LTEXT "Set the access permissions for this virtual directory.",
IDC_STATIC_WZ_SUBTITLE,21,14,255,16
CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
SS_SUNKEN,0,35,315,1
LTEXT "Allow the following permissions:",IDC_STATIC,21,44,283,
8
CONTROL "&Read",IDC_CHECK_READ,"Button",BS_AUTOCHECKBOX | BS_TOP |
BS_MULTILINE | WS_TABSTOP,21,59,266,10
CONTROL "&Write",IDC_CHECK_WRITE,"Button",BS_AUTOCHECKBOX |
BS_TOP | BS_MULTILINE | WS_TABSTOP,21,74,266,10
LTEXT "To complete the wizard, click Next.",IDC_ED_BOLD1,21,
162,283,8
END
IDD_WEB_NEW_DIR_ALIAS DIALOGEX 0, 0, 317, 186
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_BORDER
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Virtual Directory Alias",IDC_STATIC_WZ_TITLE,7,4,269,8
LTEXT "Specify a short name, or alias, for this virtual directory.",
IDC_STATIC_WZ_SUBTITLE,21,14,255,16
CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
SS_SUNKEN,0,35,317,1
LTEXT "Type the alias you want to use to gain access to this Web virtual directory. Use the same naming conventions that you would for naming a directory.",
IDC_STATIC,21,44,275,16
LTEXT "&Alias:",IDC_STATIC,22,69,136,8
EDITTEXT IDC_EDIT_ALIAS,22,79,138,14,ES_AUTOHSCROLL
END
IDD_WEB_NEW_DIR_PATH DIALOGEX 0, 0, 317, 186
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_BORDER
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Web Site Content Directory",IDC_STATIC_WZ_TITLE,7,4,269,
8
LTEXT "Where is the content you want to publish on the Web site?",
IDC_STATIC_WZ_SUBTITLE,21,14,255,16
CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
SS_SUNKEN,0,35,317,1
LTEXT "Enter the path to the directory that contains the content for this Web site.",
IDC_STATIC,21,44,275,8
LTEXT "&Path:",IDC_STATIC,21,59,220,8
EDITTEXT IDC_EDIT_PATH,21,69,221,14,ES_AUTOHSCROLL
PUSHBUTTON "B&rowse...",IDC_BUTTON_BROWSE,246,69,50,14
CONTROL "&Allow anonymous access to this web site",
IDC_CHECK_ALLOW_ANONYMOUS,"Button",BS_AUTOCHECKBOX |
BS_TOP | BS_MULTILINE | NOT WS_VISIBLE | WS_DISABLED |
WS_TABSTOP,21,93,275,10
END
IDD_WEB_NEW_INST_BINDINGS DIALOGEX 0, 0, 317, 186
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_BORDER
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "IP Address and Port Settings",IDC_STATIC_WZ_TITLE,7,4,
269,8
LTEXT "Specify an IP address, port setting, and host header for the new Web site.",
IDC_STATIC_WZ_SUBTITLE,21,14,275,16
CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
SS_SUNKEN,0,35,316,1
LTEXT "&Enter the IP address to use for this Web site:",
IDC_STATIC,21,38,276,8
COMBOBOX IDC_COMBO_IP_ADDRESSES,21,48,157,49,CBS_DROPDOWN |
WS_VSCROLL | WS_TABSTOP
LTEXT "&TCP port this Web site should use (Default: 80):",
IDC_STATIC,21,70,276,8
EDITTEXT IDC_EDIT_TCP_PORT,21,80,40,14,ES_AUTOHSCROLL
LTEXT "&Host header for this Web site (Default: None):",
IDC_STATIC,21,102,276,8
EDITTEXT IDC_EDIT_DOMAIN_NAME,21,112,157,14,ES_AUTOHSCROLL
LTEXT "SS&L port this Web site should use: (Default: 443)",
IDC_STATIC_SSL_PORT,21,134,276,8
EDITTEXT IDC_EDIT_SSL_PORT,21,144,40,14,ES_AUTOHSCROLL
LTEXT "For more information, read the IIS product documentation.",
IDC_STATIC,21,168,276,8
END
IDD_WEB_NEW_INST_DESCRIPTION DIALOG 0, 0, 317, 186
STYLE DS_SETFONT | WS_CHILD | WS_VISIBLE | WS_BORDER
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Web Site Desciption",IDC_STATIC_WZ_TITLE,7,4,269,8
LTEXT "Describe the Web site to help administrators identify it.",
IDC_STATIC_WZ_SUBTITLE,21,14,255,16
CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
SS_SUNKEN,0,35,317,1
LTEXT "Type a description of the Web site.",IDC_STATIC,21,45,
275,8
LTEXT "&Description:",IDC_STATIC,21,60,149,8
EDITTEXT IDC_EDIT_DESCRIPTION,21,70,148,14,ES_AUTOHSCROLL
END
IDD_WEB_NEW_INST_HOME DIALOG 0, 0, 317, 186
STYLE DS_SETFONT | WS_CHILD | WS_VISIBLE | WS_BORDER
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Web Site Home Directory",IDC_STATIC_WZ_TITLE,7,4,269,8
LTEXT "The home directory is the root of your Web content subdirectories.",
IDC_STATIC_WZ_SUBTITLE,21,14,255,16
CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
SS_SUNKEN,0,35,317,1
LTEXT "Enter the path to your home directory.",IDC_STATIC,21,
37,275,8
LTEXT "&Path:",IDC_STATIC,21,59,220,8
EDITTEXT IDC_EDIT_PATH,21,69,221,14,ES_AUTOHSCROLL
PUSHBUTTON "B&rowse...",IDC_BUTTON_BROWSE,246,69,50,14
CONTROL "&Allow anonymous access to this Web site",
IDC_CHECK_ALLOW_ANONYMOUS,"Button",BS_AUTOCHECKBOX |
BS_TOP | BS_MULTILINE | WS_TABSTOP,21,93,275,10
END
IDD_WEB_NEW_PERMS DIALOGEX 0, 0, 317, 186
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_BORDER
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Virtual Directory Access Permissions",
IDC_STATIC_WZ_TITLE,7,4,269,8
LTEXT "Set the access permissions for this virtual directory.",
IDC_STATIC_WZ_SUBTITLE,21,14,255,16
CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
SS_SUNKEN,0,35,315,1
LTEXT "Allow the following permissions:",IDC_STATIC,21,37,283,
8
CONTROL "&Read",IDC_CHECK_READ,"Button",BS_AUTOCHECKBOX | BS_TOP |
BS_MULTILINE | WS_TABSTOP,21,59,266,10
CONTROL "Run &scripts (such as ASP)",IDC_CHECK_SCRIPT,"Button",
BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,21,
74,266,10
CONTROL "&Execute (such as ISAPI applications or CGI)",
IDC_CHECK_EXECUTE,"Button",BS_AUTOCHECKBOX | BS_TOP |
BS_MULTILINE | WS_TABSTOP,21,89,266,10
CONTROL "&Write",IDC_CHECK_WRITE,"Button",BS_AUTOCHECKBOX |
BS_TOP | BS_MULTILINE | WS_TABSTOP,21,104,266,10
CONTROL "Br&owse",IDC_CHECK_DIRBROWS,"Button",BS_AUTOCHECKBOX |
BS_TOP | BS_MULTILINE | WS_TABSTOP,21,119,266,10
LTEXT "To complete the wizard, click Next .",IDC_ED_BOLD1,21,
160,283,8
END
IDD_WEB_NEW_USER_PASSWORD DIALOGEX 0, 0, 317, 186
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_BORDER
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Security Credentials",IDC_STATIC_WZ_TITLE,7,4,269,8
LTEXT "Specify a user name and password to prevent unauthorized access to the network resource.",
IDC_STATIC_WZ_SUBTITLE,21,14,255,16
CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
SS_SUNKEN,0,35,317,1
LTEXT "Enter the user name and password that should be used to gain access to the network directory.",
IDC_STATIC,21,44,275,19
LTEXT "&User name:",IDC_STATIC_USERNAME,21,67,140,8
EDITTEXT IDC_EDIT_USERNAME,21,77,142,14,ES_AUTOHSCROLL
PUSHBUTTON "B&rowse...",IDC_BUTTON_BROWSE_USERS,168,78,50,14
LTEXT "&Password:",IDC_STATIC_PASSWORD,21,96,139,8
EDITTEXT IDC_EDIT_PASSWORD,21,106,142,14,ES_PASSWORD |
ES_AUTOHSCROLL
PUSHBUTTON "&Check Password",IDC_BUTTON_CHECK_PASSWORD,168,106,75,
14,NOT WS_VISIBLE
CONTROL "&Always use the authenticated user's credentials when validating access to the network directory.",
IDC_DELEGATION,"Button",BS_AUTOCHECKBOX | BS_TOP |
BS_MULTILINE | WS_TABSTOP,21,134,221,26
END
IDD_APP_POOL_RECYCLE DIALOGEX 0, 0, 290, 210
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION
CAPTION "Recycling"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
CONTROL "Recycle worker &processes (in minutes):",
IDC_RECYCLE_TIMESPAN,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,14,12,201,10
EDITTEXT IDC_TIMESPAN,234,11,42,14,ES_RIGHT | ES_AUTOHSCROLL |
ES_NUMBER
CONTROL "Spin1",IDC_TIMESPAN_SPIN,"msctls_updown32",
UDS_SETBUDDYINT | UDS_ALIGNLEFT | UDS_AUTOBUDDY |
UDS_ARROWKEYS | UDS_NOTHOUSANDS,223,11,11,14
CONTROL "&Recycle worker process (number of requests):",
IDC_RECYCLE_REQUESTS,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,14,31,203,10
EDITTEXT IDC_REQUEST_LIMIT,234,30,42,14,ES_RIGHT | ES_AUTOHSCROLL |
ES_NUMBER
CONTROL "Spin2",IDC_REQUESTS_SPIN,"msctls_updown32",
UDS_SETBUDDYINT | UDS_ALIGNLEFT | UDS_AUTOBUDDY |
UDS_ARROWKEYS | UDS_NOTHOUSANDS,223,31,11,14
CONTROL "Recycle worker processes at the following &times:",
IDC_RECYCLE_TIMER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
14,51,216,10
LISTBOX IDC_TIMES_LIST,27,65,60,55,LBS_SORT | LBS_OWNERDRAWFIXED |
LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "A&dd...",IDC_ADD_TIME,93,65,50,14
PUSHBUTTON "Re&move...",IDC_DELETE_TIME,93,84,50,14
PUSHBUTTON "&Edit...",IDC_CHANGE_TIME,93,103,50,14
CONTROL "Maximum &virtual memory (in megabytes):",
IDC_RECYCLE_VMEMORY,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,14,158,199,10
EDITTEXT IDC_VMEMORY_LIMIT,234,155,42,14,ES_RIGHT |
ES_AUTOHSCROLL | ES_NUMBER
CONTROL "Spin3",IDC_VMEMORY_SPIN,"msctls_updown32",
UDS_SETBUDDYINT | UDS_ALIGNLEFT | UDS_AUTOBUDDY |
UDS_ARROWKEYS | UDS_NOTHOUSANDS,223,155,11,14
LTEXT "Recycle worker process after consuming too much memory:",
IDC_STATIC,13,140,258,8
CONTROL "Maximum &used memory (in megabytes):",
IDC_RECYCLE_UMEMORY,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,14,176,200,10
EDITTEXT IDC_UMEMORY_LIMIT,234,174,42,14,ES_RIGHT |
ES_AUTOHSCROLL | ES_NUMBER
CONTROL "",IDC_UMEMORY_SPIN,"msctls_updown32",UDS_SETBUDDYINT |
UDS_ALIGNLEFT | UDS_AUTOBUDDY | UDS_ARROWKEYS |
UDS_NOTHOUSANDS,223,174,11,14
GROUPBOX "Memory recycling",IDC_STATIC,7,128,276,75
END
IDD_TIME_PICKER DIALOG 0, 0, 124, 49
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION
CAPTION "Select Time"
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "OK",IDOK,7,28,50,14
PUSHBUTTON "Cancel",IDCANCEL,67,28,50,14
CONTROL "DateTimePicker1",IDC_TIME_PICKER,"SysDateTimePick32",
DTS_UPDOWN | WS_TABSTOP | 0x8,7,7,110,14
END
IDD_APP_POOL_PERF DIALOGEX 0, 0, 290, 210
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION
CAPTION "Performance"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
GROUPBOX "Idle timeout",IDC_STATIC,7,7,276,30
CONTROL "&Shutdown worker processes after being idle for \n(time in minutes):",
IDC_PERF_IDLE_TIMEOUT,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,13,17,211,17
EDITTEXT IDC_IDLETIME,234,17,42,14,ES_RIGHT | ES_AUTOHSCROLL |
ES_NUMBER
CONTROL "Spin1",IDC_IDLETIME_SPIN,"msctls_updown32",
UDS_SETBUDDYINT | UDS_ALIGNLEFT | UDS_AUTOBUDDY |
UDS_ARROWKEYS | UDS_NOTHOUSANDS,223,17,11,14
GROUPBOX "Request queue limit",IDC_STATIC,7,41,276,28
CONTROL "&Limit the kernel request queue (number of requests):",
IDC_LIMIT_QUEUE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,
52,200,10
EDITTEXT IDC_QUEUESIZE,234,50,42,14,ES_RIGHT | ES_AUTOHSCROLL |
ES_NUMBER
CONTROL "Spin2",IDC_QUEUESIZE_SPIN,"msctls_updown32",
UDS_SETBUDDYINT | UDS_ALIGNLEFT | UDS_AUTOBUDDY |
UDS_ARROWKEYS | UDS_NOTHOUSANDS,223,50,11,14
GROUPBOX "",IDC_STATIC,7,75,276,91
CONTROL "&Enable CPU monitoring",IDC_ENABLE_CPU_ACCOUNTING,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,74,95,10
LTEXT "Maximum &CPU use (percentage):",IDC_STATIC,25,90,188,8
EDITTEXT IDC_CPU_USE,234,88,42,14,ES_RIGHT | ES_AUTOHSCROLL |
ES_NUMBER
CONTROL "Spin2",IDC_CPU_USE_SPIN,"msctls_updown32",
UDS_SETBUDDYINT | UDS_ALIGNLEFT | UDS_AUTOBUDDY |
UDS_ARROWKEYS | UDS_NOTHOUSANDS,223,88,11,14
LTEXT "&Refresh CPU usage numbers (in minutes):",IDC_STATIC,25,
112,189,8
EDITTEXT IDC_REFRESHTIME,234,110,42,14,ES_RIGHT | ES_AUTOHSCROLL |
ES_NUMBER
CONTROL "Spin2",IDC_REFRESHTIME_SPIN,"msctls_updown32",
UDS_SETBUDDYINT | UDS_ALIGNLEFT | UDS_AUTOBUDDY |
UDS_ARROWKEYS | UDS_NOTHOUSANDS,223,110,11,14
LTEXT "Action &performed when CPU usage exceeds maximum CPU use:",
IDC_STATIC,25,135,242,8
COMBOBOX IDC_EXCEED_ACTION,129,146,147,43,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
GROUPBOX "Web garden",IDC_STATIC,7,170,276,33
LTEXT "Maximum number of &worker processes:",IDC_STATIC,25,184,
190,8
EDITTEXT IDC_MAXPROCESSES,234,180,42,14,ES_RIGHT | ES_AUTOHSCROLL |
ES_NUMBER
CONTROL "Spin2",IDC_MAXPROCESSES_SPIN,"msctls_updown32",
UDS_SETBUDDYINT | UDS_ALIGNLEFT | UDS_AUTOBUDDY |
UDS_ARROWKEYS | UDS_NOTHOUSANDS,223,180,11,14
END
IDD_APP_POOL_HEALTH DIALOGEX 0, 0, 290, 210
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION
CAPTION "Health"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "",IDC_STATIC,7,7,276,30
CONTROL "&Enable pinging",IDC_ENABLE_PING,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,14,6,63,10
LTEXT "Pin&g worker process every (frequency in seconds):",
IDC_STATIC,13,19,205,8
EDITTEXT IDC_PINGINTERVAL,234,17,42,14,ES_RIGHT | ES_AUTOHSCROLL |
ES_NUMBER
CONTROL "Spin1",IDC_PINGINTERVAL_SPIN,"msctls_updown32",
UDS_SETBUDDYINT | UDS_ALIGNLEFT | UDS_AUTOBUDDY |
UDS_ARROWKEYS | UDS_NOTHOUSANDS,223,17,11,14
GROUPBOX "",IDC_STATIC,7,44,276,83
CONTROL "Enable &rapid-fail protection",IDC_ENABLE_RAPID_FAIL,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,43,102,10
LTEXT "Disable the application pool if there are a certain number of worker process failures within a specified time period.",
IDC_STATIC,13,57,247,20
LTEXT "&Failures:",IDC_STATIC,25,84,191,8
EDITTEXT IDC_CRASHES_COUNT,234,82,42,14,ES_RIGHT | ES_AUTOHSCROLL |
ES_NUMBER
CONTROL "Spin2",IDC_CRASHES_COUNT_SPIN,"msctls_updown32",
UDS_SETBUDDYINT | UDS_ALIGNLEFT | UDS_AUTOBUDDY |
UDS_ARROWKEYS | UDS_NOTHOUSANDS,223,82,11,14
LTEXT "&Time period (time in minutes):",IDC_STATIC,25,106,190,
8
EDITTEXT IDC_CHECK_TIME,234,104,42,14,ES_RIGHT | ES_AUTOHSCROLL |
ES_NUMBER
CONTROL "Spin2",IDC_CHECK_TIME_SPIN,"msctls_updown32",
UDS_SETBUDDYINT | UDS_ALIGNLEFT | UDS_AUTOBUDDY |
UDS_ARROWKEYS | UDS_NOTHOUSANDS,223,104,11,14
GROUPBOX "Startup time limit",IDC_STATIC,7,134,276,31
LTEXT "&Worker process must startup within (time in seconds):",
IDC_STATIC,25,149,190,8
EDITTEXT IDC_STARTUP_LIMIT,234,145,42,14,ES_RIGHT |
ES_AUTOHSCROLL | ES_NUMBER
CONTROL "Spin2",IDC_STARTUP_LIMIT_SPIN,"msctls_updown32",
UDS_SETBUDDYINT | UDS_ALIGNLEFT | UDS_AUTOBUDDY |
UDS_ARROWKEYS | UDS_NOTHOUSANDS,223,145,11,14
GROUPBOX "Shutdown time limit",IDC_STATIC,7,170,276,33
LTEXT "Worker &process must shutdown within (time in seconds):",
IDC_STATIC,25,184,194,8
EDITTEXT IDC_SHUTDOWN_LIMIT,234,180,42,14,ES_RIGHT |
ES_AUTOHSCROLL | ES_NUMBER
CONTROL "Spin2",IDC_SHUTDOWN_LIMIT_SPIN,"msctls_updown32",
UDS_SETBUDDYINT | UDS_ALIGNLEFT | UDS_AUTOBUDDY |
UDS_ARROWKEYS | UDS_NOTHOUSANDS,223,180,11,14
END
IDD_APP_POOL_DEBUG DIALOGEX 0, 0, 290, 210
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION
CAPTION "Debugging"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
GROUPBOX "",IDC_STATIC,7,7,276,82
CONTROL "&Enable debugging",IDC_ENABLE_DEBUG,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,13,7,75,10
LTEXT "Run a file on worker processes that fail to respond to pings.",
IDC_STATIC,13,21,263,8
LTEXT "&File:",IDC_STATIC,13,42,38,8
EDITTEXT IDC_FILE_NAME,57,40,161,14,ES_AUTOHSCROLL
PUSHBUTTON "&Browse",IDC_BROWSE,223,40,50,14
LTEXT "&Parameters:",IDC_STATIC,14,62,42,8
EDITTEXT IDC_PARAMETERS,57,60,161,14,ES_AUTOHSCROLL
END
IDD_APP_POOL_IDENT DIALOGEX 0, 0, 290, 210
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION
CAPTION "Identity"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
GROUPBOX "Application pool identity",IDC_STATIC,7,7,276,109
LTEXT "Select a security account for this application pool:",
IDC_STATIC,13,21,259,8
CONTROL "&Predefined",IDC_PREDEFINED,"Button",BS_AUTORADIOBUTTON |
WS_GROUP | WS_TABSTOP,13,36,62,10
CONTROL "&Configurable",IDC_CONFIGURABLE,"Button",
BS_AUTORADIOBUTTON | WS_TABSTOP,13,54,201,10
COMBOBOX IDC_SYSTEM_ACCOUNTS,81,34,136,44,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
LTEXT "&User name:",IDC_STATIC,26,71,49,8
EDITTEXT IDC_USER_NAME,81,69,136,14,ES_AUTOHSCROLL
PUSHBUTTON "&Browse",IDC_BROWSE,223,69,50,14
LTEXT "Pass&word:",IDC_STATIC,26,88,49,8
EDITTEXT IDC_USER_PASS,81,87,136,14,ES_PASSWORD | ES_AUTOHSCROLL
END
IDD_ADD_APP_POOL DIALOGEX 0, 0, 261, 118
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "Add New Application Pool"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Application pool &ID:",IDC_STATIC,7,9,72,8
EDITTEXT IDC_EDIT_POOL_ID,80,7,157,14,ES_AUTOHSCROLL
GROUPBOX "Application pool settings",IDC_STATIC,7,28,247,64
CONTROL "Use &default settings for new application pool",
IDC_USE_MASTER,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
17,41,222,10
CONTROL "Use existing &application pool as template",
IDC_USE_POOL,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,17,
54,222,10
LTEXT "Application &pool name:",IDC_STATIC,29,71,82,8
COMBOBOX IDC_POOLS,116,69,124,35,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK",IDOK,50,97,50,14
PUSHBUTTON "Cancel",IDCANCEL,106,97,50,14
PUSHBUTTON "&Help",ID_HELP,162,97,50,14
END
IDD_WEB_FILE_PROPERTIES DIALOG 20, 50, 290, 210
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION |
WS_SYSMENU
CAPTION "File"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "The content for this resource should come from:",
IDC_STATIC_PATH_TYPE,8,2,266,8
CONTROL "The &designated file",IDC_RADIO_DIR,"Button",
BS_AUTORADIOBUTTON | WS_GROUP,75,12,196,10
CONTROL "A &share located on another computer",IDC_RADIO_UNC,
"Button",BS_AUTORADIOBUTTON | WS_DISABLED,75,24,203,10
CONTROL "A redirection to a &URL",IDC_RADIO_REDIRECT,"Button",
BS_AUTORADIOBUTTON,75,36,199,10
GROUPBOX "",IDC_STATIC_DIRFLAGS_SMALL,7,45,276,66,WS_GROUP
GROUPBOX "",IDC_STATIC_REDIRFLAGS,7,45,276,80
LTEXT "Network Dire&ctory:",IDC_STATIC_PATH_PROMPT,12,57,62,8
EDITTEXT IDC_EDIT_PATH,75,55,142,13,ES_AUTOHSCROLL | WS_DISABLED
EDITTEXT IDC_EDIT_REDIRECT,75,55,142,13,ES_AUTOHSCROLL
CONTROL "Scrip&t source access",IDC_CHECK_AUTHOR,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,12,70,131,10
CONTROL "&Read",IDC_CHECK_READ,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,12,80,131,10
CONTROL "&Write",IDC_CHECK_WRITE,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,12,90,131,10
CONTROL "Log &visits",IDC_CHECK_LOG_ACCESS,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,145,70,129,10
LTEXT "The client will be sent to:",IDC_STATIC_REDIRECT_PROMPT,
12,72,112,8
CONTROL "The e&xact URL entered above",IDC_CHECK_EXACT,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,12,83,247,10
CONTROL "A director&y below this one",IDC_CHECK_CHILD,"Button",
BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,12,96,131,10
CONTROL "A permanent redirection for t&his resource",
IDC_CHECK_PERMANENT,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,12,109,247,10
END
IDD_FTP_NEW_USER_ISOLATION_AD DIALOGEX 0, 0, 317, 186
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_BORDER
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "FTP User Isolation",IDC_STATIC_WZ_TITLE,7,4,269,8
LTEXT "Specify the Active Directory credentials and default Active Directory domain.",
IDC_STATIC_WZ_SUBTITLE,21,14,255,16
CONTROL "",IDC_STATIC_WZ_HEADER_DIVIDER,"Static",SS_BLACKFRAME |
SS_SUNKEN,0,35,317,1
LTEXT "Enter the user name and password that should be used to gain access to the Active Directory domain.",
IDC_STATIC,21,44,275,19
LTEXT "&User name:",IDC_STATIC_USERNAME,21,67,275,8
EDITTEXT IDC_EDIT_USERNAME,21,77,143,14,ES_AUTOHSCROLL
PUSHBUTTON "B&rowse...",IDC_BUTTON_BROWSE_USERS,168,77,50,14
LTEXT "&Password:",IDC_STATIC_PASSWORD,21,96,275,8
EDITTEXT IDC_EDIT_PASSWORD,21,106,143,14,ES_PASSWORD |
ES_AUTOHSCROLL
LTEXT "&Enter the default Active Directory domain:",IDC_STATIC,
21,125,286,8
EDITTEXT IDC_EDIT_DOMAIN,21,135,143,14,ES_AUTOHSCROLL
PUSHBUTTON "Bro&wse...",IDC_BUTTON_BROWSE_DOMAINS,168,135,50,14
END
IDD_ASPMAIN DIALOGEX 0, 0, 253, 218
STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_CAPTION
CAPTION "Options"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
GROUPBOX "Application configuration",IDC_STATIC,7,7,239,144
CONTROL "Enable &session state",IDC_ENABLE_SESSION,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,14,19,211,10
LTEXT "Session &timeout:",IDC_SESSION_TITLE,27,32,55,8
EDITTEXT IDC_SESSION_TIMEOUT,92,30,40,14,ES_AUTOHSCROLL |
ES_NUMBER
CONTROL "Spin1",IDC_TIMEOUT_SPIN,"msctls_updown32",
UDS_SETBUDDYINT | UDS_ALIGNLEFT | UDS_AUTOBUDDY |
UDS_ARROWKEYS | UDS_NOTHOUSANDS,81,30,10,14
LTEXT "minutes",IDC_SESSION_UNITS,140,33,64,8
CONTROL "Enable &buffering",IDC_ENABLE_BUFFERING,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,14,45,174,10
CONTROL "Enable &parent paths",IDC_ENABLE_PARENTS,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,14,59,177,10
LTEXT "Default ASP &language:",IDC_LANG_TITLE,14,74,78,8
EDITTEXT IDC_LANGUAGES,92,71,146,14,ES_AUTOHSCROLL
LTEXT "ASP script ti&meout:",IDC_STATIC,14,92,64,8
EDITTEXT IDC_SCRIPT_TIMEOUT,92,91,40,14,ES_AUTOHSCROLL |
ES_NUMBER
CONTROL "Spin2",IDC_ASPTIMEOUT_SPIN,"msctls_updown32",
UDS_SETBUDDYINT | UDS_ALIGNLEFT | UDS_AUTOBUDDY |
UDS_ARROWKEYS | UDS_NOTHOUSANDS,81,91,11,14
LTEXT "seconds",IDC_STATIC,135,92,53,8
CONTROL "&Enable Side by Side assemblies",IDC_ENABLE_SXS,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,14,111,224,10
LTEXT "Manifest &file name:",IDC_MANIFEST_STATIC,28,127,64,8
EDITTEXT IDC_MANIFEST,92,126,146,14,ES_AUTOHSCROLL
END
IDD_APPMAP DIALOGEX 0, 0, 253, 218
STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_CAPTION
CAPTION "Mappings"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
CONTROL "&Cache ISAPI extensions",IDC_CACHE_ISAPI,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,7,7,96,10
GROUPBOX "Application e&xtensions",IDC_STATIC,7,19,239,192
CONTROL "List1",IDC_LIST,"SysListView32",LVS_REPORT |
LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,14,30,225,67
PUSHBUTTON "A&dd...",IDC_ADD,14,101,50,14
PUSHBUTTON "&Edit...",IDC_EDIT,76,101,50,14
PUSHBUTTON "&Remove",IDC_REMOVE,138,101,50,14
LTEXT "&Wildcard application maps (order of implementation):",
IDC_STATIC,14,123,225,9,SS_CENTERIMAGE
CONTROL "List2",IDC_LIST_EXE,"SysListView32",LVS_REPORT |
LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | WS_BORDER |
WS_TABSTOP,14,135,169,50
PUSHBUTTON "I&nsert...",IDC_INSERT,189,135,50,14
PUSHBUTTON "Ed&it...",IDC_EDIT_EXE,189,152,50,14
PUSHBUTTON "Re&move",IDC_REMOVE_EXE,189,170,50,14
PUSHBUTTON "Move &Up",IDC_MOVE_UP,14,191,50,14
PUSHBUTTON "M&ove Down",IDC_MOVE_DOWN,71,191,50,14
END
IDD_APPMAP_IIS5 DIALOGEX 0, 0, 253, 218
STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_CAPTION
CAPTION "Mappings"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
CONTROL "&Cache ISAPI extensions",IDC_CACHE_ISAPI,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,7,7,96,10
GROUPBOX "Application extensions",IDC_STATIC,7,22,239,164
CONTROL "List1",IDC_LIST,"SysListView32",LVS_REPORT |
LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,14,36,225,123
PUSHBUTTON "A&dd...",IDC_ADD,14,166,50,14
PUSHBUTTON "&Edit...",IDC_EDIT,76,166,50,14
PUSHBUTTON "&Remove",IDC_REMOVE,138,166,50,14
END
IDD_EDITMAP DIALOGEX 0, 0, 282, 134
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "Add/Edit Application Extension Mapping"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "E&xecutable:",IDC_STATIC,7,9,59,8
EDITTEXT IDC_EXECUTABLE,74,7,145,14,ES_AUTOHSCROLL
PUSHBUTTON "&Browse...",IDC_BUTTON_BROWSE,225,7,50,14
LTEXT "&Extension:",IDC_STATIC,7,28,60,8
EDITTEXT IDC_EXTENSION,74,25,40,14,ES_AUTOHSCROLL
GROUPBOX "Verbs",IDC_STATIC,7,45,268,50
CONTROL "&All verbs",IDC_ALL_VERBS,"Button",BS_AUTORADIOBUTTON |
WS_GROUP,18,59,109,10
CONTROL "&Limit to:",IDC_LIMIT_VERBS,"Button",BS_AUTORADIOBUTTON,
18,75,56,10
EDITTEXT IDC_VERBS,74,74,145,14,ES_UPPERCASE | ES_AUTOHSCROLL |
WS_GROUP
CONTROL "&Script engine",IDC_SCRIPT_ENGINE,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,7,100,149,10
CONTROL "&Verify that file exists",IDC_FILE_EXISTS,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,7,116,98,10
DEFPUSHBUTTON "OK",IDOK,111,112,50,14
PUSHBUTTON "Cancel",IDCANCEL,169,112,50,14
PUSHBUTTON "Help",IDC_HELPBTN,225,112,50,14
END
IDD_EDIT_STARMAP DIALOGEX 0, 0, 282, 63
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "Add/Edit Application Extension Mapping"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "E&xecutable:",-1,7,9,60,8
EDITTEXT IDC_EXECUTABLE,74,7,145,14,ES_AUTOHSCROLL
PUSHBUTTON "&Browse...",IDC_BUTTON_BROWSE,225,7,50,14
CONTROL "&Verify that file exists",IDC_FILE_EXISTS,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,7,30,170,10
DEFPUSHBUTTON "OK",IDOK,111,41,50,14
PUSHBUTTON "Cancel",IDCANCEL,169,41,50,14
PUSHBUTTON "Help",IDC_HELPBTN,225,41,50,14
END
IDD_CACHE_OPT DIALOGEX 0, 0, 253, 218
STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_CAPTION
CAPTION "Cache Options"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
GROUPBOX "ASP File Cache",IDC_STATIC,7,7,239,162
CONTROL "Do &not cache ASP files",IDC_NO_CACHE,"Button",
BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,14,21,192,10
CONTROL "&Cache all ASP files in memory",IDC_UNLIMITED_CACHE,
"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,14,38,186,10
CONTROL "Cache &limited ASP files in memory",IDC_LIMITED_CACHE,
"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,14,57,146,10
EDITTEXT IDC_CACHE_SIZE_EDIT,178,56,40,14,ES_AUTOHSCROLL |
ES_NUMBER | WS_GROUP
CONTROL "Spin3",IDC_CACHE_SIZE_SPIN,"msctls_updown32",
UDS_SETBUDDYINT | UDS_ALIGNLEFT | UDS_AUTOBUDDY |
UDS_ARROWKEYS | UDS_NOTHOUSANDS,167,56,11,14
CONTROL "Cache &remaining ASP files on disk",
IDC_CACHE_UNLIMITED_DISK,"Button",BS_AUTORADIOBUTTON |
WS_GROUP,26,76,173,10
CONTROL "Cache li&mited ASP files on disk",
IDC_CACHE_LIMITED_DISK,"Button",BS_AUTORADIOBUTTON,26,95,
143,10
EDITTEXT IDC_DISK_UNLIM_EDIT,178,93,40,14,ES_AUTOHSCROLL |
ES_NUMBER
CONTROL "Spin2",IDC_DISK_UNLIM_SPIN,"msctls_updown32",
UDS_SETBUDDYINT | UDS_ALIGNLEFT | UDS_AUTOBUDDY |
UDS_ARROWKEYS | UDS_NOTHOUSANDS,167,93,11,14
LTEXT "&Disk cache directory:",IDC_STATIC,14,136,164,8
EDITTEXT IDC_CACHE_PATH,14,146,168,14,ES_AUTOHSCROLL
PUSHBUTTON "&Browse...",IDC_BROWSE,187,145,50,14
LTEXT "N&umber of script engines cached:",IDC_STATIC,14,183,
148,8
EDITTEXT IDC_ENGINES,178,180,40,14,ES_AUTOHSCROLL | ES_NUMBER
CONTROL "Spin4",IDC_ENG_CACHED_SPIN,"msctls_updown32",
UDS_SETBUDDYINT | UDS_ALIGNLEFT | UDS_AUTOBUDDY |
UDS_ARROWKEYS | UDS_NOTHOUSANDS,167,180,11,14
END
IDD_CACHE_OPT_IIS5 DIALOGEX 0, 0, 253, 218
STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_CAPTION
CAPTION "Cache Options"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
GROUPBOX "ASP File Cache",-1,7,7,239,74
CONTROL "Do n&ot cache ASP files",IDC_NO_CACHE,"Button",
BS_AUTORADIOBUTTON | WS_TABSTOP,14,21,145,10
CONTROL "Ca&che all requested ASP files",IDC_UNLIMITED_CACHE,
"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,14,39,145,10
CONTROL "&Max ASP files cached:",IDC_LIMITED_CACHE,"Button",
BS_AUTORADIOBUTTON | WS_TABSTOP,14,57,127,10
EDITTEXT IDC_CACHE_SIZE_EDIT,159,56,40,14,ES_AUTOHSCROLL |
ES_NUMBER
CONTROL "Spin3",IDC_CACHE_SIZE_SPIN,"msctls_updown32",
UDS_SETBUDDYINT | UDS_ALIGNLEFT | UDS_AUTOBUDDY |
UDS_ARROWKEYS | UDS_NOTHOUSANDS,147,56,11,14
LTEXT "&Number of script engines cached:",-1,14,92,130,8
EDITTEXT IDC_ENGINES,159,90,40,14,ES_AUTOHSCROLL | ES_NUMBER
CONTROL "Spin4",IDC_ENG_CACHED_SPIN,"msctls_updown32",
UDS_SETBUDDYINT | UDS_ALIGNLEFT | UDS_AUTOBUDDY |
UDS_ARROWKEYS | UDS_NOTHOUSANDS,148,90,10,14
END
IDD_ASPDEBUG DIALOGEX 0, 0, 253, 218
STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_CAPTION
CAPTION "Debugging"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
GROUPBOX "Debugging flags",-1,7,7,239,46
CONTROL "&Enable ASP server-side script debugging",
IDC_SERVER_DEBUG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
14,21,220,10
CONTROL "E&nable ASP client-side script debugging",
IDC_CLIENT_DEBUG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
14,36,220,10
GROUPBOX "Error messages for script errors",-1,7,58,239,81
CONTROL "&Send detailed ASP error messages to client",
IDC_SEND_DETAILED_ERROR,"Button",BS_AUTORADIOBUTTON |
WS_GROUP | WS_TABSTOP,14,72,211,10
CONTROL "Send the following &text error message to client:",
IDC_SEND_DEF_ERROR,"Button",BS_AUTORADIOBUTTON,14,85,214,
10
EDITTEXT IDC_DEFAULT_ERROR,25,98,214,32,ES_MULTILINE |
ES_AUTOVSCROLL
END
IDD_WEBSVCEXT_REQUIREDFILES DIALOGEX 0, 0, 250, 210
STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_FIXEDSYS | WS_POPUP |
WS_CAPTION
CAPTION "Required Files"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "",IDC_REQUIREDFILES_STATIC_TITLE,5,7,238,49
LTEXT "&Files:",IDC_STATIC,5,59,163,9
CONTROL "",IDC_LIST_FILES,"SysListView32",LVS_REPORT |
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
LVS_ALIGNLEFT | WS_DISABLED | WS_BORDER | WS_TABSTOP,5,
71,169,132
PUSHBUTTON "A&dd...",IDC_BTN_ADD,183,70,60,18
PUSHBUTTON "&Remove",IDC_BTN_REMOVE,184,93,60,18
PUSHBUTTON "A&llow",IDC_BTN_ENABLE,184,115,60,18
PUSHBUTTON "&Prohibit",IDC_BTN_DISABLE,184,137,60,18
END
IDD_WEBSVCEXT_GENERAL DIALOGEX 0, 0, 250, 210
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION
CAPTION "General"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
CONTROL "",IDC_FILE_ICON,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
WS_TABSTOP,7,12,15,13,WS_EX_TRANSPARENT
EDITTEXT IDC_EXTENSION_NAME,36,16,207,12,ES_AUTOHSCROLL |
ES_READONLY | NOT WS_BORDER
CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,8,40,
235,1
LTEXT "Used by:",IDC_STATIC,7,51,118,13
EDITTEXT IDC_EXTENSION_USEDBY,7,64,236,139,ES_MULTILINE |
ES_AUTOVSCROLL | ES_READONLY
END
IDD_ADD_FILE DIALOGEX 0, 0, 223, 81
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "Add file"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "&Path to file:",IDC_STATIC,7,23,155,8
EDITTEXT IDC_EDIT_FILENAME,7,35,157,14,ES_AUTOHSCROLL
PUSHBUTTON "&Browse...",IDC_BUTTON_BROWSE,166,35,50,14
DEFPUSHBUTTON "OK",IDOK,113,59,50,14
PUSHBUTTON "Cancel",IDCANCEL,167,59,50,14
LTEXT "Enter the file location and name.",IDC_STATIC,7,4,203,
15
END
IDD_WEBSVCEXT_ADDNEW DIALOGEX 0, 0, 261, 193
STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_FIXEDSYS | WS_POPUP |
WS_CAPTION | WS_SYSMENU
CAPTION "New Web Service Extension"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Type the name of the new Web service extension, and specify the files that must be enabled for the extension to run.",
IDC_STATIC,5,7,249,29
LTEXT "E&xtension name:",IDC_STATIC,5,39,239,9
EDITTEXT IDC_EDIT_EXTENSION_NAME,5,51,249,13,ES_AUTOHSCROLL
LTEXT "R&equired files:",IDC_STATIC,5,73,194,8
CONTROL "",IDC_LIST_FILES,"SysListView32",LVS_REPORT |
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | WS_BORDER |
WS_TABSTOP,5,85,195,60
CONTROL "&Set extension status to Allowed",IDC_CHECK_ALLOW,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,5,151,194,13
PUSHBUTTON "A&dd...",IDC_BTN_ADD,204,84,50,14
PUSHBUTTON "&Remove",IDC_BTN_REMOVE,204,107,50,14
DEFPUSHBUTTON "OK",IDOK,96,172,50,14
PUSHBUTTON "Cancel",IDCANCEL,150,172,50,14
PUSHBUTTON "&Help",ID_HELP,204,172,50,14
END
IDD_WEBSVCEXT_ADDBYAPP DIALOGEX 0, 0, 261, 198
STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_FIXEDSYS | WS_POPUP |
WS_CAPTION | WS_SYSMENU
CAPTION "Allow all Web service extensions for a specific application"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "To allow all Web service extensions required by an application, select the application from the following list.",
IDC_STATIC,5,7,249,30
LTEXT "&Application:",IDC_STATIC,5,39,249,9
COMBOBOX IDC_COMBO_APPLICATION,5,49,249,75,CBS_DROPDOWNLIST |
CBS_SORT | WS_DISABLED | WS_VSCROLL | WS_TABSTOP,
WS_EX_TRANSPARENT
LTEXT "Extensions to be allowed:",IDC_STATIC,5,76,241,13
DEFPUSHBUTTON "OK",IDOK,96,177,50,14
PUSHBUTTON "Cancel",IDCANCEL,150,177,50,14
PUSHBUTTON "&Help",ID_HELP,204,177,50,14
EDITTEXT IDC_DEPENDENCIES_TXT,5,91,249,79,ES_MULTILINE |
ES_AUTOHSCROLL | ES_READONLY
END
IDD_MESSAGE_BOX_DLG DIALOGEX 0, 0, 0, 0
STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU |
WS_THICKFRAME
CAPTION "Message Box Dialog"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
END
IDD_CONFIRM_DEPENDENT_APPS DIALOGEX 0, 0, 262, 166
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "IIS Manager"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
ICON 32515,IDC_STATIC,7,7,20,20
EDITTEXT IDC_EDIT_WARN1,28,7,227,31,ES_MULTILINE | ES_AUTOVSCROLL |
ES_READONLY | NOT WS_BORDER,WS_EX_TRANSPARENT
LISTBOX IDC_DEPENDENT_APPS_LIST,7,38,248,74,LBS_SORT |
LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_NOSEL |
WS_VSCROLL | WS_TABSTOP,WS_EX_ACCEPTFILES |
WS_EX_TRANSPARENT
EDITTEXT IDC_EDIT_WARN2,7,112,248,32,ES_MULTILINE |
ES_AUTOVSCROLL | ES_READONLY | NOT WS_BORDER,
WS_EX_TRANSPARENT
PUSHBUTTON "&Yes",IDOK,49,145,50,14
DEFPUSHBUTTON "&No",IDCANCEL,105,145,50,14
PUSHBUTTON "&Help",ID_HELP,161,145,50,14
END
/////////////////////////////////////////////////////////////////////////////
//
// Icon
//
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_INETMGR ICON "res\\inetmgr.ico"
IDI_SHUTDOWN ICON "res\\shutdown.ico"
IDI_AUTHENTICATION ICON "RES\\authent.ico"
IDI_DEFAULT_PROPERTIES ICON "RES\\default.ico"
IDI_DENIED ICON "RES\\denied.ico"
IDI_FILE_TYPES ICON "RES\\ftypes.ico"
IDI_GRANTED ICON "RES\\granted.ico"
IDI_IP_SECURITY ICON "RES\\ipsecu.ico"
IDI_SECURE ICON "RES\\secure.ico"
IDI_RATINGS ICON "res\\ratings.ico"
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//
#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO
BEGIN
IDD_IIS_MACHINE, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 245
VERTGUIDE, 13
END
IDD_CONNECT_SERVER, DIALOG
BEGIN
RIGHTMARGIN, 242
VERTGUIDE, 7
VERTGUIDE, 23
END
IDD_METABACKREST, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 286
TOPMARGIN, 4
BOTTOMMARGIN, 168
END
IDD_SD_PROGRESS, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 228
TOPMARGIN, 7
BOTTOMMARGIN, 98
END
IDD_SHUTDOWN, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 237
TOPMARGIN, 7
BOTTOMMARGIN, 131
END
IDD_LOGIN, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 243
TOPMARGIN, 7
BOTTOMMARGIN, 115
END
IDD_MIME_TYPES, DIALOG
BEGIN
HORZGUIDE, 206
END
IDD_USER_SESSIONS, DIALOG
BEGIN
RIGHTMARGIN, 291
END
IDD_FTP_ACCOUNTS, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 282
BOTTOMMARGIN, 197
END
IDD_FTP_MESSAGES, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 283
VERTGUIDE, 18
VERTGUIDE, 272
BOTTOMMARGIN, 198
END
IDD_FTP_DEFAULT_SITE, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 283
VERTGUIDE, 15
END
IDD_FTP_DIRECTORY_PROPERTIES, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 283
TOPMARGIN, 7
END
IDD_FTP_DIRECTORY_SECURITY, DIALOG
BEGIN
TOPMARGIN, 4
END
IDD_USER_ACCOUNT, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 257
TOPMARGIN, 7
BOTTOMMARGIN, 106
END
IDD_CLEARTEXTWARNING, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 223
TOPMARGIN, 7
BOTTOMMARGIN, 110
END
IDD_SITE_SECURITY, DIALOG
BEGIN
LEFTMARGIN, 7
END
IDD_FTP_NEW_DIR_PATH, DIALOG
BEGIN
VERTGUIDE, 7
VERTGUIDE, 21
VERTGUIDE, 296
BOTTOMMARGIN, 171
HORZGUIDE, 37
END
IDD_FTP_NEW_INST_HOME, DIALOG
BEGIN
VERTGUIDE, 7
VERTGUIDE, 21
VERTGUIDE, 246
VERTGUIDE, 296
BOTTOMMARGIN, 178
HORZGUIDE, 37
HORZGUIDE, 62
END
IDD_FTP_NEW_USER_ISOLATION, DIALOG
BEGIN
VERTGUIDE, 7
VERTGUIDE, 21
VERTGUIDE, 247
VERTGUIDE, 296
BOTTOMMARGIN, 178
HORZGUIDE, 37
END
IDD_WEB_SERVICE, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 283
VERTGUIDE, 7
VERTGUIDE, 283
TOPMARGIN, 3
BOTTOMMARGIN, 209
HORZGUIDE, 66
END
IDD_DEFAULT_SITE, DIALOG
BEGIN
VERTGUIDE, 7
VERTGUIDE, 215
VERTGUIDE, 283
END
IDD_EDIT_MMM, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 212
TOPMARGIN, 7
BOTTOMMARGIN, 101
END
IDD_MMM, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 290
TOPMARGIN, 7
BOTTOMMARGIN, 227
END
IDD_WEB_DIRECTORY_PROPERTIES, DIALOG
BEGIN
VERTGUIDE, 7
VERTGUIDE, 85
VERTGUIDE, 212
VERTGUIDE, 218
VERTGUIDE, 283
END
IDD_DIRECTORY_SECURITY, DIALOG
BEGIN
VERTGUIDE, 7
VERTGUIDE, 283
BOTTOMMARGIN, 189
END
IDD_AUTHENTICATION, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 236
VERTGUIDE, 14
TOPMARGIN, 4
BOTTOMMARGIN, 254
END
IDD_IP_SECURITY, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 283
BOTTOMMARGIN, 133
END
IDD_SECURE_COMMUNICATIONS, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 262
VERTGUIDE, 60
VERTGUIDE, 255
TOPMARGIN, 7
BOTTOMMARGIN, 214
HORZGUIDE, 102
END
IDD_BASIC_DOMAIN, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 217
TOPMARGIN, 7
BOTTOMMARGIN, 120
END
IDD_FILTERS, DIALOG
BEGIN
VERTGUIDE, 7
VERTGUIDE, 218
VERTGUIDE, 274
VERTGUIDE, 283
HORZGUIDE, 203
END
IDD_PERFORMANCE, DIALOG
BEGIN
VERTGUIDE, 7
VERTGUIDE, 14
VERTGUIDE, 27
VERTGUIDE, 114
VERTGUIDE, 186
VERTGUIDE, 268
VERTGUIDE, 283
END
IDD_DIRECTORY_DOCUMENTS, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 283
END
IDD_ERROR_MAPPING, DIALOG
BEGIN
BOTTOMMARGIN, 115
END
IDD_DIRECTORY_ERRORS, DIALOG
BEGIN
VERTGUIDE, 7
VERTGUIDE, 283
END
IDD_DIRECTORY_HTTP, DIALOG
BEGIN
VERTGUIDE, 7
VERTGUIDE, 271
VERTGUIDE, 283
END
IDD_APP_POOL_RECYCLE, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 283
VERTGUIDE, 14
VERTGUIDE, 234
VERTGUIDE, 276
TOPMARGIN, 7
BOTTOMMARGIN, 203
END
IDD_TIME_PICKER, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 117
TOPMARGIN, 7
BOTTOMMARGIN, 42
END
IDD_APP_POOL_PERF, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 283
VERTGUIDE, 13
VERTGUIDE, 26
VERTGUIDE, 234
VERTGUIDE, 276
TOPMARGIN, 7
BOTTOMMARGIN, 203
END
IDD_APP_POOL_HEALTH, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 283
VERTGUIDE, 13
VERTGUIDE, 25
VERTGUIDE, 234
VERTGUIDE, 276
TOPMARGIN, 7
BOTTOMMARGIN, 203
END
IDD_APP_POOL_DEBUG, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 283
VERTGUIDE, 13
TOPMARGIN, 7
BOTTOMMARGIN, 203
END
IDD_APP_POOL_IDENT, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 283
VERTGUIDE, 13
VERTGUIDE, 26
VERTGUIDE, 82
TOPMARGIN, 7
BOTTOMMARGIN, 203
END
IDD_ADD_APP_POOL, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 254
VERTGUIDE, 29
BOTTOMMARGIN, 111
END
IDD_WEB_FILE_PROPERTIES, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 283
VERTGUIDE, 75
END
IDD_FTP_NEW_USER_ISOLATION_AD, DIALOG
BEGIN
VERTGUIDE, 21
END
IDD_ASPMAIN, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 246
VERTGUIDE, 14
VERTGUIDE, 27
VERTGUIDE, 92
VERTGUIDE, 238
TOPMARGIN, 7
BOTTOMMARGIN, 211
HORZGUIDE, 205
END
IDD_APPMAP, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 246
VERTGUIDE, 14
VERTGUIDE, 239
TOPMARGIN, 7
BOTTOMMARGIN, 211
END
IDD_APPMAP_IIS5, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 246
VERTGUIDE, 14
VERTGUIDE, 239
TOPMARGIN, 7
BOTTOMMARGIN, 211
HORZGUIDE, 180
END
IDD_EDITMAP, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 275
VERTGUIDE, 74
VERTGUIDE, 219
TOPMARGIN, 7
BOTTOMMARGIN, 126
END
IDD_EDIT_STARMAP, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 275
VERTGUIDE, 74
VERTGUIDE, 219
TOPMARGIN, 7
BOTTOMMARGIN, 55
END
IDD_CACHE_OPT, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 246
VERTGUIDE, 14
VERTGUIDE, 26
VERTGUIDE, 178
TOPMARGIN, 7
BOTTOMMARGIN, 211
END
IDD_CACHE_OPT_IIS5, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 246
VERTGUIDE, 14
VERTGUIDE, 26
VERTGUIDE, 159
TOPMARGIN, 7
BOTTOMMARGIN, 211
END
IDD_ASPDEBUG, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 246
VERTGUIDE, 14
TOPMARGIN, 7
BOTTOMMARGIN, 211
END
IDD_WEBSVCEXT_REQUIREDFILES, DIALOG
BEGIN
LEFTMARGIN, 5
RIGHTMARGIN, 243
VERTGUIDE, 5
TOPMARGIN, 7
BOTTOMMARGIN, 203
END
IDD_WEBSVCEXT_GENERAL, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 243
VERTGUIDE, 125
TOPMARGIN, 7
BOTTOMMARGIN, 203
END
IDD_ADD_FILE, DIALOG
BEGIN
RIGHTMARGIN, 217
BOTTOMMARGIN, 73
END
IDD_WEBSVCEXT_ADDNEW, DIALOG
BEGIN
LEFTMARGIN, 5
RIGHTMARGIN, 254
VERTGUIDE, 5
TOPMARGIN, 7
BOTTOMMARGIN, 186
END
IDD_WEBSVCEXT_ADDBYAPP, DIALOG
BEGIN
LEFTMARGIN, 5
RIGHTMARGIN, 254
VERTGUIDE, 5
TOPMARGIN, 7
BOTTOMMARGIN, 191
END
IDD_CONFIRM_DEPENDENT_APPS, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 255
TOPMARGIN, 7
BOTTOMMARGIN, 159
END
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Dialog Info
//
IDD_SECURE_COMMUNICATIONS DLGINIT
BEGIN
IDC_CERTMAPCTRL1, 0x376, 83, 0
0x0000, 0x0000, 0x0000, 0x0001, 0x0747, 0x0000, 0x0251, 0x0000, 0x0066,
0x0000, 0xfeff, 0x08ff, 0x0045, 0x0026, 0x0064, 0x0069, 0x0074, 0x002e,
0x002e, 0x002e, 0x0300, 0xe352, 0x910b, 0xce8f, 0x9d11, 0x00e3, 0x00aa,
0xb84b, 0x0151, 0x0000, 0x9000, 0xb001, 0x0130, 0x0c00, 0x534d, 0x5320,
0x6568, 0x6c6c, 0x4420, 0x676c, 0x0000, "\001"
0
END
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE
BEGIN
IDS_PROJNAME "IIS"
IDS_INETMGR_DESC "This snap-in administers the Microsoft Internet Information Services (IIS)"
IDS_INETMGR_PROVIDER "Microsoft Corporation"
IDS_EXECUTABLE_PATH "Executable Path"
IDS_ROOT_NODE "Internet Information Services (IIS) Manager"
IDS_LOCAL_COMPUTER "%s (local computer)"
IDS_SVC_WEB "Web Sites"
IDS_SVC_FTP "FTP Sites"
IDS_UNKNOWN "Unknown"
IDS_APP_NAME "IIS Manager"
IDS_AUTO_HISTORY_RESTORE_NAME "Automatic Backup"
IDS_MENU_NEWFTPSITE_FROMFILE "FTP &Site (from file)..."
END
STRINGTABLE
BEGIN
IDS_HELPFILE "help\\iismmc.chm"
IDS_ERR_NONEMPTY_APPPOOL
"You cannot delete an application pool that contains applications.\nYou need to reassign all applications in this application pool to another\napplication pool or delete the applications."
IDS_UPGRADE_TO_IIS6 "Remote administration of IIS 6.0 from IIS 5.1 is not supported.\nPlease upgrade to IIS 6.0 Administration Pack."
IDS_TOTAL_SITE_CONNECTIONS "Total Web site connections:"
IDS_DEFAULT_APP_POOL "AppPool"
IDS_DEFAULT_APP_POOL_NAME "Application Pool"
IDS_ERR_INVALID_PATH_CHARS
"The path specified contains invalid characters."
IDS_ERR_INVALID_FILTER_NAME "The filter name is invalid or empty."
IDS_APPSHEET_TITLE "Application Configuration"
IDS_CONFIRM_REMOVE_MAP "Remove the selected script mapping(s)?"
IDS_ERR_NOUNC "UNC format cannot be used in this field."
IDS_ERR_NOREMOTE "Remote file name cannot be used in this field."
IDS_ERR_FILENOTEXISTS "Please enter file name, not a directory name."
IDS_ERR_USEDEXT "This extension is already used. Please, enter another extension."
IDS_EXTENSION "Extension"
IDS_ERR_DUP_POOLID "The application pool ID is not unique."
END
STRINGTABLE
BEGIN
IDS_ERR_INVALID_POOLID_CHARS
"The application pool ID contains invalid characters."
IDS_BAD_ERROR_URL "Wrong URL format.\nPlease enter an absolute URL within the site."
IDS_ERR_BADEXT "Wrong extension format."
IDS_ERR_PATH_NO_CLOSING_QUOTE
"Wrong path format. There is no closing quote in path."
IDS_ERR_INVALID_DOCNAME_CHARS
"The file name contains invalid characters (*,<,>,\\,|,"")."
IDS_RESULT_SERVICE_USEDBY "Used By"
IDS_RESULT_SERVICE_ID "Identifier"
IDS_SYSIDENT_CONFIRM "You have chosen to run this application pool as Local System. The Local System identity has full access to your computer and running this application pool as Local System could increase the severity of any attacks resulting from unauthorized access to your Web server. Please ensure that it is absolutely necessary for this application pool to run as Local System before proceeding.\nDo you wish to run this application pool as Local System?"
IDS_ERR_USEDPATH "This executable path is already used. Please, select another executable file."
IDS_INVALID_POOL_ID "<Invalid Application Pool>"
IDS_MENU_WEBEXT_CONTAINER_ADD1 "&Add a new Web service extension..."
IDS_MENU_WEBEXT_CONTAINER_ADD2
"Allow all Web service &extensions for a specific application…"
IDS_MENU_WEBEXT_CONTAINER_PROHIBIT_ALL
"&Prohibit all Web service extensions"
IDS_MENU_TT_WEBEXT_CONTAINER_ADD1 "Add a new Web service extension…"
IDS_MENU_TT_WEBEXT_CONTAINER_ADD2
"Allow all Web service extensions for a specific application…"
IDS_MENU_TT_WEBEXT_CONTAINER_PROHIBIT_ALL
"Prohibits all web service extensions."
END
STRINGTABLE
BEGIN
IDS_NOTINUSE "Not in use"
IDS_MENU_WEBEXT_ALLOW "&Allow"
IDS_CONNECTION_LIMIT "The server you are administering has a hard coded limit of 10 connections. Limit set to 10."
IDS_WRN_CONNECTION_LIMIT
"Warning: the server you are administering has a hard coded limit of 10 connections. Setting a limit higher than 10 is a violation of your license agreement."
IDS_APPLICATION_POOL "Applicatio&n pool:"
IDS_NO_MACHINE_PROPS "The machine does not support machine properties"
IDS_CONFIRM_DELETE_ITEMS
"Are you sure you want to delete the selected items?"
IDS_SUCCESS "Operation Completed Successfully"
IDS_RECONNECT_WARNING "The connection to the server '%s' was lost.\n\nDo you want to attempt to reconnect?"""
IDS_CONFIRM_DISCONNECT "Are you sure you want to disconnect %s?"
IDS_YES "Yes"
IDS_NO "No"
IDS_IIS_START "Start Internet Services on %s"
IDS_IIS_STOP "Stop Internet Services on %s"
IDS_IIS_SHUTDOWN "Restart %s"
IDS_IIS_RESTART "Restart Internet Services on %s"
END
STRINGTABLE
BEGIN
IDS_MENU_CONNECT "&Connect..."
IDS_MENU_DISCOVER "Discover"
IDS_MENU_PROPERTIES "Properties"
IDS_MENU_START "&Start"
END
STRINGTABLE
BEGIN
IDS_FTP_NEW_SITE_PERMS_TITLE "FTP Site Access Permissions"
IDS_FTP_NEW_SITE_PERMS_SUBTITLE
"Set the access permissions for this FTP site."
IDS_FTP_NEW_SITE_SECURITY_TITLE "FTP Site Security Credentials"
IDS_FTP_NEW_SITE_SECURITY_SUBTITLE
"Specify the security credentials that should be used to access the network directory from this FTP site."
IDS_MENU_RECYCLE "Re&cycle"
IDS_MENU_TT_RECYCLE "Recycle this Application Pool"
IDS_ASK_TO_RESTART "Some properties changed on this dialog require IIS restart to have effect.\rDo you want to restart IIS now?"
IDS_LOCALSYSTEM "Local System"
IDS_LOCALSERVICE "Local Service"
IDS_NETSERVICE "Network Service"
IDS_WEB_NEW_SITE_WIZARD "Web Site Creation Wizard"
IDS_WEB_NEW_VDIR_WIZARD "Virtual Directory Creation Wizard"
IDS_WEB_NEW_SITE_SECURITY_SUBTITLE
"Specify the security credentials that should be used to access the network directory from this Web site."
IDS_WEB_NEW_SITE_SECURITY_TITLE "Web Site Security Credentials"
IDS_WEB_NEW_SITE_PERMS_TITLE "Web Site Access Permissions"
IDS_WEB_NEW_SITE_PERMS_SUBTITLE
"Set the access permissions for this Web site."
END
STRINGTABLE
BEGIN
IDS_MENU_STOP "Sto&p"
IDS_MENU_PAUSE "P&ause"
IDS_MENU_IMPERSONATE "Set Impersonation Parameters"
IDS_MENU_EXPLORE "&Explore"
IDS_MENU_OPEN "&Open"
IDS_MENU_BROWSE "&Browse"
IDS_MENU_NEWINSTANCE "Site"
IDS_MENU_NEWVROOT "Virtual Directory..."
IDS_MENU_EX_NEWINSTANCE "%s Site..."
IDS_MENU_TT_IMPERSONATE "Change username and password used to manage this computer."
IDS_MENU_TASKPAD "IIS Taskpad View"
IDS_MENU_DISCONNECT "&Disconnect"
IDS_MENU_PROPERTIES_JAVA_SAFE "Properties"
IDS_MENU_BACKUP "&Backup/Restore Configuration..."
IDS_MENU_SHUTDOWN_IIS "&Restart IIS..."
END
STRINGTABLE
BEGIN
IDS_MENU_NEWFTPSITE "&FTP Site..."
IDS_MENU_NEWWEBSITE "&Web Site..."
IDS_MENU_NEWAPPPOOL "&Application Pool..."
IDS_MENU_TT_NEWFTPSITE "Create new FTP site"
IDS_MENU_TT_NEWWEBSITE "Create new Web site"
IDS_MENU_TT_NEWAPPPOOL "Create Application Pool"
IDS_MENU_DS_NEWFTPSITE "Launch the new FTP site wizard"
IDS_MENU_DS_NEWWEBSITE "Launch the new Web site wizard"
IDS_MENU_DS_NEWAPPPOOL "Launch the new Application Pool wizard"
IDS_CONFIRM_DELETE "Are you sure you want to delete this item?"
IDS_FTP_NEW_SITE_WIZARD "FTP Site Creation Wizard"
IDS_FTP_NEW_VDIR_WIZARD "Virtual Directory Creation Wizard"
IDS_FTP_NEW_SITE_WELCOME "Welcome to the FTP Site Creation Wizard"
IDS_FTP_NEW_SITE_BODY "This wizard helps you create a new FTP site on this computer."
IDS_FTP_NEW_SITE_SUCCESS
"You have successfully completed the FTP Site Creation Wizard."
IDS_FTP_NEW_SITE_FAILURE
"The FTP Site Creation Wizard did not complete successfully."
END
STRINGTABLE
BEGIN
IDS_EXECUTE_AND_WRITE_WARNING
"Selecting both Write and Execute permissions could be dangerous.\nAre you sure you want to select both these permissions?"
IDS_ERR_ALIAS_NOT_UNIQUE "The alias you have given is not unique."
IDS_WEB_NEW_SITE_WELCOME "Welcome to the Web Site Creation Wizard"
IDS_WEB_NEW_SITE_BODY "This wizard helps you create a new Web site on this computer."
IDS_WEB_NEW_SITE_SUCCESS
"You have successfully completed the Web Site Creation Wizard."
IDS_WEB_NEW_SITE_FAILURE
"The Web Site Creation Wizard did not complete successfully."
IDS_WEB_NEW_VDIR_WELCOME
"Welcome to the Virtual Directory Creation Wizard"
IDS_WEB_NEW_VDIR_BODY "This wizard helps you create a new virtual directory on this Web site."
IDS_MENU_NEWFTPVDIR "&Virtual Directory..."
IDS_MENU_TT_NEWFTPVDIR "Create new FTP Virtual Directory"
IDS_MENU_DS_NEWFTPVDIR "Launch the new FTP Virtual Directory wizard"
IDS_FTP_NEW_VDIR_WELCOME
"Welcome to the Virtual Directory Creation Wizard"
IDS_FTP_NEW_VDIR_BODY "This wizard helps you create a new virtual directory on this FTP site."
IDS_FTP_NEW_VDIR_SUCCESS
"You have successfully completed the Virtual Directory Creation Wizard."
IDS_FTP_NEW_VDIR_FAILURE
"The Virtual Directory Creation Wizard did not complete successfully."
IDS_MENU_NEWWEBVDIR "&Virtual Directory..."
END
STRINGTABLE
BEGIN
IDS_MENU_TT_NEWWEBVDIR "Create new Web Virtual Directory"
IDS_MENU_DS_NEWWEBVDIR "Launch the new Web Virtual Directory wizard"
IDS_WEB_NEW_VDIR_SUCCESS
"You have successfully completed the Virtual Directory Creation Wizard."
IDS_WEB_NEW_VDIR_FAILURE
"The Virtual Directory Creation Wizard did not complete successfully."
IDS_CLOSE_ALL_PROPERTY_SHEET_REFRESH
"You must close all open property sheets before refreshing computer node."
IDS_AUTHENTICATION_METHODS "Authentication Methods"
IDS_AUTHENTICATION_ANONYMOUS "Anonymous users allowed"
IDS_REQUIREDFILES_TITLE "In order for %s to run on your IIS Web server, the following files must be enabled. Disabling or removing a file might cause %s (or another Web service extension) to stop running correctly."
IDS_AUTHENTICATION_BASIC "Basic authentication (clear text)"
IDS_AUTHENTICATION_NT "Windows Integrated authentication"
IDS_AUTHENTICATION_DIGEST "Digest authentication"
IDS_ADDRESS_RESTRICTIONS "IP Address Restrictions"
END
STRINGTABLE
BEGIN
IDS_MENU_TT_CONNECT "Add a computer to the list"
IDS_MENU_TT_DISCOVER "Find Internet servers"
IDS_MENU_TT_PROPERTIES "Properties for the selected item"
IDS_MENU_TT_START "Start item"
IDS_MENU_TT_STOP "Stop item"
IDS_MENU_TT_PAUSE "Pause item"
IDS_MENU_TT_EXPLORE "Explore item"
IDS_MENU_TT_OPEN "Open item"
IDS_MENU_TT_BROWSE "Browse item"
IDS_MENU_TT_NEWINSTANCE "Create new site"
IDS_MENU_TT_NEWVROOT "Create new virtual directory"
IDS_MENU_TT_EX_NEWINSTANCE "New %s site"
IDS_MENU_TT_DISCONNECT "Remove selected computer from the list"
IDS_PERM_SUCCESS "You have successfully completed the permissions wizard."
IDS_MENU_TT_BACKUP "Backup and restore configuration information"
END
STRINGTABLE
BEGIN
IDS_IIS_START_DETAILS "All Internet services will be started. To start individual Internet services, use the Computer Management application in the Microsoft Management Console.\nChoose this option if you have previously stopped the Internet services and want to restart them."
IDS_IIS_STOP_DETAILS "All Internet services will be stopped and restarted. You will loose all current sessions, and all Internet sites will be unavailable until Internet services are restarted.\nChoose to stop the Internet services if you need to install files or components that are locked while the Internet services are running."
IDS_IIS_SHUTDOWN_DETAILS
"All Internet services will be stopped and restarted. You will loose all current sessions, and all Internet sites will be unavailable until Internet services are restarted.\nChoose to restart the computer only if there is a serious problem that cannot be resolved by restarting the Internet services."
IDS_IIS_RESTART_DETAILS "All Internet services will be stopped and restarted. You will loose all current sessions, and all Internet sites will be unavailable until Internet services are restarted.\nChoose to restart the Internet services for serious problems. You do not need to restart the computer to restart the Internet services."
IDS_SAVE_DATA_CONFIG_FILE "Configuration changes have been saved."
IDS_MENU_TT_NEWWEBSITE_FROMFILE "Create new Web site from file"
IDS_BACKUP_LOCATION "Location"
IDS_BACKUP_VERSION "Version"
IDS_BACKUP_DATE "Date/Time"
IDS_RESTORE_CONFIRM "Restoring a metabase backup is a lengthy procedure that deletes all your current settings and causes all Internet services to be stopped. When the procedure completes, IIS then restarts these services.\n\nAre you sure you want to continue?"
IDS_BACKUP_BAD_NAME "The configuration backup name contains invalid characters."
IDS_STARTED "Running"
IDS_STOPPED "Stopped"
IDS_PAUSED "Paused"
IDS_IP_ALL_UNASSIGNED "* All Unassigned *"
IDS_ENTER_PASSWORD "Enter password"
END
STRINGTABLE
BEGIN
IDS_MENU_TT_TASKPAD "Switch to/from taskpad view"
IDS_MENU_TT_SHUTDOWN_IIS
"Shutdown, and/or restart Internet Information Services..."
IDS_MENU_DS_NEWINSTANCE "Launch the new site wizard"
IDS_MENU_DS_NEWVROOT "Launch the new virtual directory wizard"
IDS_MENU_TT_PERMISSION "Set Permissions"
IDS_MENU_TT_SAVE_DATA "Forces a save of configuration information to disk"
IDS_MENU_NEWAPPPOOL_FROMFILE "Application &Pool (from file)..."
IDS_MENU_EXPORT_CONFIG_WIZARD "&Save Configuration to a File..."
IDS_SUMMARY_GRANTED "By default, all access is granted"
IDS_SUMMARY_DENIED "By default, all access is denied"
IDS_MENU_TT_NEWAPPPOOL_FROMFILE "Create Application Pool from file"
IDS_MENU_TT_EXPORT_CONFIG_WIZARD "Exports Configuration to a file"
IDS_SPECIFIC_GRANTED "%s is granted access"
IDS_SPECIFIC_DENIED "%s is denied access"
END
STRINGTABLE
BEGIN
IDS_RESULT_COMPUTER_NAME "Computer"
IDS_RESULT_COMPUTER_LOCAL "Local"
IDS_RESULT_SERVICE_DESCRIPTION "Description"
IDS_RESULT_SERVICE_DOMAIN_NAME "Host header value"
IDS_RESULT_SERVICE_IP_ADDRESS "IP address"
IDS_RESULT_SERVICE_TCP_PORT "Port"
IDS_RESULT_SERVICE_STATE "State"
IDS_RESULT_NAME "Name"
IDS_RESULT_PATH "Path"
IDS_RESULT_ATTRIBUTES "Attributes"
IDS_RESULT_STATUS "Status"
IDS_RESULT_COMPUTER_VERSION "Version"
IDS_REPLACE_MIME "A mime mapping already exists for the given extension. Do you want to replace it?"
END
STRINGTABLE
BEGIN
IDS_PROHIBIT_ALL_EXTENSIONS_MSG
"If you prohibit all extensions, all Web service extensions in the list will be prohibited. This may prevent applications from running on your IIS Web server.\n\nDo you want to prohibit all extensions?"
IDS_PROHIBIT_QUESTION "Do you want to prohibit %s?"
IDS_WEBSVCEXT_UNKNOWN_ISAPI "All Unknown ISAPI Extensions"
IDS_WEBSVCEXT_UNKNOWN_CGI "All Unknown CGI Extensions"
IDS_WEBSVCEXT_ID_NOT_UNIQUE
"This extension name already exists. You must enter another name."
IDS_WEBSVCEXT_INVALID_NAME_CHARS
"You must enter another extension name.\nExtension names cannot contain the following characters: ,"
IDS_RESULT_SERVICE_SSL_PORT "SSL Port"
IDS_EXECUTABLE_DLL_MASK "ISAPI dll files (*.dll)|*.dll|All files (*.*)|*.*||"
IDS_MENU_WEBEXT_CONTAINER_ADD1_JAVA_SAFE
"Add a new Web service extension..."
IDS_MENU_WEBEXT_CONTAINER_ADD2_JAVA_SAFE
"Allow all Web service extensions for a specific application…"
IDS_MENU_WEBEXT_CONTAINER_PROHIBIT_ALL_JAVA_SAFE
"Prohibit all Web service extensions"
IDS_MENU_WEBEXT_CONTAINER_HELP_JAVA_SAFE "Help"
END
STRINGTABLE
BEGIN
IDS_NOT_REL_URL "The path is not a local absolute URL path."
IDS_DEFAULT_ERROR "Default"
IDS_FILE "File"
IDS_URL "URL"
IDS_HTTP_ERROR "HTTP Error"
IDS_OUTPUT_TYPE "Type"
IDS_CONTENTS "Contents"
IDS_BAD_ERROR "An invalid custom error message was found. Entry will be skipped\n\nError Code: %d\nSub Code: %d"
IDS_NO_DEF_ERRORS "Your configuration is invalid: there are no HTTP error descriptions."
IDS_ERR_EXPIRE_RANGE "The content expiration value is out of range. The value has been adjusted."
IDS_ERR_DUP_HEADER "The custom header already exists in the list."
IDS_MINUTES "Minute(s)"
IDS_DAYS "Day(s)"
IDS_INSTANCE_DEF_FMT "[Site #%d]"
IDS_INSTANCE_PORT_FMT "%s:%d"
IDS_APP_POOLS "Application Pools"
END
STRINGTABLE
BEGIN
IDS_ACL_DELETE "Delete"
IDS_ACL_WRITE_ATTRIB "Write Attributes"
IDS_ACL_WRITE_PROP "Write Properties"
IDS_ACL_EXECUTE "Execute"
IDS_ACL_LIST_OBJECT "List Object"
IDS_HOURS "Hour(s)"
IDS_WSAHOST_NOT_FOUND "No such host is known."
IDS_DIR_BROWSE_ON "Directory can be browsed"
IDS_DIR_BROWSE_OFF "Directory cannot be browsed"
IDS_LOAD_DEFAULT_ON "Enable default documents"
IDS_LOAD_DEFAULT_OFF "Disable default documents"
IDS_DIRECTORY_BROWSE "Directory browsing"
IDS_REDIRECT_FORMAT "* Redirected to %s *"
IDS_WARNING_DOMAIN_NAME "Please enter only characters A to Z, a to z, digits, '.' and '-'"
IDS_STOPPED_SITE_FMT "%s (Stopped)"
IDS_PAUSED_SITE_FMT "%s (Paused)"
END
STRINGTABLE
BEGIN
IDS_MENU_TT_SERVICE_ENABLE "Enable service"
IDS_NO_START_SERVICE_DISABLED
"Cannot change state of the site.\n%1 service is disabled.\n\nClick Yes to enable the service."
IDS_NO_START_SERVICE_MANUAL
"Cannot change state of the site.\n%1 service is not started and is in manual start mode.\n\nClick Yes to start the service and this site."
IDS_CLOSE_PROPERTY_SHEET_WEBSVCEXT
"You must close the property page for the Web service extension before you can delete it."
IDS_MENU_WEBEXT_ALLOW_JAVA_SAFE "Allow"
IDS_MENU_WEBEXT_PROHIBIT_JAVA_SAFE "Prohibit"
IDS_ERR_PORT_USED "IIS was unable to start the site. Another site may already be using the port you configured for this site. Please select a unused port for this site."
IDS_ERR_PATH_HAS_SPACES_REQUIRE_QUOTES
"Entries containing spaces need quotes around the file/path portion"
IDS_ERR_DOMAIN_NAME_INVALID "Invalid Host header."
IDS_ERR_DOMAIN_NAME_ALL_NUMERIC
"You cannot have an all numeric host header value."
IDS_CLOSE_ALL_PROPERTY_SHEET_DISCONNECT
"You must close all open property sheets before disconnecting the specified computer."
IDS_MUST_SELECT_APP_POOL "You must select a valid application pool."
IDS_DISABLED_SERVICE_FMT "%s (Service is disabled)"
IDS_EXECUTABLE_EXE_DLL_MASK
"ISAPI dll files (*.dll)|*.dll|CGI exe files (*.exe)|*.exe|All files (*.*)|*.*||"
IDS_CLOSE_PROPERTY_SHEET_WEBSVCEXT2
"You must close the property page for the Web service extension before you can allow or prohibit it."
END
STRINGTABLE
BEGIN
IDS_SHUTDOWN_PROGRESS "Attempting to shut down Internet Services. %d Seconds..."
IDS_RESOLVE_PASSWORD "You last connected to the server '%s' using a specific username and password. Enter the password or press cancel to connect using the currently logged-in user context."
IDS_IMPERSONATION_PROMPT
"Enter the username and password to connect to the server '%s' ."
IDS_IMPERSONATION "Set Impersonation Parameters"
IDS_MENU_REM_IMPERS "Remove Impersonation Parameters"
IDS_MENU_TT_REM_IMPERS "Remove impersonation parameters and use current user context instead."
IDS_REMOVE_IMPERSONATION
"Do you want to remove the impersonation and use the current user context instead?"
IDS_VERSION_FMT "IIS V%d.%0d"
IDS_MENU_SAVE_DATA "&Save Configuration to Disk"
IDS_MENU_TT_NEWWEBVDIR_FROMFILE
"Create new Web Virtual Directory from file"
IDS_MENU_WEBEXT_PROHIBIT "&Prohibit"
IDS_APP_DEPEND_WARN1 "If you prohibit %s, the following applications will be prevented from running on your IIS Web server."
IDS_FILENAME "File Name"
IDS_MENU_WEBEXT_ALLOW_FORMAT
"<input name='btnAllow' style='width:100px;' type='button' value='%s' onclick=""javascript:external.ExecuteSelectionMenuItem('%s')"" /><BR>"
IDS_MENU_WEBEXT_PROHIBIT_FORMAT
"<input name='btnProhibit' style='width:100px;' type='button' value='%s' onclick=""javascript:external.ExecuteSelectionMenuItem('%s')"" /><BR>"
IDS_MENU_WEBEXT_PROPERTIES_FORMAT
"<input name='btnProperties' style='width:100px;' type='button' value='%s' onclick=""javascript:external.ExecuteSelectionMenuItem('%s')"" /><BR>"
END
STRINGTABLE
BEGIN
IDS_MENU_WEBEXT_ALLOW_DISABLED_FORMAT
"<input name='btnAllow' style='width:100px;' type='button' value='%s' disabled /><BR>"
IDS_MENU_WEBEXT_PROHIBIT_DISABLED_FORMAT
"<input name='btnProhibit' style='width:100px;' type='button' value='%s' disabled /><BR>"
IDS_MENU_WEBEXT_ADD1_FORMAT
"<A href=""javascript:external.ExecuteScopeNodeMenuItem('%s');"">%s</A><BR>"
IDS_MENU_WEBEXT_ADD2_FORMAT
"<A href=""javascript:external.ExecuteScopeNodeMenuItem('%s');"">%s</A><BR>"
IDS_USERS_TOTAL "%d user(s) currently connected."
IDS_CONNECTED_USERS "Connected Users"
IDS_FROM "From"
IDS_TIME "Time"
IDS_DISCONNECT_ERR "Error disconnecting '%s'\n\n%h\n\nContinue deleting selected users?"
IDS_CONFIRM_DISCONNECT_USER
"Are you sure you want to disconnect all selected users?"
IDS_CONFIRM_DISCONNECT_ALL
"Are you sure you want to disconnect all connected users?"
IDS_FTP_SERVICE_NOT_STARTED
"The FTP service is not started on the machine."
IDS_WRN_PWSYNC "Password synchronization is not supported with non-local user accounts.\n\nAre you sure you want to continue?"
IDS_ERR_COMPRESS_DIRECTORY
"The temporary folder you have selected does not exist on the local computer."
IDS_NO_ACL_WARNING "The temporary folder location you have chosen is on a volume type (such as FAT) that does not store ACLs. Therefore, any files that do contain ACLS cannot be compressed. Are you sure you want to do this?"
IDS_COMPRESS_WARNING "The temporary folder location you have chosen is on a compressed volume or is itself marked for compression. This causes HTTP compression performance to suffer. Are you sure you want to do this?"
END
STRINGTABLE
BEGIN
IDS_REMOVE_MIME "Are you sure you want to remove the selected file types?"
IDS_TAB_HOME_DIRECTORY "Home Directory"
IDS_TAB_VIRTUAL_DIRECTORY "Virtual Directory"
IDS_PATH "L&ocal path:"
IDS_SHARE "Netw&ork share:"
IDS_DIRECTORY_MASK " "
IDS_UNC_MASK "\\\\{server}\\{share}"
IDS_ACCESS "Access"
IDS_IP_ADDRESS_SUBNET_MASK "IP address (Subnet mask)"
IDS_DENY "Deny Access"
IDS_GRANT "Grant Access"
IDS_PROMPT_NETWORK_ID "Network &ID:"
IDS_PROMPT_IP_ADDRESS "&IP address:"
END
STRINGTABLE
BEGIN
IDS_PROMPT_DOMAIN "Doma&in name:"
IDS_DOMAIN_PERF "Warning: Restricting access by domain name requires a DNS reverse lookup on each connection. This is a very expensive operation and will dramatically affect server performance."
IDS_IP_INVALID "Invalid IP address"
IDS_INVALID_DOMAIN_NAME "The domain name is not valid."
IDS_DUPLICATE_ENTRY "A duplicate entry already exists in the list."
IDS_PENDING "Pending..."
IDS_ILLEGAL_ALIAS_CHARS "There are invalid characters in the alias name."
IDS_DENIED "Denied"
IDS_GRANTED "Granted"
IDS_SUMMARY_NONE "(None)"
IDS_PERMISSIONS "Access permissions"
IDS_PERMS_READ "Files can be viewed"
IDS_PERMS_WRITE "Files can be written"
IDS_PERMS_SCRIPT "Scripts can be run"
IDS_PERMS_EXECUTE "Executables can be run"
IDS_ERR_COMMA_IN_REDIRECT "Comma cannot be used in redirect path."
END
STRINGTABLE
BEGIN
IDS_NO_TEMPLATES "No security templates found in the metabase."
END
STRINGTABLE
BEGIN
IDS_TCP_SSL_PART "The SSL port cannot be the same as the TCP port."
IDS_ERR_BINDING "Binding is not unique."
IDS_MMM_IP_ADDRESS "IP address"
IDS_MMM_TCP_PORT "TCP port"
IDS_MMM_DOMAIN_NAME "Host header value"
IDS_MMM_SSL_PORT "SSL port"
IDS_MMM_NA "<N/A>"
IDS_DEFAULT "Default"
END
STRINGTABLE
BEGIN
IDS_EDIT_MMM_TITLE "Add/Edit Web Site Identification"
IDS_EDIT_SSL_MMM_TITLE "Add/Edit Web Site SSL Identification"
IDS_TCP_PORT "TCP p&ort:"
IDS_SSL_PORT "SSL p&ort:"
IDS_NO_PORT "No port specified."
IDS_ERR_PORT_IN_USE_TCP "The given port is already in use as a TCP port for the given IP address."
IDS_ERR_PORT_IN_USE_SSL "The given port is already in use as a SSL port for the given IP address."
IDS_WEB_MASTER "<Web Master Properties>"
IDS_APPROOT_FMT "<%s>"
IDS_BUTTON_DISABLE "Disabl&e"
IDS_BUTTON_ENABLE "&Enable"
IDS_BUTTON_CREATE "Cr&eate"
IDS_BUTTON_REMOVE "R&emove"
IDS_TAB_DIR "Directory"
IDS_TAB_FILE "File"
IDS_PROMPT_DIR "Lo&cal path:"
END
STRINGTABLE
BEGIN
IDS_ERR_COMPLETE_PATH "The footer document must be a fully qualified path and filename."
IDS_ERR_NO_COMPLETE_PATH "A default document may not contain a path."
END
STRINGTABLE
BEGIN
IDS_PROMPT_UNC "Network dire&ctory:"
IDS_PROMPT_REDIRECT "Redire&ct to:"
IDS_ERR_APP "Error creating/removing application.\n\n%h"
IDS_APPROOT_UNKNOWN "<No Application Defined>"
IDS_REDIRECT_MASK "http://"
IDS_DEF_APP "Default Application"
IDS_WRN_WRITE_EXEC "WARNING -- By setting both the Write and Execute permissions, you are potentially exposing this site to malicious attack. A destructive or intrusive program could be uploaded and then executed.\n\nAre you sure you want to do this?"
IDS_WRN_UNLOAD_POOP "Unloading this application will unload all applications in the application pool.\n\nAre you sure you want to continue?"
IDS_COMBO_INPROC "Low (IIS Process)"
IDS_COMBO_POOLEDPROC "Medium (Pooled)"
IDS_COMBO_OUTPROC "High (Isolated)"
IDS_PERMISSIONS_NONE "None"
IDS_PERMISSIONS_SCRIPT "Scripts only"
IDS_PERMISSIONS_EXECUTE "Scripts and Executables"
IDS_RADIO_FILE "The &designated file"
END
STRINGTABLE
BEGIN
IDS_RADIO_VDIR "A &directory located on this computer"
IDS_RADIO_DIR "The &designated directory"
IDS_TAB_FILE_SECURITY "File Security"
IDS_TAB_DIR_SECURITY "Directory Security"
IDS_WRN_DIGEST "Digest authentication only works with Active Directory domain accounts.\nFor more information about configuring Active Directory domain accounts to allow digest authentication, click Help.\n\nAre you sure you wish to continue?"
IDS_WRN_NO_AUTH "The authentication options you have selected will result in all access being denied.\r\nAre you sure you want to do this?"
IDS_OCX_CERTMAP "E&dit..."
IDS_CTL_LOCAL_ONLY "You must be editing the local machine to set the CTL information."
IDS_CTL_NEW "New IIS CTL"
IDS_CTL_DESCRIPTION "This CTL is to be used as the list of trusted roots for IIS virtual web sites."
IDS_CTL_UNNAMED "Unnamed CTL"
IDS_STATUS "Status"
IDS_FILTER_NAME "Filter Name"
IDS_FILTER_EXECUTABLE "Filter Executable"
IDS_PRIORITY "Priority"
IDS_HIGH "High"
END
STRINGTABLE
BEGIN
IDS_MEDIUM "Medium"
IDS_LOW "Low"
IDS_UNKNOWN_PRIORITY "* Unknown *"
IDS_DISABLED "Disabled"
IDS_LOADED "Loaded"
IDS_UNLOADED "Not Loaded"
IDS_NOT_COMMITTED "* Changed *"
IDS_ENABLE "&Enable"
IDS_MASTER_FILTERS "The following filters are active for all Web sites on this computer and executed in the order listed below. These filters are visible only from this property page, and cannot be viewed on the property pages of individual Web sites."
IDS_INSTANCE_FILTERS "The following filters are active only for this Web site and executed in the order listed below. This list does not show filters configured for all the Web sites on this server."
IDS_EXECUTABLE_MASK "Executable files|*.exe|All files (*.*)|*.*||"
IDS_ISAPI_CGI_MASK "ISAPI dll files (*.dll)|*.dll|CGI exe files (*.exe)|*.exe|All files (*.*)|*.*||"
IDS_FILTER_MASK "ISAPI filters (*.dll)|*.dll|All files (*.*)|*.*||"
IDS_ERR_DUP_FILTER "The filter name is not unique."
IDS_FILE_PROMPT "Fil&e:"
IDS_URL_PROMPT "&URL:"
END
STRINGTABLE
BEGIN
IDS_THROTTLE_BACK "Throttle back"
IDS_TURN_ON_TRACING "Turn on tracing"
IDS_SHUTDOWN "Shutdown"
IDS_MENU_WEBEXT_CONTAINER_HELP "Open Help"
IDS_WEBSVCEXT_INVALID_PERCENT_WARNING
"Environment variables in file names will not be expanded."
IDS_INVALID_MANIFEST_NAME
"Manifest file name is invalid.\nThis name cannot be absolute or relative path, or contain *,?,/,\\,<,:,>,|, "" and space characters."
IDS_ERR_DOCUMENTS "You must specify at least one default document."
END
STRINGTABLE
BEGIN
IDS_PASSWORDS_DOESNT_MATCH
"The passwords you typed do not match. Type the password in both text boxes."
IDS_WRONG_PASSWORD "IIS was unable to restore the previous version of the configuration using the password you entered.\nPlease re-enter the password."
IDS_DEBUG_EXEC_MASK "Executable file (*.exe)|*.exe|All Files (*.*)|*.*||"
IDS_PARENT_PATH_MISSING_PERMISSIONS
"The parent node does not have any explicit Access Permissions set. Access Permissions which will be inherited to this node will not enable access to anyone. If you are sure you want to do this click Yes. (Otherwise, fix the parent node permissions so that correct permissions can be inherited)"
END
STRINGTABLE
BEGIN
IDS_DUPLICATE_DOC "The document already exists in the list."
IDS_NOT_LOCAL_FOOTER "The footer document cannot reside on a network directory."
END
STRINGTABLE
BEGIN
IDS_HTML_MASK "HTML Files|*.html;*.htm|All Files (*.*)|*.*||"
IDS_NO_ACTION "No action"
END
STRINGTABLE
BEGIN
IDS_ACL_ADMINS "Administrators have full access to files"
IDS_ACL_EV_READ "Everyone can read files"
IDS_ACL_EV_WRITE "Everyone can write files"
IDS_ACL_EV_EXEC "Everyone can execute files"
IDS_ACL_SUMMARY "File ACLs"
IDS_ACL_NONE "File ACLs will not be changed."
IDS_ACL_REPLACEMENT "The following ACLs will replace existing file ACLs:"
IDS_ACL_ADDED "The following ACLs will be added to existing file ACLs:"
IDS_ACL_ADMIN "Administrators have full control"
IDS_ACL_EVR "Everyone has the following access permissions:"
IDS_ACL_READ "Read"
IDS_ACL_READ_CONTROL "Read Control"
IDS_ACL_READ_ATTRIB "Read Attributes"
IDS_ACL_READ_PROP "Read Properties"
IDS_ACL_WRITE "Write"
IDS_ACL_APPEND "Append"
END
STRINGTABLE
BEGIN
IDS_MENU_PERMISSION "Perm&issions"
IDS_MENU_WEBEXT_PROHIBIT_ALL_FORMAT
"<A href=""javascript:external.ExecuteScopeNodeMenuItem('%s');"">%s</A><BR>"
IDS_MENU_WEBEXT_HELP_FORMAT
"<A href=""javascript:external.ExecuteScopeNodeMenuItem('%s');"">%s</A><BR>"
IDS_ALLOW_UNSAFE_CGI_MSG
"If you allow %s, any CGI application can run on your Web server. This is a potential security risk.\n\nDo you want to allow %s?"
IDS_ALLOW_UNSAFE_ISAPI_MSG
"If you allow %s, any ISAPI extension can run on your Web server. This is a potential security risk.\n\nDo you want to allow %s?"
IDS_PROHIBIT_DEPENDENCY_WARN
"If you prohibit %s, the following applications will be prevented from running on your IIS Web server."
IDS_ITEM_NOT_REMOVABLE "The item is not removable."
IDS_MENU_WEBEXT_ICON_FORMAT "<BR><img src='%s' width=13 height=13 /> "
IDS_MENU_WEBEXT_PROPERTIES_DISABLED_FORMAT
"<input name='btnProperties' style='width:100px;' type='button' value='%s' onclick=""javascript:external.ExecuteSelectionMenuItem('%s')"" disabled /><BR>"
IDS_MENU_WEBEXT_TASKS "<BR><BR>Tasks<BR><HR>"
IDS_WEBSVCEXT_PROP_PRENAME "Web Service Extension - %s"
IDS_APP_DEPEND_WARN2 "Do you want to prohibit %s?"
IDS_WEBSVCEXT_NOT_UNIQUE "This file is already required by %s."
IDS_WEBSVCEXT_INVALID_FILENAME_CHARS
"You must enter another file name.\nFile names cannot contain the following characters: %s"
IDS_WEBSVCEXT_INVALID_FILENAME_FORMAT
"File paths must be in the form\n<drive>:\\<Path>\\<filename> or\n\\\\<server>\\<path>\\<filename>."
IDS_WEBSVCEXT_INVALID_CHARSET ",|<>?/*\t\r\n"
END
STRINGTABLE
BEGIN
IDS_MENU_NEWFTPVDIR_FROMFILE "Virtual &Directory (from file)..."
IDS_MENU_NEWWEBSITE_FROMFILE "Web &Site (from file)..."
IDS_MENU_NEWWEBVDIR_FROMFILE "Virtual &Directory (from file)..."
IDS_MENU_TT_NEWFTPSITE_FROMFILE "Create new FTP site from file"
IDS_MENU_TT_NEWFTPVDIR_FROMFILE
"Create new FTP Virtual Directory from file"
IDS_FAT_DRIVE_WARNING "Because this directory is configured on a FAT file system, you cannot secure the directory using permissions. If you want to secure your content directories using permissions, you should consider converting your file system to NTFS."
IDS_SAVE_DATA_NO_NEED "There are no new configuration changes that need to be saved."
IDS_VERBS "Verbs"
IDS_ALL "All"
IDS_WEBSVCEXT_CONTAINER "Web Service Extensions"
IDS_RESULT_SERVICE_ICON " "
IDS_RESULT_SERVICE_WEBSVCEXT "Web Service Extension"
IDS_ALLOWED "Allowed"
IDS_PROHIBITED "Prohibited"
IDS_CUSTOM "Custom"
IDS_INUSE "In use"
END
STRINGTABLE
BEGIN
IDS_MENU_TT_WEBEXT_ALLOW "Allows Web extension to run"
IDS_MENU_TT_WEBEXT_PROHIBIT "Prohibits Web extension from loading"
END
STRINGTABLE
BEGIN
IDS_WEBSVCEXT_PROP_CAPTION "Web Service Extension Properties - %s"
IDS_PERF_MASTER_BANDWIDTH
"&Limit the total network bandwidth available for all Web sites on this server"
IDS_CLOSE_PROPERTY_SHEET
"You must close the property page for this item before you can delete it."
IDS_SERVICE_DISABLED "Service is disabled"
IDS_SERVICE_RUNNING "Service is running"
IDS_SERVICE_STOPPED "Service is stopped"
IDS_SERVICE_PAUSED "Service is paused"
IDS_SERVICE_STOP_PENDING "Service is stopping"
IDS_SERVICE_PAUSE_PENDING "Service pause is pending"
IDS_SERVICE_CONT_PENDING "Service continue is pending"
IDS_SERVICE_START_PENDING "Service is starting"
IDS_MENU_SERVICE_START "Start service"
IDS_MENU_SERVICE_STOP "Stop service"
IDS_MENU_SERVICE_ENABLE "Enable service"
IDS_MENU_TT_SERVICE_START "Start service"
IDS_MENU_TT_SERVICE_STOP "Stop service"
END
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
1 TYPELIB "InetMgr.tlb"
#include "version.rc2"
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED