//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 "#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" "\r\n" "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n" "#ifdef _WIN32\r\n" "LANGUAGE 9, 1\r\n" "#pragma code_page(1252)\r\n" "#endif\r\n" "#include ""res\\CluAdmEx.rc2"" // non-Microsoft Visual C++ edited resources\r\n" "#include ""..\\common\\AdmCommonRes.rc""\r\n" "#include ""afxres.rc"" // Standard components\r\n" "#endif\0" END #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Icon // IDI_ICON_FILEMGMT ICON DISCARDABLE "res\\FileShr.ico" ///////////////////////////////////////////////////////////////////////////// // // Dialog // IDD_PP_GENAPP_PARAMETERS DIALOG DISCARDABLE 0, 0, 252, 218 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Parameters" FONT 8, "MS Shell Dlg" BEGIN ICON "",IDC_PP_ICON,8,7,18,20 CONTROL "",IDC_PP_TITLE,"Static",SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_GROUP,38,12,206,10 LTEXT "&Command line:",IDC_PP_GENAPP_PARAMS_COMMAND_LINE_LABEL, 8,36,51,8 EDITTEXT IDC_PP_GENAPP_PARAMS_COMMAND_LINE,69,34,175,14, ES_AUTOHSCROLL LTEXT "Current &directory:", IDC_PP_GENAPP_PARAMS_CURRENT_DIRECTORY_LABEL,8,54,58,8 EDITTEXT IDC_PP_GENAPP_PARAMS_CURRENT_DIRECTORY,69,52,175,14, ES_AUTOHSCROLL CONTROL "Allow application to interact &with desktop", IDC_PP_GENAPP_PARAMS_INTERACT_WITH_DESKTOP,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,8,73,236,10 CONTROL "&Use Network Name for computer name", IDC_PP_GENAPP_PARAMS_USE_NETWORK_NAME,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,8,86,236,10 END IDD_PP_GENSVC_PARAMETERS DIALOG DISCARDABLE 0, 0, 252, 218 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Parameters" FONT 8, "MS Shell Dlg" BEGIN ICON "",IDC_PP_ICON,8,7,18,20 CONTROL "",IDC_PP_TITLE,"Static",SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_GROUP,38,12,206,10 LTEXT "&Service name:",IDC_PP_GENSVC_PARAMS_SERVICE_NAME_LABEL, 8,36,50,8 EDITTEXT IDC_PP_GENSVC_PARAMS_SERVICE_NAME,73,34,171,14, ES_AUTOHSCROLL LTEXT "Start ¶meters:", IDC_PP_GENSVC_PARAMS_COMMAND_LINE_LABEL,8,54,62,8 EDITTEXT IDC_PP_GENSVC_PARAMS_COMMAND_LINE,73,52,171,14, ES_AUTOHSCROLL CONTROL "&Use Network Name for computer name", IDC_PP_GENSVC_PARAMS_USE_NETWORK_NAME,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,8,74,236,10 END IDD_PP_NETNAME_PARAMETERS DIALOG DISCARDABLE 0, 0, 252, 218 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Parameters" FONT 8, "MS Shell Dlg" BEGIN ICON "",IDC_PP_ICON,8,7,18,20 CONTROL "",IDC_PP_TITLE,"Static",SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_GROUP,38,12,206,10 LTEXT "Na&me:",IDC_PP_NETNAME_PARAMS_NAME_LABEL,8,36,26,8 EDITTEXT IDC_PP_NETNAME_PARAMS_NAME,37,34,148,14,ES_UPPERCASE | ES_AUTOHSCROLL | ES_OEMCONVERT LTEXT "This is the cluster name resource. Changing this name will change the name of the cluster.", IDC_PP_NETNAME_PARAMS_CORE_TEXT,8,58,236,16,NOT WS_VISIBLE PUSHBUTTON "&Rename...",IDC_PP_NETNAME_PARAMS_RENAME,188,34,50,14 CONTROL "&DNS Registration Must Succeed",IDC_PP_NETNAME_PARAMS_CHECKBOX_DNS,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,8,55,200,8 CONTROL "Enable &Kerberos Authentication",IDC_PP_NETNAME_PARAMS_CHECKBOX_KERBEROS, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,66,200,8 CONTROL "",IDC_STATIC,"Static",SS_BLACKRECT | SS_SUNKEN,6,121,238,1 LTEXT "NetBIOS Status:",IDC_STATIC,8,129,52,8 EDITTEXT IDC_PP_NETNAME_PARAMS_STATUS_NETBIOS,67,129,93,12,ES_AUTOHSCROLL | ES_OEMCONVERT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP LTEXT "DNS Status:",IDC_STATIC,8,141,39,8 EDITTEXT IDC_PP_NETNAME_PARAMS_STATUS_DNS,67,141,93,12,ES_AUTOHSCROLL | ES_OEMCONVERT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP LTEXT "Kerberos Status:",IDC_STATIC,8,153,52,8 EDITTEXT IDC_PP_NETNAME_PARAMS_STATUS_KERBEROS,67,153,93,12,ES_AUTOHSCROLL | ES_OEMCONVERT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP END IDD_PP_DISKS_PARAMETERS DIALOG DISCARDABLE 0, 0, 252, 218 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Parameters" FONT 8, "MS Shell Dlg" BEGIN ICON "",IDC_PP_ICON,8,7,18,20 CONTROL "",IDC_PP_TITLE,"Static",SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_GROUP,38,12,206,10 LTEXT "&Disk:",IDC_PP_DISKS_PARAMS_DISK_LABEL,8,36,17,8 COMBOBOX IDC_PP_DISKS_PARAMS_DISK,28,34,216,177,CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP END IDD_PP_FILESHR_PARAMETERS DIALOG DISCARDABLE 0, 0, 252, 218 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Parameters" FONT 8, "MS Shell Dlg" BEGIN ICON "",IDC_PP_ICON,8,7,20,20 CONTROL "",IDC_PP_TITLE,"Static",SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_GROUP,38,12,206,10 LTEXT "&Share name:",IDC_PP_FILESHR_PARAMS_SHARE_NAME_LABEL,8, 36,45,8 EDITTEXT IDC_PP_FILESHR_PARAMS_SHARE_NAME,56,34,188,14, ES_AUTOHSCROLL LTEXT "&Path:",IDC_PP_FILESHR_PARAMS_PATH_LABEL,8,55,22,8 EDITTEXT IDC_PP_FILESHR_PARAMS_PATH,56,52,188,14,ES_AUTOHSCROLL LTEXT "&Comment:",IDC_PP_FILESHR_PARAMS_REMARK_LABEL,8,72,36,8 EDITTEXT IDC_PP_FILESHR_PARAMS_REMARK,56,70,188,14,ES_AUTOHSCROLL GROUPBOX "User Limit",IDC_PP_FILESHR_PARAMS_MAX_USERS_GROUP,8,88, 124,46 CONTROL "&Maximum allowed", IDC_PP_FILESHR_PARAMS_MAX_USERS_ALLOWED_RB,"Button", BS_AUTORADIOBUTTON | WS_TABSTOP,14,100,72,10 CONTROL "Allo&w",IDC_PP_FILESHR_PARAMS_MAX_USERS_RB,"Button", BS_AUTORADIOBUTTON | WS_TABSTOP,14,114,33,10 EDITTEXT IDC_PP_FILESHR_PARAMS_MAX_USERS,49,112,56,14, ES_AUTOHSCROLL | ES_NUMBER | WS_GROUP CONTROL "Spin1",IDC_PP_FILESHR_PARAMS_MAX_USERS_SPIN, "msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS,98,112, 10,14 LTEXT "users",IDC_PP_FILESHR_PARAMS_MAX_USERS_END,108,116,19,8 PUSHBUTTON "Pe&rmissions...",IDC_PP_FILESHR_PARAMS_PERMISSIONS,18, 146,60,14 PUSHBUTTON "A&dvanced...",IDC_PP_FILESHR_PARAMS_ADVANCED,81,146,60, 14 PUSHBUTTON "Cachin&g...",IDC_PP_FILESHR_PARAMS_CACHING,144,146,60, 14 END IDD_PP_IPADDR_PARAMETERS DIALOG DISCARDABLE 0, 0, 252, 218 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Parameters" FONT 8, "MS Shell Dlg" BEGIN ICON "",IDC_PP_ICON,8,7,18,20 CONTROL "",IDC_PP_TITLE,"Static",SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_GROUP,38,12,206,10 LTEXT "A&ddress:",IDC_PP_IPADDR_PARAMS_ADDRESS_LABEL,8,36,32,8 CONTROL "",IDC_PP_IPADDR_PARAMS_ADDRESS,"SysIPAddress32", WS_TABSTOP,59,34,83,14 LTEXT "&Subnet mask:",IDC_PP_IPADDR_PARAMS_SUBNET_MASK_LABEL,8, 53,48,8 CONTROL "",IDC_PP_IPADDR_PARAMS_SUBNET_MASK,"SysIPAddress32", WS_TABSTOP,59,51,83,14 LTEXT "Ne&twork:",IDC_PP_IPADDR_PARAMS_NETWORK_LABEL,8,71,48,8 COMBOBOX IDC_PP_IPADDR_PARAMS_NETWORK,59,68,148,70, CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP CONTROL "&Enable NetBIOS for this address", IDC_PP_IPADDR_PARAMS_ENABLE_NETBIOS,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,8,92,117,10 END IDD_WIZ_DISKS_PARAMETERS DIALOG DISCARDABLE 0, 0, 293, 172 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Disk Parameters" FONT 8, "MS Shell Dlg" BEGIN ICON "",IDC_PP_ICON,8,7,18,20 CONTROL "",IDC_PP_TITLE,"Static",SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_GROUP,38,12,247,10 LTEXT "&Disk:",IDC_PP_DISKS_PARAMS_DISK_LABEL,8,36,17,8 COMBOBOX IDC_PP_DISKS_PARAMS_DISK,28,34,257,131,CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP END IDD_WIZ_GENAPP_PARAMETERS DIALOG DISCARDABLE 0, 0, 293, 172 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Generic Application Parameters" FONT 8, "MS Shell Dlg" BEGIN ICON "",IDC_PP_ICON,8,7,18,20 CONTROL "",IDC_PP_TITLE,"Static",SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_GROUP,38,12,247,10 LTEXT "&Command line:",IDC_PP_GENAPP_PARAMS_COMMAND_LINE_LABEL, 8,36,51,8 EDITTEXT IDC_PP_GENAPP_PARAMS_COMMAND_LINE,69,34,175,14, ES_AUTOHSCROLL LTEXT "Current &directory:", IDC_PP_GENAPP_PARAMS_CURRENT_DIRECTORY_LABEL,8,54,58,8 EDITTEXT IDC_PP_GENAPP_PARAMS_CURRENT_DIRECTORY,69,52,175,14, ES_AUTOHSCROLL CONTROL "Allow application to interact &with desktop", IDC_PP_GENAPP_PARAMS_INTERACT_WITH_DESKTOP,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,8,73,248,10 CONTROL "&Use Network Name for computer name", IDC_PP_GENAPP_PARAMS_USE_NETWORK_NAME,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,8,86,248,10 END IDD_WIZ_GENSVC_PARAMETERS DIALOG DISCARDABLE 0, 0, 293, 172 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Generic Service Parameters" FONT 8, "MS Shell Dlg" BEGIN ICON "",IDC_PP_ICON,8,7,18,20 CONTROL "",IDC_PP_TITLE,"Static",SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_GROUP,38,12,247,10 LTEXT "&Service name:",IDC_PP_GENSVC_PARAMS_SERVICE_NAME_LABEL, 8,36,50,8 EDITTEXT IDC_PP_GENSVC_PARAMS_SERVICE_NAME,73,34,183,14, ES_AUTOHSCROLL LTEXT "Start ¶meters:", IDC_PP_GENSVC_PARAMS_COMMAND_LINE_LABEL,8,54,62,8 EDITTEXT IDC_PP_GENSVC_PARAMS_COMMAND_LINE,73,52,183,14, ES_AUTOHSCROLL CONTROL "&Use Network Name for computer name", IDC_PP_GENSVC_PARAMS_USE_NETWORK_NAME,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,8,74,248,10 END IDD_WIZ_IPADDR_PARAMETERS DIALOG DISCARDABLE 0, 0, 293, 172 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "TCP/IP Address Parameters" FONT 8, "MS Shell Dlg" BEGIN ICON "",IDC_PP_ICON,8,7,20,20 CONTROL "",IDC_PP_TITLE,"Static",SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_GROUP,38,12,247,10 LTEXT "A&ddress:",IDC_PP_IPADDR_PARAMS_ADDRESS_LABEL,8,36,32,8 CONTROL "",IDC_PP_IPADDR_PARAMS_ADDRESS,"SysIPAddress32", WS_TABSTOP,59,34,83,14 LTEXT "&Subnet mask:",IDC_PP_IPADDR_PARAMS_SUBNET_MASK_LABEL,8, 53,48,8 CONTROL "",IDC_PP_IPADDR_PARAMS_SUBNET_MASK,"SysIPAddress32", WS_TABSTOP,59,51,83,14 LTEXT "Ne&twork:",IDC_PP_IPADDR_PARAMS_NETWORK_LABEL,8,71,48,8 COMBOBOX IDC_PP_IPADDR_PARAMS_NETWORK,59,68,148,70, CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP CONTROL "&Enable NetBIOS for this address", IDC_PP_IPADDR_PARAMS_ENABLE_NETBIOS,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,8,92,117,10 END IDD_WIZ_NETNAME_PARAMETERS DIALOG DISCARDABLE 0, 0, 293, 172 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Network Name Parameters" FONT 8, "MS Shell Dlg" BEGIN ICON "",IDC_PP_ICON,8,7,18,20 CONTROL "",IDC_PP_TITLE,"Static",SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_GROUP,38,12,247,10 LTEXT "N&ame:",IDC_PP_NETNAME_PARAMS_NAME_LABEL,8,36,26,8 EDITTEXT IDC_PP_NETNAME_PARAMS_NAME,37,34,148,14,ES_UPPERCASE | ES_AUTOHSCROLL | ES_OEMCONVERT LTEXT "",IDC_PP_NETNAME_PARAMS_CORE_TEXT,8,58,8,8,NOT WS_VISIBLE LTEXT "This is the cluster name resource. Changing this name will change the name of the cluster.", IDC_PP_NETNAME_PARAMS_CORE_TEXT2,8,58,236,16,NOT WS_VISIBLE PUSHBUTTON "&Rename...",IDC_PP_NETNAME_PARAMS_RENAME,188,34,42,14, NOT WS_VISIBLE CONTROL "&DNS Registration Must Succeed",IDC_PP_NETNAME_PARAMS_CHECKBOX_DNS,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,8,55,200,8 CONTROL "Enable &Kerberos Authentication",IDC_PP_NETNAME_PARAMS_CHECKBOX_KERBEROS, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,66,200,8 EDITTEXT IDC_PP_NETNAME_PARAMS_STATUS_NETBIOS,67,129,93,14,ES_AUTOHSCROLL | ES_OEMCONVERT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP | NOT WS_VISIBLE EDITTEXT IDC_PP_NETNAME_PARAMS_STATUS_DNS,67,146,93,14,ES_AUTOHSCROLL | ES_OEMCONVERT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP | NOT WS_VISIBLE EDITTEXT IDC_PP_NETNAME_PARAMS_STATUS_KERBEROS,67,163,93,14,ES_AUTOHSCROLL | ES_OEMCONVERT | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP | NOT WS_VISIBLE END IDD_WIZ_FILESHR_PARAMETERS DIALOG DISCARDABLE 0, 0, 293, 172 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "File Share Parameters" FONT 8, "MS Shell Dlg" BEGIN ICON "",IDC_PP_ICON,8,7,20,20 CONTROL "",IDC_PP_TITLE,"Static",SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_GROUP,38,12,247,10 LTEXT "&Share name:",IDC_PP_FILESHR_PARAMS_SHARE_NAME_LABEL,8, 36,45,8 EDITTEXT IDC_PP_FILESHR_PARAMS_SHARE_NAME,56,34,188,14, ES_AUTOHSCROLL LTEXT "&Path:",IDC_PP_FILESHR_PARAMS_PATH_LABEL,8,54,22,8 EDITTEXT IDC_PP_FILESHR_PARAMS_PATH,56,52,188,14,ES_AUTOHSCROLL LTEXT "&Comment:",IDC_PP_FILESHR_PARAMS_REMARK_LABEL,8,72,36,8 EDITTEXT IDC_PP_FILESHR_PARAMS_REMARK,56,70,188,14,ES_AUTOHSCROLL GROUPBOX "User Limit",IDC_PP_FILESHR_PARAMS_MAX_USERS_GROUP,8,88, 124,46 CONTROL "&Maximum allowed", IDC_PP_FILESHR_PARAMS_MAX_USERS_ALLOWED_RB,"Button", BS_AUTORADIOBUTTON | WS_TABSTOP,14,100,72,10 CONTROL "Allo&w",IDC_PP_FILESHR_PARAMS_MAX_USERS_RB,"Button", BS_AUTORADIOBUTTON | WS_TABSTOP,14,114,33,10 EDITTEXT IDC_PP_FILESHR_PARAMS_MAX_USERS,49,112,56,14, ES_AUTOHSCROLL | ES_NUMBER | WS_GROUP CONTROL "Spin1",IDC_PP_FILESHR_PARAMS_MAX_USERS_SPIN, "msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS,98,112, 10,14 LTEXT "users",IDC_PP_FILESHR_PARAMS_MAX_USERS_END,108,116,19,8 PUSHBUTTON "Pe&rmissions...",IDC_PP_FILESHR_PARAMS_PERMISSIONS,18, 146,60,14 PUSHBUTTON "A&dvanced...",IDC_PP_FILESHR_PARAMS_ADVANCED,81,146,60, 14 PUSHBUTTON "Cachin&g...",IDC_PP_FILESHR_PARAMS_CACHING,144,146,60, 14 END IDD_PP_PRTSPOOL_PARAMETERS DIALOG DISCARDABLE 0, 0, 252, 218 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Parameters" FONT 8, "MS Shell Dlg" BEGIN ICON "",IDC_PP_ICON,8,7,18,20 CONTROL "",IDC_PP_TITLE,"Static",SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_GROUP,38,12,206,10 LTEXT "&Spool folder:",IDC_PP_PRTSPOOL_PARAMS_SPOOL_DIR_LABEL, 8,36,44,8 EDITTEXT IDC_PP_PRTSPOOL_PARAMS_SPOOL_DIR,86,34,158,14, ES_AUTOHSCROLL LTEXT "&Job completion timeout:", IDC_PP_PRTSPOOL_PARAMS_TIMEOUT_LABEL1,8,53,75,8 EDITTEXT IDC_PP_PRTSPOOL_PARAMS_TIMEOUT,86,51,50,14, ES_AUTOHSCROLL | ES_NUMBER LTEXT "seconds",IDC_PP_PRTSPOOL_PARAMS_TIMEOUT_LABEL2,139,53, 28,8,NOT WS_GROUP END IDD_WIZ_PRTSPOOL_PARAMETERS DIALOG DISCARDABLE 0, 0, 293, 172 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Print Spooler Parameters" FONT 8, "MS Shell Dlg" BEGIN ICON "",IDC_PP_ICON,8,7,18,20 CONTROL "",IDC_PP_TITLE,"Static",SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_GROUP,38,12,247,10 LTEXT "&Spool folder:",IDC_PP_PRTSPOOL_PARAMS_SPOOL_DIR_LABEL, 8,36,44,8 EDITTEXT IDC_PP_PRTSPOOL_PARAMS_SPOOL_DIR,86,34,159,14, ES_AUTOHSCROLL LTEXT "&Job completion timeout:", IDC_PP_PRTSPOOL_PARAMS_TIMEOUT_LABEL1,8,53,75,8 EDITTEXT IDC_PP_PRTSPOOL_PARAMS_TIMEOUT,86,51,50,14, ES_AUTOHSCROLL | ES_NUMBER LTEXT "seconds",IDC_PP_PRTSPOOL_PARAMS_TIMEOUT_LABEL2,139,53, 28,8,NOT WS_GROUP END IDD_PP_REGREPL_PARAMETERS DIALOG DISCARDABLE 0, 0, 252, 218 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Registry Replication" FONT 8, "MS Shell Dlg" BEGIN ICON "",IDC_PP_ICON,8,7,20,20 CONTROL "",IDC_PP_TITLE,"Static",SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_GROUP,38,12,206,10 LTEXT "Programs or services may store data in the registry. Therefore, it is important to have this data available on the node on which they are running. Specify the registry keys below HKEY_LOCAL_MACHINE that should be replicated to all nodes in the cluster.", IDC_PP_REGREPL_PARAMS_NOTE,8,34,236,33 CONTROL "List1",IDC_PP_REGREPL_PARAMS_LIST,"SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_EDITLABELS | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,8,70,236,121 PUSHBUTTON "A&dd...",IDC_PP_REGREPL_PARAMS_ADD,88,198,50,14 PUSHBUTTON "&Modify...",IDC_PP_REGREPL_PARAMS_MODIFY,141,198,50,14 PUSHBUTTON "&Remove",IDC_PP_REGREPL_PARAMS_REMOVE,194,198,50,14 END IDD_WIZ_REGREPL_PARAMETERS DIALOG DISCARDABLE 0, 0, 293, 172 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Registry Replication" FONT 8, "MS Shell Dlg" BEGIN ICON "",IDC_PP_ICON,8,7,20,20 CONTROL "",IDC_PP_TITLE,"Static",SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_GROUP,38,12,247,10 LTEXT "Programs or services may store data in the registry. Therefore, it is important to have this data available on the node on which they are running. Specify the registry keys below HKEY_LOCAL_MACHINE that should be replicated to all nodes in the cluster.", IDC_PP_REGREPL_PARAMS_NOTE,8,34,277,25 CONTROL "List1",IDC_PP_REGREPL_PARAMS_LIST,"SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_EDITLABELS | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,8,62,277,83 PUSHBUTTON "A&dd...",IDC_PP_REGREPL_PARAMS_ADD,129,152,50,14 PUSHBUTTON "&Modify...",IDC_PP_REGREPL_PARAMS_MODIFY,182,152,50,14 PUSHBUTTON "&Remove",IDC_PP_REGREPL_PARAMS_REMOVE,235,152,50,14 END IDD_PP_GENSCRIPT_PARAMETERS DIALOG DISCARDABLE 0, 0, 252, 218 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Parameters" FONT 8, "MS Shell Dlg" BEGIN ICON "",IDC_PP_ICON,8,7,20,20 CONTROL "",IDC_PP_TITLE,"Static",SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_GROUP,38,12,206,10 LTEXT "Script &filepath:", IDC_PP_GENSCRIPT_PARAMS_SCRIPTFILEPATH_LABEL,8,36,51,8 EDITTEXT IDC_PP_GENSCRIPT_PARAMS_SCRIPTFILEPATH,69,34,175,14, ES_AUTOHSCROLL END IDD_WIZ_GENSCRIPT_PARAMETERS DIALOG DISCARDABLE 0, 0, 293, 172 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Generic Script Parameters" FONT 8, "MS Shell Dlg" BEGIN ICON "",IDC_PP_ICON,8,7,20,20 CONTROL "",IDC_PP_TITLE,"Static",SS_LEFTNOWORDWRAP | SS_NOPREFIX | WS_GROUP,38,12,247,10 LTEXT "Script &filepath:", IDC_PP_GENSCRIPT_PARAMS_SCRIPTFILEPATH_LABEL,8,36,51,8 EDITTEXT IDC_PP_GENSCRIPT_PARAMS_SCRIPTFILEPATH,69,34,175,14, ES_AUTOHSCROLL END IDD_EDIT_REGKEY DIALOGEX 0, 0, 250, 65 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_CONTEXTHELP CAPTION "Registry Key" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "&Root registry key:",IDC_REGKEY_LABEL,7,7,56,8 EDITTEXT IDC_REGKEY,7,18,236,14,ES_AUTOHSCROLL DEFPUSHBUTTON "OK",IDOK,140,44,50,14 PUSHBUTTON "Cancel",IDCANCEL,193,44,50,14 END IDD_EDIT_CLUSTER_NAME DIALOGEX 0, 0, 250, 65 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_CONTEXTHELP CAPTION "Change Cluster Name" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "Specify a new name for the cluster and for the Cluster Name resource.", IDC_CLUSNAME_TEXT,8,7,234,8 LTEXT "&Cluster name:",IDC_CLUSNAME_LABEL,8,24,44,8 EDITTEXT IDC_CLUSNAME,55,22,187,14,ES_UPPERCASE | ES_AUTOHSCROLL | ES_OEMCONVERT DEFPUSHBUTTON "OK",IDOK,140,44,50,14 PUSHBUTTON "Cancel",IDCANCEL,192,44,50,14 END IDD_FILESHR_ADVANCED DIALOGEX 0, 0, 159, 87 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_CONTEXTHELP CAPTION "Advanced File Share Properties" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN CONTROL "&Normal share",IDC_FILESHR_ADV_NORMAL_SHARE,"Button", BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,7,7,60,10 CONTROL "&Dfs root",IDC_FILESHR_ADV_DFS_ROOT,"Button", BS_AUTORADIOBUTTON | WS_TABSTOP,7,21,44,10 CONTROL "&Share subdirectories",IDC_FILESHR_ADV_SHARE_SUBDIRS, "Button",BS_AUTORADIOBUTTON | WS_TABSTOP,7,35,84,10 CONTROL "&Hide subdirectory shares", IDC_FILESHR_ADV_HIDE_SUBDIR_SHARES,"Button", BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,18,48,98,10 DEFPUSHBUTTON "OK",IDOK,49,66,50,14 PUSHBUTTON "Cancel",IDCANCEL,102,66,50,14 END IDD_FILESHR_CACHE_SETTINGS DIALOG DISCARDABLE 0, 0, 273, 178 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Caching Settings" FONT 8, "MS Shell Dlg" BEGIN ICON IDI_ICON_FILEMGMT,IDC_STATIC,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,49,7,217,25 GROUPBOX "",IDC_FILESHR_CACHE_ALLOW_CACHING_GROUP,7,38,259,109 CONTROL "&Allow caching of files in this shared folder", IDC_FILESHR_CACHE_ALLOW_CACHING,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,16,38,145,10 LTEXT "&Setting:",IDC_FILESHR_CACHE_SETTINGS_LABEL,15,58,25,8 COMBOBOX IDC_FILESHR_CACHE_OPTIONS,45,57,200,55,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP LTEXT "",IDC_FILESHR_CACHE_HINT,31,85,212,58 DEFPUSHBUTTON "OK",IDOK,105,157,50,14 PUSHBUTTON "Cancel",IDCANCEL,160,157,50,14 PUSHBUTTON "&Help",IDC_FILESHR_CACHE_CS_HELP,216,157,50,14 END ///////////////////////////////////////////////////////////////////////////// // // DESIGNINFO // #ifdef APSTUDIO_INVOKED GUIDELINES DESIGNINFO DISCARDABLE BEGIN IDD_PP_GENAPP_PARAMETERS, DIALOG BEGIN LEFTMARGIN, 8 RIGHTMARGIN, 244 TOPMARGIN, 7 BOTTOMMARGIN, 212 END IDD_PP_GENSVC_PARAMETERS, DIALOG BEGIN LEFTMARGIN, 8 RIGHTMARGIN, 244 TOPMARGIN, 7 BOTTOMMARGIN, 211 END IDD_PP_NETNAME_PARAMETERS, DIALOG BEGIN LEFTMARGIN, 8 RIGHTMARGIN, 244 TOPMARGIN, 7 BOTTOMMARGIN, 211 END IDD_PP_DISKS_PARAMETERS, DIALOG BEGIN LEFTMARGIN, 8 RIGHTMARGIN, 244 TOPMARGIN, 7 BOTTOMMARGIN, 211 END IDD_PP_FILESHR_PARAMETERS, DIALOG BEGIN LEFTMARGIN, 8 RIGHTMARGIN, 244 TOPMARGIN, 7 BOTTOMMARGIN, 210 END IDD_PP_IPADDR_PARAMETERS, DIALOG BEGIN LEFTMARGIN, 8 RIGHTMARGIN, 244 TOPMARGIN, 7 BOTTOMMARGIN, 211 END IDD_WIZ_DISKS_PARAMETERS, DIALOG BEGIN LEFTMARGIN, 8 RIGHTMARGIN, 285 TOPMARGIN, 7 BOTTOMMARGIN, 165 END IDD_WIZ_GENAPP_PARAMETERS, DIALOG BEGIN LEFTMARGIN, 8 RIGHTMARGIN, 285 TOPMARGIN, 7 BOTTOMMARGIN, 166 END IDD_WIZ_GENSVC_PARAMETERS, DIALOG BEGIN LEFTMARGIN, 8 RIGHTMARGIN, 285 TOPMARGIN, 7 BOTTOMMARGIN, 165 END IDD_WIZ_IPADDR_PARAMETERS, DIALOG BEGIN LEFTMARGIN, 8 RIGHTMARGIN, 285 TOPMARGIN, 7 BOTTOMMARGIN, 165 END IDD_WIZ_NETNAME_PARAMETERS, DIALOG BEGIN LEFTMARGIN, 8 RIGHTMARGIN, 285 TOPMARGIN, 7 BOTTOMMARGIN, 165 END IDD_WIZ_FILESHR_PARAMETERS, DIALOG BEGIN LEFTMARGIN, 8 RIGHTMARGIN, 285 TOPMARGIN, 7 BOTTOMMARGIN, 165 END IDD_PP_PRTSPOOL_PARAMETERS, DIALOG BEGIN LEFTMARGIN, 8 RIGHTMARGIN, 244 TOPMARGIN, 7 BOTTOMMARGIN, 211 END IDD_WIZ_PRTSPOOL_PARAMETERS, DIALOG BEGIN LEFTMARGIN, 8 RIGHTMARGIN, 285 TOPMARGIN, 7 BOTTOMMARGIN, 165 END IDD_PP_REGREPL_PARAMETERS, DIALOG BEGIN LEFTMARGIN, 8 RIGHTMARGIN, 244 TOPMARGIN, 7 BOTTOMMARGIN, 212 END IDD_WIZ_REGREPL_PARAMETERS, DIALOG BEGIN LEFTMARGIN, 8 RIGHTMARGIN, 285 TOPMARGIN, 7 BOTTOMMARGIN, 166 END IDD_EDIT_REGKEY, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 243 TOPMARGIN, 7 BOTTOMMARGIN, 58 END IDD_EDIT_CLUSTER_NAME, DIALOG BEGIN LEFTMARGIN, 8 RIGHTMARGIN, 242 TOPMARGIN, 7 BOTTOMMARGIN, 58 END IDD_FILESHR_ADVANCED, DIALOG BEGIN VERTGUIDE, 7 VERTGUIDE, 152 HORZGUIDE, 7 HORZGUIDE, 80 END IDD_FILESHR_CACHE_SETTINGS, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 266 TOPMARGIN, 7 BOTTOMMARGIN, 171 END IDD_PP_GENSCRIPT_PARAMETERS, DIALOG BEGIN LEFTMARGIN, 8 RIGHTMARGIN, 244 TOPMARGIN, 7 BOTTOMMARGIN, 212 END IDD_WIZ_GENSCRIPT_PARAMETERS, DIALOG BEGIN LEFTMARGIN, 8 RIGHTMARGIN, 285 TOPMARGIN, 7 BOTTOMMARGIN, 166 END END #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // String Table // STRINGTABLE DISCARDABLE BEGIN IDS_ERROR_MSG_ID "\n\nError ID: %d (%08.8x)." IDS_APPLY_PARAM_CHANGES_ERROR "An error occurred attempting to save parameters to the cluster database:%n%n%1" IDS_NOACLEDITOR "Error invoking the security editor. Make sure the cluster Network Name resource is online." END STRINGTABLE DISCARDABLE BEGIN IDS_CLUADMEX_DESC "Cluster Administrator Standard Extension" IDS_ACLEDIT_PERM_GEN_NO_ACCESS "No Access" IDS_ACLEDIT_PERM_GEN_READ "Read" IDS_ACLEDIT_PERM_GEN_MODIFY "Change" IDS_ACLEDIT_PERM_GEN_ALL "Full Control" IDS_ACLEDIT_TITLE "Access Through Cluster &Share" IDS_MSGTITLE "Sharing" IDS_MENU_WHATS_THIS "What's This?" IDS_COLTEXT_REGKEY "Root Registry Key" IDS_DEFAULT_SPOOL_DIR "%1\\Spool" IDS_DEFAULT_GENAPP_CURRENT_DIR "%1\\" END STRINGTABLE DISCARDABLE BEGIN IDS_RESCLASS_UNKNOWN "class Unknown" IDS_RESCLASS_STORAGE "class Storage" IDS_CSC_MANUAL_WORKGROUP_SHARE "Manual caching of documents" IDS_CSC_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_CSC_AUTOMATIC_WORKGROUP_SHARE "Automatic caching of documents" IDS_CSC_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_CSC_AUTOMATIC_APPLICATION_SHARE "Automatic caching of programs and documents" IDS_CSC_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." END STRINGTABLE DISCARDABLE BEGIN IDS_IP_ADDRESS_IN_USE "The IP address '%1' is already in use on the network. Please enter a unique address." IDS_ACLEDIT_PERMISSIONS "Permissions for %s (%s)" IDS_IP_PROVIDES_FOR_NETNAME "This resource has Network Name resources dependent on it which require NetBIOS support." IDS_NETNAMES_MAY_NOT_WORK "Disabling NetBIOS support will cause Network Name resources that are dependent on this resource to fail on Windows NT 4.0. Are you sure NetBIOS support should be disabled?" IDS_LOCAL_ACCOUNTS_SPECIFIED_CLUS "Access to the cluster can be granted/denied only to domain users and groups. Please use the Security tab to remove the local users or groups." IDS_SYS_ACCOUNT_NOT_SPECIFIED "The SYSTEM account must always have access to the cluster. Please use the Security tab to add the SYSTEM account." IDS_ADMIN_ACCOUNT_NOT_SPECIFIED "The Administrators account must always have access to the cluster. Please use the Security tab to add the Administrators account." IDS_ERROR_SETTING_PROPERTIES "An error occurred attempting to set properties:" IDS_ERROR_VALIDATING_PROPERTIES "An error occurred attempting to validate properties:" IDS_ERROR_CONSTRUCTING_DEF_DIR "An error occurred attempting to construct a default directory:" IDS_ERROR_VALIDATING_NETWORK_NAME "An error occurred attempting to validate the '%1' network name:" IDS_REQUIRED_DEPENDENCY_NOT_FOUND "A dependency is required on a resource of type %1." IDS_ERROR_GETTING_PROPERTIES "An error occurred attempting to get properties:" IDS_ERROR_VALIDATING_CLUSTER_SECURITY_DESCRIPTOR "An error occurred validating the cluster security descriptor:" IDS_NETSERVICE_ACCOUNT_NOT_SPECIFIED "The Network Service account must always have access to the cluster. Please use the Security tab to add the Network Service account." IDS_ERROR_GETTING_CLUSTER_INFORMATION "An error occurred attempting to get information about the cluster:" END STRINGTABLE DISCARDABLE BEGIN IDS_INVALID_NETWORK_NAME "The Network Name specified is invalid." IDS_INVALID_NETWORK_NAME_TOO_LONG "The Network Name specified is too long." IDS_INVALID_NETWORK_NAME_INVALID_CHARS "The Network Name specified contains invalid characters." IDS_INVALID_NETWORK_NAME_IN_USE "The Network Name specified is already in use." IDS_INVALID_NETWORK_NAME_INVALID_DNS_CHARS "The Network Name specified contains one or more non-standard characters. Standard characters include letters (A-Z, a-z), digits (0-9), and hyphens (-). Using a non-standard name will prevent other users from finding this name on the network, unless your network is using the Microsoft DNS Server. Do you want to use this non-standard name?" IDS_WARNING_DISABLING_KERBEROS "You are disabling Kerberos authentication for this network name. An attempt will be made to disable the associated computer account in Active Directory (if one exists). This resource will fail to go online if a computer account remains in Active Directory and Kerberos authentication is disabled. To allow the resource to go online, you must either leave Kerberos authentication enabled or delete the computer account. Are you sure you want to disable Kerberos authentication?" IDS_ERROR_ADDING_REGKEY "An error occurred adding registry key '%1':" IDS_ERROR_DELETING_REGKEY "An error occurred deleting registry key '%1':" IDS_ERROR_READING_REGKEYS "An error occurred reading the registry keys for the resource:" IDS_GET_AVAILABLE_DISKS_ERROR "An error occurred getting available disks for resource type '%1':" IDS_GET_DISK_INFO_ERROR "An error occurred getting partition information for the '%1' resource:" IDS_ERROR_SETTING_CLUSTER_NAME "An error occurred attempting to set the cluster name to '%1':" IDS_ERROR_GET_RESOURCE_FLAGS "An error occurred getting flags for the '%1!ws!' resource." IDS_ERROR_GET_CLASS_INFO "An error occurred getting class info for the '%1!ws!' resource." IDS_INVALID_GENERIC_SERVICE "A Generic Service resource cannot be created for the '%1' group because neither the Cluster Service nor any service on which the Cluster Service depends can be controlled by a Generic Service resource." IDS_LOCAL_ACCOUNTS_SPECIFIED_SMB "Access to a cluster file share can be granted/denied only to domain users and groups. Please remove any local users or groups from the permissions dialog box." IDS_INVALID_IP_ADDRESS "'%1' is an invalid IP address. An IP address must be specified in the form xxx.xxx.xxx.xxx, where xxx represents a decimal number between 0 and 255." IDS_INVALID_SUBNET_MASK "'%1' is an invalid subnet mask. A subnet mask must be specified in the form xxx.xxx.xxx.xxx, where xxx represents a decimal number between 0 and 255." IDS_INVALID_ADDRESS_AND_SUBNET_MASK "The subnet mask you have entered (%2) cannot be used with the IP address you have entered (%1)." IDS_IP_SUBNET_CANT_BE_VALIDATED "The subnet mask that you have entered cannot be validated. Please verify that the value is correct before continuing.\n\nIs the subnet mask value correct?" END STRINGTABLE DISCARDABLE BEGIN AFX_IDS_APP_TITLE "Cluster Administrator Standard Extension" END #endif // English (U.S.) resources ///////////////////////////////////////////////////////////////////////////// #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // #define _AFX_NO_SPLITTER_RESOURCES #define _AFX_NO_OLE_RESOURCES #define _AFX_NO_TRACKER_RESOURCES #define _AFX_NO_PROPERTY_RESOURCES #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #ifdef _WIN32 LANGUAGE 9, 1 #pragma code_page(1252) #endif #include "res\CluAdmEx.rc2" // non-Microsoft Visual C++ edited resources #include "..\common\AdmCommonRes.rc" #include "afxres.rc" // Standard components #endif ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED