//Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #define UNICODE #define _UNICODE #include "winres.h" #include "richedit.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // English (U.S.) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #ifdef _WIN32 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #pragma code_page(1252) #endif //_WIN32 #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE // 1 TEXTINCLUDE DISCARDABLE BEGIN "resource.h\0" END 2 TEXTINCLUDE DISCARDABLE BEGIN "#define UNICODE\r\n" "#define _UNICODE\r\n" "#include ""winres.h""\r\n" "#include ""richedit.h""\r\n" "\0" END 3 TEXTINCLUDE DISCARDABLE BEGIN "\r\n" "\0" END #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Icon // // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. IDI_PENDING ICON DISCARDABLE "..\\Wizard\\Res\\Pending.ico" IDI_SEL ICON DISCARDABLE "..\\Wizard\\Res\\Sel.ico" IDI_CHECK ICON DISCARDABLE "..\\Wizard\\Res\\Check.ico" IDI_QUEST ICON DISCARDABLE "..\\Wizard\\Res\\Quest.ico" IDI_INFO ICON DISCARDABLE "..\\Wizard\\Res\\Info.ico" IDI_WARN ICON DISCARDABLE "..\\Wizard\\Res\\Warn.ico" IDI_FAIL ICON DISCARDABLE "..\\Wizard\\Res\\Fail3.ico" IDI_PREVIOUS ICON DISCARDABLE "..\\Wizard\\Res\\Prev_PB.ico" IDI_NEXT ICON DISCARDABLE "..\\Wizard\\Res\\Next_PB.ico" IDI_PREVIOUS_HC ICON DISCARDABLE "..\\Wizard\\Res\\Prev_PB_HC.ico" // high contrast IDI_NEXT_HC ICON DISCARDABLE "..\\Wizard\\Res\\Next_PB_HC.ico" // high contrast IDI_COPY ICON DISCARDABLE "..\\Wizard\\Res\\Copy_PB.ico" ///////////////////////////////////////////////////////////////////////////// // // Bitmap // IDB_BANNER BITMAP DISCARDABLE "..\\Wizard\\Res\\Header.bmp" IDB_WATERMARK BITMAP DISCARDABLE "..\\Wizard\\Res\\Welcome.bmp" ///////////////////////////////////////////////////////////////////////////// // // Dialog // IDD_WELCOME_CREATE DIALOG DISCARDABLE 0, 0, 318, 194 STYLE WS_CHILD FONT 8, "MS Shell Dlg" BEGIN LTEXT "Welcome to the New Server Cluster Wizard",IDC_WELCOME_S_TITLE,115,8,195,32,NOT WS_GROUP LTEXT "This wizard helps you create a new server cluster. Using this wizard, you specify the computer that will be the first node in the cluster. After you finish the wizard, you can add additional nodes by using Cluster Administrator." IDC_WELCOME_S_DESC_1,115,40,195,32,NOT WS_GROUP LTEXT "This wizard requires that you provide the following information:",IDC_WELCOME_S_REQ_TITLE,115,80,195,8,SS_NOTIFY | NOT WS_GROUP LTEXT "(REQUIREMENTS)",IDC_WELCOME_S_REQUIREMENTS,115,88,195,48,SS_NOTIFY | NOT WS_GROUP LTEXT "To continue, click Next.",IDC_WELCOME_S_CLICK_NEXT,115,177,195,8,NOT WS_GROUP END IDD_WELCOME_ADD DIALOG DISCARDABLE 0, 0, 318, 194 STYLE WS_CHILD FONT 8, "MS Shell Dlg" BEGIN LTEXT "Welcome to the Add Nodes Wizard",IDC_WELCOME_S_TITLE,115,8,195,32,NOT WS_GROUP LTEXT "This wizard helps you add additional nodes to an existing server cluster. Using this wizard, you specify the computers that will be added to a cluster. You can add one computer at a time, or you can add multiple computers at the same time." IDC_WELCOME_S_DESC_1,115,40,195,32,NOT WS_GROUP LTEXT "This wizard requires that you provide the following information:",IDC_WELCOME_S_REQ_TITLE,115,80,195,8,SS_NOTIFY | NOT WS_GROUP LTEXT "(REQUIREMENTS)",IDC_WELCOME_S_REQUIREMENTS,115,88,195,48,SS_NOTIFY | NOT WS_GROUP LTEXT "To continue, click Next.",IDC_WELCOME_S_CLICK_NEXT,115,177,195,8,NOT WS_GROUP END IDD_CLUSDOMAIN DIALOG DISCARDABLE 0, 0, 318, 142 STYLE DS_MODALFRAME | WS_POPUP FONT 8, "MS Shell Dlg" BEGIN LTEXT "Select the domain. (ERROR)", IDC_CLUSDOMAIN_S_DOMAIN_DESC,21,0,276,16 LTEXT "&Domain:",IDC_CLUSDOMAIN_S_DOMAIN,28,26,56,8 COMBOBOX IDC_CLUSDOMAIN_CB_DOMAIN,28,37,162,69,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP LTEXT "Type a cluster name that is unique in the domain.\nThis must be a valid computer name.", IDC_CLUSDOMAIN_S_CLUSTERNAME_DESC,21,58,276,16,SS_NOTIFY LTEXT "&Cluster name:",IDC_CLUSDOMAIN_S_CLUSTERNAME,28,81,56,8 EDITTEXT IDC_CLUSDOMAIN_E_CLUSTERNAME,28,92,163,14,ES_AUTOHSCROLL END IDD_CHECKINGACCESS DIALOG DISCARDABLE 0, 0, 318, 142 STYLE DS_MODALFRAME | WS_POPUP FONT 8, "MS Shell Dlg" BEGIN LTEXT "Please wait while domain access is checked.",IDC_CHECKINGACCESS_S_DESC,7,0,304,8 CONTROL "Progress1",IDC_CHECKINGACCESS_PRG_STATUS,"msctls_progress32",WS_BORDER,7,12,304,10 END IDD_CREDLOGIN DIALOG DISCARDABLE 0, 0, 318, 142 STYLE DS_MODALFRAME | WS_POPUP FONT 8, "MS Shell Dlg" BEGIN LTEXT "&User name:",IDC_CREDLOGIN_S_USERNAME,7,3,46,8 EDITTEXT IDC_CREDLOGIN_E_USERNAME,56,0,142,14,ES_AUTOHSCROLL LTEXT "&Password:",IDC_CREDLOGIN_S_PASSWORD,7,21,46,8 EDITTEXT IDC_CREDLOGIN_E_PASSWORD,56,18,142,14,ES_PASSWORD | ES_AUTOHSCROLL LTEXT "&Domain:",IDC_CREDLOGIN_S_DOMAIN,7,49,46,8 COMBOBOX IDC_CREDLOGIN_CB_DOMAIN,56,46,142,55,CBS_DROPDOWN | CBS_DISABLENOSCROLL | WS_VSCROLL | WS_TABSTOP END IDD_SELNODE DIALOG DISCARDABLE 0, 0, 317, 142 STYLE DS_MODALFRAME | WS_POPUP FONT 8, "MS Shell Dlg" BEGIN LTEXT "Enter the name of the computer that will be the first node in the new cluster.", IDC_SELNODE_S_DESC,21,0,275,16 LTEXT "&Computer name:",IDC_SELNODE_S_COMPUTERNAME,28,23,60,8 EDITTEXT IDC_SELNODE_E_COMPUTERNAME,28,34,160,14,ES_AUTOHSCROLL PUSHBUTTON "B&rowse...",IDC_SELNODE_PB_BROWSE,191,34,50,14 END IDD_SELNODES DIALOG DISCARDABLE 0, 0, 317, 142 STYLE DS_MODALFRAME | WS_POPUP FONT 8, "MS Shell Dlg" BEGIN LTEXT "Enter the names of the computers that will be added to the cluster.", IDC_SELNODE_S_DESC,21,0,275,16 LTEXT "&Computer name:",IDC_SELNODE_S_COMPUTERNAME,21,26,66,8 EDITTEXT IDC_SELNODE_E_COMPUTERNAME,90,23,150,14,ES_AUTOHSCROLL DEFPUSHBUTTON "B&rowse...",IDC_SELNODE_PB_BROWSE,246,23,50,14 LTEXT "&Selected computers:",IDC_SELNODE_S_NODES,21,44,65,8 LISTBOX IDC_SELNODE_LB_NODES,90,41,150,57,LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP DEFPUSHBUTTON "&Add",IDC_SELNODE_PB_ADD,246,41,50,14 PUSHBUTTON "Re&move",IDC_SELNODE_PB_REMOVE,246,59,50,14 END IDD_ANALYZE DIALOGEX 0, 0, 318, 142 STYLE DS_MODALFRAME | WS_POPUP FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "",IDC_ANALYZE_S_STATUS,7,86,304,8 CONTROL "Progress1",IDC_ANALYZE_PRG_STATUS,"msctls_progress32",PBS_SMOOTH | WS_BORDER,7,96,304,10 PUSHBUTTON "&View Log...",IDC_ANALYZE_PB_VIEW_LOG,155,109,50,14 PUSHBUTTON "&Details...",IDC_ANALYZE_PB_DETAILS,208,109,50,14 DEFPUSHBUTTON "&Re-analyze",IDC_ANALYZE_PB_REANALYZE,261,109,50,14 LTEXT "",IDC_ANALYZE_S_RESULTS,7,126,304,16 CONTROL "Tree1",IDC_ANALYZE_TV_TASKS,"SysTreeView32",TVS_HASBUTTONS | TVS_LINESATROOT | TVS_DISABLEDRAGDROP | WS_TABSTOP, 7,0,304,83,WS_EX_TRANSPARENT END IDD_IPADDRESS DIALOG DISCARDABLE 0, 0, 318, 142 STYLE DS_MODALFRAME | WS_POPUP FONT 8, "MS Shell Dlg" BEGIN LTEXT "IP &Address:",IDC_IPADDRESS_S_ADDRESS,21,0,47,8 CONTROL "IPAddress1",IDC_IPADDRESS_IP_ADDRESS,"SysIPAddress32",WS_TABSTOP,21,11,90,14 END IDD_CSACCOUNT DIALOG DISCARDABLE 0, 0, 318, 142 STYLE DS_MODALFRAME | WS_POPUP FONT 8, "MS Shell Dlg" BEGIN LTEXT "&User name:",IDC_CSACCOUNT_S_USERNAME,7,3,46,8 EDITTEXT IDC_CSACCOUNT_E_USERNAME,56,0,142,14,ES_AUTOHSCROLL LTEXT "&Password:",IDC_CSACCOUNT_S_PASSWORD,7,21,46,8 EDITTEXT IDC_CSACCOUNT_E_PASSWORD,56,18,142,14,ES_PASSWORD | ES_AUTOHSCROLL LTEXT "&Domain:",IDC_CSACCOUNT_S_DOMAIN,7,39,46,8 COMBOBOX IDC_CSACCOUNT_CB_DOMAIN,56,36,142,55,CBS_DROPDOWN | CBS_DISABLENOSCROLL | WS_VSCROLL | WS_TABSTOP ICON IDI_INFO,IDC_CSACCOUNT_I_LAWARN,7,67,16,16,SS_REALSIZEIMAGE LTEXT "This account will be given local administrative rights on all nodes of this cluster to allow for proper operation.", IDC_CSACCOUNT_S_LAWARN,26,65,271,24 END IDD_SUMMARY DIALOG DISCARDABLE 0, 0, 318, 142 STYLE DS_MODALFRAME | WS_POPUP FONT 8, "MS Shell Dlg" BEGIN LTEXT "Click Next (ERROR).", IDC_SUMMARY_S_NEXT,7,133,304,8,NOT WS_GROUP CONTROL "",IDC_SUMMARY_RE_SUMMARY,"RICHEDIT",ES_MULTILINE | ES_NOHIDESEL | ES_READONLY | WS_BORDER | WS_VSCROLL,7,0,304,113 PUSHBUTTON "&View Log...",IDC_SUMMARY_PB_VIEW_LOG,208,116,50,14 PUSHBUTTON "&Quorum...",IDC_SUMMARY_PB_QUORUM,261,116,50,14 END IDD_COMMIT DIALOGEX 0, 0, 318, 142 STYLE DS_MODALFRAME | WS_POPUP FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "static",IDC_COMMIT_S_STATUS,7,86,304,8 CONTROL "Progress1",IDC_COMMIT_PRG_STATUS,"msctls_progress32",PBS_SMOOTH | WS_BORDER,7,96,304,10 PUSHBUTTON "&View Log...",IDC_COMMIT_PB_VIEW_LOG,155,109,50,14 PUSHBUTTON "&Details...",IDC_COMMIT_PB_DETAILS,208,109,50,14 DEFPUSHBUTTON "&Retry",IDC_COMMIT_PB_RETRY,261,109,50,14,WS_DISABLED LTEXT "",IDC_COMMIT_S_RESULTS,7,126,304,16 CONTROL "Tree1",IDC_COMMIT_TV_TASKS,"SysTreeView32",TVS_HASBUTTONS | TVS_LINESATROOT | TVS_DISABLEDRAGDROP | WS_TABSTOP, 7,0,304,83,WS_EX_TRANSPARENT END IDD_COMPLETION DIALOG DISCARDABLE 0, 0, 318, 194 STYLE DS_MODALFRAME | WS_POPUP FONT 8, "MS Shell Dlg" BEGIN LTEXT "completion title (ERROR)", IDC_COMPLETION_S_TITLE,115,8,193,26,NOT WS_GROUP LTEXT "completion description (ERROR)", IDC_COMPLETION_S_DESC,115,40,193,17,NOT WS_GROUP PUSHBUTTON "&View Log...",IDC_COMPLETION_PB_VIEW_LOG,115,158,50,14 LTEXT "To close this wizard, click Finish.",IDC_COMPLETION_S_NEXT,115,179,193,8,NOT WS_GROUP END IDD_DETAILS DIALOGEX 0, 0, 252, 243 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Task Details" FONT 8, "MS Shell Dlg" BEGIN DEFPUSHBUTTON "Close",IDCANCEL,195,222,50,14,WS_VISIBLE | WS_TABSTOP LTEXT "Da&te:",IDC_DETAILS_S_DATE,7,7,50,8 EDITTEXT IDC_DETAILS_E_DATE,60,7,153,8,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER LTEXT "Tim&e:",IDC_DETAILS_S_TIME,7,18,50,8 EDITTEXT IDC_DETAILS_E_TIME,60,18,153,8,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER LTEXT "Compu&ter:",IDC_DETAILS_S_COMPUTER,7,29,50,8 EDITTEXT IDC_DETAILS_E_COMPUTER,60,29,153,8,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER LTEXT "&Major task ID:",IDC_DETAILS_S_MAJOR_ID,7,40,50,8 EDITTEXT IDC_DETAILS_E_MAJOR_ID,60,40,153,8,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER LTEXT "Mino&r task ID:",IDC_DETAILS_S_MINOR_ID,7,51,50,8 EDITTEXT IDC_DETAILS_E_MINOR_ID,60,51,153,8,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER PUSHBUTTON "&Previous",IDC_DETAILS_PB_PREV,216,6,29,14, BS_ICON | WS_VISIBLE | WS_TABSTOP | WS_GROUP PUSHBUTTON "&Next",IDC_DETAILS_PB_NEXT,216,23,29,14, BS_ICON | WS_VISIBLE | WS_TABSTOP PUSHBUTTON "&Copy",IDC_DETAILS_PB_COPY,216,40,29,14, BS_ICON | WS_VISIBLE | WS_TABSTOP LTEXT "&Description:",IDC_DETAILS_S_DESCRIPTION,7,69,40,8 CONTROL "",IDC_DETAILS_RE_DESCRIPTION,RICHEDIT_CLASS,WS_VSCROLL | WS_TABSTOP | 0x844,7,79,238,34,WS_EX_CLIENTEDGE | ES_EX_NOCALLOLEINIT LTEXT "&Status:",IDC_DETAILS_S_STATUS,7,120,34,8 EDITTEXT IDC_DETAILS_E_STATUS,44,120,50,8,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER ICON "",IDC_DETAILS_I_STATUS,97,118,21,20,SS_REALSIZEIMAGE CONTROL "",IDC_DETAILS_RE_STATUS,RICHEDIT_CLASS,WS_VSCROLL | WS_TABSTOP | 0x844,7,130,238,26,WS_EX_CLIENTEDGE | ES_EX_NOCALLOLEINIT LTEXT "&Additional information:",IDC_DETAILS_S_REFERENCE,7,163,238,8 CONTROL "",IDC_DETAILS_RE_REFERENCE,RICHEDIT_CLASS,WS_VSCROLL | WS_TABSTOP | 0x844,7,173,238,42,WS_EX_CLIENTEDGE | ES_EX_NOCALLOLEINIT END IDD_QUORUM DIALOG DISCARDABLE 0, 0, 155, 57 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Cluster Configuration Quorum" FONT 8, "MS Shell Dlg" BEGIN LTEXT "&Quorum resource or type:",IDC_QUORUM_S_QUORUM,7,7,120,8 COMBOBOX IDC_QUORUM_CB_QUORUM,7,18,141,55,CBS_DROPDOWNLIST | CBS_DISABLENOSCROLL | WS_VSCROLL | WS_TABSTOP DEFPUSHBUTTON "OK",IDOK,46,35,50,14 PUSHBUTTON "Cancel",IDCANCEL,98,35,50,14 END ///////////////////////////////////////////////////////////////////////////// // // DESIGNINFO // #ifdef APSTUDIO_INVOKED GUIDELINES DESIGNINFO DISCARDABLE BEGIN IDD_WELCOME_CREATE, DIALOG BEGIN LEFTMARGIN, 115 RIGHTMARGIN, 308 TOPMARGIN, 8 BOTTOMMARGIN, 187 HORZGUIDE, 40 HORZGUIDE, 79 HORZGUIDE, 110 HORZGUIDE, 169 END IDD_WELCOME_ADD, DIALOG BEGIN LEFTMARGIN, 115 RIGHTMARGIN, 308 TOPMARGIN, 8 BOTTOMMARGIN, 187 HORZGUIDE, 40 HORZGUIDE, 79 HORZGUIDE, 110 HORZGUIDE, 169 END IDD_CLUSDOMAIN, DIALOG BEGIN LEFTMARGIN, 21 RIGHTMARGIN, 297 VERTGUIDE, 40 VERTGUIDE, 80 BOTTOMMARGIN, 135 HORZGUIDE, 23 HORZGUIDE, 41 HORZGUIDE, 66 HORZGUIDE, 84 HORZGUIDE, 106 END IDD_CREDLOGIN, DIALOG BEGIN LEFTMARGIN, 21 RIGHTMARGIN, 297 VERTGUIDE, 31 VERTGUIDE, 80 VERTGUIDE, 222 BOTTOMMARGIN, 135 HORZGUIDE, 23 HORZGUIDE, 41 HORZGUIDE, 59 END IDD_SELNODE, DIALOG BEGIN LEFTMARGIN, 21 RIGHTMARGIN, 296 BOTTOMMARGIN, 135 HORZGUIDE, 30 END IDD_SELNODES, DIALOG BEGIN LEFTMARGIN, 21 RIGHTMARGIN, 296 VERTGUIDE, 35 VERTGUIDE, 86 VERTGUIDE, 90 VERTGUIDE, 240 VERTGUIDE, 246 BOTTOMMARGIN, 135 HORZGUIDE, 23 HORZGUIDE, 41 HORZGUIDE, 59 END IDD_ANALYZE, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 311 VERTGUIDE, 252 BOTTOMMARGIN, 135 END IDD_IPADDRESS, DIALOG BEGIN LEFTMARGIN, 21 RIGHTMARGIN, 297 VERTGUIDE, 31 VERTGUIDE, 40 VERTGUIDE, 80 BOTTOMMARGIN, 135 HORZGUIDE, 31 HORZGUIDE, 111 END IDD_IPSUBNET, DIALOG BEGIN LEFTMARGIN, 21 RIGHTMARGIN, 297 VERTGUIDE, 31 VERTGUIDE, 80 VERTGUIDE, 169 BOTTOMMARGIN, 135 HORZGUIDE, 23 HORZGUIDE, 41 HORZGUIDE, 64 HORZGUIDE, 82 HORZGUIDE, 97 END IDD_CSACCOUNT, DIALOG BEGIN LEFTMARGIN, 21 RIGHTMARGIN, 297 VERTGUIDE, 31 VERTGUIDE, 80 VERTGUIDE, 222 BOTTOMMARGIN, 135 HORZGUIDE, 31 HORZGUIDE, 49 HORZGUIDE, 67 END IDD_SUMMARY, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 311 BOTTOMMARGIN, 135 HORZGUIDE, 124 HORZGUIDE, 127 END IDD_COMMIT, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 311 VERTGUIDE, 238 VERTGUIDE, 246 BOTTOMMARGIN, 135 HORZGUIDE, 8 HORZGUIDE, 12 HORZGUIDE, 94 HORZGUIDE, 106 HORZGUIDE, 108 HORZGUIDE, 118 HORZGUIDE, 122 HORZGUIDE, 126 END IDD_COMPLETION, DIALOG BEGIN LEFTMARGIN, 115 RIGHTMARGIN, 308 TOPMARGIN, 7 BOTTOMMARGIN, 187 HORZGUIDE, 40 HORZGUIDE, 63 HORZGUIDE, 73 HORZGUIDE, 176 HORZGUIDE, 179 END IDD_CHECKINGACCESS, DIALOG BEGIN LEFTMARGIN, 7 TOPMARGIN, 7 RIGHTMARGIN, 311 BOTTOMMARGIN, 135 END IDD_DETAILS, DIALOG BEGIN LEFTMARGIN, 7 TOPMARGIN, 7 RIGHTMARGIN, 245 BOTTOMMARGIN, 232 END IDD_QUORUM, DIALOG BEGIN LEFTMARGIN, 7 TOPMARGIN, 7 RIGHTMARGIN, 148 BOTTOMMARGIN, 50 END END #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // String Table // STRINGTABLE DISCARDABLE BEGIN IDS_LARGEFONTNAME "Verdana Bold" IDS_LARGEFONTSIZE "12" IDS_TITLE_FORM "New Server Cluster Wizard" IDS_TITLE_JOIN "Add Nodes Wizard" IDS_TCLUSTER "Cluster Name and Domain" IDS_STCLUSTER_CREATE "Specify the name of the new server cluster and the domain in which it will be created." IDS_STCLUSTER_ADD "Specify the name of an existing server cluster and the domain in which the cluster is a member." IDS_TCHECKINGACCESS "Confirming Access" IDS_STCHECKINGACCESS "Please wait while your access to the domain is confirmed." IDS_TCREDLOGIN "Domain Access Denied" IDS_STCREDLOGIN "Access to the domain was denied. You must enter logon information for accessing the domain you specified." IDS_TSELNODE "Select Computer" IDS_STSELNODE "The computer must be a member of the domain you specified." IDS_TSELNODES "Select Computers" IDS_STSELNODES "The computers must be a member of the domain you specified." IDS_TANALYZE "Analyzing Configuration" IDS_STANALYZE "Please wait while the wizard determines the cluster configuration." IDS_TIPADDRESS "IP Address" IDS_STIPADDRESS "Enter an IP address that cluster management tools will use to connect to the cluster." IDS_TIPADDRESS2 "Subnet Mask Not Detected" IDS_STIPADDRESS2 "The subnet mask for the specified IP address cannot be automatically detected. You must identify it manually." IDS_TCSACCOUNT "Cluster Service Account" IDS_STCSACCOUNT "Enter login information for the domain account under which the cluster service will be run." IDS_TSUMMARY "Proposed Cluster Configuration" IDS_STSUMMARY_CREATE "Verify that you want to create a cluster with the following configuration." IDS_STSUMMARY_ADD "Verify that you want to add nodes to a cluster with the following configuration." IDS_TCOMMIT_CREATE "Creating the Cluster" IDS_TCOMMIT_ADD "Adding Nodes to the Cluster" IDS_STCOMMIT "Please wait while the cluster is configured." END STRINGTABLE DISCARDABLE BEGIN IDS_DOMAIN_DESC_CREATE "Select or type the name of the domain in which the cluster will be created. Only computers in this domain can be members of the cluster." IDS_DOMAIN_DESC_ADD "Select or type the name of the domain in which the cluster is a member. Only computers in this domain can be members of the cluster." IDS_SUMMARY_NEXT_CREATE "To create a cluster with this configuration, click Next." IDS_SUMMARY_NEXT_ADD "To add nodes to a cluster with this configuration, click Next." IDS_COMPLETION_TITLE_CREATE "Completing the New Server Cluster Wizard" IDS_COMPLETION_TITLE_ADD "Completing the Add Nodes Wizard" IDS_COMPLETION_DESC_CREATE "You have successfully completed the New Server Cluster Wizard." IDS_COMPLETION_DESC_ADD "You have successfully completed the Add Nodes Wizard." IDS_QUERY_CANCEL_TITLE "Are you sure?" IDS_QUERY_CANCEL_TEXT "Are you sure you want to cancel?" IDS_TASKS_COMPLETED "Tasks completed." IDS_ANALYSIS_SUCCESSFUL_INSTRUCTIONS "Click Next to continue. Click Back to change the configuration." IDS_ANALYSIS_FAILED_INSTRUCTIONS "Click Back to change the configuration or click Reanalyze to try again." IDS_CANNOT_FIND_MATCHING_NETWORK_TITLE "Find Matching Network" IDS_CANNOT_FIND_MATCHING_NETWORK_TEXT "The subnet mask could not be supplied automatically for this IP address. Please check the address to make sure it is correct." END STRINGTABLE DISCARDABLE BEGIN IDS_ERR_NO_SUCH_DOMAIN_TITLE "No Such Domain" IDS_ERR_NO_SUCH_DOMAIN_TEXT "The selected domain could not be located. Please check spelling of the domain name as well as your connection to the network." IDS_ERR_INVALID_DNS_DOMAIN_NAME_TITLE "Invalid Domain Name" IDS_ERR_INVALID_DNS_DOMAIN_NAME_TEXT "The domain name you have entered is not a valid DNS domain name. Please check your entry for any invalid characters." IDS_ERR_VALIDATING_NAME_TITLE "Error Validating Name" IDS_ERR_VALIDATING_NAME_TEXT "An error occurred attempting to validate the '%1!ws!' name." IDS_ERR_VIEW_LOG_TITLE "Error Viewing Log File" IDS_ERR_VIEW_LOG_TEXT "An error occurred attempting to view the log file '%1!ws!'." IDS_ERR_WRITE_CREDENTIAL_TITLE "Authentication Failure" IDS_ERR_WRITE_CREDENTIAL_TEXT "The credentials you supplied did not pass authentication." IDS_ERR_INVALID_DNS_NAME_TEXT "The name you entered does not comply with DNS specifications." IDS_ERR_FULL_DNS_NAME_INFO_TEXT "Please make sure that the fully qualified DNS name:\n- is no longer than 255 characters\n- contains no label longer than 63 characters\n- does not begin with a dot and\n- does not contain consecutive dots." IDS_ERR_DNS_HOSTNAME_LABEL_INFO_TEXT "Please make sure that the hostname:\n- is no longer than 63 characters and\n- contains no dots." IDS_ERR_DNS_NAME_INVALID_CHAR "Please make sure that the DNS name does not contain spaces or any of the following characters:\n{ | } ~ [ \\ ] ^ ' : ; < = > ? @ ! "" # $ % ( ) + / , *" IDS_ERR_DNS_HOSTNAME_LABEL_NUMERIC "Please make sure that the hostname does not consist entirely of numeric characters." IDS_ERR_FULL_DNS_NAME_NUMERIC "Please make sure that the first label in the fully qualified DNS name does not consist entirely of numeric characters." IDS_ERR_NON_RFC_NAME_QUERY "In some environments, DNS names containing\n- extended or Unicode characters and/or\n- the underscore character\ncan cause compatibility problems.\n\nWould you like to accept the name anyway?" IDS_ERR_HOST_DOMAIN_DOESNT_MATCH_CLUSTER "Computers being added to a cluster must be in the same domain as the cluster." IDS_ERR_INVOKING_LINK_TITLE "Invoke Link Error" IDS_ERR_INVOKING_LINK_TEXT "An error occurred attempting to invoke the '%1!hs!' link." END STRINGTABLE DISCARDABLE BEGIN IDS_TASKID_MAJOR_CHECKING_FOR_EXISTING_CLUSTER "Checking for existing cluster" IDS_TASKID_MAJOR_ESTABLISH_CONNECTION "Establishing node connection(s)" IDS_TASKID_MAJOR_CHECK_NODE_FEASIBILITY "Checking node feasibility" IDS_TASKID_MAJOR_FIND_DEVICES "Finding common resources on nodes" IDS_TASKID_MAJOR_CHECK_CLUSTER_FEASIBILITY "Checking cluster feasibility" IDS_TASKID_MAJOR_REANALYZE "Re-analyze cluster" IDS_TASKID_MAJOR_CONFIGURE_CLUSTER_SERVICES "Configure cluster services" IDS_TASKID_MAJOR_CONFIGURE_RESOURCE_TYPES "Configure resource types" IDS_TASKID_MAJOR_CONFIGURE_RESOURCES "Configure resources" IDS_TASKID_MINOR_CONNECTING_TO_NODES "Connecting to server" IDS_TASKID_MINOR_CHECKING_NODE_CLUSTER_FEASIBILITY "Checking node's cluster feasibility" IDS_TASKID_MINOR_GATHERING_MANAGED_DEVICES "Collecting managed resources" END STRINGTABLE DISCARDABLE BEGIN IDS_TASK_RETURNED_ERROR "Error 0x%1!08x!: %2!ws!" IDS_CLUSTERIPADDRESS "Cluster IP Address" IDS_GROUP_X "Group %1!u!" IDS_QUORUMRESOURCE "Quorum Resource" IDS_LOCALQUORUM "Local Quorum" IDS_NETNAMEFORMAT "Network Name %1!u!" IDS_IPADDRESSFORMAT "IP Address %1!u!.%2!u!.%3!u!.%4!u!" IDS_ERR_IPADDRESS_ALREADY_PRESENT_TEXT "The IP address that you have entered has been detected on the network. This might cause the cluster name and IP address resources not to come online after forming the cluster. Would you like to go back and change the IP address?" IDS_ERR_IPADDRESS_ALREADY_PRESENT_TITLE "Duplicate IP Address" END STRINGTABLE DISCARDABLE BEGIN IDS_TASKID_MINOR_FORMING_NODE "Forming node" IDS_TASKID_MINOR_JOINING_NODE "Joining node" IDS_TASKID_MINOR_FOUND_DEVICE "%1!ws! found" END STRINGTABLE DISCARDABLE BEGIN IDS_TASKID_MINOR_NO_QUORUM_CAPABLE_DEVICE_FOUND "No quorum capable resource found." IDS_TASKID_MINOR_CLUSTER_NAME_MISMATCH "This node is a member of a different cluster '%1!ws!'." IDS_TASKID_MINOR_FOUND_QUORUM_CAPABLE_DEVICE "%1!ws! found (quorum capable)" IDS_TASKID_MINOR_INCONSISTANT_MIDDLETIER_DATABASE "The cluster configuration wizard database is inconsistent." IDS_TASKID_MINOR_CLUSTER_NOT_FOUND "Cluster not found. A cluster must be formed and running in order for nodes to join." IDS_TASKID_MINOR_EXISTING_CLUSTER_FOUND "A cluster or node with the name '%1!ws!' was found. You cannot create a new cluster if that name already exists." IDS_TASKID_MINOR_ERROR_CONTACTING_CLUSTER "Error contacting cluster." IDS_TASKID_MINOR_CLUSTER_MEMBERSHIP_VERIFIED "Cluster node membership verified." IDS_TASKID_MINOR_FORCED_LOCAL_QUORUM "No sharable quorum resource found. This will form a local quorum cluster." IDS_TASKID_MINOR_MISSING_COMMON_QUORUM_RESOURCE "Missing a common quorum resource. A multi-node cluster can not be created." IDS_TASKID_MINOR_FINDING_COMMON_QUORUM_DEVICE "Checking if Node %1!ws! has access to the quorum resource." IDS_TASKID_MINOR_NODE_CANNOT_ACCESS_QUORUM "Cannot access the quorum resource." IDS_TASKID_MINOR_MISSING_JOINABLE_QUORUM_RESOURCE "Quorum resource is not joinable. A multi-node cluster can not be created." IDS_TASKID_MINOR_FOUND_COMMON_QUORUM_RESOURCE "Found a resource that is common to all nodes that can be used as a quorum resource." IDS_TASKID_MINOR_RESOURCE_CAPABILITIES_DONT_MATCH "The resource capabilities do not match." IDS_TASKID_MINOR_SELECTED_QUORUM_RESOURCE "%1!ws! has been selected to be the quorum resource." IDS_TASKID_MINOR_NO_MANAGED_RESOURCES_FOUND "No managed resources found on node." IDS_TASKID_MINOR_NO_MANAGED_NETWORKS_FOUND "No networks found on node." IDS_TASKID_MINOR_POLLING_CONNECTION_FAILURE "The polling connection to node has failed." END STRINGTABLE DISCARDABLE BEGIN IDS_WELCOME_CREATE_REQ_1 "The cluster's domain" IDS_WELCOME_CREATE_REQ_2 "A cluster name that is unique in the domain" IDS_WELCOME_CREATE_REQ_3 "The name of the first computer to be added to the cluster" IDS_WELCOME_CREATE_REQ_4 "A static IP address" IDS_WELCOME_CREATE_REQ_5 "Logon information for a user account in the domain for the cluster service account" IDS_WELCOME_ADD_REQ_1 "The names of the computers to be added to the cluster" IDS_WELCOME_ADD_REQ_2 "The password for the cluster service account" IDS_ANALYSIS_STARTING_INSTRUCTIONS "Click Cancel to abort the wizard." IDS_COMMIT_SUCCESSFUL_INSTRUCTIONS " " IDS_COMMIT_FAILED_INSTRUCTIONS_BACK_ENABLED "Click Back to change the configuration or click Retry to try again." IDS_COMMIT_FAILED_INSTRUCTIONS "Click Cancel to exit the wizard." IDS_COMMIT_SUCCESSFUL_INSTRUCTIONS_BACK_DISABLED "Click Cancel to stop the current operation." IDS_DEFAULT_DETAILS_REFERENCE "For more information, visit Help and Support Services at http://www.microsoft.com/contentredirect.asp." // "For more information about configuring clusters, visit the Additional Cluster Configuration Wizard Information topic at hcp://system/MSCS_addinfo.htm." IDS_DETAILS_CLP_DATE "Date:\t\t" IDS_DETAILS_CLP_TIME "Time:\t\t" IDS_DETAILS_CLP_COMPUTER "Computer:\t" IDS_DETAILS_CLP_MAJOR "Major Task ID:\t" IDS_DETAILS_CLP_MINOR "Minor Task ID:\t" IDS_DETAILS_CLP_DESC "Description:" IDS_DETAILS_CLP_STATUS "Status:\t\t" IDS_DETAILS_CLP_INFO "Additional Information:" END STRINGTABLE DISCARDABLE BEGIN IDS_SUMMARY_CLUSTER_NAME "Cluster name:\n %1!ws!\n\n" IDS_SUMMARY_IPADDRESS "Cluster IP address:\n %1!u!.%2!u!.%3!u!.%4!u!\\%5!u!.%6!u!.%7!u!.%8!u!\n\n" IDS_SUMMARY_CLUSTER_NETWORK "Cluster network:\n" IDS_SUMMARY_CREDENTIALS "Cluster service account credentials:\n Name:%1!ws!\n Password: ***************\n Domain: %2!ws!\n\n" IDS_SUMMARY_MEMBERSHIP_BEGIN "Cluster node membership:\n" IDS_SUMMARY_RESOURCES_BEGIN "Resource configuration:\n" IDS_SUMMARY_RESOURCE_QUORUM_DEVICE " %1!ws! - Managed - Quorum\n" IDS_SUMMARY_RESOURCE_MANAGED " %1!ws! - Managed\n" IDS_SUMMARY_RESOURCE_NOT_MANAGED " %1!ws! - NOT managed\n" IDS_SUMMARY_RESOURCES_END "\n" IDS_SUMMARY_NETWORKS_BEGIN "Network configuration:\n" IDS_SUMMARY_NETWORKS_END "\n" IDS_SUMMARY_NETWORK_INFO " %1!ws! - %3!ws!\n %2!ws!\n Primary Address: %4!u!.%5!u!.%6!u!.%7!u! \\ %8!u!.%9!u!.%10!u!.%11!u!\n\n" IDS_SUMMARY_NETWORK_PRIVATE "Private" IDS_SUMMARY_NETWORK_BOTH "Private and Public" IDS_SUMMARY_NETWORK_NOTUSED "!!! not Private and not Public !!!" IDS_SUMMARY_NETWORK_PUBLIC "Public" IDS_SUMMARY_MEMBERSHIP_SEPARATOR " %1!ws!\n" IDS_SUMMARY_MEMBERSHIP_END "\n" IDS_ERR_RESOURCE_GATHER_FAILURE_TITLE "Resource enumeration failure" IDS_ERR_RESOURCE_GATHER_FAILURE_TEXT "Failed to gather quorum-eligible resources." IDS_ERR_QUORUM_COMMIT_FAILURE_TITLE "Quorum commit failure" IDS_ERR_QUORUM_COMMIT_FAILURE_TEXT "Failed to commit changes to quorum resources." END STRINGTABLE DISCARDABLE BEGIN IDS_FORMAT_STATUS "%1!ws!: %2!ws!" IDS_FORMAT_LOG_MESSAGE "%1!ws!: %28!ws! (hr=0x%27!08x!,{%2!08X!-%3!04X!-%4!04X!-%5!02X!%6!02X!-%7!02X!%8!02X!%9!02X!%10!02X!%11!02X!%12!02X!},{%13!08X!-%14!04X!-%15!04X!-%16!02X!%17!02X!-%18!02X!%19!02X!%20!02X!%21!02X!%22!02X!%23!02X!},%24!u!,%25!u!,%26!u!), %29!ws!" IDS_ERR_TGI_FAILED_TRY_TO_REANALYZE "Gathering the resource information failed. Ensure that your settings are correct and that you have permission to manage this node, and try again." IDS_ERR_ANALYSIS_FAILED_TRY_TO_REANALYZE "The analysis had an internal failure. Ensure that your settings are correct and that you have permission to manage this node, and try again." IDS_TASKID_MINOR_BAD_CREDENTIALS "The cluster account credentials were not valid on the node." IDS_TASKID_MINOR_NODES_VERSION_MISMATCH "This candidate node does not have the same version as the other candidate node %1!ws!. Deselect one of these nodes and try to add it again by itself." IDS_TASKID_MINOR_CHECKINTEROPERABILITY "Checking cluster and candidate node(s) interoperability." IDS_TASKID_MINOR_NO_JOINING_NODES_FOUND_FOR_VERSION_CHECK "No joining nodes were found. Skipping version check." IDS_TASKID_MINOR_FAILED_TO_CONNECT_TO_NODE "Connection to the node failed. No resources will be collected." IDS_TASKID_MINOR_MULTIPLE_DNS_RECORDS_FOUND "Multiple DNS records found for '%1!ws!'." IDS_TASKID_MINOR_FQDN_DNS_BINDING_SUCCEEDED "The DNS record for '%1!ws!' is '%2!ws!'." IDS_TASKID_MINOR_FQDN_DNS_BINDING_FAILED "No DNS record found for '%1!ws!'." IDS_TASKID_MINOR_NETBIOS_NAME_CONVERSION_FAILED "The conversation of the FQDN DNS name to a NETBIOS name failed." IDS_TASKID_MINOR_NETBIOS_RESET_FAILED "The NETBIOS session could not be reset." IDS_TASKID_MINOR_NETBIOS_BINDING_SUCCEEDED "The NETBIOS name, '%1!ws!', resolves to '%2!ws!'." IDS_TASKID_MINOR_NETBIOS_BINDING_FAILED "No NETBIOS name could be found for '%1!ws!'." IDS_TASKID_MINOR_NETBIOS_NAME_CONVERSION_SUCCEEDED "Converted the FQDN '%1!ws!' to the NETBIOS name '%2!ws!'." END STRINGTABLE DISCARDABLE BEGIN IDS_TASKID_MINOR_FOUND_QUORUM_CAPABLE_RESOURCE "Found a quorum capable resource" IDS_TASKID_MINOR_MARKING_QUORUM_CAPABLE_RESOURCE "Marking a quorum capable resource {%1!ws!} as the quorum resource" IDS_TASKID_MINOR_DUPLICATE_NETWORKS_FOUND "A duplicate network was found. This configuration is incompatible. Please reconfigure the networks and try again." IDS_UNKNOWN_TASK "Unhandled status message. We should ship with all Major Task IDs being known.\n{%1!08X!-%2!04X!-%3!04X!-%4!02X!%5!02X!-%6!02X!%7!02X!%8!02X!%9!02X!%10!02X!%11!02X!}" IDS_TASKID_MINOR_NETBIOS_LANAENUM_FAILED "The NETBIOS LAN adapters could not be enumerated." IDS_TASKID_MINOR_REMOTE_CONNECTION_REQUESTS "Requesting remote connections" IDS_TASKID_MINOR_REQUESTING_REMOTE_CONNECTION "Requesting a remote connection to %1!ws! with binding string %2!ws!." IDS_TASKID_MINOR_NODE_ALREADY_IS_MEMBER, "The node %1!ws! is already a member of the cluster %2!ws!. Analysis will continue, but this node will not be re-added to the cluster." IDS_TASKID_MINOR_ONLY_ONE_NETWORK "Only one network adapter found on node. Please add another network adapter to avoid a single point of failure." IDS_TASKID_MINOR_NO_NODES_TO_PROCESS "The list of nodes to configure is empty and there is nothing further to do." END #endif // English (U.S.) resources ///////////////////////////////////////////////////////////////////////////// #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED