//Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "afxres.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 DISCARDABLE BEGIN "resource.h\0" END 2 TEXTINCLUDE DISCARDABLE BEGIN "#include ""afxres.h""\r\n" "\0" END 3 TEXTINCLUDE DISCARDABLE BEGIN "#include ""res\\minetmgr.rc2"" // non-Microsoft Visual C++ edited resources\r\n" "\r\n" "#define _AFX_NO_SPLITTER_RESOURCES\r\n" "#define _AFX_NO_OLE_RESOURCES\r\n" "#define _AFX_NO_TRACKER_RESOURCES\r\n" "#define _AFX_NO_PROPERTY_RESOURCES\r\n" "#include ""afxres.rc"" \t// Standard components\r\n" "\0" END #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Bitmap // IDB_VIEWS16 BITMAP DISCARDABLE "res\\views16.bmp" IDB_UNKNOWN BITMAP DISCARDABLE "res\\unknown.bmp" IDB_NOTOOL BITMAP DISCARDABLE "res\\notool.bmp" IDB_NOTLOADED BITMAP DISCARDABLE "res\\notload.bmp" IDB_TOOLBAR BITMAP DISCARDABLE "res\\toolbar.bmp" IDB_VIEWS32 BITMAP DISCARDABLE "res\\views32.bmp" IDB_BACKUPS BITMAP DISCARDABLE "res\\backups.bmp" IDB_INETMGR16 BITMAP DISCARDABLE "res\\imgr16.bmp" IDB_INETMGR32 BITMAP DISCARDABLE "res\\imgr32.bmp" ///////////////////////////////////////////////////////////////////////////// // // Dialog // IDD_DISCOVERY DIALOG DISCARDABLE 30, 20, 221, 92 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Finding All Computers" FONT 8, "MS Shell Dlg" BEGIN DEFPUSHBUTTON "&STOP",IDOK,53,72,50,14 PUSHBUTTON "&Help",ID_HELP,119,72,50,14 LTEXT "Internet Service Manager is searching for all the Internet Servers on the network.\n\nPress to cancel the search.", IDC_STATIC,19,10,157,46 CONTROL "Animate1",IDC_ANIMATE_PROGRESS,"SysAnimate32", ACS_CENTER | ACS_TRANSPARENT | ACS_AUTOPLAY | WS_TABSTOP, 144,27,71,32 END IDD_CONNECT_SERVER DIALOG DISCARDABLE 0, 0, 248, 62 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Connect To Computer" FONT 8, "MS Shell Dlg" BEGIN LTEXT "&Computer Name:",IDC_STATIC,6,26,54,10 EDITTEXT IDC_SERVERNAME,62,24,119,12,ES_AUTOHSCROLL DEFPUSHBUTTON "OK",IDOK,189,6,50,14 PUSHBUTTON "Cancel",IDCANCEL,189,23,50,14 PUSHBUTTON "&Help",ID_HELP,189,40,50,14 END IDD_METABACKREST DIALOG DISCARDABLE 20, 30, 293, 175 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Configuration Backup/Restore" FONT 8, "MS Shell Dlg" BEGIN GROUPBOX "Previous backups",IDC_STATIC,6,3,280,144 LTEXT "&Backups:",IDC_STATIC,19,20,31,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,155,50,14 PUSHBUTTON "&Help",ID_HELP,155,155,50,14 END IDD_BACKUP DIALOG DISCARDABLE 0, 0, 229, 126 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Configuration Backup" FONT 8, "MS Shell Dlg" BEGIN LTEXT "&Configuration backup name:",IDC_STATIC,7,7,92,8 EDITTEXT IDC_EDIT_BACKUP_NAME,7,18,215,14,ES_AUTOHSCROLL DEFPUSHBUTTON "OK",IDOK,61,105,50,14 PUSHBUTTON "Cancel",IDCANCEL,117,105,50,14 CONTROL "Enc&rypt backup using password",IDC_USE_PASSWORD,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,7,37,215,10 LTEXT "&Password:",IDC_STATIC,7,53,34,8 EDITTEXT IDC_BACKUP_PASSWORD,71,50,151,14,ES_PASSWORD | ES_AUTOHSCROLL LTEXT "Con&firm password:",IDC_STATIC,5,70,58,8 EDITTEXT IDC_BACKUP_PASSWORD_CONFIRM,71,67,151,14,ES_PASSWORD | ES_AUTOHSCROLL END IDD_SHUTDOWN DIALOG DISCARDABLE 0, 0, 244, 138 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Stop/Start/Reboot..." FONT 8, "MS Shell Dlg" 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_SD_PROGRESS DIALOG DISCARDABLE 20, 12, 235, 105 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION CAPTION "Shutting Down..." FONT 8, "MS Shell Dlg" 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,7,64,221,8 PUSHBUTTON "",IDCANCEL,132,83,10,14,NOT WS_VISIBLE PUSHBUTTON "&End now",IDOK,148,83,80,14 END IDD_PASSWORD DIALOG DISCARDABLE 0, 0, 186, 61 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION CAPTION "Backup password" FONT 8, "MS Shell Dlg" BEGIN LTEXT "Please enter &password to restore the metabase:", IDC_STATIC,7,7,150,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 ///////////////////////////////////////////////////////////////////////////// // // Icon // // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. IDI_SHUTDOWN ICON DISCARDABLE "res\\shutdown.ico" IDI_IISPRODUCT ICON DISCARDABLE "res\\iis_product.ico" IDI_ICON ICON DISCARDABLE "res\\inetmgr.ico" ///////////////////////////////////////////////////////////////////////////// // // DESIGNINFO // #ifdef APSTUDIO_INVOKED GUIDELINES DESIGNINFO DISCARDABLE BEGIN IDD_BACKUP, DIALOG BEGIN BOTTOMMARGIN, 94 END IDD_SHUTDOWN, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 237 TOPMARGIN, 7 BOTTOMMARGIN, 131 END IDD_SD_PROGRESS, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 228 TOPMARGIN, 7 BOTTOMMARGIN, 98 END IDD_PASSWORD, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 179 TOPMARGIN, 7 BOTTOMMARGIN, 54 END END #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // String Table // STRINGTABLE DISCARDABLE BEGIN AFX_IDS_APP_TITLE "Internet Services Manager" 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." END STRINGTABLE DISCARDABLE BEGIN IDS_SNAPIN_DESC "This snap-in administers the Microsoft Internet Information Services (IIS)" IDS_NAME "Service Name" IDS_MENU_HELPER " (%c%c)" IDS_COMPANY "Microsoft Corporation" IDS_NODENAME "Internet Information Services" IDS_TREEROOT "Internet" IDS_DEFAULT_SHORTNAME "Invalid: %s" END STRINGTABLE DISCARDABLE BEGIN IDS_DEFAULT_LONGNAME "Unavailable: %s" IDS_VERSION "Version 5.1" IDS_STOPPED "Stopped" IDS_PAUSED "Paused" IDS_RUNNING "Running" IDS_UNKNOWN "Unknown" IDS_MACHINE_PROPERTIES "Computer properties for %s" IDS_EXT_NODENAME "Internet Information Services Extension" IDS_SNAPIN_TYPE "Extension Snap-in" IDS_LOCAL_COMPUTER "* %s" IDS_ERR_NO_LOAD "The service configuration dynamic link library '%s' failed to load correctly:\n\n%h" IDS_VERSION_INCOMPATIBLE "You need a newer version of Internet Services Manager to load this configuration dynamic link library." IDS_ERROR_CONNECTING "Error connecting to %s:\n\n%h" IDS_YES "Yes" IDS_NO "No" END STRINGTABLE DISCARDABLE BEGIN IDS_MENU_CONNECT "&Connect" IDS_MENU_DISCOVER "Discover" IDS_MENU_PROPERTIES "&Properties" IDS_MENU_START "St&art" END STRINGTABLE DISCARDABLE BEGIN IDS_MENU_STOP "S&top" IDS_MENU_PAUSE "Pa&use" IDS_MENU_EXPLORE "E&xplore" IDS_MENU_OPEN "&Open" IDS_MENU_BROWSE "&Browse" IDS_MENU_NEWINSTANCE "&Site" IDS_MENU_NEWVROOT "&Virtual Directory" IDS_MENU_EX_NEWINSTANCE "&%s Site" IDS_ERR_SERVICE_NOT_INSTALLED "The service is not installed on this machine." IDS_MENU_TASKPAD "IIS Taskpad View" IDS_MENU_DISCONNECT "&Disconnect" IDS_MENU_SECURITY_WIZARD "&Permissions Wizard" END STRINGTABLE DISCARDABLE 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_MENU_BACKUP "&Backup/Restore Configuration" IDS_MENU_TT_BACKUP "Backup and restore configuration information" END STRINGTABLE DISCARDABLE BEGIN IDS_TCPIP "TCP/IP" IDS_NETBIOS "NetBIOS" IDS_ACCESS_DENIED "Access Denied" IDS_REDIRECTED "* Redirected to %s *" IDS_ERROR_CONNECTING_CACHE "Error connecting to %s:\n\n%h\n\nDo you wish to continue to attempt to connect to it in the future?" IDS_RESULT_COMPUTER_NAME "Computer" IDS_RESULT_COMPUTER_LOCAL "Local" IDS_RESULT_COMPUTER_CONNECTION_TYPE "Connection Type" IDS_DEFAULT_IP "* All Unassigned *" IDS_NO_SERVICES_INSTALLED "No ISM service configuration modules have been installed." IDS_RESULT_SERVICE_DESCRIPTION "Description" IDS_RESULT_SERVICE_DOMAIN_NAME "Host Header Name" IDS_RESULT_SERVICE_IP_ADDRESS "IP Address" IDS_RESULT_SERVICE_TCP_PORT "Port" END STRINGTABLE DISCARDABLE BEGIN IDS_RESULT_SERVICE_STATE "State" IDS_RESULT_VDIR_ALIAS "Name" IDS_RESULT_PATH "Path" IDS_NO_SERVICE "No administerable services found." IDS_RESULT_ATTRIBUTES "Attributes" IDS_NON_FATAL_ERROR_INSTANCES "A non-fatal configuration error occurred. Not all available information may be displayed." IDS_CONFIRM_DELETE "Are you sure you want to delete this item?" IDS_CONFIRM_DISCONNECT "Are you sure you want to disconnect %s?" IDS_RESULT_STATUS "Status" IDS_CONFIRM_DELETE_ITEMS "Are you sure you want to delete the selected items?" END STRINGTABLE DISCARDABLE BEGIN IDS_PROP_OPEN_REFRESH "Please close property sheet before refreshing this item" IDS_MENU_TT_TASKPAD "Switch to/from taskpad view" IDS_ERR_ENUMERATE_FILES "Unable to enumerate files and directories because the following error occurred:\n\n%h" IDS_ERR_ENUMERATE_SVC "Unable to administer the %s service on %s because the following error occurred:\n\n%h" IDS_BACKUP_BAD_NAME "The configuration backup name contains invalid characters." IDS_MENU_DS_NEWINSTANCE "Launch the new site wizard" IDS_MENU_DS_NEWVROOT "Launch the new virtual directory wizard" IDS_MENU_TT_SECURITY_WIZARD "Launch the security wizard" IDS_MENU_TT_SHUTDOWN_IIS "Shutdown, and/or restart Internet Information Services..." IDS_IIS_START "Start Internet Services on %s" IDS_IIS_STOP "Stop Internet Services on %s" IDS_IIS_SHUTDOWN "Reboot %s" IDS_IIS_RESTART "Restart Internet Services on %s" IDS_IIS_START_DETAILS "Starts Internet Services. To start individual services, use the Computer Management application in the Microsoft Management Console.\n\nChoose this option if you have previously stopped Internet Services and wish to restart them." IDS_IIS_STOP_DETAILS "Stops all Internet Services. All current sessions will be lost, and all Internet sites will be unavailable until Internet Services are started.\n\nChoose this option if you need to install files or components which are locked while Internet Services are running." IDS_IIS_SHUTDOWN_DETAILS "Restarts this computer. All current sessions will be lost, and all Internet sites will be unavailable for several minutes until the computer is restarted.\n\nChoose this option only if there is is a serious problem with this computer that cannot be solved by restarting Internet Services." END STRINGTABLE DISCARDABLE BEGIN IDS_IIS_RESTART_DETAILS "Stops and restarts all Internet Services. All current sessions will be lost, and all Internet sites will be unavailable until Internet Services are restarted.\n\nChoose this option to reset Internet Services in the case of a serious problem. Note: you do not need to reboot the server to reset Internet Services." IDS_ERR_DUP_METABASE "The item cannot be renamed because an entry already exists with that name." IDS_ERR_NO_SHUTDOWN "The IIS Restart commands are not available on this server." IDS_SHUTDOWN_PROGRESS "Attempting to shut down Internet Services. %d Seconds..." IDS_PROP_OPEN_SHUTDOWN "Please close all open property sheets on this node and its descendants before continuing." IDS_ERR_SHUTDOWN_ACCESS_DENIED "You do not have the required access rights to perform restart operations on this server." IDS_HELPFILE "help\\iismmc.chm" IDS_CLUSTER_ENABLED_2 "Resource unavailable. Remove it from the cluster using the Cluster Administrator, then delete it." END STRINGTABLE DISCARDABLE BEGIN IDS_BACKUP_LOCATION "Location" IDS_BACKUP_VERSION "#" IDS_BACKUP_DATE "Date/Time" IDS_MENU_SHUTDOWN_IIS "R&estart IIS..." IDS_RESTORE_CONFIRM "Restoring is a lengthy operation, which will wipe out all current settings and cause all services to be stopped and restarted. Are you sure you want to continue?" IDS_NO_MACHINE_PROPS "The machine does not support machine properties" IDS_PROP_OPEN "Please close property sheet before deleting this item." IDS_PROP_OPEN_SAVE "The item is about to be deleted. Do you want to save properties?" IDS_PROP_OPEN_CONTINUE "Item could not be deleted because it has an open property sheet" IDS_ERR_CANNOT_RESTORE "IIS was unable to restore the previous version of the configuration store because of one of the following reasons:\n1) The previous version of the configuration store was corrupt.\n2) One or more MTS packages or components have been manually removed or corrupted.\n3) Another user is attempting to administer an application in this configuration store.\n\nPlease try again later or contact your system administrator." IDS_SUCCESS "Operation Completed Successfully" IDS_ERR_ENUMERATE_INST "Unable to enumerate %s sites because the following error occurred:\n\n%h" IDS_ERR_ENUMERATE_CHILD "Unable to enumerate %s virtual directories because the following error occurred:\n\n%h" IDS_DOWNLEVEL " (Downlevel)" IDS_NO_BACKUP_RESTORE "The machine does not support backup/restore" IDS_CLUSTER_ENABLED "You must use Cluster Administrator to start or stop this item" END STRINGTABLE DISCARDABLE BEGIN IDS_RECONNECT_WARNING "The connection to the server '%s' was lost.\n\nDo you want to attempt to reconnect?" IDS_ERR_INVALID_CHAR "A filename cannot contain any of the following characters:\n\\/: *?""""<>|" IDS_ERR_EMPTY_FILENAME "You must type a filename" END #endif // English (U.S.) resources ///////////////////////////////////////////////////////////////////////////// #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // #include "res\minetmgr.rc2" // non-Microsoft Visual C++ edited resources #define _AFX_NO_SPLITTER_RESOURCES #define _AFX_NO_OLE_RESOURCES #define _AFX_NO_TRACKER_RESOURCES #define _AFX_NO_PROPERTY_RESOURCES #include "afxres.rc" // Standard components ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED