|
|
//Microsoft Developer Studio generated resource script. // #include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "afxres.h" #include "chooserd.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" "#include ""chooserd.h""\0" END
#endif // APSTUDIO_INVOKED
///////////////////////////////////////////////////////////////////////////// // // Dialog //
IDD_SERVICE_REBOOT_COMPUTER DIALOG DISCARDABLE 30, 30, 252, 148 STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Restart Computer Options" FONT 8, "MS Shell Dlg" BEGIN LTEXT "&Restart computer after:", IDC_STATIC_REBOOT_COMPUTER_DELAY,7,10,73,8 EDITTEXT IDC_EDIT_REBOOT_COMPUTER_DELAY,92,7,30,14,ES_AUTOHSCROLL | ES_NUMBER LTEXT "minutes",IDC_STATIC_MINUTES,130,10,46,8 CONTROL "&Before restart, send this message to computers on the network:", IDC_REBOOT_MESSAGE_CHECKBOX,"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,7,35,237,10 EDITTEXT IDC_EDIT_REBOOT_MESSAGE,19,47,225,65,ES_MULTILINE | ES_AUTOVSCROLL | ES_WANTRETURN | WS_VSCROLL DEFPUSHBUTTON "OK",IDOK,140,127,50,14 PUSHBUTTON "Cancel",IDCANCEL,194,127,50,14 END
IDD_PROPPAGE_SERVICE_GENERAL DIALOGEX 0, 0, 252, 218 STYLE DS_CONTEXTHELP | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "General" FONT 8, "MS Shell Dlg" BEGIN LTEXT "Service name:",IDC_STATIC_SERVICE_NAME_STATIC,7,9,58,8 LTEXT "",IDC_STATIC_SERVICE_NAME,67,9,178,8 LTEXT "Display &name:",IDC_STATIC_DISPLAY_NAME,7,28,57,8 #ifdef EDIT_DISPLAY_NAME_373025 EDITTEXT IDC_EDIT_DISPLAY_NAME,67,25,178,14,ES_AUTOHSCROLL #else EDITTEXT IDC_EDIT_DISPLAY_NAME,67,25,178,14,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,WS_EX_STATICEDGE #endif // EDIT_DISPLAY_NAME_373025 LTEXT "&Description:",IDC_STATIC_DESCRIPTION,7,46,57,8 EDITTEXT IDC_EDIT_DESCRIPTION,67,43,178,22,ES_MULTILINE | #ifdef EDIT_DISPLAY_NAME_373025 ES_AUTOVSCROLL | WS_VSCROLL #else ES_AUTOVSCROLL | WS_VSCROLL | ES_READONLY | NOT WS_BORDER,WS_EX_STATICEDGE #endif // EDIT_DISPLAY_NAME_373025 LTEXT "Pat&h to executable:", IDC_STATIC_PATH_TO_EXECUTABLE_STATIC,7,72,65,8 EDITTEXT IDC_STATIC_PATH_TO_EXECUTABLE,7,82,238,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,WS_EX_STATICEDGE LTEXT "Startup typ&e:",IDC_STATIC_STARTUP_TYPE,7,105,41,8 COMBOBOX IDC_COMBO_STARTUP_TYPE,67,103,178,77,CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,130,237,1 LTEXT "Service status:",IDC_STATIC_CURRENT_STATUS_STATIC,7,137, 58,8 LTEXT "Stopped",IDC_STATIC_CURRENT_STATUS,67,137,178,8, SS_NOPREFIX PUSHBUTTON "&Start",IDC_BUTTON_START,7,152,56,14 PUSHBUTTON "S&top",IDC_BUTTON_STOP,67,152,56,14 PUSHBUTTON "&Pause",IDC_BUTTON_PAUSE,127,152,57,14 PUSHBUTTON "&Resume",IDC_BUTTON_RESUME,189,152,56,14 LTEXT "You can specify the start parameters that apply when you start the service from here.", IDC_STATIC,7,173,238,16 LTEXT "Start para&meters:",IDC_STATIC_STARTUP_PARAMETERS,7,199, 72,8 EDITTEXT IDC_EDIT_STARTUP_PARAMETERS,79,196,166,14,ES_AUTOHSCROLL END
IDD_PROPPAGE_SERVICE_HWPROFILE DIALOG DISCARDABLE 0, 0, 252, 218 STYLE WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Log On" FONT 8, "MS Shell Dlg" BEGIN LTEXT "Log on as:",IDC_STATIC,7,7,238,8 CONTROL "&Local System account",IDC_RADIO_LOGONAS_SYSTEMACCOUNT, "Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,7,22,238,10 CONTROL "&This account:",IDC_RADIO_LOGONAS_THIS_ACCOUNT,"Button", BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,7,52,80,10 CONTROL "Allo&w service to interact with desktop", IDC_CHECK_SERVICE_INTERACT_WITH_DESKTOP,"Button", BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,18,34,227,10 EDITTEXT IDC_EDIT_ACCOUNTNAME,87,50,103,14,ES_AUTOHSCROLL | WS_GROUP PUSHBUTTON "&Browse...",IDC_BUTTON_CHOOSE_USER,195,50,50,14 LTEXT "&Password:",IDC_STATIC_PASSWORD,18,71,69,8,WS_DISABLED EDITTEXT IDC_EDIT_PASSWORD,87,68,104,14,ES_PASSWORD | ES_AUTOHSCROLL LTEXT "&Confirm password:",IDC_STATIC_PASSWORD_CONFIRM,18,89, 69,8,WS_DISABLED EDITTEXT IDC_EDIT_PASSWORD_CONFIRM,87,86,104,14,ES_PASSWORD | ES_AUTOHSCROLL LTEXT "&You can enable or disable this service for the hardware profiles listed below:", IDC_STATIC,7,114,238,8 CONTROL "List2",IDC_LIST_HARDWARE_PROFILES,"SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER | WS_BORDER | WS_GROUP | WS_TABSTOP,7, 124,238,65 PUSHBUTTON "&Enable",IDC_BUTTON_ENABLE,141,197,50,14,WS_DISABLED PUSHBUTTON "&Disable",IDC_BUTTON_DISABLE,195,197,50,14,WS_DISABLED END
IDD_PROPPAGE_SERVICE_RECOVERY DIALOG DISCARDABLE 0, 0, 252, 218 STYLE WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Recovery" FONT 8, "MS Shell Dlg" BEGIN LTEXT "Select the computer's response if this service fails.", IDC_STATIC_FAILURE_ACTIONS,7,7,238,8 LTEXT "&First failure:",IDC_STATIC_FIRST_ATTEMPT,7,24,92,8 COMBOBOX IDC_COMBO_FIRST_ATTEMPT,104,22,141,147,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP LTEXT "&Second failure:",IDC_STATIC_SECOND_ATTEMPT,7,41,92,8 COMBOBOX IDC_COMBO_SECOND_ATTEMPT,104,39,141,147,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP LTEXT "S&ubsequent failures:",IDC_STATIC_SUBSEQUENT_ATTEMPTS,7, 58,92,8 COMBOBOX IDC_COMBO_SUBSEQUENT_ATTEMPTS,104,56,141,147, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP LTEXT "Reset fail c&ount after:",IDC_STATIC_RESET_FAIL_COUNT,7, 75,92,8 EDITTEXT IDC_EDIT_SERVICE_RESET_ABEND_COUNT,104,73,40,13, ES_AUTOHSCROLL | ES_NUMBER LTEXT "days",IDC_STATIC,150,75,95,8 LTEXT "Restart ser&vice after:",IDC_STATIC_RESTARTSERVICE,7,92, 92,8 EDITTEXT IDC_EDIT_SERVICE_RESTART_DELAY,104,90,40,13, ES_AUTOHSCROLL | ES_NUMBER LTEXT "minutes",IDC_STATIC_RESTARTSERVICE_3,150,92,95,8 GROUPBOX "Run program",IDC_STATIC_RUNFILE_1,7,108,238,80 LTEXT "&Program:",IDC_STATIC_RUNFILE_2,16,121,168,8 EDITTEXT IDC_EDIT_RUNFILE_FILENAME,16,131,165,14,ES_AUTOHSCROLL PUSHBUTTON "&Browse...",IDC_BUTTON_BROWSE,186,131,50,14 LTEXT "&Command line parameters:",IDC_STATIC_RUNFILE_3,16,155, 108,8 EDITTEXT IDC_EDIT_RUNFILE_PARAMETERS,126,152,110,14, ES_AUTOHSCROLL CONTROL "Append fail count to &end of command line (/fail=%1%)", IDC_CHECK_APPEND_ABENDNO,"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,16,171,219,10 PUSHBUTTON "&Restart Computer Options...", IDC_BUTTON_REBOOT_COMPUTER,112,197,133,14 END
IDD_PROPPAGE_SERVICE_RECOVERY2 DIALOG DISCARDABLE 0, 0, 252, 218 STYLE WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Recovery" FONT 8, "MS Shell Dlg" BEGIN LTEXT "If this service fails, the computer will restart.\nRecovery actions are not supported for this service.", -1,7,90,238,50,SS_CENTER END
IDD_SERVICE_CONTROL_PROGRESS DIALOG DISCARDABLE 15, 50, 252, 89 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Service Control" FONT 8, "MS Shell Dlg" BEGIN LTEXT "Contacting Service Control Manager", IDC_STATIC_ACTION_MSG,7,7,238,8,SS_NOPREFIX LTEXT "Service Name",IDC_STATIC_SERVICENAME_MSG,7,22,238,16 CONTROL "",IDC_PROGRESS,"msctls_progress32",0x0,7,45,238,14 PUSHBUTTON "&Close",IDCANCEL,100,68,50,14 END
IDD_SERVICE_STOP_DEPENDENCIES DIALOG DISCARDABLE 70, 50, 252, 150 STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Stop Other Services" FONT 8, "MS Shell Dlg" BEGIN ICON IDI_ICON_WARNING,IDC_STATIC,7,7,20,20 LTEXT "The following services will also be stopped...", IDC_STATIC_STOP_SERVICES,35,7,182,28 LISTBOX IDC_LIST_SERVICES,35,42,182,57,LBS_NOINTEGRALHEIGHT | LBS_NOSEL | WS_VSCROLL | WS_TABSTOP LTEXT "Do you want to stop these services?", IDC_STATIC_STOP_SERVICES_QUERY,35,106,182,8 DEFPUSHBUTTON "&Yes",IDOK,74,129,50,14 PUSHBUTTON "&No",IDCANCEL,128,129,50,14 END
IDD_SHAREPROP_GENERAL DIALOG DISCARDABLE 0, 0, 252, 218 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "General" FONT 8, "MS Shell Dlg" BEGIN LTEXT "Share &name:",IDC_STATIC_SHARE_NAME_STATIC,7,27,42,8 EDITTEXT IDC_EDIT_SHARE_NAME,67,27,178,14,ES_AUTOHSCROLL | ES_READONLY LTEXT "&Path:",IDC_STATIC_PATH_NAME_STATIC,7,47,18,8 EDITTEXT IDC_EDIT_PATH_NAME,67,45,178,14,ES_AUTOHSCROLL | ES_READONLY LTEXT "&Comment:",IDC_STATIC_COMMENT_STATIC,7,66,32,8 EDITTEXT IDC_EDIT_DESCRIPTION,67,63,178,14,ES_AUTOHSCROLL GROUPBOX "User limit",IDC_GROUP_USER_LIMIT,7,86,238,49,WS_GROUP CONTROL "&Maximum allowed",IDC_SHRPROP_MAX_ALLOWED,"Button", BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,12,101,124,8 CONTROL "Allo&w this number of users:",IDC_SHRPROP_ALLOW_SPECIFIC,"Button", BS_AUTORADIOBUTTON,12,115,110,8 EDITTEXT IDC_SHRPROP_EDIT_USERS,125,111,55,14,ES_NUMBER | WS_GROUP CONTROL "Spin1",IDC_SHRPROP_SPIN_USERS,"msctls_updown32", UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS,94,113,6,12 END
IDD_SHAREPROP_GENERAL_SMB DIALOG DISCARDABLE 0, 0, 252, 196 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "General" FONT 8, "MS Shell Dlg" BEGIN LTEXT "Share &name:",IDC_STATIC_SHARE_NAME_STATIC,7,27,42,8 EDITTEXT IDC_EDIT_SHARE_NAME,67,27,178,14,ES_AUTOHSCROLL | ES_READONLY LTEXT "&Path:",IDC_STATIC_PATH_NAME_STATIC,7,47,18,8 EDITTEXT IDC_EDIT_PATH_NAME,67,45,178,14,ES_AUTOHSCROLL | ES_READONLY LTEXT "&Comment:",IDC_STATIC_COMMENT_STATIC,7,66,32,8 EDITTEXT IDC_EDIT_DESCRIPTION,67,63,178,14,ES_AUTOHSCROLL GROUPBOX "User limit",IDC_GROUP_USER_LIMIT,7,86,238,49,WS_GROUP CONTROL "&Maximum allowed",IDC_SHRPROP_MAX_ALLOWED,"Button", BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,12,101,124,8 CONTROL "Allo&w this number of users:",IDC_SHRPROP_ALLOW_SPECIFIC,"Button", BS_AUTORADIOBUTTON,12,115,110,8 EDITTEXT IDC_SHRPROP_EDIT_USERS,125,111,55,14,ES_NUMBER | WS_GROUP CONTROL "Spin1",IDC_SHRPROP_SPIN_USERS,"msctls_updown32", UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS,94,113,6,12 PUSHBUTTON "Cac&hing...",IDC_CACHING,195,143,50,14 END
IDD_SHAREPROP_GENERAL_SFM DIALOG DISCARDABLE 0, 0, 252, 218 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "General" FONT 8, "MS Shell Dlg" BEGIN LTEXT "Share &name:",IDC_STATIC_SHARE_NAME_STATIC,7,27,42,8 EDITTEXT IDC_EDIT_SHARE_NAME,67,27,178,14,ES_AUTOHSCROLL | ES_READONLY LTEXT "&Path:",IDC_STATIC_PATH_NAME_STATIC,7,47,18,8 EDITTEXT IDC_EDIT_PATH_NAME,67,45,178,14,ES_AUTOHSCROLL | ES_READONLY LTEXT "&Comment:",IDC_STATIC_COMMENT_STATIC,7,66,32,8 EDITTEXT IDC_EDIT_DESCRIPTION,67,63,178,14,ES_AUTOHSCROLL GROUPBOX "User limit",IDC_GROUP_USER_LIMIT,7,86,238,49,WS_GROUP CONTROL "&Maximum allowed",IDC_SHRPROP_MAX_ALLOWED,"Button", BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,12,101,124,8 CONTROL "Allo&w this number of users:",IDC_SHRPROP_ALLOW_SPECIFIC,"Button", BS_AUTORADIOBUTTON,12,115,110,8 EDITTEXT IDC_SHRPROP_EDIT_USERS,125,111,55,14,ES_NUMBER | WS_GROUP CONTROL "Spin1",IDC_SHRPROP_SPIN_USERS,"msctls_updown32", UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS,94,113,6,12 GROUPBOX "SFM Volume Security:",IDC_SFM_GROUPBOX,7,141,238,64 LTEXT "Pa&ssword:",IDC_SFM_STATIC1,13,155,42,8 EDITTEXT IDC_SFM_EDIT_PASSWORD,61,154,176,12,ES_PASSWORD | ES_AUTOHSCROLL CONTROL "&This volume is read-only",IDC_SFM_CHECK_READONLY, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,171,219,8 CONTROL "&Guests can use this volume",IDC_SFM_CHECK_GUESTS, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,186,218,8 END
IDD_SHAREPROP_PUBLISH DIALOG DISCARDABLE 0, 0, 251, 218 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Publish" FONT 8, "MS Shell Dlg" BEGIN CONTROL "&Publish this share in Active Directory", IDC_CHECK_SHRPUB_PUBLISH,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,7,144,12 LTEXT "Path to shared &folder:",IDC_LABEL_SHRPUB_UNCPATH,17,23,217,10 EDITTEXT IDC_EDIT_SHRPUB_UNCPATH,17,33,217,14,ES_AUTOHSCROLL | ES_READONLY LTEXT "&Description:",IDC_LABEL_SHRPUB_DESCRIPTION,17,51,217, 10 EDITTEXT IDC_EDIT_SHRPUB_DESCRIPTION,17,61,217,14,ES_AUTOHSCROLL LTEXT "&Owner (e.g., [email protected] or redmond\\JeffSmith):", IDC_LABEL_SHRPUB_MANAGEDBY,17,79,217,18 EDITTEXT IDC_EDIT_SHRPUB_MANAGEDBY,17,97,217,14,ES_AUTOHSCROLL LTEXT "&Keywords:",IDC_LABEL_SHRPUB_KEYWORDS,17,115,217,10 EDITTEXT IDC_EDIT_SHRPUB_KEYWORDS,17,125,161,14,ES_AUTOHSCROLL | ES_READONLY PUSHBUTTON "&Edit...",IDC_BUTTON_SHRPUB_CHANGE,184,125,50,14 LTEXT "",IDC_STATIC_SHRPUB_ERRORMSG,7,7,237,51 END
IDD_FILE_FILEMANAGEMENT_GENERAL DIALOG DISCARDABLE 0, 0, 331, 157 STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Shared Folders" FONT 8, "MS Shell Dlg" BEGIN LTEXT "Select the computer you want this snap-in to manage.", IDC_CHOOSER_STATIC,7,6,317,8 GROUPBOX "This snap-in will always manage:", IDC_CHOOSER_GROUP_TARGET_MACHINE,7,20,317,76 CONTROL "&Local computer: (the computer this console is running on)", IDC_CHOOSER_RADIO_LOCAL_MACHINE,"Button", BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,16,34,297,10 CONTROL "A¬her computer:",IDC_CHOOSER_RADIO_SPECIFIC_MACHINE, "Button",BS_AUTORADIOBUTTON,16,51,83,10 EDITTEXT IDC_CHOOSER_EDIT_MACHINE_NAME,102,50,154,12, ES_AUTOHSCROLL PUSHBUTTON "B&rowse...",IDC_CHOOSER_BUTTON_BROWSE_MACHINENAMES,262, 49,53,14 CONTROL "Allo&w the selected computer to be changed when launching from the command line. This only applies if you save the console.", IDC_CHOOSER_CHECK_OVERRIDE_MACHINE_NAME,"Button", BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,17, 71,296,20 GROUPBOX "View",IDC_GROUP_VIEW,7,102,317,46,WS_GROUP CONTROL "&All",IDC_RADIO_ALL,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,21,117,41,10 CONTROL "S&hares",IDC_RADIO_SHARES,"Button",BS_AUTORADIOBUTTON, 21,131,54,10 CONTROL "S&essions",IDC_RADIO_SESSIONS,"Button", BS_AUTORADIOBUTTON,133,117,60,10 CONTROL "&Open Files",IDC_RADIO_RESOURCES,"Button", BS_AUTORADIOBUTTON,133,131,64,10 END
IDP_SFM_SESSIONS DIALOG DISCARDABLE 6, 20, 252, 218 STYLE WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Sessions" FONT 8, "MS Shell Dlg" BEGIN GROUPBOX "Usage Summary",IDC_STATIC,7,7,238,61 LTEXT "Sessions:",IDC_STATIC,13,20,31,8 LTEXT "Static",IDC_STATIC_SESSIONS,129,20,41,8 LTEXT "Open File Forks:",IDC_STATIC,13,35,52,8 LTEXT "Static",IDC_STATIC_FORKS,129,35,41,8 LTEXT "File Locks:",IDC_STATIC,13,50,35,8 LTEXT "Static",IDC_STATIC_FILE_LOCKS,129,50,41,8 GROUPBOX "Send message to all Macintosh users of this system", IDC_STATIC,7,79,238,111 LTEXT "&Message:",IDC_STATIC,17,93,45,10 EDITTEXT IDC_EDIT_MESSAGE,16,106,220,53,ES_MULTILINE | ES_WANTRETURN PUSHBUTTON "&Send",IDC_BUTTON_SEND,186,169,50,14 END
IDP_SFM_FILE_ASSOCIATION DIALOG DISCARDABLE 0, 0, 252, 218 STYLE WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "File Association" FONT 8, "MS Shell Dlg" BEGIN LTEXT "&Files with MS-DOS Extension:",IDC_STATIC,7,14,100,8 COMBOBOX IDC_COMBO_EXTENSION,110,12,70,80,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP PUSHBUTTON "A&ssociate",IDC_BUTTON_ASSOCIATE,190,11,51,15,WS_GROUP GROUPBOX "With Macintosh Document Creator and Type",IDC_STATIC,7, 35,238,158 CONTROL "List1",IDC_LIST_TYPE_CREATORS,"SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,13,49,226,117 PUSHBUTTON "A&dd...",IDC_BUTTON_ADD,67,173,50,14,WS_GROUP PUSHBUTTON "De&lete",IDC_BUTTON_DELETE,125,173,50,14 PUSHBUTTON "&Edit...",IDC_BUTTON_EDIT,183,173,50,14 END
IDP_SFM_CONFIGURATION DIALOG DISCARDABLE 6, 20, 252, 218 STYLE DS_MODALFRAME | WS_POPUP | WS_DISABLED | WS_CAPTION CAPTION "Configuration" FONT 8, "MS Shell Dlg" BEGIN LTEXT "Server &name for AppleTalk workstations:",IDC_STATIC,7, 7,132,8 EDITTEXT IDC_EDIT_SERVER_NAME,7,17,164,14,ES_AUTOHSCROLL CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,37,238,1 LTEXT "Logon &Message:",IDC_STATIC,7,43,55,8 EDITTEXT IDC_EDIT_LOGON_MESSAGE,7,53,238,46,ES_MULTILINE | ES_WANTRETURN GROUPBOX "Security",IDC_STATIC,7,108,238,48 CONTROL "Allow &workstations to save password", IDC_CHECK_SAVE_PASSWORD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,118,137,13 LTEXT "&Enable authentication:",IDC_STATIC,13,136,78,8 COMBOBOX IDC_COMBO_AUTHENTICATION,93,134,136,67,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP GROUPBOX "Sessions",IDC_STATIC,7,166,238,45 RADIOBUTTON "&Unlimited",IDC_RADIO_SESSION_UNLIMITED,13,178,50,10, WS_GROUP | WS_TABSTOP RADIOBUTTON "&Limited to:",IDC_RADIO_SESSSION_LIMIT,13,192,47,10 EDITTEXT IDC_EDIT_SESSION_LIMIT,67,190,48,14,ES_AUTOHSCROLL | ES_NUMBER | WS_GROUP END
IDD_SFM_TYPE_CREATOR_EDIT DIALOGEX 6, 20, 208, 86 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_CONTEXTHELP CAPTION "Edit Document Type" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "Creator:",IDC_STATIC,7,13,30,8 LTEXT "Static",IDC_STATIC_CREATOR,40,13,48,8 LTEXT "File Type:",IDC_STATIC,104,13,39,8 LTEXT "Static",IDC_STATIC_FILE_TYPE,144,13,48,8 LTEXT "&Description:",IDC_STATIC,7,39,47,8 EDITTEXT IDC_EDIT_DESCRIPTION,55,36,139,14,ES_AUTOHSCROLL DEFPUSHBUTTON "OK",IDOK,56,65,40,14,WS_GROUP PUSHBUTTON "Cancel",IDCANCEL,112,65,40,14 END
IDD_SFM_TYPE_CREATOR_ADD DIALOGEX 6, 20, 208, 86 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_CONTEXTHELP CAPTION "Add Document Type" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "&Creator:",IDC_STATIC,7,13,30,8 COMBOBOX IDC_COMBO_CREATOR,41,11,48,68,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP LTEXT "&File Type:",IDC_STATIC,104,13,32,8 COMBOBOX IDC_COMBO_FILE_TYPE,146,11,48,68,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP LTEXT "&Description:",IDC_STATIC,7,39,40,8 EDITTEXT IDC_EDIT_DESCRIPTION,55,36,139,14,ES_AUTOHSCROLL DEFPUSHBUTTON "OK",IDOK,56,65,40,14,WS_GROUP PUSHBUTTON "Cancel",IDCANCEL,112,65,40,14 END
IDD_MVSTRINGEDIT DIALOG DISCARDABLE 0, 0, 227, 154 STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_CONTEXTHELP CAPTION "Change" FONT 8, "MS Shell Dlg" BEGIN LTEXT "Type the information, and then click Add.", IDC_MVSTRINGEDIT_TEXT,7,7,213,23 EDITTEXT IDC_MVSTRINGEDIT_STRING,7,30,159,14,ES_AUTOHSCROLL PUSHBUTTON "&Add",IDC_MVSTRINGEDIT_ADD,170,30,50,14 CONTROL "",IDC_MVSTRINGEDIT_LIST,"SysListView32",LVS_REPORT | LVS_SORTASCENDING | LVS_NOLABELWRAP | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,48,159,70 PUSHBUTTON "&Remove",IDC_MVSTRINGEDIT_REMOVE,170,48,50,14 CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,125, 213,1 DEFPUSHBUTTON "OK",IDOK,116,133,50,14 PUSHBUTTON "Cancel",IDCANCEL,170,133,50,14 END
IDD_SMB_CACHE_SETTINGS DIALOG DISCARDABLE 0, 0, 273, 178 STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Caching Settings" FONT 8, "MS Shell Dlg" BEGIN ICON IDI_ICON_FILEMGMT,IDC_STATIC_HELPLESS,7,5,20,20 LTEXT "You can specify if and how files within this shared folder are cached locally when accessed by others.", IDC_STATIC_HELPLESS2,49,7,217,25 GROUPBOX "",IDC_STATIC,7,38,259,109 CONTROL "&Allow caching of files in this shared folder", IDC_ALLOW_CACHING,"Button",BS_AUTOCHECKBOX | WS_TABSTOP, 16,38,145,10 LTEXT "&Setting:",IDC_CACHE_SETTINGS_LABEL,15,58,25,8 COMBOBOX IDC_CACHE_OPTIONS,45,57,200,55,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP LTEXT "<description of option>",IDC_HINT,31,85,212,58 DEFPUSHBUTTON "OK",IDOK,160,157,50,14 PUSHBUTTON "Cancel",IDCANCEL,216,157,50,14 END
///////////////////////////////////////////////////////////////////////////// // // DESIGNINFO //
#ifdef APSTUDIO_INVOKED GUIDELINES DESIGNINFO DISCARDABLE BEGIN IDD_SERVICE_REBOOT_COMPUTER, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 244 VERTGUIDE, 194 TOPMARGIN, 7 BOTTOMMARGIN, 141 HORZGUIDE, 21 HORZGUIDE, 38 HORZGUIDE, 112 END
IDD_PROPPAGE_SERVICE_GENERAL, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 245 VERTGUIDE, 67 VERTGUIDE, 79 VERTGUIDE, 123 VERTGUIDE, 184 TOPMARGIN, 7 BOTTOMMARGIN, 211 HORZGUIDE, 21 HORZGUIDE, 25 HORZGUIDE, 39 HORZGUIDE, 43 HORZGUIDE, 57 HORZGUIDE, 72 HORZGUIDE, 88 HORZGUIDE, 95 HORZGUIDE, 107 HORZGUIDE, 115 HORZGUIDE, 130 HORZGUIDE, 151 HORZGUIDE, 174 END
IDD_PROPPAGE_SERVICE_HWPROFILE, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 245 VERTGUIDE, 18 VERTGUIDE, 87 VERTGUIDE, 191 VERTGUIDE, 195 TOPMARGIN, 7 BOTTOMMARGIN, 211 HORZGUIDE, 32 HORZGUIDE, 44 HORZGUIDE, 49 HORZGUIDE, 63 HORZGUIDE, 67 HORZGUIDE, 81 HORZGUIDE, 85 HORZGUIDE, 99 HORZGUIDE, 190 END
IDD_PROPPAGE_SERVICE_RECOVERY, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 245 VERTGUIDE, 54 VERTGUIDE, 101 VERTGUIDE, 116 TOPMARGIN, 7 BOTTOMMARGIN, 211 HORZGUIDE, 15 HORZGUIDE, 30 HORZGUIDE, 47 HORZGUIDE, 62 HORZGUIDE, 69 HORZGUIDE, 81 HORZGUIDE, 85 HORZGUIDE, 97 HORZGUIDE, 101 HORZGUIDE, 113 HORZGUIDE, 122 HORZGUIDE, 129 HORZGUIDE, 143 HORZGUIDE, 164 END
IDD_SERVICE_CONTROL_PROGRESS, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 245 TOPMARGIN, 7 BOTTOMMARGIN, 74 HORZGUIDE, 15 HORZGUIDE, 30 HORZGUIDE, 51 END
IDD_SERVICE_STOP_DEPENDENCIES, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 245 VERTGUIDE, 35 VERTGUIDE, 128 VERTGUIDE, 217 TOPMARGIN, 7 BOTTOMMARGIN, 143 HORZGUIDE, 27 HORZGUIDE, 99 HORZGUIDE, 114 END
IDD_SHAREPROP_GENERAL, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 245 TOPMARGIN, 7 BOTTOMMARGIN, 211 END
IDD_SHAREPROP_GENERAL_SMB, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 245 TOPMARGIN, 7 BOTTOMMARGIN, 189 END
IDD_SHAREPROP_GENERAL_SFM, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 245 TOPMARGIN, 7 BOTTOMMARGIN, 211 END
IDD_SHAREPROP_PUBLISH, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 244 VERTGUIDE, 17 VERTGUIDE, 234 TOPMARGIN, 7 END
IDP_SFM_SESSIONS, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 245 TOPMARGIN, 7 BOTTOMMARGIN, 211 END
IDP_SFM_FILE_ASSOCIATION, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 245 TOPMARGIN, 7 BOTTOMMARGIN, 211 END
IDP_SFM_CONFIGURATION, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 245 TOPMARGIN, 7 BOTTOMMARGIN, 211 END
IDD_SFM_TYPE_CREATOR_EDIT, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 201 TOPMARGIN, 7 BOTTOMMARGIN, 79 END
IDD_SFM_TYPE_CREATOR_ADD, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 201 TOPMARGIN, 7 BOTTOMMARGIN, 79 END
IDD_SMB_CACHE_SETTINGS, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 266 TOPMARGIN, 7 BOTTOMMARGIN, 171 END END #endif // APSTUDIO_INVOKED
///////////////////////////////////////////////////////////////////////////// // // Bitmap //
IDB_FILEMGMT_ICONS_16 BITMAP DISCARDABLE "res\\shard_16.bmp" IDB_SVCMGMT_TOOLBAR BITMAP DISCARDABLE "res\\cassette.bmp" IDB_FILEMGMT_ICONS_32 BITMAP DISCARDABLE "res\\shard_32.bmp" IDB_FILEMGMT_TOOLBAR BITMAP DISCARDABLE "res\\filetbar.bmp" IDB_SVCMGMT_ICONS_16 BITMAP DISCARDABLE "res\\servc_16.bmp" IDB_SVCMGMT_ICONS_32 BITMAP DISCARDABLE "res\\servc_32.bmp" IDB_FILEMGMT_FOLDER_SMALL BITMAP DISCARDABLE "res\\file_sm.bmp" IDB_FILEMGMT_FOLDER_SMALLOPEN BITMAP DISCARDABLE "res\\file_smo.bmp" IDB_FILEMGMT_FOLDER_LARGE BITMAP DISCARDABLE "res\\file_lg.bmp"
///////////////////////////////////////////////////////////////////////////// // // Dialog Info //
IDD_PROPPAGE_SERVICE_GENERAL DLGINIT BEGIN IDC_COMBO_STARTUP_TYPE, 0x403, 10, 0 0x7541, 0x6f74, 0x616d, 0x6974, 0x0063, IDC_COMBO_STARTUP_TYPE, 0x403, 7, 0 0x614d, 0x756e, 0x6c61, "\000" IDC_COMBO_STARTUP_TYPE, 0x403, 9, 0 0x6944, 0x6173, 0x6c62, 0x6465, "\000" 0 END
IDD_PROPPAGE_SERVICE_RECOVERY DLGINIT BEGIN IDC_COMBO_FIRST_ATTEMPT, 0x403, 15, 0 0x6154, 0x656b, 0x6e20, 0x206f, 0x6361, 0x6974, 0x6e6f, "\000" IDC_COMBO_FIRST_ATTEMPT, 0x403, 20, 0 0x6552, 0x7473, 0x7261, 0x2074, 0x6874, 0x2065, 0x6573, 0x7672, 0x6369, 0x0065, IDC_COMBO_FIRST_ATTEMPT, 0x403, 14, 0 0x7552, 0x206e, 0x2061, 0x7270, 0x676f, 0x6172, 0x006d, IDC_COMBO_FIRST_ATTEMPT, 0x403, 21, 0 0x6552, 0x7473, 0x7261, 0x2074, 0x6874, 0x2065, 0x6f63, 0x706d, 0x7475, 0x7265, "\000" IDC_COMBO_FIRST_ATTEMPT, 0x403, 29, 0 0x6552, 0x7473, 0x7261, 0x2074, 0x6874, 0x2065, 0x6f63, 0x706d, 0x7475, 0x7265, 0x2820, 0x6f66, 0x6372, 0x2965, "\000" IDC_COMBO_SECOND_ATTEMPT, 0x403, 15, 0 0x6154, 0x656b, 0x6e20, 0x206f, 0x6361, 0x6974, 0x6e6f, "\000" IDC_COMBO_SECOND_ATTEMPT, 0x403, 20, 0 0x6552, 0x7473, 0x7261, 0x2074, 0x6874, 0x2065, 0x6573, 0x7672, 0x6369, 0x0065, IDC_COMBO_SECOND_ATTEMPT, 0x403, 14, 0 0x7552, 0x206e, 0x2061, 0x7270, 0x676f, 0x6172, 0x006d, IDC_COMBO_SECOND_ATTEMPT, 0x403, 21, 0 0x6552, 0x7473, 0x7261, 0x2074, 0x6874, 0x2065, 0x6f63, 0x706d, 0x7475, 0x7265, "\000" IDC_COMBO_SUBSEQUENT_ATTEMPTS, 0x403, 15, 0 0x6154, 0x656b, 0x6e20, 0x206f, 0x6361, 0x6974, 0x6e6f, "\000" IDC_COMBO_SUBSEQUENT_ATTEMPTS, 0x403, 20, 0 0x6552, 0x7473, 0x7261, 0x2074, 0x6874, 0x2065, 0x6573, 0x7672, 0x6369, 0x0065, IDC_COMBO_SUBSEQUENT_ATTEMPTS, 0x403, 14, 0 0x7552, 0x206e, 0x2061, 0x7270, 0x676f, 0x6172, 0x006d, IDC_COMBO_SUBSEQUENT_ATTEMPTS, 0x403, 21, 0 0x6552, 0x7473, 0x7261, 0x2074, 0x6874, 0x2065, 0x6f63, 0x706d, 0x7475, 0x7265, "\000" 0 END
///////////////////////////////////////////////////////////////////////////// // // Icon //
// Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. IDI_ICON_SVCMGMT ICON DISCARDABLE "res\\service.ico" IDI_ICON_FILEMGMT ICON DISCARDABLE "res\\filesvc.ico" IDI_ICON_WARNING ICON DISCARDABLE "res\\warning.ico"
///////////////////////////////////////////////////////////////////////////// // // String Table //
STRINGTABLE DISCARDABLE BEGIN IDS_FILEMGMT_DESC "FILEMGMT 1.0 Object" IDS_SVCVWR_DESC "SvcVwr 1.0 Object" IDS_LOCAL_MACHINE "Local Computer" IDS_CAPTION_FILEMGMT "Shared Folders" IDS_CAPTION_SERVICES "Services" IDS_ss_PROPERTIES_ON "%1 Properties (%2)" IDS_sus_ERROR "%1\n\nError %2!u!: %3" IDS_sus_ERROR_HR "%1\n\nError 0x%2!x!: %3" END
STRINGTABLE DISCARDABLE BEGIN IDS_SHARES_SHARED_FOLDER "Shared Folder" IDS_SHARES_SHARED_PATH "Shared Path" IDS_SHARES_NUM_SESSIONS "# Client Connections" IDS_SHARES_COMMENT "Comment" IDS_CONN_USERNAME "User" IDS_CONN_COMPUTERNAME "Computer" IDS_CONN_NUM_SESSIONS "Sessions" IDS_CONN_NUM_FILES "# Open Files" END
STRINGTABLE DISCARDABLE BEGIN IDS_CONN_CONNECTED_TIME "Connected Time" IDS_CONN_IDLE_TIME "Idle Time" IDS_CONN_IS_GUEST "Guest" IDS_FILE_FILENAME "Open File" IDS_FILE_SHARENAME "Via Share" IDS_FILE_USERNAME "Accessed By" IDS_FILE_NUM_LOCKS "# Locks" IDS_FILE_OPEN_MODE "Open Mode" IDS_SERVICE_SERVICENAME "Name" IDS_SERVICE_DESCRIPTION "Description" IDS_SERVICE_STATUS "Status " IDS_SERVICE_STARTUPTYPE "Startup Type" IDS_SERVICE_SECURITYCONTEXT "Log On As" END
STRINGTABLE DISCARDABLE BEGIN IDS_TIME_HOURPLUS "%2!.2d!:%3!.2d!:%4!.2d!" IDS_TIME_ONEDAY "%1!d! day %2!.2d!:%3!.2d!:%4!.2d!" IDS_TIME_DAYPLUS "%1!d! days %2!.2d!:%3!.2d!:%4!.2d!" IDS_FILEPERM_NONE "no access" IDS_FILEPERM_READ "Read" IDS_FILEPERM_WRITE "Write" IDS_FILEPERM_CREATE "Create" END
STRINGTABLE DISCARDABLE BEGIN IDS_POPUP_SMB_DISCONNECTALLSESSION_ERROR "The following error occurred while attempting to close a session from Windows client %1:" IDS_POPUP_FPNW_DISCONNECTALLSESSION_ERROR "The following error occurred while attempting to close a session from a NetWare client:" IDS_POPUP_SFM_DISCONNECTALLSESSION_ERROR "The following error occurred while attempting to close a session from Macintosh client %1:" IDS_POPUP_SMB_DISCONNECTALLRESOURCE_ERROR "The following error occurred while attempting to close the file ""%1"" opened by Windows client:" IDS_POPUP_FPNW_DISCONNECTALLRESOURCE_ERROR "The following error occurred while attempting to close the file ""%1"" opened by NetWare client:" IDS_POPUP_SFM_DISCONNECTALLRESOURCE_ERROR "The following error occurred while attempting to close the file ""%1"" opened by Macintosh client:" IDS_POPUP_SMB_SHARES "The following error occurred while reading the list of shares for Windows clients:" IDS_POPUP_FPNW_SHARES "The following error occurred while reading the list of shares for NetWare clients:" IDS_POPUP_SFM_SHARES "The following error occurred while reading the list of shares for Macintosh clients:" IDS_POPUP_SMB_SESSIONS "The following error occurred while reading the list of sessions from Windows clients:" IDS_POPUP_FPNW_SESSIONS "The following error occurred while reading the list of sessions from NetWare clients:" IDS_POPUP_SFM_SESSIONS "The following error occurred while reading the list of sessions from Macintosh clients:" IDS_POPUP_SMB_RESOURCES "The following error occurred while reading the list of files opened by Windows clients:" IDS_POPUP_FPNW_RESOURCES "The following error occurred while reading the list of files opened by NetWare clients:" IDS_POPUP_SFM_RESOURCES "The following error occurred while reading the list of files opened by Macintosh clients:" IDS_POPUP_SERVICES "The system encountered the following error while reading the list of services:" IDS_DELETE_SHARE_TASK "&Stop Sharing\nStop sharing the selected folder" IDS_DELETE_SHARE_TOP "&Stop Sharing\nStop sharing the selected folder" END
STRINGTABLE DISCARDABLE BEGIN IDS_TOOLTIP_SERVICE_PAUSE "Pause Service" IDS_BUTTON_SERVICE_RESUME "Resume" IDS_TOOLTIP_SERVICE_RESUME "Resume service" IDS_BUTTON_SERVICE_RESTART "Restart" IDS_TOOLTIP_SERVICE_RESTART "Restart Service" IDS_SCOPE_SERVICES "Services" IDS_LSAERR_READ_FAILED "System Service Management could not determine whether the account %1 already has the Log On As A Service right. If not, this service may not run correctly under the %1 account." IDS_LSAERR_WRITE_FAILED "The account %1 could not be granted the Log On As A Service right. This service may not run correctly under the %1 account." IDS_LSAERR_WRITE_SUCCEEDED "The account %1 has been granted the Log On As A Service right." IDS_s_POPUP_ADMIN_SHARE "This has been shared for administrative purposes. The share permissions and file security cannot be set." IDS_s_CONFIRM_DELETE_ADMINSHARE "This share was created for administrative purposes only. The share will reappear when the Server service is stopped and restarted or the computer is restarted. Are you sure you wish to stop sharing %1?" IDS_s_DELETE_IPCSHARE "The IPC$ share is required for the server service to operate, and cannot be deleted." IDS_s_CONFIRM_DELETE_NETLOGONSHARE "This share is required for the machine to act properly as a domain controller. Removing it will cause a loss of functionality on all clients that this domain controller serves. Are you sure you wish to stop sharing %1?" IDS_NEW_SHARE_NEW "&File Share\nCreate a new file share" IDS_NEW_SHARE_TOP "New File &Share...\nCreate a new file share" IDS_CLOSE_SESSION_TASK "Close &Session\nClose this session" IDS_CLOSE_SESSION_TOP "Close &Session\nClose this session" END
STRINGTABLE DISCARDABLE BEGIN IDS_CLOSE_RESOURCE_TASK "Close &Open File\nClose this open file" IDS_CLOSE_RESOURCE_TOP "Close &Open File\nClose this open file" IDS_DISCONNECT_ALL_SESSIONS_TASK "Disconnect &All Sessions\nDisconnect all sessions" IDS_DISCONNECT_ALL_SESSIONS_TOP "Disconnect &All Sessions\nDisconnect all sessions" IDS_DISCONNECT_ALL_RESOURCES_TASK "Disconnect &All Open Files\nDisconnect all open files" IDS_DISCONNECT_ALL_RESOURCES_TOP "Disconnect &All Open Files\nDisconnect all open files" IDS_MANUAL_WORKGROUP_SHARE "Manual caching of documents" IDS_MANUAL_WORKGROUP_SHARE_HINT "Recommended for folders containing user documents.\n\nUsers must manually specify any files they want available when working offline. To ensure proper file sharing, the server version of the file is always opened." IDS_AUTOMATIC_WORKGROUP_SHARE "Automatic caching of documents" IDS_AUTOMATIC_WORKGROUP_SHARE_HINT "Recommended for folders containing user documents.\n\nOpened files are automatically downloaded and made available when working offline. Older copies are automatically deleted to make way for newer and more recently accessed files. To ensure proper file sharing, the server version of the file is always opened." IDS_AUTOMATIC_APPLICATION_SHARE "Automatic caching of programs and documents" IDS_AUTOMATIC_APPLICATION_SHARE_HINT "Recommended for folders with read-only data or run-from-the-network applications.\n\nFile sharing is not ensured. Opened files are automatically downloaded and made available when working offline. Older copies are automatically deleted to make way for newer and more recently accessed files." IDS_s_POPUP_IPC_SHARE "This has been shared for administrative purposes. The share permissions and file security cannot be set." IDS_CHANGE_COMPUTER_TOP "&Connect to another computer ...\nManage a different computer" IDS_CHANGE_COMPUTER_TASK "&Connect to another computer ...\nManage a different computer" IDS_MSG_READ_SHRPUB "The system encountered the following error while querying the publish information of share %1:" IDS_POPUP_WRITE_SHRPUB "The system encountered the following error while saving the publish information of share %1:" IDS_MSG_SHRPUB_ERRMSG_64 "The share name exceeds 64 characters. The share cannot be published in Active Directory." END
STRINGTABLE DISCARDABLE BEGIN IDS_SVC_STARTUP_BOOT "Boot" IDS_SVC_STARTUP_SYSTEM "System" IDS_SVC_STARTUP_AUTOMATIC "Automatic" IDS_SVC_STARTUP_MANUAL "Manual" IDS_SVC_STARTUP_DISABLED "Disabled" IDS_SVC_STATUS_STARTED "Started" IDS_SVC_STATUS_STOPPED "Stopped" IDS_SVC_STATUS_PAUSED "Paused" IDS_SVC_STATUS_STARTING "Starting" IDS_SVC_STATUS_STOPPING "Stopping" IDS_SVC_STATUS_PAUSING "Pausing" IDS_SVC_STATUS_RESUMING "Resuming" END
STRINGTABLE DISCARDABLE BEGIN IDS_SVC_UNKNOWN "(Unknown)" IDS_SVC_REBOOT_MESSAGE_DEFAULT "Your computer is connected to the computer named %2. The %1 service on %2 has ended unexpectedly. %2 will restart automatically, and then you can reestablish the connection." IDS_SVC_ss_SERVICE_STARTING "Windows is attempting to start the following service on %1!.0s!%2..." IDS_SVC_ss_SERVICE_STOPPING "Windows is attempting to stop the following service on %1!.0s!%2..." IDS_SVC_ss_SERVICE_PAUSING "Windows is attempting to pause the following service on %1!.0s!%2..." IDS_SVC_ss_SERVICE_RESUMING "Windows is attempting to resume the following service on %1!.0s!%2..." IDS_SVC_RECOVERY_NOACTION "Take No Action" IDS_SVC_RECOVERY_RESTARTSERVICE "Restart the Service" IDS_SVC_RECOVERY_RUNFILE "Run a Program" IDS_SVC_RECOVERY_REBOOTCOMPUTER "Restart the Computer" IDS_SVC_HARDWARE_PROFILE "Hardware Profile" IDS_SVC_INSTANCE "Instance" IDS_SVC_STATUS "Service" END
STRINGTABLE DISCARDABLE BEGIN IDS_SVC_ENABLED "Enabled" IDS_SVC_DISABLED "Disabled" IDS_SVC_RESTART_DEPENDENT_QUERY "Do you want to restart these services?" IDS_SVC_RESTART_DEPENDENT_CAPTION "Restart Other Services" IDS_SVC_s_STOP_DEPENDENT_SERVICES "When %1 stops, these other services will also stop." IDS_SVC_s_RESTART_DEPENDENT_SERVICES "When %1 restarts, these other services will also restart." IDS_SVC_MENU_SERVICE_START "&Start" IDS_SVC_MENU_SERVICE_STOP "St&op" IDS_SVC_MENU_SERVICE_PAUSE "Pa&use" IDS_SVC_MENU_SERVICE_RESUME "Resu&me" END
STRINGTABLE DISCARDABLE BEGIN IDS_SVC_MENU_SERVICE_RESTART "R&estart" IDS_SVC_STATUSBAR_ss_SERVICE_START "Start service %1 on %2" IDS_SVC_STATUSBAR_ss_SERVICE_STOP "Stop service %1 on %2" IDS_SVC_STATUSBAR_ss_SERVICE_PAUSE "Pause service %1 on %2" IDS_SVC_STATUSBAR_ss_SERVICE_RESUME "Resume service %1 on %2" IDS_SVC_STATUSBAR_ss_SERVICE_RESTART "Stop and Start service %1 on %2" IDS_SVC_STARTUP_LOCALSYSTEM "Local System" IDS_SVC_STARTUP_LOCALSERVICE "Local Service" IDS_SVC_STARTUP_NETWORKSERVICE "Network Service" END
STRINGTABLE DISCARDABLE BEGIN IDS_POPUP_REMOTEADMINSESSION "You are not allowed to close a session that is being used to administer the remote machine." IDS_POPUP_REMOTEADMINFILE "You are not allowed to close the file %1 that is being used to administer the remote machine." IDS_POPUP_DELETE_SHARE "The system encountered the following error while attempting to delete share %1:" IDS_POPUP_CLOSE_SESSION "The system encountered the following error while attempting to close the session:" IDS_POPUP_CLOSE_RESOURCE "The system encountered the following error while attempting to close the open file:" IDS_ROOT_NAME "Name" IDS_s_CONFIRM_DELETEMULTISHARES "Are you sure you wish to stop sharing all the selected shares?" IDS_s_CONFIRM_DELETESHARE "Are you sure you wish to stop sharing %1?" IDS_CONFIRM_CLOSESESSION "Are you sure you wish to close the session?" IDS_CONFIRM_CLOSEMULTISESSIONS "Are you sure you wish to close all the selected sessions?" IDS_CONFIRM_CLOSERESOURCE "Are you sure you wish to close the open file?" IDS_CONFIRM_CLOSEMULTIRESOURCES "Are you sure you wish to close all the selected open files?" IDS_SHARES_TRANSPORT "Type" IDS_TRANSPORT_SMB "Windows" IDS_TRANSPORT_FPNW "NetWare" IDS_TRANSPORT_SFM "Macintosh" IDS_CONN_TRANSPORT "Type" IDS_FILE_TRANSPORT "Type" END
STRINGTABLE DISCARDABLE BEGIN #ifdef EDIT_DISPLAY_NAME_373025 IDS_MSG_PLEASE_ENTER_DISPLAY_NAME "Please enter a valid display name." #endif // EDIT_DISPLAY_NAME_373025 IDS_MSG_INVALID_STARTUP_PARAMETERS "The startup parameters are not valid." IDS_MSG_PASSWORD_MISMATCH "Passwords mismatch." IDS_MSG_PASSWORD_EMPTY "Please enter a valid password." IDS_MSG_sss_UNABLE_TO_START_SERVICE "Could not start the %1 service on %2.%3" IDS_MSG_sss_UNABLE_TO_STOP_SERVICE "Could not stop the %1 service on %2.%3" END
STRINGTABLE DISCARDABLE BEGIN IDS_MSG_sss_UNABLE_TO_PAUSE_SERVICE "Could not pause the %1 service on %2.%3" IDS_MSG_sss_UNABLE_TO_RESUME_SERVICE "Could not resume the %1 service on %2.%3" IDS_MSG_sss_SERVICE_STOPPED_AUTOMATICALLY "The %1 service on %2 started and then stopped. Some services stop automatically if they have no work to do, for example, the Performance Logs and Alerts service." IDS_MSG_ss_UNABLE_TO_OPEN_READ_SERVICE "Unable to open service %1 for reading on %2." IDS_MSG_ss_UNABLE_TO_OPEN_WRITE_SERVICE "Unable to open service %1 for writing on %2." IDS_MSG_SPECIFIC_ERROR "\nThe service has returned a service-specific error code." IDS_MSG_INTERNAL_ERROR "\nThe service did not return an error. This could be an internal Windows error or an internal service error.\nIf the problem persists, contact your system administrator." IDS_MSG_s_UNABLE_TO_OPEN_SERVICE_DATABASE "Unable to open service control manager database on %1." IDS_MSG_s_UNABLE_TO_READ_SERVICES "The system encountered the following error while reading the list of services on %1:" IDS_MSG_ss_UNABLE_TO_QUERY_SERVICE_STATUS "Unable to query status for service %1. The remote connection on %2 has been broken." IDS_MSG_s_UNABLE_TO_OPEN_WRITE_ACCT_INFO_DOWNLEVEL "Service %1 could not be configured to run under account name %2 on computer %3. Service %1 runs in a shared process. If computer %3 is not a Windows 2000 computer, services which run in a shared process must run under the system account." END
STRINGTABLE DISCARDABLE BEGIN IDS_MSG_ssd_SERVSPECIFIC_START_SERVICE "Windows could not start the %1 on %2. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code %3!d!." IDS_MSG_ssd_SERVSPECIFIC_STOP_SERVICE "Windows could not stop the %1 on %2. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code %3!d!." IDS_MSG_ssd_SERVSPECIFIC_PAUSE_SERVICE "Windows could not pause the %1 on %2. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code %3!d!." IDS_MSG_ssd_SERVSPECIFIC_RESUME_SERVICE "Windows could not resume the %1 on %2. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code %3!d!." END
STRINGTABLE DISCARDABLE BEGIN IDS_SCOPE_SHARES "Shares" IDS_SCOPE_SESSIONS "Sessions" IDS_SCOPE_RESOURCES "Open Files" IDS_FPNW_NOT_LOGGED_IN "NOT-LOGGED-IN" IDS_POPUP_QUERY_SHARE "The system encountered the following error while querying the properties of share %1:" IDS_POPUP_WRITE_SHARE "The system encountered the following error while saving the properties of share %1:" IDS_SHAREPERM_READ "Read" IDS_SHAREPERM_MODIFY "Change" IDS_SHAREPERM_ALL "Full Control" IDS_POPUP_SFM_CONNECT "The system encountered the following error while attempting to open a connection to server %1:" IDS_POPUP_QUERY_SFM_DIRECTORY "The system encountered the following error while reading directory information on path %1:" IDS_POPUP_SET_SFM_DIRECTORY "The system encountered the following error while writing directory information on path %1:" IDS_SFM_PERM_GROUP_HEADER "Primary Group" IDS_SFM_PERM_OWNER_HEADER "Owner" IDS_POPUP_SFM_USERLIST "The system encountered the following error while displaying the list of accounts:" END
STRINGTABLE DISCARDABLE BEGIN IDS_POPUP_NEWSHARE "The system encountered the following error while attempting to execute the New Share Wizard:" IDS_POPUP_NEWSHARE_MEMORY "The system is out of memory or resources and cannot execute the New Share Wizard." IDS_POPUP_CLOSE_ALL_SESSIONS "Are you sure you wish to close all sessions?" IDS_POPUP_CLOSE_ALL_RESOURCES "Are you sure you wish to close all resources?" IDS_FILEPERM_READWRITE "Write+Read" IDS_BUTTON_NEWSHARE "New File Share" IDS_TOOLTIP_NEWSHARE "Create New File Share" IDS_BUTTON_SERVICE_START "Start" IDS_TOOLTIP_SERVICE_START "Start Service" IDS_BUTTON_SERVICE_STOP "Stop" IDS_TOOLTIP_SERVICE_STOP "Stop Service" IDS_BUTTON_SERVICE_PAUSE "Pause" END
STRINGTABLE DISCARDABLE BEGIN IDS_DISPLAYNAME_s_ROOT "Shared Folders (%1)" IDS_DISPLAYNAME_s_SHARES "Shares (%1)" IDS_DISPLAYNAME_s_SESSIONS "Sessions (%1)" IDS_DISPLAYNAME_s_FILES "Open Files (%1)" IDS_DISPLAYNAME_s_SERVICES "Services (%1)" END
STRINGTABLE DISCARDABLE BEGIN IDS_DISPLAYNAME_ROOT_LOCAL "Shared Folders (Local)" IDS_DISPLAYNAME_SHARES_LOCAL "Shares (Local)" IDS_DISPLAYNAME_SESSIONS_LOCAL "Sessions (Local)" IDS_DISPLAYNAME_FILES_LOCAL "Open Files (Local)" IDS_DISPLAYNAME_SERVICES_LOCAL "Services (Local)" END
STRINGTABLE DISCARDABLE BEGIN IDS_DISPLAYNAME_ROOT "Shared Folders" IDS_DISPLAYNAME_SHARES "Shares" IDS_DISPLAYNAME_SESSIONS "Sessions" IDS_DISPLAYNAME_FILES "Open Files" IDS_DISPLAYNAME_SERVICES "Services" END
STRINGTABLE DISCARDABLE BEGIN IDS_SNAPINABOUT_DESCR_SERVICES "Starts, stops, and configures Windows services." IDS_SNAPINABOUT_DESCR_FILESVC "Displays shared folders, current sessions, and open files." END
STRINGTABLE DISCARDABLE BEGIN IDS_AFPMGR_BASE "Base for all AFP Manager errors." END
STRINGTABLE DISCARDABLE BEGIN IDS_AFPERR_InvalidServerName "The server name specified is not valid.\n\nSpecify a valid server name without colons." END
STRINGTABLE DISCARDABLE BEGIN IDS_ERROR_BASE "Base for all system errors." IDS_ERROR_PATH_NOT_FOUND "The service could not be started because the path was not found." IDS_ERROR_ACCESS_DENIED "Access was denied to the MacFile service." IDS_ERROR_INVALID_HANDLE "An internal error occurred (INVALID_HANDLE)." END
STRINGTABLE DISCARDABLE BEGIN IDS_ERROR_NOT_ENOUGH_MEMORY "Insufficient memory available to complete the operation." END
STRINGTABLE DISCARDABLE BEGIN IDS_ERROR_INVALID_PARAMETER "An internal error occurred (INVALID_PARAMETER)." END
STRINGTABLE DISCARDABLE BEGIN IDS_ERROR_INVALID_NAME "An internal error occurred (INVALID_NAME)." IDS_ERROR_INVALID_LEVEL "An internal error occurred (INVALID_LEVEL)." END
STRINGTABLE DISCARDABLE BEGIN IDS_ERROR_SERVICE_REQUEST_TIMEOUT "The service could not be started because the service did not respond to the start or control request in a timely fashion." IDS_ERROR_SERVICE_NO_THREAD "The service could not be started because a thread could not be created for the service." IDS_ERROR_SERVICE_DATABASE_LOCKED "The service could not be started because the service database is locked." IDS_ERROR_SERVICE_ALREADY_RUNNING "The service could not be started because the service is already running." IDS_ERROR_SERVICE_DISABLED "The service could not be started because it is disabled." IDS_ERROR_SERVICE_DOES_NOT_EXIST "The File Server for Macintosh service is not installed on the server %1." END
STRINGTABLE DISCARDABLE BEGIN IDS_ERROR_DATABASE_DOES_NOT_EXIST "The service could not be started because the database does not exist." IDS_ERROR_SERVICE_DEPENDENCY_FAIL "The service could not be started because the service dependency failed." IDS_ERROR_SERVICE_LOGON_FAILED "The service could not be started because the logon to the computer failed." IDS_ERROR_SERVICE_MARKED_FOR_DELETE "The service could not be started because the service is marked for deletion." IDS_ERROR_SERVICE_DEPENDENCY_DELETED "The service could not be started because the service dependency was deleted." END
STRINGTABLE DISCARDABLE BEGIN IDS_BLT_ELLIPSIS_TEXT "..." IDS_PROP_SHEET_TITLE "File Server for Macintosh" IDS_NEED_SERVER_NAME "Please type a server name, or choose Cancel." IDS_SERVERNAME_CHANGE "This change will take effect when File Server for Macintosh service is restarted." IDS_MESSAGE_TOO_LONG "The message contains too many characters.\n\nPlease type a shorter message." IDS_DELETE_TC_CONFIRM "Are you sure you want to delete the selected document Creator/Type item and all associated extensions?" IDS_NEED_TEXT_TO_SEND "Type the message text you wish to send, or choose Cancel." IDS_SESSION_DELETED "The selected Macintosh user is no longer connected.\n\nThe user may have logged off or been forced off by another administrator." END
STRINGTABLE DISCARDABLE BEGIN IDS_MESSAGE_SENT "The message was sent successfully." IDS_NOT_RECEIVED "The message has been sent, but the connected workstation has not received it.\n\nThe workstation is running an unsupported version of System software." IDS_NEED_TYPE_CREATOR "You must specify both a Creator and a Type to create a valid Creator/Type item." IDS_CONFIG_SFM_TASK "Configure &File Server for Macintosh...\nConfigure File Server for Macintosh" IDS_CONFIG_SFM_TOP "Configure &File Server for Macintosh...\nConfigure File Server for Macintosh" IDS_AUTH_MS_ONLY "Microsoft only" IDS_AUTH_APPLE_CLEARTEXT "Apple Clear Text" IDS_AUTH_APPLE_ENCRYPTED "Apple Encrypted" IDS_AUTH_CLEARTEXT_OR_MS "Apple Clear Text or Microsoft" IDS_AUTH_ENCRYPTED_OR_MS "Apple Encrypted or Microsoft" IDS_START_SERVICE "The service %1 has not been started. Start it now?" IDS_AUTH_WARNING "Apple Encrypted authentication requires that user passwords are saved in the directory service in clear text format.\n\nPlease see your help documentation for more information." IDS_CREATOR "Creator" IDS_TYPE "Type" IDS_DESCRIPTION "Description" END
STRINGTABLE DISCARDABLE BEGIN IDS_REGISTER_FILEMGMT "Shared Folders" IDS_REGISTER_FILEMGMT_EXT "Shared Folders Extension" IDS_REGISTER_SVCMGMT "Services" IDS_REGISTER_SVCMGMT_EXT "Services Extension" IDS_REGISTER_DEFAULT_VIEW_EXT "MMCViewExt object" END
STRINGTABLE DISCARDABLE BEGIN AFX_IDS_APP_TITLE "Shared Folders" IDS_CANT_SAVE_CHANGES "Changes cannot be saved." IDS_SHARE_SECURITY "Share Permissions" IDS_GUEST "Guest" IDS_YES "Yes" IDS_NO "No" END
STRINGTABLE DISCARDABLE BEGIN IDS_CHANGED_LOGON_NAME "The new logon name will not take effect until you stop and restart the service." IDS_OPENFILE_FILTER "Executable Files (*.exe;*.com;*.cmd;*.bat)" END
STRINGTABLE DISCARDABLE BEGIN IDS_ERROR_SHARING_VIOLATION "Another workstation with the same name exists. The name was not changed." IDS_MVSTRINGEDIT_TITLE_KEYWORDS "Edit Keywords" IDS_MVSTRINGEDIT_TEXT_KEYWORDS "Type a keyword, and then click Add." IDS_MVSTRINGEDIT_ERROR "The system encountered the following error while invoking the Change dialog:" IDS_MVSTRINGEDIT_STRING_INVALID """%1"" is not a valid character. Please correct the string you just typed." IDS_HTML_DETAILS_START "<A href = javascript:external.ExecuteSelectionMenuItem('Start')>Start</A> the service<BR>\n" IDS_HTML_DETAILS_STOP "<A href = javascript:external.ExecuteSelectionMenuItem('Stop')>Stop</A> the service<BR>\n" IDS_HTML_DETAILS_PAUSE "<A href = javascript:external.ExecuteSelectionMenuItem('Pause')>Pause</A> the service<BR>\n" IDS_HTML_DETAILS_RESUME "<A href = javascript:external.ExecuteSelectionMenuItem('Resume')>Resume</A> the service<BR>\n" IDS_HTML_DETAILS_RESTART "<A href = javascript:external.ExecuteSelectionMenuItem('Restart')>Restart</A> the service<BR>\n" END
#endif // English (U.S.) resources
|