Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

813 lines
36 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #define UNICODE
  10. #define _UNICODE
  11. #include "winres.h"
  12. #include "richedit.h"
  13. /////////////////////////////////////////////////////////////////////////////
  14. #undef APSTUDIO_READONLY_SYMBOLS
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  18. #ifdef _WIN32
  19. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  20. #pragma code_page(1252)
  21. #endif //_WIN32
  22. #ifdef APSTUDIO_INVOKED
  23. /////////////////////////////////////////////////////////////////////////////
  24. //
  25. // TEXTINCLUDE
  26. //
  27. 1 TEXTINCLUDE DISCARDABLE
  28. BEGIN
  29. "resource.h\0"
  30. END
  31. 2 TEXTINCLUDE DISCARDABLE
  32. BEGIN
  33. "#define UNICODE\r\n"
  34. "#define _UNICODE\r\n"
  35. "#include ""winres.h""\r\n"
  36. "#include ""richedit.h""\r\n"
  37. "\0"
  38. END
  39. 3 TEXTINCLUDE DISCARDABLE
  40. BEGIN
  41. "\r\n"
  42. "\0"
  43. END
  44. #endif // APSTUDIO_INVOKED
  45. /////////////////////////////////////////////////////////////////////////////
  46. //
  47. // Icon
  48. //
  49. // Icon with lowest ID value placed first to ensure application icon
  50. // remains consistent on all systems.
  51. IDI_PENDING ICON DISCARDABLE "..\\Wizard\\Res\\Pending.ico"
  52. IDI_SEL ICON DISCARDABLE "..\\Wizard\\Res\\Sel.ico"
  53. IDI_CHECK ICON DISCARDABLE "..\\Wizard\\Res\\Check.ico"
  54. IDI_QUEST ICON DISCARDABLE "..\\Wizard\\Res\\Quest.ico"
  55. IDI_INFO ICON DISCARDABLE "..\\Wizard\\Res\\Info.ico"
  56. IDI_WARN ICON DISCARDABLE "..\\Wizard\\Res\\Warn.ico"
  57. IDI_FAIL ICON DISCARDABLE "..\\Wizard\\Res\\Fail3.ico"
  58. IDI_PREVIOUS ICON DISCARDABLE "..\\Wizard\\Res\\Prev_PB.ico"
  59. IDI_NEXT ICON DISCARDABLE "..\\Wizard\\Res\\Next_PB.ico"
  60. IDI_PREVIOUS_HC ICON DISCARDABLE "..\\Wizard\\Res\\Prev_PB_HC.ico" // high contrast
  61. IDI_NEXT_HC ICON DISCARDABLE "..\\Wizard\\Res\\Next_PB_HC.ico" // high contrast
  62. IDI_COPY ICON DISCARDABLE "..\\Wizard\\Res\\Copy_PB.ico"
  63. /////////////////////////////////////////////////////////////////////////////
  64. //
  65. // Bitmap
  66. //
  67. IDB_BANNER BITMAP DISCARDABLE "..\\Wizard\\Res\\Header.bmp"
  68. IDB_WATERMARK BITMAP DISCARDABLE "..\\Wizard\\Res\\Welcome.bmp"
  69. /////////////////////////////////////////////////////////////////////////////
  70. //
  71. // Dialog
  72. //
  73. IDD_WELCOME_CREATE DIALOG DISCARDABLE 0, 0, 318, 194
  74. STYLE WS_CHILD
  75. FONT 8, "MS Shell Dlg"
  76. BEGIN
  77. LTEXT "Welcome to the New Server Cluster Wizard",IDC_WELCOME_S_TITLE,115,8,195,32,NOT WS_GROUP
  78. 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."
  79. IDC_WELCOME_S_DESC_1,115,40,195,32,NOT WS_GROUP
  80. LTEXT "This wizard requires that you provide the following information:",IDC_WELCOME_S_REQ_TITLE,115,80,195,8,SS_NOTIFY | NOT WS_GROUP
  81. LTEXT "(REQUIREMENTS)",IDC_WELCOME_S_REQUIREMENTS,115,88,195,48,SS_NOTIFY | NOT WS_GROUP
  82. LTEXT "To continue, click Next.",IDC_WELCOME_S_CLICK_NEXT,115,177,195,8,NOT WS_GROUP
  83. END
  84. IDD_WELCOME_ADD DIALOG DISCARDABLE 0, 0, 318, 194
  85. STYLE WS_CHILD
  86. FONT 8, "MS Shell Dlg"
  87. BEGIN
  88. LTEXT "Welcome to the Add Nodes Wizard",IDC_WELCOME_S_TITLE,115,8,195,32,NOT WS_GROUP
  89. 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."
  90. IDC_WELCOME_S_DESC_1,115,40,195,32,NOT WS_GROUP
  91. LTEXT "This wizard requires that you provide the following information:",IDC_WELCOME_S_REQ_TITLE,115,80,195,8,SS_NOTIFY | NOT WS_GROUP
  92. LTEXT "(REQUIREMENTS)",IDC_WELCOME_S_REQUIREMENTS,115,88,195,48,SS_NOTIFY | NOT WS_GROUP
  93. LTEXT "To continue, click Next.",IDC_WELCOME_S_CLICK_NEXT,115,177,195,8,NOT WS_GROUP
  94. END
  95. IDD_CLUSDOMAIN DIALOG DISCARDABLE 0, 0, 318, 142
  96. STYLE DS_MODALFRAME | WS_POPUP
  97. FONT 8, "MS Shell Dlg"
  98. BEGIN
  99. LTEXT "Select the domain. (ERROR)",
  100. IDC_CLUSDOMAIN_S_DOMAIN_DESC,21,0,276,16
  101. LTEXT "&Domain:",IDC_CLUSDOMAIN_S_DOMAIN,28,26,56,8
  102. COMBOBOX IDC_CLUSDOMAIN_CB_DOMAIN,28,37,162,69,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
  103. LTEXT "Type a cluster name that is unique in the domain.\nThis must be a valid computer name.",
  104. IDC_CLUSDOMAIN_S_CLUSTERNAME_DESC,21,58,276,16,SS_NOTIFY
  105. LTEXT "&Cluster name:",IDC_CLUSDOMAIN_S_CLUSTERNAME,28,81,56,8
  106. EDITTEXT IDC_CLUSDOMAIN_E_CLUSTERNAME,28,92,163,14,ES_AUTOHSCROLL
  107. END
  108. IDD_CHECKINGACCESS DIALOG DISCARDABLE 0, 0, 318, 142
  109. STYLE DS_MODALFRAME | WS_POPUP
  110. FONT 8, "MS Shell Dlg"
  111. BEGIN
  112. LTEXT "Please wait while domain access is checked.",IDC_CHECKINGACCESS_S_DESC,7,0,304,8
  113. CONTROL "Progress1",IDC_CHECKINGACCESS_PRG_STATUS,"msctls_progress32",WS_BORDER,7,12,304,10
  114. END
  115. IDD_CREDLOGIN DIALOG DISCARDABLE 0, 0, 318, 142
  116. STYLE DS_MODALFRAME | WS_POPUP
  117. FONT 8, "MS Shell Dlg"
  118. BEGIN
  119. LTEXT "&User name:",IDC_CREDLOGIN_S_USERNAME,7,3,46,8
  120. EDITTEXT IDC_CREDLOGIN_E_USERNAME,56,0,142,14,ES_AUTOHSCROLL
  121. LTEXT "&Password:",IDC_CREDLOGIN_S_PASSWORD,7,21,46,8
  122. EDITTEXT IDC_CREDLOGIN_E_PASSWORD,56,18,142,14,ES_PASSWORD | ES_AUTOHSCROLL
  123. LTEXT "&Domain:",IDC_CREDLOGIN_S_DOMAIN,7,49,46,8
  124. COMBOBOX IDC_CREDLOGIN_CB_DOMAIN,56,46,142,55,CBS_DROPDOWN |
  125. CBS_DISABLENOSCROLL | WS_VSCROLL | WS_TABSTOP
  126. END
  127. IDD_SELNODE DIALOG DISCARDABLE 0, 0, 317, 142
  128. STYLE DS_MODALFRAME | WS_POPUP
  129. FONT 8, "MS Shell Dlg"
  130. BEGIN
  131. LTEXT "Enter the name of the computer that will be the first node in the new cluster.",
  132. IDC_SELNODE_S_DESC,21,0,275,16
  133. LTEXT "&Computer name:",IDC_SELNODE_S_COMPUTERNAME,28,23,60,8
  134. EDITTEXT IDC_SELNODE_E_COMPUTERNAME,28,34,160,14,ES_AUTOHSCROLL
  135. PUSHBUTTON "B&rowse...",IDC_SELNODE_PB_BROWSE,191,34,50,14
  136. END
  137. IDD_SELNODES DIALOG DISCARDABLE 0, 0, 317, 142
  138. STYLE DS_MODALFRAME | WS_POPUP
  139. FONT 8, "MS Shell Dlg"
  140. BEGIN
  141. LTEXT "Enter the names of the computers that will be added to the cluster.",
  142. IDC_SELNODE_S_DESC,21,0,275,16
  143. LTEXT "&Computer name:",IDC_SELNODE_S_COMPUTERNAME,21,26,66,8
  144. EDITTEXT IDC_SELNODE_E_COMPUTERNAME,90,23,150,14,ES_AUTOHSCROLL
  145. DEFPUSHBUTTON "B&rowse...",IDC_SELNODE_PB_BROWSE,246,23,50,14
  146. LTEXT "&Selected computers:",IDC_SELNODE_S_NODES,21,44,65,8
  147. LISTBOX IDC_SELNODE_LB_NODES,90,41,150,57,LBS_NOINTEGRALHEIGHT |
  148. WS_VSCROLL | WS_TABSTOP
  149. DEFPUSHBUTTON "&Add",IDC_SELNODE_PB_ADD,246,41,50,14
  150. PUSHBUTTON "Re&move",IDC_SELNODE_PB_REMOVE,246,59,50,14
  151. END
  152. IDD_ANALYZE DIALOGEX 0, 0, 318, 142
  153. STYLE DS_MODALFRAME | WS_POPUP
  154. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  155. BEGIN
  156. LTEXT "",IDC_ANALYZE_S_STATUS,7,86,304,8
  157. CONTROL "Progress1",IDC_ANALYZE_PRG_STATUS,"msctls_progress32",PBS_SMOOTH | WS_BORDER,7,96,304,10
  158. PUSHBUTTON "&View Log...",IDC_ANALYZE_PB_VIEW_LOG,155,109,50,14
  159. PUSHBUTTON "&Details...",IDC_ANALYZE_PB_DETAILS,208,109,50,14
  160. DEFPUSHBUTTON "&Re-analyze",IDC_ANALYZE_PB_REANALYZE,261,109,50,14
  161. LTEXT "",IDC_ANALYZE_S_RESULTS,7,126,304,16
  162. CONTROL "Tree1",IDC_ANALYZE_TV_TASKS,"SysTreeView32",TVS_HASBUTTONS |
  163. TVS_LINESATROOT | TVS_DISABLEDRAGDROP | WS_TABSTOP,
  164. 7,0,304,83,WS_EX_TRANSPARENT
  165. END
  166. IDD_IPADDRESS DIALOG DISCARDABLE 0, 0, 318, 142
  167. STYLE DS_MODALFRAME | WS_POPUP
  168. FONT 8, "MS Shell Dlg"
  169. BEGIN
  170. LTEXT "IP &Address:",IDC_IPADDRESS_S_ADDRESS,21,0,47,8
  171. CONTROL "IPAddress1",IDC_IPADDRESS_IP_ADDRESS,"SysIPAddress32",WS_TABSTOP,21,11,90,14
  172. END
  173. IDD_CSACCOUNT DIALOG DISCARDABLE 0, 0, 318, 142
  174. STYLE DS_MODALFRAME | WS_POPUP
  175. FONT 8, "MS Shell Dlg"
  176. BEGIN
  177. LTEXT "&User name:",IDC_CSACCOUNT_S_USERNAME,7,3,46,8
  178. EDITTEXT IDC_CSACCOUNT_E_USERNAME,56,0,142,14,ES_AUTOHSCROLL
  179. LTEXT "&Password:",IDC_CSACCOUNT_S_PASSWORD,7,21,46,8
  180. EDITTEXT IDC_CSACCOUNT_E_PASSWORD,56,18,142,14,ES_PASSWORD | ES_AUTOHSCROLL
  181. LTEXT "&Domain:",IDC_CSACCOUNT_S_DOMAIN,7,39,46,8
  182. COMBOBOX IDC_CSACCOUNT_CB_DOMAIN,56,36,142,55,CBS_DROPDOWN |
  183. CBS_DISABLENOSCROLL | WS_VSCROLL | WS_TABSTOP
  184. ICON IDI_INFO,IDC_CSACCOUNT_I_LAWARN,7,67,16,16,SS_REALSIZEIMAGE
  185. LTEXT "This account will be given local administrative rights on all nodes of this cluster to allow for proper operation.",
  186. IDC_CSACCOUNT_S_LAWARN,26,65,271,24
  187. END
  188. IDD_SUMMARY DIALOG DISCARDABLE 0, 0, 318, 142
  189. STYLE DS_MODALFRAME | WS_POPUP
  190. FONT 8, "MS Shell Dlg"
  191. BEGIN
  192. LTEXT "Click Next (ERROR).",
  193. IDC_SUMMARY_S_NEXT,7,133,304,8,NOT WS_GROUP
  194. CONTROL "",IDC_SUMMARY_RE_SUMMARY,"RICHEDIT",ES_MULTILINE | ES_NOHIDESEL |
  195. ES_READONLY | WS_BORDER | WS_VSCROLL,7,0,304,113
  196. PUSHBUTTON "&View Log...",IDC_SUMMARY_PB_VIEW_LOG,208,116,50,14
  197. PUSHBUTTON "&Quorum...",IDC_SUMMARY_PB_QUORUM,261,116,50,14
  198. END
  199. IDD_COMMIT DIALOGEX 0, 0, 318, 142
  200. STYLE DS_MODALFRAME | WS_POPUP
  201. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  202. BEGIN
  203. LTEXT "static",IDC_COMMIT_S_STATUS,7,86,304,8
  204. CONTROL "Progress1",IDC_COMMIT_PRG_STATUS,"msctls_progress32",PBS_SMOOTH | WS_BORDER,7,96,304,10
  205. PUSHBUTTON "&View Log...",IDC_COMMIT_PB_VIEW_LOG,155,109,50,14
  206. PUSHBUTTON "&Details...",IDC_COMMIT_PB_DETAILS,208,109,50,14
  207. DEFPUSHBUTTON "&Retry",IDC_COMMIT_PB_RETRY,261,109,50,14,WS_DISABLED
  208. LTEXT "",IDC_COMMIT_S_RESULTS,7,126,304,16
  209. CONTROL "Tree1",IDC_COMMIT_TV_TASKS,"SysTreeView32",TVS_HASBUTTONS |
  210. TVS_LINESATROOT | TVS_DISABLEDRAGDROP | WS_TABSTOP,
  211. 7,0,304,83,WS_EX_TRANSPARENT
  212. END
  213. IDD_COMPLETION DIALOG DISCARDABLE 0, 0, 318, 194
  214. STYLE DS_MODALFRAME | WS_POPUP
  215. FONT 8, "MS Shell Dlg"
  216. BEGIN
  217. LTEXT "completion title (ERROR)",
  218. IDC_COMPLETION_S_TITLE,115,8,193,26,NOT WS_GROUP
  219. LTEXT "completion description (ERROR)",
  220. IDC_COMPLETION_S_DESC,115,40,193,17,NOT WS_GROUP
  221. PUSHBUTTON "&View Log...",IDC_COMPLETION_PB_VIEW_LOG,115,158,50,14
  222. LTEXT "To close this wizard, click Finish.",IDC_COMPLETION_S_NEXT,115,179,193,8,NOT WS_GROUP
  223. END
  224. IDD_DETAILS DIALOGEX 0, 0, 252, 243
  225. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  226. CAPTION "Task Details"
  227. FONT 8, "MS Shell Dlg"
  228. BEGIN
  229. DEFPUSHBUTTON "Close",IDCANCEL,195,222,50,14,WS_VISIBLE | WS_TABSTOP
  230. LTEXT "Da&te:",IDC_DETAILS_S_DATE,7,7,50,8
  231. EDITTEXT IDC_DETAILS_E_DATE,60,7,153,8,ES_AUTOHSCROLL |
  232. ES_READONLY | NOT WS_BORDER
  233. LTEXT "Tim&e:",IDC_DETAILS_S_TIME,7,18,50,8
  234. EDITTEXT IDC_DETAILS_E_TIME,60,18,153,8,ES_AUTOHSCROLL |
  235. ES_READONLY | NOT WS_BORDER
  236. LTEXT "Compu&ter:",IDC_DETAILS_S_COMPUTER,7,29,50,8
  237. EDITTEXT IDC_DETAILS_E_COMPUTER,60,29,153,8,ES_AUTOHSCROLL |
  238. ES_READONLY | NOT WS_BORDER
  239. LTEXT "&Major task ID:",IDC_DETAILS_S_MAJOR_ID,7,40,50,8
  240. EDITTEXT IDC_DETAILS_E_MAJOR_ID,60,40,153,8,ES_AUTOHSCROLL |
  241. ES_READONLY | NOT WS_BORDER
  242. LTEXT "Mino&r task ID:",IDC_DETAILS_S_MINOR_ID,7,51,50,8
  243. EDITTEXT IDC_DETAILS_E_MINOR_ID,60,51,153,8,ES_AUTOHSCROLL |
  244. ES_READONLY | NOT WS_BORDER
  245. PUSHBUTTON "&Previous",IDC_DETAILS_PB_PREV,216,6,29,14,
  246. BS_ICON | WS_VISIBLE | WS_TABSTOP | WS_GROUP
  247. PUSHBUTTON "&Next",IDC_DETAILS_PB_NEXT,216,23,29,14,
  248. BS_ICON | WS_VISIBLE | WS_TABSTOP
  249. PUSHBUTTON "&Copy",IDC_DETAILS_PB_COPY,216,40,29,14,
  250. BS_ICON | WS_VISIBLE | WS_TABSTOP
  251. LTEXT "&Description:",IDC_DETAILS_S_DESCRIPTION,7,69,40,8
  252. CONTROL "",IDC_DETAILS_RE_DESCRIPTION,RICHEDIT_CLASS,WS_VSCROLL |
  253. WS_TABSTOP | 0x844,7,79,238,34,WS_EX_CLIENTEDGE |
  254. ES_EX_NOCALLOLEINIT
  255. LTEXT "&Status:",IDC_DETAILS_S_STATUS,7,120,34,8
  256. EDITTEXT IDC_DETAILS_E_STATUS,44,120,50,8,ES_AUTOHSCROLL |
  257. ES_READONLY | NOT WS_BORDER
  258. ICON "",IDC_DETAILS_I_STATUS,97,118,21,20,SS_REALSIZEIMAGE
  259. CONTROL "",IDC_DETAILS_RE_STATUS,RICHEDIT_CLASS,WS_VSCROLL |
  260. WS_TABSTOP | 0x844,7,130,238,26,WS_EX_CLIENTEDGE |
  261. ES_EX_NOCALLOLEINIT
  262. LTEXT "&Additional information:",IDC_DETAILS_S_REFERENCE,7,163,238,8
  263. CONTROL "",IDC_DETAILS_RE_REFERENCE,RICHEDIT_CLASS,WS_VSCROLL |
  264. WS_TABSTOP | 0x844,7,173,238,42,WS_EX_CLIENTEDGE |
  265. ES_EX_NOCALLOLEINIT
  266. END
  267. IDD_QUORUM DIALOG DISCARDABLE 0, 0, 155, 57
  268. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  269. CAPTION "Cluster Configuration Quorum"
  270. FONT 8, "MS Shell Dlg"
  271. BEGIN
  272. LTEXT "&Quorum resource or type:",IDC_QUORUM_S_QUORUM,7,7,120,8
  273. COMBOBOX IDC_QUORUM_CB_QUORUM,7,18,141,55,CBS_DROPDOWNLIST |
  274. CBS_DISABLENOSCROLL | WS_VSCROLL | WS_TABSTOP
  275. DEFPUSHBUTTON "OK",IDOK,46,35,50,14
  276. PUSHBUTTON "Cancel",IDCANCEL,98,35,50,14
  277. END
  278. /////////////////////////////////////////////////////////////////////////////
  279. //
  280. // DESIGNINFO
  281. //
  282. #ifdef APSTUDIO_INVOKED
  283. GUIDELINES DESIGNINFO DISCARDABLE
  284. BEGIN
  285. IDD_WELCOME_CREATE, DIALOG
  286. BEGIN
  287. LEFTMARGIN, 115
  288. RIGHTMARGIN, 308
  289. TOPMARGIN, 8
  290. BOTTOMMARGIN, 187
  291. HORZGUIDE, 40
  292. HORZGUIDE, 79
  293. HORZGUIDE, 110
  294. HORZGUIDE, 169
  295. END
  296. IDD_WELCOME_ADD, DIALOG
  297. BEGIN
  298. LEFTMARGIN, 115
  299. RIGHTMARGIN, 308
  300. TOPMARGIN, 8
  301. BOTTOMMARGIN, 187
  302. HORZGUIDE, 40
  303. HORZGUIDE, 79
  304. HORZGUIDE, 110
  305. HORZGUIDE, 169
  306. END
  307. IDD_CLUSDOMAIN, DIALOG
  308. BEGIN
  309. LEFTMARGIN, 21
  310. RIGHTMARGIN, 297
  311. VERTGUIDE, 40
  312. VERTGUIDE, 80
  313. BOTTOMMARGIN, 135
  314. HORZGUIDE, 23
  315. HORZGUIDE, 41
  316. HORZGUIDE, 66
  317. HORZGUIDE, 84
  318. HORZGUIDE, 106
  319. END
  320. IDD_CREDLOGIN, DIALOG
  321. BEGIN
  322. LEFTMARGIN, 21
  323. RIGHTMARGIN, 297
  324. VERTGUIDE, 31
  325. VERTGUIDE, 80
  326. VERTGUIDE, 222
  327. BOTTOMMARGIN, 135
  328. HORZGUIDE, 23
  329. HORZGUIDE, 41
  330. HORZGUIDE, 59
  331. END
  332. IDD_SELNODE, DIALOG
  333. BEGIN
  334. LEFTMARGIN, 21
  335. RIGHTMARGIN, 296
  336. BOTTOMMARGIN, 135
  337. HORZGUIDE, 30
  338. END
  339. IDD_SELNODES, DIALOG
  340. BEGIN
  341. LEFTMARGIN, 21
  342. RIGHTMARGIN, 296
  343. VERTGUIDE, 35
  344. VERTGUIDE, 86
  345. VERTGUIDE, 90
  346. VERTGUIDE, 240
  347. VERTGUIDE, 246
  348. BOTTOMMARGIN, 135
  349. HORZGUIDE, 23
  350. HORZGUIDE, 41
  351. HORZGUIDE, 59
  352. END
  353. IDD_ANALYZE, DIALOG
  354. BEGIN
  355. LEFTMARGIN, 7
  356. RIGHTMARGIN, 311
  357. VERTGUIDE, 252
  358. BOTTOMMARGIN, 135
  359. END
  360. IDD_IPADDRESS, DIALOG
  361. BEGIN
  362. LEFTMARGIN, 21
  363. RIGHTMARGIN, 297
  364. VERTGUIDE, 31
  365. VERTGUIDE, 40
  366. VERTGUIDE, 80
  367. BOTTOMMARGIN, 135
  368. HORZGUIDE, 31
  369. HORZGUIDE, 111
  370. END
  371. IDD_IPSUBNET, DIALOG
  372. BEGIN
  373. LEFTMARGIN, 21
  374. RIGHTMARGIN, 297
  375. VERTGUIDE, 31
  376. VERTGUIDE, 80
  377. VERTGUIDE, 169
  378. BOTTOMMARGIN, 135
  379. HORZGUIDE, 23
  380. HORZGUIDE, 41
  381. HORZGUIDE, 64
  382. HORZGUIDE, 82
  383. HORZGUIDE, 97
  384. END
  385. IDD_CSACCOUNT, DIALOG
  386. BEGIN
  387. LEFTMARGIN, 21
  388. RIGHTMARGIN, 297
  389. VERTGUIDE, 31
  390. VERTGUIDE, 80
  391. VERTGUIDE, 222
  392. BOTTOMMARGIN, 135
  393. HORZGUIDE, 31
  394. HORZGUIDE, 49
  395. HORZGUIDE, 67
  396. END
  397. IDD_SUMMARY, DIALOG
  398. BEGIN
  399. LEFTMARGIN, 7
  400. RIGHTMARGIN, 311
  401. BOTTOMMARGIN, 135
  402. HORZGUIDE, 124
  403. HORZGUIDE, 127
  404. END
  405. IDD_COMMIT, DIALOG
  406. BEGIN
  407. LEFTMARGIN, 7
  408. RIGHTMARGIN, 311
  409. VERTGUIDE, 238
  410. VERTGUIDE, 246
  411. BOTTOMMARGIN, 135
  412. HORZGUIDE, 8
  413. HORZGUIDE, 12
  414. HORZGUIDE, 94
  415. HORZGUIDE, 106
  416. HORZGUIDE, 108
  417. HORZGUIDE, 118
  418. HORZGUIDE, 122
  419. HORZGUIDE, 126
  420. END
  421. IDD_COMPLETION, DIALOG
  422. BEGIN
  423. LEFTMARGIN, 115
  424. RIGHTMARGIN, 308
  425. TOPMARGIN, 7
  426. BOTTOMMARGIN, 187
  427. HORZGUIDE, 40
  428. HORZGUIDE, 63
  429. HORZGUIDE, 73
  430. HORZGUIDE, 176
  431. HORZGUIDE, 179
  432. END
  433. IDD_CHECKINGACCESS, DIALOG
  434. BEGIN
  435. LEFTMARGIN, 7
  436. TOPMARGIN, 7
  437. RIGHTMARGIN, 311
  438. BOTTOMMARGIN, 135
  439. END
  440. IDD_DETAILS, DIALOG
  441. BEGIN
  442. LEFTMARGIN, 7
  443. TOPMARGIN, 7
  444. RIGHTMARGIN, 245
  445. BOTTOMMARGIN, 232
  446. END
  447. IDD_QUORUM, DIALOG
  448. BEGIN
  449. LEFTMARGIN, 7
  450. TOPMARGIN, 7
  451. RIGHTMARGIN, 148
  452. BOTTOMMARGIN, 50
  453. END
  454. END
  455. #endif // APSTUDIO_INVOKED
  456. /////////////////////////////////////////////////////////////////////////////
  457. //
  458. // String Table
  459. //
  460. STRINGTABLE DISCARDABLE
  461. BEGIN
  462. IDS_LARGEFONTNAME "Verdana Bold"
  463. IDS_LARGEFONTSIZE "12"
  464. IDS_TITLE_FORM "New Server Cluster Wizard"
  465. IDS_TITLE_JOIN "Add Nodes Wizard"
  466. IDS_TCLUSTER "Cluster Name and Domain"
  467. IDS_STCLUSTER_CREATE "Specify the name of the new server cluster and the domain in which it will be created."
  468. IDS_STCLUSTER_ADD "Specify the name of an existing server cluster and the domain in which the cluster is a member."
  469. IDS_TCHECKINGACCESS "Confirming Access"
  470. IDS_STCHECKINGACCESS "Please wait while your access to the domain is confirmed."
  471. IDS_TCREDLOGIN "Domain Access Denied"
  472. IDS_STCREDLOGIN "Access to the domain was denied. You must enter logon information for accessing the domain you specified."
  473. IDS_TSELNODE "Select Computer"
  474. IDS_STSELNODE "The computer must be a member of the domain you specified."
  475. IDS_TSELNODES "Select Computers"
  476. IDS_STSELNODES "The computers must be a member of the domain you specified."
  477. IDS_TANALYZE "Analyzing Configuration"
  478. IDS_STANALYZE "Please wait while the wizard determines the cluster configuration."
  479. IDS_TIPADDRESS "IP Address"
  480. IDS_STIPADDRESS "Enter an IP address that cluster management tools will use to connect to the cluster."
  481. IDS_TIPADDRESS2 "Subnet Mask Not Detected"
  482. IDS_STIPADDRESS2 "The subnet mask for the specified IP address cannot be automatically detected. You must identify it manually."
  483. IDS_TCSACCOUNT "Cluster Service Account"
  484. IDS_STCSACCOUNT "Enter login information for the domain account under which the cluster service will be run."
  485. IDS_TSUMMARY "Proposed Cluster Configuration"
  486. IDS_STSUMMARY_CREATE "Verify that you want to create a cluster with the following configuration."
  487. IDS_STSUMMARY_ADD "Verify that you want to add nodes to a cluster with the following configuration."
  488. IDS_TCOMMIT_CREATE "Creating the Cluster"
  489. IDS_TCOMMIT_ADD "Adding Nodes to the Cluster"
  490. IDS_STCOMMIT "Please wait while the cluster is configured."
  491. END
  492. STRINGTABLE DISCARDABLE
  493. BEGIN
  494. 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."
  495. 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."
  496. IDS_SUMMARY_NEXT_CREATE "To create a cluster with this configuration, click Next."
  497. IDS_SUMMARY_NEXT_ADD "To add nodes to a cluster with this configuration, click Next."
  498. IDS_COMPLETION_TITLE_CREATE "Completing the New Server Cluster Wizard"
  499. IDS_COMPLETION_TITLE_ADD "Completing the Add Nodes Wizard"
  500. IDS_COMPLETION_DESC_CREATE "You have successfully completed the New Server Cluster Wizard."
  501. IDS_COMPLETION_DESC_ADD "You have successfully completed the Add Nodes Wizard."
  502. IDS_QUERY_CANCEL_TITLE "Are you sure?"
  503. IDS_QUERY_CANCEL_TEXT "Are you sure you want to cancel?"
  504. IDS_TASKS_COMPLETED "Tasks completed."
  505. IDS_ANALYSIS_SUCCESSFUL_INSTRUCTIONS
  506. "Click Next to continue. Click Back to change the configuration."
  507. IDS_ANALYSIS_FAILED_INSTRUCTIONS
  508. "Click Back to change the configuration or click Reanalyze to try again."
  509. IDS_CANNOT_FIND_MATCHING_NETWORK_TITLE
  510. "Find Matching Network"
  511. IDS_CANNOT_FIND_MATCHING_NETWORK_TEXT
  512. "The subnet mask could not be supplied automatically for this IP address. Please check the address to make sure it is correct."
  513. END
  514. STRINGTABLE DISCARDABLE
  515. BEGIN
  516. IDS_ERR_NO_SUCH_DOMAIN_TITLE "No Such Domain"
  517. IDS_ERR_NO_SUCH_DOMAIN_TEXT
  518. "The selected domain could not be located. Please check spelling of the domain name as well as your connection to the network."
  519. IDS_ERR_INVALID_DNS_DOMAIN_NAME_TITLE "Invalid Domain Name"
  520. IDS_ERR_INVALID_DNS_DOMAIN_NAME_TEXT
  521. "The domain name you have entered is not a valid DNS domain name. Please check your entry for any invalid characters."
  522. IDS_ERR_VALIDATING_NAME_TITLE "Error Validating Name"
  523. IDS_ERR_VALIDATING_NAME_TEXT
  524. "An error occurred attempting to validate the '%1!ws!' name."
  525. IDS_ERR_VIEW_LOG_TITLE "Error Viewing Log File"
  526. IDS_ERR_VIEW_LOG_TEXT "An error occurred attempting to view the log file '%1!ws!'."
  527. IDS_ERR_WRITE_CREDENTIAL_TITLE "Authentication Failure"
  528. IDS_ERR_WRITE_CREDENTIAL_TEXT "The credentials you supplied did not pass authentication."
  529. IDS_ERR_INVALID_DNS_NAME_TEXT
  530. "The name you entered does not comply with DNS specifications."
  531. IDS_ERR_FULL_DNS_NAME_INFO_TEXT
  532. "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."
  533. IDS_ERR_DNS_HOSTNAME_LABEL_INFO_TEXT
  534. "Please make sure that the hostname:\n- is no longer than 63 characters and\n- contains no dots."
  535. IDS_ERR_DNS_NAME_INVALID_CHAR
  536. "Please make sure that the DNS name does not contain spaces or any of the following characters:\n{ | } ~ [ \\ ] ^ ' : ; < = > ? @ ! "" # $ % ( ) + / , *"
  537. IDS_ERR_DNS_HOSTNAME_LABEL_NUMERIC
  538. "Please make sure that the hostname does not consist entirely of numeric characters."
  539. IDS_ERR_FULL_DNS_NAME_NUMERIC
  540. "Please make sure that the first label in the fully qualified DNS name does not consist entirely of numeric characters."
  541. IDS_ERR_NON_RFC_NAME_QUERY
  542. "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?"
  543. IDS_ERR_HOST_DOMAIN_DOESNT_MATCH_CLUSTER
  544. "Computers being added to a cluster must be in the same domain as the cluster."
  545. IDS_ERR_INVOKING_LINK_TITLE "Invoke Link Error"
  546. IDS_ERR_INVOKING_LINK_TEXT "An error occurred attempting to invoke the '%1!hs!' link."
  547. END
  548. STRINGTABLE DISCARDABLE
  549. BEGIN
  550. IDS_TASKID_MAJOR_CHECKING_FOR_EXISTING_CLUSTER
  551. "Checking for existing cluster"
  552. IDS_TASKID_MAJOR_ESTABLISH_CONNECTION "Establishing node connection(s)"
  553. IDS_TASKID_MAJOR_CHECK_NODE_FEASIBILITY "Checking node feasibility"
  554. IDS_TASKID_MAJOR_FIND_DEVICES "Finding common resources on nodes"
  555. IDS_TASKID_MAJOR_CHECK_CLUSTER_FEASIBILITY "Checking cluster feasibility"
  556. IDS_TASKID_MAJOR_REANALYZE "Re-analyze cluster"
  557. IDS_TASKID_MAJOR_CONFIGURE_CLUSTER_SERVICES "Configure cluster services"
  558. IDS_TASKID_MAJOR_CONFIGURE_RESOURCE_TYPES "Configure resource types"
  559. IDS_TASKID_MAJOR_CONFIGURE_RESOURCES "Configure resources"
  560. IDS_TASKID_MINOR_CONNECTING_TO_NODES "Connecting to server"
  561. IDS_TASKID_MINOR_CHECKING_NODE_CLUSTER_FEASIBILITY
  562. "Checking node's cluster feasibility"
  563. IDS_TASKID_MINOR_GATHERING_MANAGED_DEVICES "Collecting managed resources"
  564. END
  565. STRINGTABLE DISCARDABLE
  566. BEGIN
  567. IDS_TASK_RETURNED_ERROR "Error 0x%1!08x!: %2!ws!"
  568. IDS_CLUSTERIPADDRESS "Cluster IP Address"
  569. IDS_GROUP_X "Group %1!u!"
  570. IDS_QUORUMRESOURCE "Quorum Resource"
  571. IDS_LOCALQUORUM "Local Quorum"
  572. IDS_NETNAMEFORMAT "Network Name %1!u!"
  573. IDS_IPADDRESSFORMAT "IP Address %1!u!.%2!u!.%3!u!.%4!u!"
  574. IDS_ERR_IPADDRESS_ALREADY_PRESENT_TEXT
  575. "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?"
  576. IDS_ERR_IPADDRESS_ALREADY_PRESENT_TITLE "Duplicate IP Address"
  577. END
  578. STRINGTABLE DISCARDABLE
  579. BEGIN
  580. IDS_TASKID_MINOR_FORMING_NODE "Forming node"
  581. IDS_TASKID_MINOR_JOINING_NODE "Joining node"
  582. IDS_TASKID_MINOR_FOUND_DEVICE "%1!ws! found"
  583. END
  584. STRINGTABLE DISCARDABLE
  585. BEGIN
  586. IDS_TASKID_MINOR_NO_QUORUM_CAPABLE_DEVICE_FOUND
  587. "No quorum capable resource found."
  588. IDS_TASKID_MINOR_CLUSTER_NAME_MISMATCH
  589. "This node is a member of a different cluster '%1!ws!'."
  590. IDS_TASKID_MINOR_FOUND_QUORUM_CAPABLE_DEVICE
  591. "%1!ws! found (quorum capable)"
  592. IDS_TASKID_MINOR_INCONSISTANT_MIDDLETIER_DATABASE
  593. "The cluster configuration wizard database is inconsistent."
  594. IDS_TASKID_MINOR_CLUSTER_NOT_FOUND
  595. "Cluster not found. A cluster must be formed and running in order for nodes to join."
  596. IDS_TASKID_MINOR_EXISTING_CLUSTER_FOUND
  597. "A cluster or node with the name '%1!ws!' was found. You cannot create a new cluster if that name already exists."
  598. IDS_TASKID_MINOR_ERROR_CONTACTING_CLUSTER "Error contacting cluster."
  599. IDS_TASKID_MINOR_CLUSTER_MEMBERSHIP_VERIFIED
  600. "Cluster node membership verified."
  601. IDS_TASKID_MINOR_FORCED_LOCAL_QUORUM
  602. "No sharable quorum resource found. This will form a local quorum cluster."
  603. IDS_TASKID_MINOR_MISSING_COMMON_QUORUM_RESOURCE
  604. "Missing a common quorum resource. A multi-node cluster can not be created."
  605. IDS_TASKID_MINOR_FINDING_COMMON_QUORUM_DEVICE
  606. "Checking if Node %1!ws! has access to the quorum resource."
  607. IDS_TASKID_MINOR_NODE_CANNOT_ACCESS_QUORUM
  608. "Cannot access the quorum resource."
  609. IDS_TASKID_MINOR_MISSING_JOINABLE_QUORUM_RESOURCE
  610. "Quorum resource is not joinable. A multi-node cluster can not be created."
  611. IDS_TASKID_MINOR_FOUND_COMMON_QUORUM_RESOURCE
  612. "Found a resource that is common to all nodes that can be used as a quorum resource."
  613. IDS_TASKID_MINOR_RESOURCE_CAPABILITIES_DONT_MATCH
  614. "The resource capabilities do not match."
  615. IDS_TASKID_MINOR_SELECTED_QUORUM_RESOURCE
  616. "%1!ws! has been selected to be the quorum resource."
  617. IDS_TASKID_MINOR_NO_MANAGED_RESOURCES_FOUND
  618. "No managed resources found on node."
  619. IDS_TASKID_MINOR_NO_MANAGED_NETWORKS_FOUND "No networks found on node."
  620. IDS_TASKID_MINOR_POLLING_CONNECTION_FAILURE
  621. "The polling connection to node has failed."
  622. END
  623. STRINGTABLE DISCARDABLE
  624. BEGIN
  625. IDS_WELCOME_CREATE_REQ_1 "The cluster's domain"
  626. IDS_WELCOME_CREATE_REQ_2 "A cluster name that is unique in the domain"
  627. IDS_WELCOME_CREATE_REQ_3 "The name of the first computer to be added to the cluster"
  628. IDS_WELCOME_CREATE_REQ_4 "A static IP address"
  629. IDS_WELCOME_CREATE_REQ_5 "Logon information for a user account in the domain for the cluster service account"
  630. IDS_WELCOME_ADD_REQ_1 "The names of the computers to be added to the cluster"
  631. IDS_WELCOME_ADD_REQ_2 "The password for the cluster service account"
  632. IDS_ANALYSIS_STARTING_INSTRUCTIONS
  633. "Click Cancel to abort the wizard."
  634. IDS_COMMIT_SUCCESSFUL_INSTRUCTIONS " "
  635. IDS_COMMIT_FAILED_INSTRUCTIONS_BACK_ENABLED
  636. "Click Back to change the configuration or click Retry to try again."
  637. IDS_COMMIT_FAILED_INSTRUCTIONS "Click Cancel to exit the wizard."
  638. IDS_COMMIT_SUCCESSFUL_INSTRUCTIONS_BACK_DISABLED
  639. "Click Cancel to stop the current operation."
  640. IDS_DEFAULT_DETAILS_REFERENCE
  641. "For more information, visit Help and Support Services at http://www.microsoft.com/contentredirect.asp."
  642. // "For more information about configuring clusters, visit the Additional Cluster Configuration Wizard Information topic at hcp://system/MSCS_addinfo.htm."
  643. IDS_DETAILS_CLP_DATE "Date:\t\t"
  644. IDS_DETAILS_CLP_TIME "Time:\t\t"
  645. IDS_DETAILS_CLP_COMPUTER "Computer:\t"
  646. IDS_DETAILS_CLP_MAJOR "Major Task ID:\t"
  647. IDS_DETAILS_CLP_MINOR "Minor Task ID:\t"
  648. IDS_DETAILS_CLP_DESC "Description:"
  649. IDS_DETAILS_CLP_STATUS "Status:\t\t"
  650. IDS_DETAILS_CLP_INFO "Additional Information:"
  651. END
  652. STRINGTABLE DISCARDABLE
  653. BEGIN
  654. IDS_SUMMARY_CLUSTER_NAME "Cluster name:\n %1!ws!\n\n"
  655. 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"
  656. IDS_SUMMARY_CLUSTER_NETWORK "Cluster network:\n"
  657. IDS_SUMMARY_CREDENTIALS "Cluster service account credentials:\n Name:%1!ws!\n Password: ***************\n Domain: %2!ws!\n\n"
  658. IDS_SUMMARY_MEMBERSHIP_BEGIN "Cluster node membership:\n"
  659. IDS_SUMMARY_RESOURCES_BEGIN "Resource configuration:\n"
  660. IDS_SUMMARY_RESOURCE_QUORUM_DEVICE " %1!ws! - Managed - Quorum\n"
  661. IDS_SUMMARY_RESOURCE_MANAGED " %1!ws! - Managed\n"
  662. IDS_SUMMARY_RESOURCE_NOT_MANAGED " %1!ws! - NOT managed\n"
  663. IDS_SUMMARY_RESOURCES_END "\n"
  664. IDS_SUMMARY_NETWORKS_BEGIN "Network configuration:\n"
  665. IDS_SUMMARY_NETWORKS_END "\n"
  666. IDS_SUMMARY_NETWORK_INFO
  667. " %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"
  668. IDS_SUMMARY_NETWORK_PRIVATE "Private"
  669. IDS_SUMMARY_NETWORK_BOTH "Private and Public"
  670. IDS_SUMMARY_NETWORK_NOTUSED "!!! not Private and not Public !!!"
  671. IDS_SUMMARY_NETWORK_PUBLIC "Public"
  672. IDS_SUMMARY_MEMBERSHIP_SEPARATOR " %1!ws!\n"
  673. IDS_SUMMARY_MEMBERSHIP_END "\n"
  674. IDS_ERR_RESOURCE_GATHER_FAILURE_TITLE "Resource enumeration failure"
  675. IDS_ERR_RESOURCE_GATHER_FAILURE_TEXT "Failed to gather quorum-eligible resources."
  676. IDS_ERR_QUORUM_COMMIT_FAILURE_TITLE "Quorum commit failure"
  677. IDS_ERR_QUORUM_COMMIT_FAILURE_TEXT "Failed to commit changes to quorum resources."
  678. END
  679. STRINGTABLE DISCARDABLE
  680. BEGIN
  681. IDS_FORMAT_STATUS "%1!ws!: %2!ws!"
  682. 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!"
  683. IDS_ERR_TGI_FAILED_TRY_TO_REANALYZE
  684. "Gathering the resource information failed. Ensure that your settings are correct and that you have permission to manage this node, and try again."
  685. IDS_ERR_ANALYSIS_FAILED_TRY_TO_REANALYZE
  686. "The analysis had an internal failure. Ensure that your settings are correct and that you have permission to manage this node, and try again."
  687. IDS_TASKID_MINOR_BAD_CREDENTIALS
  688. "The cluster account credentials were not valid on the node."
  689. IDS_TASKID_MINOR_NODES_VERSION_MISMATCH
  690. "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."
  691. IDS_TASKID_MINOR_CHECKINTEROPERABILITY
  692. "Checking cluster and candidate node(s) interoperability."
  693. IDS_TASKID_MINOR_NO_JOINING_NODES_FOUND_FOR_VERSION_CHECK
  694. "No joining nodes were found. Skipping version check."
  695. IDS_TASKID_MINOR_FAILED_TO_CONNECT_TO_NODE
  696. "Connection to the node failed. No resources will be collected."
  697. IDS_TASKID_MINOR_MULTIPLE_DNS_RECORDS_FOUND
  698. "Multiple DNS records found for '%1!ws!'."
  699. IDS_TASKID_MINOR_FQDN_DNS_BINDING_SUCCEEDED
  700. "The DNS record for '%1!ws!' is '%2!ws!'."
  701. IDS_TASKID_MINOR_FQDN_DNS_BINDING_FAILED
  702. "No DNS record found for '%1!ws!'."
  703. IDS_TASKID_MINOR_NETBIOS_NAME_CONVERSION_FAILED
  704. "The conversation of the FQDN DNS name to a NETBIOS name failed."
  705. IDS_TASKID_MINOR_NETBIOS_RESET_FAILED
  706. "The NETBIOS session could not be reset."
  707. IDS_TASKID_MINOR_NETBIOS_BINDING_SUCCEEDED
  708. "The NETBIOS name, '%1!ws!', resolves to '%2!ws!'."
  709. IDS_TASKID_MINOR_NETBIOS_BINDING_FAILED
  710. "No NETBIOS name could be found for '%1!ws!'."
  711. IDS_TASKID_MINOR_NETBIOS_NAME_CONVERSION_SUCCEEDED
  712. "Converted the FQDN '%1!ws!' to the NETBIOS name '%2!ws!'."
  713. END
  714. STRINGTABLE DISCARDABLE
  715. BEGIN
  716. IDS_TASKID_MINOR_FOUND_QUORUM_CAPABLE_RESOURCE
  717. "Found a quorum capable resource"
  718. IDS_TASKID_MINOR_MARKING_QUORUM_CAPABLE_RESOURCE
  719. "Marking a quorum capable resource {%1!ws!} as the quorum resource"
  720. IDS_TASKID_MINOR_DUPLICATE_NETWORKS_FOUND
  721. "A duplicate network was found. This configuration is incompatible. Please reconfigure the networks and try again."
  722. 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!}"
  723. IDS_TASKID_MINOR_NETBIOS_LANAENUM_FAILED
  724. "The NETBIOS LAN adapters could not be enumerated."
  725. IDS_TASKID_MINOR_REMOTE_CONNECTION_REQUESTS
  726. "Requesting remote connections"
  727. IDS_TASKID_MINOR_REQUESTING_REMOTE_CONNECTION
  728. "Requesting a remote connection to %1!ws! with binding string %2!ws!."
  729. IDS_TASKID_MINOR_NODE_ALREADY_IS_MEMBER,
  730. "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."
  731. IDS_TASKID_MINOR_ONLY_ONE_NETWORK
  732. "Only one network adapter found on node. Please add another network adapter to avoid a single point of failure."
  733. IDS_TASKID_MINOR_NO_NODES_TO_PROCESS
  734. "The list of nodes to configure is empty and there is nothing further to do."
  735. END
  736. #endif // English (U.S.) resources
  737. /////////////////////////////////////////////////////////////////////////////
  738. #ifndef APSTUDIO_INVOKED
  739. /////////////////////////////////////////////////////////////////////////////
  740. //
  741. // Generated from the TEXTINCLUDE 3 resource.
  742. //
  743. /////////////////////////////////////////////////////////////////////////////
  744. #endif // not APSTUDIO_INVOKED