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.

1747 lines
92 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. // Generated Help ID header file
  5. #define APSTUDIO_HIDDEN_SYMBOLS
  6. #include "resource.hm"
  7. #undef APSTUDIO_HIDDEN_SYMBOLS
  8. #define APSTUDIO_READONLY_SYMBOLS
  9. /////////////////////////////////////////////////////////////////////////////
  10. //
  11. // Generated from the TEXTINCLUDE 2 resource.
  12. //
  13. #include "afxres.h"
  14. #include <commctrl.h>
  15. /////////////////////////////////////////////////////////////////////////////
  16. #undef APSTUDIO_READONLY_SYMBOLS
  17. /////////////////////////////////////////////////////////////////////////////
  18. // English (U.S.) resources
  19. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  20. #ifdef _WIN32
  21. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  22. #pragma code_page(1252)
  23. #endif //_WIN32
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29. 1 TEXTINCLUDE DISCARDABLE
  30. BEGIN
  31. "resource.h\0"
  32. END
  33. 2 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "#include ""afxres.h""\r\n"
  36. "#include <commctrl.h>\r\n"
  37. END
  38. 3 TEXTINCLUDE DISCARDABLE
  39. BEGIN
  40. "\r\n"
  41. "\0"
  42. END
  43. #endif // APSTUDIO_INVOKED
  44. /////////////////////////////////////////////////////////////////////////////
  45. //
  46. // Bitmap
  47. //
  48. IDB_DSADMIN BITMAP DISCARDABLE "res\\dsa_sm.bmp"
  49. IDB_DSADMIN_LG BITMAP DISCARDABLE "res\\dsa_lg.bmp"
  50. IDB_SITEREPL BITMAP DISCARDABLE "res\\siter_sm.bmp"
  51. IDB_SITEREPL_LG BITMAP DISCARDABLE "res\\siter_lg.bmp"
  52. IDB_BUTTONS BITMAP DISCARDABLE "res\\tools.bmp"
  53. /////////////////////////////////////////////////////////////////////////////
  54. //
  55. // Dialog
  56. //
  57. IDD_CHANGE_PASSWORD DIALOGEX 0, 0, 252, 102
  58. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  59. EXSTYLE WS_EX_CONTEXTHELP
  60. CAPTION "Reset Password"
  61. FONT 8, "MS Shell Dlg"
  62. BEGIN
  63. LTEXT "&New password:",IDC_STATIC,7,10,79,10
  64. EDITTEXT IDC_NEW_PASSWORD,92,7,153,14,ES_PASSWORD |
  65. ES_AUTOHSCROLL
  66. LTEXT "&Confirm password:",IDC_STATIC,7,28,79,10
  67. EDITTEXT IDC_CONFIRM_PASSWORD,92,25,153,14,ES_PASSWORD |
  68. ES_AUTOHSCROLL
  69. CONTROL "&User must change password at next logon",
  70. IDC_CHECK_PASSWORD_MUST_CHANGE,"Button",BS_AUTOCHECKBOX |
  71. BS_LEFT | BS_TOP | BS_MULTILINE | WS_TABSTOP,7,46,237,10
  72. DEFPUSHBUTTON "OK",IDOK,140,81,50,14
  73. PUSHBUTTON "Cancel",IDCANCEL,195,81,50,14
  74. END
  75. IDD_CREATE_NEW_OBJECT_GENERIC_WIZARD DIALOG DISCARDABLE 0, 0, 276, 170
  76. STYLE WS_CHILD | WS_DISABLED | WS_BORDER
  77. FONT 8, "MS Shell Dlg"
  78. BEGIN
  79. ICON IDI_ICON_ATTRIBUTE,IDC_STATIC,7,24,21,20
  80. LTEXT "Attribute name:",IDC_STATIC,34,24,62,8
  81. EDITTEXT IDC_STATIC_ATTRIBUTE_NAME,96,24,149,12,ES_AUTOHSCROLL |
  82. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  83. LTEXT "Attribute type:",IDC_STATIC,34,37,62,8
  84. EDITTEXT IDC_STATIC_ATTRIBUTE_TYPE,96,37,149,12,ES_AUTOHSCROLL |
  85. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  86. EDITTEXT IDC_STATIC_ATTRIBUTE_DESCRIPTION,7,51,238,12,
  87. ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | NOT
  88. WS_TABSTOP
  89. EDITTEXT IDC_EDIT_ATTRIBUTE_VALUE,7,63,167,14,ES_AUTOHSCROLL
  90. COMBOBOX IDC_COMBO_ATTRIBUTE_VALUE,7,63,137,87,CBS_DROPDOWNLIST |
  91. CBS_SORT | NOT WS_VISIBLE | WS_DISABLED | WS_VSCROLL |
  92. WS_TABSTOP
  93. END
  94. IDD_QUERY_FILTER DIALOG DISCARDABLE 0, 0, 252, 190
  95. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  96. CAPTION "Filter Options"
  97. FONT 8, "MS Shell Dlg"
  98. BEGIN
  99. GROUPBOX "Filtering",IDC_STATIC,7,7,238,127
  100. CONTROL "Show &all types of objects",IDC_SHOW_ALL_RADIO,"Button",
  101. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,16,19,208,10
  102. CONTROL "&Show only the following types of objects:",
  103. IDC_SHOW_BUILTIN_RADIO,"Button",BS_AUTORADIOBUTTON |
  104. BS_TOP | BS_MULTILINE,16,32,208,10
  105. CONTROL "&Create custom filter:",IDC_SHOW_CUSTOM_RADIO,"Button",
  106. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,16,113,78,10
  107. LISTBOX IDC_BUILTIN_QUERY_CHECK_LIST,28,44,196,59,
  108. LBS_OWNERDRAWFIXED | LBS_HASSTRINGS |
  109. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  110. PUSHBUTTON "C&ustomize...",IDC_EDIT_CUSTOM_BUTTON,105,111,70,14
  111. LTEXT "&Maximum number of items displayed per folder:",
  112. IDC_STATIC,7,144,157,8
  113. EDITTEXT IDC_MAX_ITEM_COUNT_EDIT,174,142,50,14,ES_AUTOHSCROLL |
  114. ES_NUMBER
  115. DEFPUSHBUTTON "OK",IDOK,140,169,50,14
  116. PUSHBUTTON "Cancel",IDCANCEL,195,169,50,14
  117. END
  118. IDD_SELECT_DC DIALOG DISCARDABLE 0, 0, 248, 175
  119. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  120. CAPTION "Connect to Domain Controller"
  121. FONT 8, "MS Shell Dlg"
  122. BEGIN
  123. LTEXT "&Domain:",IDC_STATIC,7,9,32,10
  124. EDITTEXT IDC_SELECTDC_DOMAIN,45,7,140,14,ES_AUTOHSCROLL
  125. PUSHBUTTON "&Browse...",IDC_SELECTDC_BROWSE,191,7,50,14
  126. EDITTEXT IDC_SELECTDC_DCEDIT_TITLE,7,30,234,14,ES_AUTOHSCROLL |
  127. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  128. LTEXT "&Change to:",IDC_STATIC,7,51,42,8
  129. EDITTEXT IDC_SELECTDC_DCEDIT,59,49,182,14,ES_AUTOHSCROLL
  130. EDITTEXT IDC_SELECTDC_DCLISTVIEW_TITLE,7,73,234,14,ES_AUTOHSCROLL |
  131. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  132. CONTROL "List1",IDC_SELECTDC_DCLISTVIEW,"SysListView32",
  133. LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS |
  134. LVS_SORTASCENDING | LVS_NOLABELWRAP | WS_BORDER |
  135. WS_TABSTOP,7,92,234,50
  136. DEFPUSHBUTTON "OK",IDOK,136,154,50,14
  137. PUSHBUTTON "Cancel",IDCANCEL,191,154,50,14
  138. END
  139. IDD_CREATE_NEW_USER2 DIALOG DISCARDABLE 0, 0, 276, 170
  140. STYLE WS_CHILD | WS_BORDER
  141. FONT 8, "MS Shell Dlg"
  142. BEGIN
  143. ICON "",IDC_STATIC_ICON,7,7,20,20
  144. LTEXT "Create in:",IDC_STATIC,43,12,33,8
  145. EDITTEXT IDC_EDIT_CONTAINER,83,12,160,12,ES_AUTOHSCROLL |
  146. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  147. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,34,
  148. 275,1
  149. LTEXT "&Password:",IDC_STATIC,7,45,34,8
  150. EDITTEXT IDC_EDIT_PASSWORD,100,43,144,14,ES_PASSWORD |
  151. ES_AUTOHSCROLL
  152. LTEXT "&Confirm password:",IDC_STATIC,7,63,58,8
  153. EDITTEXT IDC_EDIT_PASSWORD_CONFIRM,100,61,144,14,ES_PASSWORD |
  154. ES_AUTOHSCROLL
  155. CONTROL "User &must change password at next logon",
  156. IDC_CHECK_PASSWORD_MUST_CHANGE,"Button",BS_AUTOCHECKBOX |
  157. BS_LEFT | BS_TOP | BS_MULTILINE | WS_TABSTOP,7,85,236,10
  158. CONTROL "U&ser cannot change password",
  159. IDC_CHECK_PASSWORD_CANNOT_CHANGE,"Button",
  160. BS_AUTOCHECKBOX | BS_LEFT | BS_TOP | BS_MULTILINE |
  161. WS_TABSTOP,7,100,236,10
  162. CONTROL "Pass&word never expires",
  163. IDC_CHECK_PASSWORD_NEVER_EXPIRES,"Button",
  164. BS_AUTOCHECKBOX | BS_LEFT | BS_TOP | BS_MULTILINE |
  165. WS_TABSTOP,7,115,236,10
  166. CONTROL "Acc&ount is disabled",IDC_CHECK_ACCOUNT_DISABLED,"Button",
  167. BS_AUTOCHECKBOX | BS_LEFT | BS_TOP | BS_MULTILINE |
  168. WS_TABSTOP,7,130,236,10
  169. END
  170. IDD_CREATE_NEW_USER1 DIALOG DISCARDABLE 0, 0, 276, 170
  171. STYLE WS_CHILD | WS_BORDER
  172. FONT 8, "MS Shell Dlg"
  173. BEGIN
  174. ICON "",IDC_STATIC_ICON,7,7,20,20
  175. LTEXT "Create in:",IDC_STATIC,43,12,33,8
  176. EDITTEXT IDC_EDIT_CONTAINER,83,12,160,12,ES_AUTOHSCROLL |
  177. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  178. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,34,
  179. 275,1
  180. LTEXT "&First name:",IDC_STATIC,7,45,66,8
  181. EDITTEXT IDC_EDIT_FIRST_NAME,77,43,89,14,ES_AUTOHSCROLL
  182. LTEXT "&Initials:",IDC_STATIC,179,46,22,8
  183. EDITTEXT IDC_EDIT_INITIALS,207,43,38,14,ES_AUTOHSCROLL
  184. LTEXT "&Last name:",IDC_STATIC,7,63,66,8
  185. EDITTEXT IDC_EDIT_LAST_NAME,77,61,168,14,ES_AUTOHSCROLL
  186. LTEXT "Full n&ame:",IDC_STATIC,7,81,66,8
  187. EDITTEXT IDC_EDIT_FULL_NAME,77,79,168,14,ES_AUTOHSCROLL
  188. LTEXT "&User logon name:",IDC_STATIC,7,103,56,8
  189. EDITTEXT IDC_NT5_USER_EDIT,7,113,117,14,ES_AUTOHSCROLL
  190. COMBOBOX IDC_NT5_DOMAIN_COMBO,128,114,117,62,CBS_DROPDOWNLIST |
  191. WS_VSCROLL | WS_TABSTOP
  192. LTEXT "User logon name (pre-&Windows 2000):",IDC_STATIC,7,134,
  193. 237,8
  194. EDITTEXT IDC_NT4_DOMAIN_EDIT,7,145,117,14,ES_AUTOHSCROLL |
  195. ES_READONLY
  196. EDITTEXT IDC_NT4_USER_EDIT,128,145,117,14,ES_AUTOHSCROLL
  197. END
  198. IDD_CREATE_NEW_PRINTQ DIALOG DISCARDABLE 0, 0, 276, 170
  199. STYLE WS_CHILD | WS_CAPTION | WS_SYSMENU
  200. CAPTION "Create New Print Queue"
  201. FONT 8, "MS Shell Dlg"
  202. BEGIN
  203. ICON "",IDC_STATIC_ICON,7,7,20,20
  204. LTEXT "Create in:",IDC_STATIC,43,12,33,8
  205. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,34,
  206. 275,1
  207. EDITTEXT IDC_EDIT_CONTAINER,83,12,186,12,ES_AUTOHSCROLL |
  208. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  209. LTEXT "Net&work path of the pre-Windows 2000 print share (\\\\server\\share):",
  210. IDC_STATIC,7,42,262,10
  211. EDITTEXT IDC_EDIT_UNC_PATH,7,53,262,14,ES_AUTOHSCROLL
  212. END
  213. IDD_CREATE_NEW_VOLUME DIALOG DISCARDABLE 0, 0, 276, 170
  214. STYLE WS_CHILD | WS_BORDER
  215. FONT 8, "MS Shell Dlg"
  216. BEGIN
  217. LTEXT "N&ame:",IDC_STATIC,7,42,262,8
  218. EDITTEXT IDC_EDIT_OBJECT_NAME,7,52,262,14,ES_AUTOHSCROLL
  219. LTEXT "N&etwork path (\\\\server\\share):",IDC_STATIC,7,76,262,
  220. 8
  221. EDITTEXT IDC_EDIT_UNC_PATH,7,86,262,14,ES_AUTOHSCROLL
  222. ICON "",IDC_STATIC_ICON,7,7,20,20
  223. LTEXT "Create in:",IDC_STATIC,43,12,33,8
  224. EDITTEXT IDC_EDIT_CONTAINER,83,12,186,12,ES_AUTOHSCROLL |
  225. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  226. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,34,
  227. 275,1
  228. END
  229. IDD_CREATE_NEW_OBJECT_CN DIALOG DISCARDABLE 0, 0, 276, 170
  230. STYLE WS_CHILD | WS_BORDER
  231. FONT 8, "MS Shell Dlg"
  232. BEGIN
  233. ICON "",IDC_STATIC_ICON,7,7,20,20
  234. LTEXT "Create in:",IDC_STATIC,43,12,33,8
  235. EDITTEXT IDC_EDIT_CONTAINER,83,12,186,12,ES_AUTOHSCROLL |
  236. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  237. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,34,
  238. 275,1
  239. LTEXT "N&ame:",IDC_STATIC,7,42,236,8
  240. EDITTEXT IDC_EDIT_OBJECT_NAME,7,52,236,14,ES_AUTOHSCROLL
  241. END
  242. IDD_CREATE_NEW_GROUP DIALOG DISCARDABLE 0, 0, 276, 170
  243. STYLE WS_CHILD | WS_BORDER
  244. FONT 8, "MS Shell Dlg"
  245. BEGIN
  246. ICON "",IDC_STATIC_ICON,7,7,20,20
  247. LTEXT "Create in:",IDC_STATIC,43,12,33,8
  248. EDITTEXT IDC_EDIT_CONTAINER,83,12,186,12,ES_AUTOHSCROLL |
  249. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  250. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,34,
  251. 275,1
  252. LTEXT "Group n&ame:",IDC_STATIC,7,42,238,8
  253. EDITTEXT IDC_EDIT_OBJECT_NAME,7,52,238,14,ES_AUTOHSCROLL
  254. LTEXT "Group name (pre-&Windows 2000):",IDC_STATIC,7,75,238,8
  255. EDITTEXT IDC_EDIT_SAM_NAME,7,85,238,14,ES_AUTOHSCROLL
  256. GROUPBOX "Group scope",IDC_STATIC,7,107,114,57
  257. CONTROL "D&omain local",IDC_RADIO_RESOURCE,"Button",
  258. BS_AUTORADIOBUTTON | WS_GROUP,13,121,100,10
  259. CONTROL "&Global",IDC_RADIO_ACCOUNT,"Button",BS_AUTORADIOBUTTON,
  260. 13,134,100,10
  261. CONTROL "&Universal",IDC_RADIO_UNIVERSAL,"Button",
  262. BS_AUTORADIOBUTTON,13,147,100,10
  263. GROUPBOX "Group type",IDC_STATIC,131,107,114,57
  264. CONTROL "&Security",IDC_RADIO_SEC_GROUP,"Button",
  265. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,137,121,100,
  266. 10
  267. CONTROL "&Distribution",IDC_RADIO_DISTRIBUTION_GROUP,"Button",
  268. BS_AUTORADIOBUTTON,137,134,100,10
  269. END
  270. IDD_CREATE_NEW_SITE_LINK DIALOG DISCARDABLE 0, 0, 252, 200
  271. STYLE WS_CHILD | WS_BORDER
  272. FONT 8, "MS Shell Dlg"
  273. BEGIN
  274. ICON "",IDC_STATIC_ICON,7,7,20,20
  275. LTEXT "Create in:",IDC_STATIC,46,12,33,8
  276. EDITTEXT IDC_EDIT_CONTAINER,86,12,141,12,ES_AUTOHSCROLL |
  277. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  278. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,34,
  279. 238,1
  280. LTEXT "N&ame:",IDC_STATIC,16,49,54,8
  281. EDITTEXT IDC_NEW_OBJECT_NAME,76,47,159,13,ES_AUTOHSCROLL
  282. LTEXT "Sites n&ot in this site link:",IDC_STATIC,16,67,100,8
  283. LISTBOX IDC_DUELLING_LB_OUT,16,77,79,100,LBS_SORT |
  284. LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL |
  285. WS_HSCROLL | WS_TABSTOP
  286. PUSHBUTTON "A&dd >>",IDC_DUELLING_RB_ADD,101,108,50,14,WS_DISABLED
  287. PUSHBUTTON "<< &Remove",IDC_DUELLING_RB_REMOVE,101,129,50,14,
  288. WS_DISABLED
  289. LTEXT "&Sites in this site link:",IDC_STATIC,156,67,100,8
  290. LISTBOX IDC_DUELLING_LB_IN,156,77,79,100,LBS_SORT |
  291. LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL |
  292. WS_HSCROLL | WS_TABSTOP
  293. CTEXT "A site link must contain at least two sites.",
  294. IDC_STATIC_MESSAGE,16,185,219,8
  295. END
  296. IDD_CREATE_NEW_SITE_LINK_BRIDGE DIALOG DISCARDABLE 0, 0, 252, 200
  297. STYLE WS_CHILD | WS_BORDER
  298. FONT 8, "MS Shell Dlg"
  299. BEGIN
  300. ICON "",IDC_STATIC_ICON,7,7,20,20
  301. LTEXT "Create in:",IDC_STATIC,46,12,33,8
  302. EDITTEXT IDC_EDIT_CONTAINER,86,12,141,12,ES_AUTOHSCROLL |
  303. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  304. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,34,
  305. 238,1
  306. LTEXT "N&ame:",IDC_STATIC,16,49,54,8
  307. EDITTEXT IDC_NEW_OBJECT_NAME,76,47,159,13,ES_AUTOHSCROLL
  308. LTEXT "Site links n&ot in this site link bridge:",IDC_STATIC,
  309. 16,67,79,18
  310. LISTBOX IDC_DUELLING_LB_OUT,16,87,79,90,LBS_SORT |
  311. LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL |
  312. WS_HSCROLL | WS_TABSTOP
  313. PUSHBUTTON "A&dd >>",IDC_DUELLING_RB_ADD,101,108,50,14,WS_DISABLED
  314. PUSHBUTTON "<< &Remove",IDC_DUELLING_RB_REMOVE,101,129,50,14,
  315. WS_DISABLED
  316. LTEXT "&Site links in this site link bridge:",IDC_STATIC,156,
  317. 67,79,18
  318. LISTBOX IDC_DUELLING_LB_IN,156,87,79,90,LBS_SORT |
  319. LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL |
  320. WS_HSCROLL | WS_TABSTOP
  321. CTEXT "A site link bridge must contain at least two site links.",
  322. IDC_STATIC_MESSAGE,16,185,219,8
  323. END
  324. IDD_CREATE_NEW_FINISH DIALOG DISCARDABLE 0, 0, 276, 170
  325. STYLE WS_CHILD | WS_BORDER
  326. FONT 8, "MS Shell dlg"
  327. BEGIN
  328. ICON "",IDC_STATIC_ICON,7,7,21,20
  329. LTEXT "Create in:",IDC_STATIC,43,12,33,8
  330. EDITTEXT IDC_EDIT_CONTAINER,83,12,186,12,ES_AUTOHSCROLL |
  331. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  332. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,34,
  333. 275,1
  334. LTEXT "When you click Finish, the following object will be created:",
  335. IDC_STATIC,7,42,262,8
  336. EDITTEXT IDC_EDIT_SUMMARY,7,57,262,106,ES_MULTILINE |
  337. ES_AUTOVSCROLL | ES_AUTOHSCROLL | ES_READONLY
  338. END
  339. IDD_CREATE_NEW_CONTACT DIALOG DISCARDABLE 0, 0, 276, 170
  340. STYLE WS_CHILD | WS_BORDER
  341. FONT 8, "MS Shell Dlg"
  342. BEGIN
  343. LTEXT "&First name:",IDC_STATIC,7,45,63,8
  344. EDITTEXT IDC_EDIT_FIRST_NAME,77,43,89,14,ES_AUTOHSCROLL
  345. LTEXT "&Initials:",IDC_STATIC,179,46,22,8
  346. EDITTEXT IDC_EDIT_INITIALS,207,43,38,14,ES_AUTOHSCROLL
  347. LTEXT "&Last name:",IDC_STATIC,7,64,63,8
  348. EDITTEXT IDC_EDIT_LAST_NAME,77,62,168,14,ES_AUTOHSCROLL
  349. LTEXT "F&ull name:",IDC_STATIC,7,83,63,8
  350. EDITTEXT IDC_EDIT_FULL_NAME,77,81,168,14,ES_AUTOHSCROLL
  351. LTEXT "&Display name:",IDC_STATIC,7,102,63,8
  352. EDITTEXT IDC_EDIT_DISP_NAME,77,100,168,14,ES_AUTOHSCROLL
  353. ICON "",IDC_STATIC_ICON,7,7,20,20
  354. LTEXT "Create in:",IDC_STATIC,43,12,33,8
  355. EDITTEXT IDC_EDIT_CONTAINER,83,12,186,12,ES_AUTOHSCROLL |
  356. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  357. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,34,
  358. 275,1
  359. END
  360. IDD_CREATE_NEW_COMPUTER DIALOG DISCARDABLE 0, 0, 276, 170
  361. STYLE WS_CHILD | WS_BORDER
  362. FONT 8, "MS Shell Dlg"
  363. BEGIN
  364. ICON "",IDC_STATIC_ICON,7,7,20,20
  365. LTEXT "Create in:",IDC_STATIC,43,12,33,8
  366. EDITTEXT IDC_EDIT_CONTAINER,83,12,186,12,ES_AUTOHSCROLL |
  367. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  368. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,34,
  369. 275,1
  370. LTEXT "Computer n&ame:",IDC_STATIC,7,42,238,8
  371. EDITTEXT IDC_EDIT_DNS_NAME,7,52,238,14,ES_AUTOHSCROLL
  372. LTEXT "Computer name (&pre-Windows 2000):",IDC_STATIC,7,72,238,
  373. 8
  374. EDITTEXT IDC_EDIT_SAM_NAME,7,83,111,14,ES_UPPERCASE |
  375. ES_AUTOHSCROLL | ES_OEMCONVERT
  376. LTEXT "The following user or group can join this computer to a domain.",
  377. IDC_STATIC,7,106,262,8
  378. LTEXT "&User or group:",IDC_STATIC,7,118,184,8
  379. EDITTEXT IDC_PRINCIPAL_EDIT,7,128,184,14,ES_AUTOHSCROLL |
  380. ES_READONLY | NOT WS_TABSTOP
  381. PUSHBUTTON "&Change...",IDC_CHANGE_PRINCIPAL_BUTTON,195,128,50,14
  382. CONTROL "Allow pre-&Windows 2000 computers to use this account",
  383. IDC_NT4_CHECK,"Button",BS_AUTOCHECKBOX | BS_TOP |
  384. BS_MULTILINE | WS_TABSTOP,7,153,238,10
  385. END
  386. IDD_RENAME_USER DIALOG DISCARDABLE 0, 0, 249, 182
  387. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  388. CAPTION "Rename User"
  389. FONT 8, "MS Shell Dlg"
  390. BEGIN
  391. LTEXT "Full &name:",IDC_STATIC,7,9,60,8
  392. EDITTEXT IDC_EDIT_OBJECT_NAME,72,7,170,14,ES_AUTOHSCROLL
  393. LTEXT "F&irst name:",IDC_STATIC,7,28,60,8
  394. EDITTEXT IDC_FIRST_NAME_EDIT,72,26,170,14,ES_AUTOHSCROLL
  395. LTEXT "&Last name:",IDC_STATIC,7,47,60,8
  396. EDITTEXT IDC_LAST_NAME_EDIT,72,45,170,14,ES_AUTOHSCROLL
  397. LTEXT "Di&splay name:",IDC_STATIC,7,66,60,8
  398. EDITTEXT IDC_EDIT_DISPLAY_NAME,72,64,170,14,ES_AUTOHSCROLL
  399. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,87,
  400. 235,1
  401. LTEXT "&User logon name:",IDC_STATIC,7,93,235,8
  402. EDITTEXT IDC_NT5_USER_EDIT,7,103,114,14,ES_AUTOHSCROLL
  403. COMBOBOX IDC_NT5_DOMAIN_COMBO,125,104,117,62,CBS_DROPDOWNLIST |
  404. CBS_SORT | WS_VSCROLL | WS_TABSTOP
  405. EDITTEXT IDC_NT4_DOMAIN_EDIT,7,134,114,14,ES_AUTOHSCROLL |
  406. ES_READONLY
  407. LTEXT "User logon name (pre-&Windows 2000):",IDC_STATIC,7,124,
  408. 234,8
  409. EDITTEXT IDC_NT4_USER_EDIT,125,134,117,14,ES_AUTOHSCROLL
  410. DEFPUSHBUTTON "OK",IDOK,138,161,50,14
  411. PUSHBUTTON "Cancel",IDCANCEL,192,161,50,14
  412. END
  413. IDD_RENAME_GROUP DIALOG DISCARDABLE 0, 0, 252, 95
  414. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  415. CAPTION "Rename Group"
  416. FONT 8, "MS Shell Dlg"
  417. BEGIN
  418. LTEXT "Group &name:",-1,7,7,42,8
  419. EDITTEXT IDC_EDIT_OBJECT_NAME,7,17,238,14,ES_AUTOHSCROLL
  420. LTEXT "Group name (pre-&Windows 2000):",-1,7,38,238,8
  421. EDITTEXT IDC_NT4_USER_EDIT,7,48,238,14,ES_AUTOHSCROLL
  422. DEFPUSHBUTTON "OK",IDOK,140,74,50,14
  423. PUSHBUTTON "Cancel",IDCANCEL,195,74,50,14
  424. END
  425. IDD_RENAME_CONTACT DIALOG DISCARDABLE 0, 0, 252, 113
  426. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  427. CAPTION "Rename Contact"
  428. FONT 8, "MS Shell Dlg"
  429. BEGIN
  430. LTEXT "F&ull name:",-1,7,9,64,8
  431. EDITTEXT IDC_EDIT_OBJECT_NAME,77,7,168,14,ES_AUTOHSCROLL
  432. LTEXT "&First name:",-1,7,27,64,8
  433. EDITTEXT IDC_FIRST_NAME_EDIT,77,25,168,14,ES_AUTOHSCROLL
  434. LTEXT "&Last name:",-1,7,45,63,8
  435. EDITTEXT IDC_LAST_NAME_EDIT,77,43,168,14,ES_AUTOHSCROLL
  436. LTEXT "&Display name:",-1,7,63,63,8
  437. EDITTEXT IDC_DISP_NAME_EDIT,77,61,168,14,ES_AUTOHSCROLL
  438. DEFPUSHBUTTON "OK",IDOK,140,92,50,14
  439. PUSHBUTTON "Cancel",IDCANCEL,195,92,50,14
  440. END
  441. IDD_MULTIPLE_ERROR DIALOG DISCARDABLE 0, 0, 364, 210
  442. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  443. CAPTION "Active Directory"
  444. FONT 8, "MS Shell Dlg"
  445. BEGIN
  446. PUSHBUTTON "&Yes",IDC_BUTTON_YES,74,177,50,14,BS_NOTIFY
  447. PUSHBUTTON "Yes to &All",IDC_BUTTON_YESTOALL,128,177,50,14,
  448. BS_NOTIFY
  449. DEFPUSHBUTTON "&No",IDC_BUTTON_NO,182,177,50,14,BS_NOTIFY
  450. PUSHBUTTON "&Cancel",IDCANCEL,236,177,50,14,BS_NOTIFY
  451. ICON IDI_INFO,IDC_STATIC,7,7,20,20
  452. LTEXT "Error Text",IDC_STATIC_MESSAGE,35,7,277,163
  453. END
  454. IDD_CREATE_NEW_SITE DIALOG DISCARDABLE 0, 0, 276, 170
  455. STYLE WS_CHILD | WS_BORDER
  456. FONT 8, "MS Shell Dlg"
  457. BEGIN
  458. ICON "",IDC_STATIC_ICON,7,7,21,20
  459. LTEXT "Create in:",IDC_STATIC,41,12,33,8
  460. EDITTEXT IDC_EDIT_CONTAINER,81,13,184,12,ES_AUTOHSCROLL |
  461. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  462. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,6,34,
  463. 259,1
  464. LTEXT "N&ame:",IDC_STATIC,7,47,20,8
  465. EDITTEXT IDC_EDIT_OBJECT_NAME,59,45,206,14,ES_AUTOHSCROLL
  466. LTEXT "&Select a site link object for this site. Site link objects are located in the Sites/Inter-Site Transports container.",
  467. IDC_SITE_TEXT,7,66,229,21
  468. CONTROL "List1",IDC_LINKS,"SysListView32",LVS_REPORT |
  469. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
  470. LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER |
  471. WS_TABSTOP,7,87,258,76
  472. END
  473. IDD_CREATE_NEW_SUBNET DIALOG DISCARDABLE 0, 0, 274, 216
  474. STYLE WS_CHILD | WS_BORDER
  475. FONT 8, "MS Shell Dlg"
  476. BEGIN
  477. ICON "",IDC_STATIC_ICON,7,7,20,20
  478. LTEXT "Create in:",IDC_STATIC,41,12,33,8
  479. EDITTEXT IDC_EDIT_CONTAINER,81,13,184,12,ES_AUTOHSCROLL |
  480. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  481. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,6,34,
  482. 259,1
  483. LTEXT "A&ddress:",IDC_STATIC,7,45,50,8
  484. CONTROL "",IDC_SUBNET_ADDRESS,"SysIPAddress32",WS_TABSTOP,59,43,
  485. 72,14
  486. LTEXT "&Mask:",IDC_STATIC,7,63,50,8
  487. CONTROL "",IDC_SUBNET_MASK,"SysIPAddress32",WS_TABSTOP,59,61,72,
  488. 14
  489. LTEXT "&Name:",IDC_STATIC,7,81,50,8
  490. LTEXT "",IDC_EDIT_OBJECT_NAME,59,81,206,14
  491. LTEXT "Enter the subnet address and mask. This will be automatically translated into a subnet name in the form network/bits-masked.\nExample: address 10.14.209.14 mask 255.255.240.0 becomes subnet 10.14.208.0/20.",
  492. IDC_STATIC,7,95,229,33
  493. LTEXT "&Select a site object for this subnet.",IDC_SITE_TEXT,7,
  494. 138,229,15
  495. CONTROL "List1",IDC_LINKS,"SysListView32",LVS_REPORT |
  496. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
  497. LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER |
  498. WS_TABSTOP,7,155,258,61
  499. END
  500. IDD_MOVE_SERVER DIALOG DISCARDABLE 0, 0, 274, 185
  501. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  502. CAPTION "Move Server"
  503. FONT 8, "MS Shell Dlg"
  504. BEGIN
  505. LTEXT "Select the site that should contain this server:",
  506. IDC_SITE_TEXT,7,10,229,8
  507. CONTROL "List1",IDC_LINKS,"SysListView32",LVS_REPORT |
  508. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
  509. LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER |
  510. WS_TABSTOP,7,30,258,120
  511. DEFPUSHBUTTON "&OK",IDOK,155,160,50,14
  512. PUSHBUTTON "&Cancel",IDCANCEL,215,160,50,14
  513. END
  514. IDD_PASSWORD DIALOG DISCARDABLE 0, 0, 227, 103
  515. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  516. CAPTION "Enter Network Password"
  517. FONT 8, "MS Shell Dlg"
  518. BEGIN
  519. LTEXT "Connection access is denied. Please provide the correct user name and password.",
  520. IDC_STATIC,7,7,213,23
  521. LTEXT "&Connect as:",IDC_STATIC,7,40,42,8
  522. EDITTEXT IDC_USER_NAME,67,37,153,14,ES_AUTOHSCROLL
  523. LTEXT "&Password:",IDC_STATIC,7,59,34,8
  524. EDITTEXT IDC_PASSWORD,67,56,153,14,ES_PASSWORD | ES_AUTOHSCROLL
  525. DEFPUSHBUTTON "OK",IDOK,116,82,50,14
  526. PUSHBUTTON "Cancel",IDCANCEL,170,82,50,14
  527. END
  528. IDD_PROGRESS DIALOG DISCARDABLE 0, 0, 241, 79
  529. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  530. FONT 8, "MS Shell Dlg"
  531. BEGIN
  532. DEFPUSHBUTTON "Cancel",IDCANCEL,96,58,50,14
  533. CONTROL "Progress1",IDC_PROG_BAR,"msctls_progress32",PBS_SMOOTH,
  534. 22,32,196,14
  535. LTEXT "Processing item %1 out of %2...",IDC_PROG_STATIC,22,16,
  536. 193,8
  537. END
  538. IDD_SELECT_DOMAIN DIALOG DISCARDABLE 0, 0, 269, 74
  539. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  540. CAPTION "Connect to Domain"
  541. FONT 8, "MS Shell Dlg"
  542. BEGIN
  543. LTEXT "&Domain:",IDC_SELECTDOMAIN_LABEL,7,9,49,8
  544. EDITTEXT IDC_SELECTDOMAIN_DOMAIN,63,7,143,14,ES_AUTOHSCROLL
  545. PUSHBUTTON "&Browse...",IDC_SELECTDOMAIN_BROWSE,212,7,50,14
  546. CONTROL "&Save this domain setting for the current console",
  547. IDC_SAVE_CURRENT_CHECK,"Button",BS_AUTOCHECKBOX |
  548. BS_MULTILINE | WS_TABSTOP,7,28,224,10
  549. DEFPUSHBUTTON "OK",IDOK,157,52,50,14
  550. PUSHBUTTON "Cancel",IDCANCEL,212,52,50,14
  551. END
  552. IDD_FSMO_PAGE DIALOGEX 0, 0, 252, 218
  553. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP
  554. EXSTYLE WS_EX_CONTEXTHELP
  555. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  556. BEGIN
  557. PUSHBUTTON "&Change...",IDC_CHANGE_FSMO,195,70,50,14
  558. EDITTEXT IDC_EDIT_CURRENT_DC,7,92,238,14,ES_AUTOHSCROLL |
  559. ES_READONLY
  560. LTEXT "",IDC_STATIC_FSMO_DESC,7,7,238,25
  561. LTEXT "To transfer the operations master role to the following computer, click Change.\nThe current operations master is offline. The role cannot be transferred.",
  562. IDC_STATIC_FSMO_STATUS,7,69,177,16
  563. EDITTEXT IDC_EDIT_CURRENT_FSMO_DC,7,48,238,14,ES_AUTOHSCROLL |
  564. ES_READONLY
  565. LTEXT "Operations master:",IDC_STATIC,7,38,238,8
  566. END
  567. IDD_CONFIRM_OPERATION_EXT DIALOG DISCARDABLE 0, 0, 292, 159
  568. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  569. FONT 8, "MS Shell Dlg"
  570. BEGIN
  571. PUSHBUTTON "&Yes",IDYES,173,138,50,14
  572. DEFPUSHBUTTON "&No",IDNO,235,138,50,14
  573. LISTBOX IDC_EXTENS_LIST,7,61,278,65,LBS_OWNERDRAWFIXED |
  574. LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | WS_VSCROLL |
  575. WS_HSCROLL | WS_TABSTOP
  576. LTEXT "",IDC_STATIC_OPERATION,41,7,244,20,SS_CENTERIMAGE
  577. LTEXT "",IDC_STATIC_ASSOC_DATA,7,32,278,24
  578. PUSHBUTTON "Cancel",IDCANCEL,101,138,50,14,NOT WS_VISIBLE | NOT
  579. WS_TABSTOP
  580. ICON IDI_CONFIRM,IDC_STATIC,7,8,20,20
  581. END
  582. IDD_MSGBOX_OKCANCEL_MOREINFO DIALOG DISCARDABLE 0, 0, 282, 87
  583. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  584. CAPTION "Active Directory"
  585. FONT 8, "MS Shell Dlg"
  586. BEGIN
  587. ICON 32515,IDC_STATIC,7,7,21,20
  588. LTEXT "",IDC_STATIC_MESSAGE,35,7,240,50,NOT WS_GROUP
  589. PUSHBUTTON "&OK",IDOK,62,66,50,14,BS_NOTIFY
  590. DEFPUSHBUTTON "&Cancel",IDCANCEL,116,66,50,14,BS_NOTIFY
  591. PUSHBUTTON "&Help",ID_BUTTON_MORE_INFO,170,66,50,14,BS_NOTIFY
  592. END
  593. IDD_MSGBOX_OK_MOREINFO DIALOG DISCARDABLE 0, 0, 227, 87
  594. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  595. CAPTION "Active Directory"
  596. FONT 8, "MS Shell Dlg"
  597. BEGIN
  598. ICON 32515,IDC_STATIC,7,7,21,20
  599. LTEXT "",IDC_STATIC_MESSAGE,35,7,185,50,NOT WS_GROUP
  600. DEFPUSHBUTTON "&OK",IDOK,62,66,50,14,BS_NOTIFY
  601. PUSHBUTTON "&Help",ID_BUTTON_MORE_INFO,116,66,50,14,BS_NOTIFY
  602. END
  603. IDD_RENAME_GENERIC DIALOG DISCARDABLE 0, 0, 250, 68
  604. STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  605. CAPTION "Rename"
  606. FONT 8, "MS Shell Dlg"
  607. BEGIN
  608. LTEXT "New &name:",IDC_STATIC,7,7,37,8
  609. EDITTEXT IDC_EDIT_OBJECT_NAME,7,17,238,14,ES_AUTOHSCROLL
  610. DEFPUSHBUTTON "OK",IDOK,138,46,50,14
  611. PUSHBUTTON "Cancel",IDCANCEL,193,46,50,14
  612. END
  613. IDD_CREATE_NEW_QUERY DIALOGEX 0, 0, 252, 197
  614. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  615. EXSTYLE WS_EX_CONTEXTHELP
  616. CAPTION "New Query"
  617. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  618. BEGIN
  619. LTEXT "&Name:",IDC_STATIC,7,7,238,8
  620. EDITTEXT IDC_NAME_EDIT,7,18,238,14,ES_AUTOHSCROLL,0,
  621. HIDC_NAME_EDIT
  622. LTEXT "&Description:",IDC_STATIC,7,38,238,8
  623. EDITTEXT IDC_DESCRIPTION_EDIT,7,49,238,14,ES_AUTOHSCROLL,0,
  624. HIDC_DESCRIPTION_EDIT
  625. LTEXT "&Query root:",IDC_STATIC,7,70,238,8
  626. EDITTEXT IDC_ROOT_EDIT,7,81,169,14,ES_AUTOHSCROLL | ES_READONLY,0,
  627. HIDC_ROOT_EDIT
  628. PUSHBUTTON "&Browse...",IDC_BROWSE_BUTTON,188,81,57,14,0,0,
  629. HIDC_BROWSE_BUTTON
  630. CONTROL "Include &subcontainers",IDC_MULTI_LEVEL_CHECK,"Button",
  631. BS_AUTOCHECKBOX | WS_TABSTOP,7,103,238,10,0,
  632. HIDC_MULTI_LEVEL_CHECK
  633. LTEXT "Q&uery string:",IDC_STATIC,7,119,238,8
  634. EDITTEXT IDC_QUERY_STRING_EDIT,7,130,174,39,ES_MULTILINE |
  635. ES_AUTOVSCROLL | ES_READONLY,0,HIDC_QUERY_STRING_EDIT
  636. PUSHBUTTON "D&efine Query...",IDC_EDIT_BUTTON,188,130,57,14,0,0,
  637. HIDC_EDIT_BUTTON
  638. DEFPUSHBUTTON "OK",IDOK,124,176,57,14,WS_DISABLED
  639. PUSHBUTTON "Cancel",IDCANCEL,188,176,57,14
  640. END
  641. IDD_MULTISELECT_ERROR_DIALOG DIALOG DISCARDABLE 0, 0, 261, 186
  642. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  643. CAPTION "Title"
  644. FONT 8, "MS Shell Dlg"
  645. BEGIN
  646. LTEXT "Static",IDC_STATIC_MESSAGE,7,7,247,23
  647. CONTROL "List2",IDC_ERROR_LIST,"SysListView32",LVS_REPORT |
  648. LVS_SORTASCENDING | WS_BORDER | WS_TABSTOP,7,35,247,123
  649. DEFPUSHBUTTON "OK",IDOK,204,165,50,14
  650. END
  651. IDD_QUERY_USER_PAGE DIALOGEX 0, 0, 260, 103
  652. STYLE DS_CONTROL | DS_CONTEXTHELP | WS_CHILD
  653. EXSTYLE WS_EX_CONTEXTHELP
  654. FONT 8, "MS Shell Dlg"
  655. BEGIN
  656. LTEXT "Define the variables of your query.",IDC_STATIC,7,7,246,
  657. 8
  658. LTEXT "&Name:",IDC_STATIC,7,19,43,8
  659. COMBOBOX IDC_NAME_COMBO,55,17,68,92,CBS_DROPDOWNLIST | WS_VSCROLL |
  660. WS_TABSTOP,0,HIDC_NAME_COMBO
  661. EDITTEXT IDC_NAME_EDIT,127,17,126,12,ES_AUTOHSCROLL,0,
  662. HIDC_NAME_EDIT
  663. LTEXT "D&escription:",IDC_STATIC,7,35,43,8
  664. COMBOBOX IDC_DESCRIPTION_COMBO,55,33,68,75,CBS_DROPDOWNLIST |
  665. WS_VSCROLL | WS_TABSTOP,0,HIDC_DESCRIPTION_COMBO
  666. EDITTEXT IDC_DESCRIPTION_EDIT,127,33,126,12,ES_AUTOHSCROLL,0,
  667. HIDC_DESCRIPTION_EDIT
  668. CONTROL "Di&sabled accounts",IDC_DISABLED_ACCOUNTS_CHECK,"Button",
  669. BS_AUTOCHECKBOX | WS_TABSTOP,7,50,246,10,0,
  670. HIDC_DISABLED_ACCOUNTS_CHECK
  671. CONTROL "N&on expiring passwords",IDC_NON_EXPIRING_PWD_CHECK,
  672. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,62,246,10,0,
  673. HIDC_NON_EXPIRING_PWD_CHECK
  674. LTEXT "D&ays since last logon:",IDC_STATIC,7,79,70,8,0,0,
  675. HIDC_STATIC
  676. COMBOBOX IDC_LASTLOGON_COMBO,84,77,39,76,CBS_DROPDOWNLIST |
  677. WS_VSCROLL | WS_TABSTOP,0,HIDC_LASTLOGON_COMBO
  678. END
  679. IDD_QUERY_STD_PAGE DIALOGEX 0, 0, 260, 103
  680. STYLE DS_CONTROL | DS_CONTEXTHELP | WS_CHILD
  681. EXSTYLE WS_EX_CONTEXTHELP
  682. FONT 8, "MS Shell Dlg"
  683. BEGIN
  684. LTEXT "Define the variables of your query.",-1,7,7,246,8
  685. LTEXT "&Name:",-1,7,19,43,8
  686. COMBOBOX IDC_NAME_COMBO,55,17,68,92,CBS_DROPDOWNLIST | WS_VSCROLL |
  687. WS_TABSTOP,0,HIDC_NAME_COMBO
  688. EDITTEXT IDC_NAME_EDIT,127,17,126,12,ES_AUTOHSCROLL,0,
  689. HIDC_NAME_EDIT
  690. LTEXT "&Description:",-1,7,35,43,8
  691. COMBOBOX IDC_DESCRIPTION_COMBO,55,33,68,75,CBS_DROPDOWNLIST |
  692. WS_VSCROLL | WS_TABSTOP,0,HIDC_DESCRIPTION_COMBO
  693. EDITTEXT IDC_DESCRIPTION_EDIT,127,33,126,12,ES_AUTOHSCROLL,0,
  694. HIDC_DESCRIPTION_EDIT
  695. END
  696. IDD_FAVORITES_PROPERTY_PAGE DIALOGEX 0, 0, 252, 218
  697. STYLE DS_CONTEXTHELP | WS_CHILD | WS_DISABLED | WS_CAPTION
  698. EXSTYLE WS_EX_CONTEXTHELP
  699. CAPTION "General"
  700. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  701. BEGIN
  702. LTEXT "&Description:",IDC_STATIC,7,42,238,8
  703. EDITTEXT IDC_DESCRIPTION_EDIT,7,52,238,12,ES_AUTOHSCROLL,0,
  704. HIDC_DESCRIPTION_EDIT
  705. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,34,
  706. 238,1
  707. ICON IDI_FAVORITES,IDC_STATIC,7,7,20,20
  708. EDITTEXT IDC_CN,42,12,196,12,ES_AUTOHSCROLL | ES_READONLY | NOT
  709. WS_BORDER
  710. END
  711. IDD_DELETE_DC_COMPUTER DIALOG DISCARDABLE 0, 0, 252, 190
  712. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  713. CAPTION "Deleting Domain Controller"
  714. FONT 8, "MS Shell Dlg"
  715. BEGIN
  716. LTEXT "The NTDS Settings object you want to delete represents Active Directory domain controller %1 in site %2.\n\nWhich of the following statements best describes the reason for deleting this object?",
  717. IDC_DELETE_DC_MAINTEXT,7,10,238,60
  718. CONTROL "I want to demote this domain controller from the domain and continue using it as a computer.",
  719. IDC_DELETE_DC_BADREASON1,"Button",BS_AUTORADIOBUTTON |
  720. BS_TOP | BS_MULTILINE | WS_GROUP,7,80,238,20
  721. CONTROL "I want to restart Active Directory replication for this domain controller.",
  722. IDC_DELETE_DC_BADREASON2,"Button",BS_AUTORADIOBUTTON |
  723. BS_TOP | BS_MULTILINE,7,105,238,20
  724. CONTROL "This domain controller is permanently offline and can no longer be demoted using the Active Directory Installation Wizard (DCPROMO).",
  725. IDC_DELETE_DC_GOODREASON,"Button",BS_AUTORADIOBUTTON |
  726. BS_TOP | BS_MULTILINE,7,130,238,20
  727. DEFPUSHBUTTON "Delete",IDOK,140,169,50,14
  728. PUSHBUTTON "Cancel",IDCANCEL,195,169,50,14
  729. END
  730. IDD_QUERY_COMPUTER_PAGE DIALOGEX 0, 0, 260, 103
  731. STYLE DS_CONTROL | DS_CONTEXTHELP | WS_CHILD
  732. EXSTYLE WS_EX_CONTEXTHELP
  733. FONT 8, "MS Shell Dlg"
  734. BEGIN
  735. LTEXT "Define the variables of your query.",-1,7,7,246,8
  736. LTEXT "&Name:",-1,7,19,43,8
  737. COMBOBOX IDC_NAME_COMBO,55,17,68,92,CBS_DROPDOWNLIST | WS_VSCROLL |
  738. WS_TABSTOP,0,HIDC_NAME_COMBO
  739. EDITTEXT IDC_NAME_EDIT,127,17,126,12,ES_AUTOHSCROLL,0,
  740. HIDC_NAME_EDIT
  741. LTEXT "&Description:",-1,7,35,43,8
  742. COMBOBOX IDC_DESCRIPTION_COMBO,55,33,68,75,CBS_DROPDOWNLIST |
  743. WS_VSCROLL | WS_TABSTOP,0,HIDC_DESCRIPTION_COMBO
  744. EDITTEXT IDC_DESCRIPTION_EDIT,127,33,126,12,ES_AUTOHSCROLL,0,
  745. HIDC_DESCRIPTION_EDIT
  746. CONTROL "Di&sabled accounts",IDC_DISABLED_ACCOUNTS_CHECK,"Button",
  747. BS_AUTOCHECKBOX | WS_TABSTOP,7,50,246,10,0,
  748. HIDC_DISABLED_ACCOUNTS_CHECK
  749. END
  750. /////////////////////////////////////////////////////////////////////////////
  751. //
  752. // Menu
  753. //
  754. IDR_WHATS_THIS_CONTEXT_MENU1 MENU DISCARDABLE
  755. BEGIN
  756. POPUP "1"
  757. BEGIN
  758. MENUITEM "What's This?", IDM_WHATS_THIS
  759. END
  760. END
  761. /////////////////////////////////////////////////////////////////////////////
  762. //
  763. // Icon
  764. //
  765. // Icon with lowest ID value placed first to ensure application icon
  766. // remains consistent on all systems.
  767. IDI_DSADMIN ICON DISCARDABLE "res\\dssnap.ico"
  768. IDI_ICON_ATTRIBUTE ICON DISCARDABLE "res\\attribut.ico"
  769. IDI_SITEREPL ICON DISCARDABLE "res\\siterepl.ico"
  770. IDI_ICON_WAIT ICON DISCARDABLE "res\\wait.ico"
  771. IDI_ICON_WARN ICON DISCARDABLE "res\\warn.ico"
  772. IDI_DSADMIN_ERR ICON DISCARDABLE "res\\dsadmerr.ico"
  773. IDI_CONFIRM ICON DISCARDABLE "res\\qmark.ico"
  774. IDI_SITEREPL_ERR ICON DISCARDABLE "res\\srplerr.ico"
  775. IDI_INFO ICON DISCARDABLE "res\\Info.ico"
  776. IDI_FAVORITES ICON DISCARDABLE "res\\favorites.ico"
  777. IDI_QUERY ICON DISCARDABLE "res\\query.ico"
  778. IDI_QUERY_INVALID ICON DISCARDABLE "res\\query_in.ico"
  779. /////////////////////////////////////////////////////////////////////////////
  780. //
  781. // DESIGNINFO
  782. //
  783. #ifdef APSTUDIO_INVOKED
  784. GUIDELINES DESIGNINFO DISCARDABLE
  785. BEGIN
  786. IDD_CREATE_NEW_OBJECT_GENERIC_WIZARD, DIALOG
  787. BEGIN
  788. RIGHTMARGIN, 252
  789. END
  790. IDD_RENAME_USER, DIALOG
  791. BEGIN
  792. BOTTOMMARGIN, 174
  793. END
  794. IDD_CREATE_NEW_SITE, DIALOG
  795. BEGIN
  796. BOTTOMMARGIN, 163
  797. END
  798. IDD_PROGRESS, DIALOG
  799. BEGIN
  800. LEFTMARGIN, 7
  801. RIGHTMARGIN, 234
  802. TOPMARGIN, 7
  803. BOTTOMMARGIN, 72
  804. END
  805. IDD_FSMO_PAGE, DIALOG
  806. BEGIN
  807. LEFTMARGIN, 7
  808. RIGHTMARGIN, 245
  809. TOPMARGIN, 7
  810. BOTTOMMARGIN, 211
  811. END
  812. IDD_CONFIRM_OPERATION_EXT, DIALOG
  813. BEGIN
  814. LEFTMARGIN, 7
  815. RIGHTMARGIN, 285
  816. TOPMARGIN, 7
  817. BOTTOMMARGIN, 152
  818. END
  819. IDD_MSGBOX_OKCANCEL_MOREINFO, DIALOG
  820. BEGIN
  821. BOTTOMMARGIN, 86
  822. END
  823. IDD_MSGBOX_OK_MOREINFO, DIALOG
  824. BEGIN
  825. BOTTOMMARGIN, 86
  826. END
  827. IDD_RENAME_GENERIC, DIALOG
  828. BEGIN
  829. LEFTMARGIN, 7
  830. RIGHTMARGIN, 243
  831. TOPMARGIN, 7
  832. BOTTOMMARGIN, 61
  833. END
  834. IDD_CREATE_NEW_QUERY, DIALOG
  835. BEGIN
  836. LEFTMARGIN, 7
  837. RIGHTMARGIN, 245
  838. TOPMARGIN, 7
  839. BOTTOMMARGIN, 190
  840. END
  841. IDD_MULTISELECT_ERROR_DIALOG, DIALOG
  842. BEGIN
  843. LEFTMARGIN, 7
  844. RIGHTMARGIN, 254
  845. TOPMARGIN, 7
  846. BOTTOMMARGIN, 179
  847. END
  848. IDD_QUERY_USER_PAGE, DIALOG
  849. BEGIN
  850. LEFTMARGIN, 7
  851. RIGHTMARGIN, 253
  852. TOPMARGIN, 7
  853. BOTTOMMARGIN, 96
  854. END
  855. IDD_QUERY_STD_PAGE, DIALOG
  856. BEGIN
  857. LEFTMARGIN, 7
  858. RIGHTMARGIN, 253
  859. TOPMARGIN, 7
  860. BOTTOMMARGIN, 96
  861. END
  862. IDD_FAVORITES_PROPERTY_PAGE, DIALOG
  863. BEGIN
  864. LEFTMARGIN, 7
  865. RIGHTMARGIN, 245
  866. TOPMARGIN, 7
  867. BOTTOMMARGIN, 211
  868. END
  869. IDD_QUERY_COMPUTER_PAGE, DIALOG
  870. BEGIN
  871. LEFTMARGIN, 7
  872. RIGHTMARGIN, 253
  873. TOPMARGIN, 7
  874. BOTTOMMARGIN, 96
  875. END
  876. END
  877. #endif // APSTUDIO_INVOKED
  878. /////////////////////////////////////////////////////////////////////////////
  879. //
  880. // Dialog Info
  881. //
  882. IDD_QUERY_USER_PAGE DLGINIT
  883. BEGIN
  884. IDC_LASTLOGON_COMBO, 0x403, 1, 0
  885. "\000"
  886. IDC_LASTLOGON_COMBO, 0x403, 3, 0
  887. 0x3033, "\000"
  888. IDC_LASTLOGON_COMBO, 0x403, 3, 0
  889. 0x3036, "\000"
  890. IDC_LASTLOGON_COMBO, 0x403, 3, 0
  891. 0x3039, "\000"
  892. IDC_LASTLOGON_COMBO, 0x403, 4, 0
  893. 0x3231, 0x0030,
  894. IDC_LASTLOGON_COMBO, 0x403, 4, 0
  895. 0x3831, 0x0030,
  896. 0
  897. END
  898. /////////////////////////////////////////////////////////////////////////////
  899. //
  900. // String Table
  901. //
  902. STRINGTABLE DISCARDABLE
  903. BEGIN
  904. IDS_COLUMN_NAME "Name"
  905. IDS_COLUMN_TYPE "Type"
  906. IDS_COLUMN_DESCRIPTION "Description"
  907. IDS_PROVIDER "LDAP://"
  908. IDS_1_CANT_RESET_DOMAIN_CONTROLLER
  909. "Server %2 is a domain controller. You cannot reset the password on this object."
  910. IDS_UPN_DUP "The user logon name you have chosen is already in use in this enterprise.\nChoose another logon name, and then try again."
  911. IDS_ADD_TO_GROUP "Add to a &group..."
  912. IDS_CANT_CREATE_NT5_PRINTERS
  913. "This printer cannot be published. To publish printers on Windows 2000 computers, use the Printers folder."
  914. IDS_GROUP_BUILTIN_LOCAL " - Builtin Local"
  915. IDS_GROUP_DOMAIN_LOCAL " - Domain Local"
  916. IDS_GROUP_GLOBAL " - Global"
  917. IDS_GROUP_UNIVERSAL " - Universal"
  918. IDS_INVALID_ROW "An item was returned from Active Directory for which there is no information available. Contact your system administrator."
  919. END
  920. STRINGTABLE DISCARDABLE
  921. BEGIN
  922. IDS_1_CONTAINER_ADD_SUBTREE
  923. "Object %2 is a container. Do you want to add all users and contacts contained in this object to the selected group?"
  924. IDS_NO_DCS_FOUND "The list of domain controllers for domain %2 is unavailable because:\n%1"
  925. IDS_GROUP_SECURITY "Security Group"
  926. IDS_GROUP_DISTRIBUTION "Distribution Group"
  927. IDS_PASSWORDS_DONT_MATCH "The passwords do not match."
  928. IDS_NAME_CHANGE_FAILED "One of the names cannot be changed because:\n%1Please try again."
  929. IDS_ADDTOGROUP_OPERATION_FAILED
  930. "The Add to Group operation failed or was canceled by the user."
  931. IDS_UPN_SEARCH_FAILED "Windows cannot verify that the user name is unique because the following error occurred while contacting the global catalog:\n%1\nWindows will create this user account, but the user can log on only after the user name is verified to be unique. Make sure the global catalog is available. For more information about troubleshooting this issue, see Windows Help.\n"
  932. IDS_SHEETS_UP_RENAME "You cannot rename an object while a property sheet is active for the object. \nClose all property sheets for this object, and then try again."
  933. IDS_CANT_DELETE_BAD_NEW_OBJECT
  934. "Windows cannot remove the newly created object automatically. Remove it manually or contact your system administrator."
  935. IDS_1_FIND_ERROR "The Find operation resulted in the following error:\n%1"
  936. IDS_DISABLES_FAILED "Windows cannot disable one or more of the selected objects."
  937. IDS_ENABLES_FAILED "Windows cannot enable one or more of the selected objects."
  938. IDS_DELETE "&Delete"
  939. IDS_CREATE_NEW "Create "
  940. END
  941. STRINGTABLE DISCARDABLE
  942. BEGIN
  943. IDS_RESET_ACCOUNT "Reset &Account"
  944. IDS_1_CANT_CREATE_FIND "Windows cannot create the Find dialog box because:\n%1"
  945. IDS_MOVE_TITLE "Move "
  946. IDS_DSSNAPINNAME "Active Directory Users and Computers"
  947. IDM_DS_OBJECT_FIND "F&ind...\nFind objects in the directory."
  948. IDS_SITESNAPINNAME "Active Directory Sites and Services"
  949. IDS_CONFIRM_DELETE "Are you sure you want to delete this object?"
  950. IDS_UNKNOWN "(Unknown)"
  951. IDS_SHEETS_UP_DELETE "This operation cannot be performed because one or more of the\nselected objects have active property sheets. Close the active property sheets, and then try again."
  952. IDS_NAME_TOO_LONG "The name you entered is too long. Names cannot contain more than 64 characters. This name will be shortened to 64 characters."
  953. IDS_HELPLESS "Help is unavailable because:\n%1"
  954. IDS_PASSWORD_MUTEX "You specified that the password should never expire.\nThe user will not be required to change the password at next logon."
  955. IDS_DS_MANAGER "Active Directory Users and Computers"
  956. IDS_SITE_MANAGER "Active Directory Sites and Services"
  957. IDM_VIEW_COMPUTER_HACK "Users, Groups, and &Computers as containers\nDisplays contents of user, group, and computer objects"
  958. END
  959. STRINGTABLE DISCARDABLE
  960. BEGIN
  961. IDM_VIEW_ADVANCED "&Advanced Features\nEnables/disables advanced features and objects"
  962. IDM_VIEW_FILTER_OPTIONS "&Filter Options...\nEdit filter options."
  963. IDS_ENABLED_SUCCESSFULLY "All of the selected user objects are enabled."
  964. IDS_VIEW_FILTER_NO_CUSTOM
  965. "You chose to use a custom filter, but you did not specify one. To specify a custom filter, click Edit Filter."
  966. IDS_DS_MANAGER_EX "Active Directory Users and Computers Extension"
  967. IDS_ERRMSG_TITLE "Active Directory"
  968. IDS_OBJECTS " objects"
  969. IDS_ANY_DOMAIN_CONTROLLER "Any Writable Domain Controller"
  970. IDS_DSCTXNAME "Active Directory Users and Computers Context Menus"
  971. IDS_CHANGE_PASSWORD "Rese&t Password..."
  972. IDS_ENABLE_ACCOUNT "&Enable Account"
  973. IDS_MAP_CERTIFICATES "Name Ma&ppings..."
  974. IDS_DISABLE_ACCOUNT "Di&sable Account"
  975. IDS_MOVE_OBJECT "Mo&ve..."
  976. IDS_COPY_OBJECT "&Copy..."
  977. IDS_CONFIRM_MULTI_DELETE
  978. "Are you sure you want to delete these %d objects?"
  979. END
  980. STRINGTABLE DISCARDABLE
  981. BEGIN
  982. IDS_RENAME "Rena&me"
  983. IDS_ERRMSG_DEFAULT_TEXT "Active Directory failure"
  984. IDS_ERRMSG_FALLBACK_TEXT "Active Directory failure with code '0x%08x'!"
  985. IDS_1_NON_RFC_SITE_NAME "The site name %1 does not conform to Internet standards for naming. Using this name might affect your ability to interoperate with networks using non-Microsoft DNS servers.\nDo you want to use this name anyway?"
  986. IDS_12_INVALID_SAM_COMPUTER_NAME
  987. "The pre-Windows 2000 computer name %2 is not a valid computer name. It may contain illegal characters. Standard names contain letters (a-z, A-Z), numbers (0-9), and hyphens (-), but no spaces or periods (.), and the name may not consist entirely of digits. The error returned was: %1"
  988. IDS_12_SAM_COMPUTER_NAME_DOTTED
  989. "The pre-Windows 2000 computer name %2 contains a period. Specify a computer name that does not contain any periods."
  990. IDS_12_SAM_COMPUTER_NAME_NOT_VALIDATED
  991. "The pre-Windows 2000 computer name %2 is not valid."
  992. IDS_12_NON_RFC_SAM_COMPUTER_NAME
  993. "The pre-Windows 2000 computer name %2 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 might affect your ability to interoperate with other computers, unless your network is using the Microsoft DNS Server.\nDo you want to use this name anyway?"
  994. IDS_12_DELETE_ACCESS_DENIED
  995. "You do not have sufficient privileges to delete %2."
  996. IDS_SAMNAME_DUP "The pre-Windows 2000 logon name you have chosen is already in use in this domain.\nChoose another pre-Windows 2000 logon name, and then try again."
  997. IDS_SAMNAME_ILLEGAL "The pre-Windows 2000 logon name %2 contains one or more of the following illegal characters: / \\ [ ] : ; | = , + * ? < > @ ""\nIf you continue Windows will replace these characters with underscores ('_').\nDo you want to continue?"
  998. IDS_ERRMSG_UNKNOWN_HR "Error 0x%1!08x!"
  999. IDS_LOGINNAME_ILLEGAL "The user logon name %2 contains one or more of the following illegal characters: / \\ [ ] : ; | = , + * ? < > ""\nIf you continue Windows will replace these characters with underscores ('_').\nDo you want to continue?"
  1000. IDS_12_DELETE_PRIMARY_GROUP_FAILED
  1001. "Windows could not delete %2 because it has a member which has this group set as its primary group."
  1002. IDS_WARNING_TDO_DELTEE "Object %1 is a Trusted Domain object. To remove trusts use the Active Directory Domains and Trusts snapin.\nDo you want to continue deleting this object?"
  1003. IDS_1_ERROR_DELETE_CRITOBJ
  1004. "Windows does not allow you to delete this type of object."
  1005. IDS_GROUP_SAMNAME_ILLEGAL
  1006. "The pre-Windows 2000 group name %2 contains one or more of the following illegal characters: / \\ [ ] : ; | = , + * ? < > ""\nIf you continue Windows will replace these characters with underscores ('_').\nDo you want to continue?"
  1007. END
  1008. STRINGTABLE DISCARDABLE
  1009. BEGIN
  1010. IDS_12_RENAME_NOT_ALLOWED
  1011. "You do not have sufficient privileges to rename %2."
  1012. IDS_NEW_COMPUTER_PRINCIPAL_DEFAULT "Default: Domain Admins"
  1013. IDS_COPY_HELPSTRING "Creates a new user, copying information from the selected user."
  1014. IDS_RENAME_HELPSTRING "Renames the current selection."
  1015. IDS_VIEW_FILTER_USERS "Users"
  1016. IDS_VIEW_FILTER_GROUPS "Groups"
  1017. IDS_VIEW_FILTER_CONTACTS "Contacts"
  1018. IDS_VIEW_FILTER_PRINTERS "Printers"
  1019. IDS_VIEW_FILTER_SHARED_FOLDERS "Shared Folders"
  1020. IDS_VIEW_FILTER_COMPUTERS "Computers"
  1021. IDS_VIEW_FILTER_SERVICES "Services"
  1022. IDS_VIEW_FILTER_SITES "Site Topology"
  1023. IDS_VIEW_FILTER_INTERSITE "Inter-Site Topology"
  1024. IDS_VIEW_FILTER_FRS "File Replication Service Topology"
  1025. IDS_SHEETS_UP_COLUMNS_CHANGED
  1026. "The columns were not successfully changed because\none or more objects have property sheets active.\nClose the property sheets, and try again."
  1027. IDM_VIEW_SERVICES_NODE "Show &Services Node\nDisplays/hides the Services node."
  1028. END
  1029. STRINGTABLE DISCARDABLE
  1030. BEGIN
  1031. IDS_12_PASSWORD_DOES_NOT_EXPIRE
  1032. "The password for %2 does not expire and will not be forced to change at next logon."
  1033. IDS_12_PASSWORD_CHANGE_SUCCESSFUL "The password for %2 has been changed."
  1034. END
  1035. STRINGTABLE DISCARDABLE
  1036. BEGIN
  1037. IDS_12_PASSWORD_CHANGE_FAILED
  1038. "Windows cannot complete the password change for %2 because:\n%1"
  1039. IDS_12_USER_OBJECT_NOT_ACCESSABLE
  1040. "Windows cannot access object %2 because:\n%1The object may have been deleted by another administrator in this enterprise."
  1041. IDS_NEW_AND_CONFIRM_NOT_SAME
  1042. "The New and Confirm passwords must match. Please re-type them."
  1043. IDS_12_USER_DISABLED_SUCCESSFULLY "Object %2 has been disabled."
  1044. IDS_12_USER_DISABLE_FAILED "Windows cannot disable object %2 because:\n%1"
  1045. IDS_12_USER_ENABLED_SUCCESSFULLY "Object %2 has been enabled."
  1046. IDS_12_USER_ENABLE_FAILED "Windows cannot enable object %2 because:\n%1"
  1047. IDS_CREATEOBJ "Create a new object..."
  1048. IDM_GEN_TASK_MOVE "Mo&ve...\nMoves the selected object"
  1049. IDS_12_ACCESS_DENIED_SET_PASSWORD
  1050. "The password for %2 cannot be set due to insufficient privileges. Windows will attempt to disable this account. If this attempt fails, the account will become a security risk. Contact an administrator as soon as possible to repair this. Before this user can log on, the password should be set, and the account must be enabled."
  1051. END
  1052. STRINGTABLE DISCARDABLE
  1053. BEGIN
  1054. IDS_12_CONTAINER_NOT_FOUND
  1055. "Object %2 cannot be accessed because:\n%1It may have been removed by another administrator in this enterprise."
  1056. IDS_1_CANT_GET_SCHEMA_CREATE_INFO
  1057. "The directory schema is not accessible because:\n%1For this reason, the New menu may be inaccurate, and extension snap-ins may not work properly."
  1058. IDS_12_NAMING_ATTRIBUTE_NOT_AVAILABLE
  1059. "Selected directory schema information for object type %2 is not available (specifically: Naming Attribute)\nbecause:\n%1You cannot create objects of this class."
  1060. IDS_12_CANT_GET_GUID "Selected directory schema information for object type %2 is not available (specifically: Class GUID)\nbecause:\n%1Extension snap-ins for this object type might not be activated."
  1061. IDS_CANT_GET_ROOTDSE "Naming information cannot be located because: \n%1Contact your system administrator to verify that your domain is properly configured and is currently online."
  1062. IDS_12_COPY_READ_FAILED "Object %2 cannot be copied because:\n%1"
  1063. IDS_12_CANT_SET_PASSWORD
  1064. "Windows cannot set the password for %2 because:\n%1Windows will attempt to re-create the user object. If Windows cannot re-create the user object, contact your system administrator."
  1065. IDS_12_CANT_SET_COMP_PWD
  1066. "Windows cannot set the password for object %2 because:\n%1This computer account will be created, but will be disabled. It will have to be enabled and the account reset before it can be used to join the domain."
  1067. IDS_MOVE_TARGET "&Container to move object to:"
  1068. IDS_SUBNET_NAME "This name is not valid. Subnet names must take the form network/bits-masked.\nFor example: 10.14.208.0/20."
  1069. IDS_COLUMN_SITE "Site"
  1070. IDS_DISPLAYTEXT_NONE "Unknown"
  1071. IDM_GEN_TASK_SELECT_DC "&Connect to Domain Controller...\nChoose a specific domain controller to connect to"
  1072. IDS_1_SCHEMA_NOT_FOUND "Schema information for this object type is not available because:\n %1 This may cause object creation to fail. You should quit and restart this application."
  1073. IDS_12_CANT_GET_USERACCOUNTCONTROL
  1074. "Windows cannot set the requested password restrictions and/or account state for object %2 because:\n%1"
  1075. END
  1076. STRINGTABLE DISCARDABLE
  1077. BEGIN
  1078. IDS_12_OBJECT_RENAME_FAILED
  1079. "Windows cannot complete the rename operation on %2 because:\n%1Name-related properties on this object might now be out of sync. Contact your system administrator."
  1080. IDS_TRUE "True"
  1081. IDS_FALSE "False"
  1082. IDS_SITE_NAME "The site name is not valid. Site names are limited to 63 English characters. A site name can contain letters (a-z, A-Z), numbers (0-9), and hyphens (-). It cannot contain spaces, periods (.), or only numbers."
  1083. END
  1084. STRINGTABLE DISCARDABLE
  1085. BEGIN
  1086. IDS_COLUMN_READABLE_NAME "Readable Name"
  1087. IDS_COLUMN_FROM_SERVER "From Server"
  1088. IDS_COLUMN_FROM_SITE "From Site"
  1089. IDS_CONNECTION_KCC_GENERATED "<automatically generated>"
  1090. IDS_COLUMN_FROM_DOMAIN "From Domain"
  1091. IDS_COLUMN_FROM_COMPUTER "From Computer"
  1092. IDS_COLUMN_COMPUTER "Computer"
  1093. IDS_CONFIRM_PASSWORD "Are you sure you want to reset this computer account?"
  1094. END
  1095. STRINGTABLE DISCARDABLE
  1096. BEGIN
  1097. IDS_COLUMN_COST "Cost"
  1098. IDS_COLUMN_REPLINTERVAL "Replication Interval"
  1099. END
  1100. STRINGTABLE DISCARDABLE
  1101. BEGIN
  1102. IDS_s_CREATE_NEW "New Object - %s"
  1103. IDS_sdd_CREATE_NEW_STEP "New Object %s - Step %d of %d"
  1104. IDS_s_CREATE_NEW_SUMMARY_NAME "Full name: %s\n"
  1105. IDS_s_CREATE_NEW_SUMMARY_USER_UPN "User logon name: %s\n"
  1106. IDS_s_COPY "Copy Object - %s"
  1107. IDS_s_COPY_SUMMARY_NAME "Copy from: %s\n"
  1108. IDS_COPY_OF "Copy of "
  1109. IDS_MULTIPLE_COPY_OF "Copy (%u) of "
  1110. END
  1111. STRINGTABLE DISCARDABLE
  1112. BEGIN
  1113. IDS_12_GENERIC_CREATION_FAILURE
  1114. "Windows cannot create the object %2 because:\n%1"
  1115. IDS_ERR_CANNOT_FIND_MANDATORY_ATTRIBUTES
  1116. "Windows cannot find the information needed to start the wizard."
  1117. IDS_12_UNABLE_TO_WRITE_ACCT_CTRL
  1118. "The account type information for %2 cannot be written because:\n%1This computer object will be created, but will be disabled and may not have the selected permissions. Permissions should be corrected before enabling the computer object. The object will have to be enabled before it can be used to join the domain."
  1119. IDS_ERR_INVALID_DIGIT "The string contains digits that are not valid."
  1120. IDS_2_INVALID_ABSOLUTE_PATH
  1121. "Path %2 is not valid.\nEnter a valid absolute path, starting with a drive letter on the target computer."
  1122. IDS_ERR_s_FAILED_TO_MOVE_OBJECT
  1123. "Windows cannot move the object because: %s"
  1124. IDS_ERR_s_FAILED_TO_RENAME_OBJECT
  1125. "Windows cannot rename the object because: %s"
  1126. END
  1127. STRINGTABLE DISCARDABLE
  1128. BEGIN
  1129. IDS_ERR_s_FAILED_TO_DELETE_OBJECT
  1130. "Windows cannot delete the object because: %s"
  1131. IDS_12_MULTI_OBJECT_HAS_CHILDREN
  1132. "Object %2 is a container and contains other objects. Are you sure you want to delete object %2 and all of the objects in it?\n\nTo delete object %2 and all objects it contains, click Yes.\nTo keep object %2, click No.\nTo delete object %2 and then delete all selected containers without further confirmation, click Yes to All.\nTo cancel the operation, click Cancel."
  1133. IDS_123_COMPUTER_OBJECT_ALREADY_USED
  1134. "Computer object %1 is already assigned to server %2 in site %3. \nAre you sure you want to change it to reference the new server object?"
  1135. IDS_1234_SERVER_REFERENCE_ERROR
  1136. "Server object %3 was created in site %4, but computer %2 cannot be modified to point to \nthe new server object. The following error occurred:\n%1"
  1137. IDS_SKIP_SERVER_REFERENCE
  1138. "Do you want to create a server object without specifying a computer object that points to it?"
  1139. IDS_12_SERVER_REFERENCE_FAILED
  1140. "The following error occurred during the attempt to contact computer %2:\n%1\nThis probably means that the computer object has not yet replicated to all servers. Do you want to create a server object without modifying a computer object to point to it?"
  1141. IDS_12_MULTI_DELETE_FAILED
  1142. "Windows cannot delete object %2 because:\n%1\nDo you want to continue deleting the selected objects?"
  1143. IDS_12_DELETE_FAILED "Windows cannot delete object %2 because:\n%1"
  1144. IDS_12_FAILED_TO_MOVE_OBJECT "Windows cannot move object %2 because:\n%1"
  1145. IDS_12_MULTI_FAILED_TO_MOVE_OBJECT
  1146. "Windows cannot move object %2 because:\n%1Do you want to continue moving the selected objects?"
  1147. IDS_SITELINK_NOT_ENOUGH_SITES
  1148. "Active Directory Sites and Services cannot locate two sites to create a working site link object. You may create a new site link that links only one site, but it will have no effect until it links at least two sites."
  1149. IDS_12_OBJECT_HAS_CHILDREN
  1150. "Object %2 is a container and contains other objects. Are you sure you want to delete object %2 and the objects it contains?\nThis operation could take a long time if %2 contains a large number of objects."
  1151. IDS_12_SUBTREE_DELETE_FAILED
  1152. "The object %2 (or some of the objects it contains) cannot be deleted because:\n%1"
  1153. IDS_SITELINKBRIDGE_NOT_ENOUGH_SITELINKS
  1154. "Active Directory Sites and Services cannot locate two site link objects using the same transport as the site link bridge. You cannot create a site link bridge until there are at least two site links for this transport."
  1155. IDS_NEWSITE_WARNING "You have created a new site without assigning it to a site link. Be sure to publish how this site is connected to other sites in the enterprise by adding or modifying a site link object. Otherwise, communication and replication failures between servers in the new site and servers in the rest of the enterprise will occur."
  1156. END
  1157. STRINGTABLE DISCARDABLE
  1158. BEGIN
  1159. IDS_12_MEMBER_ADD_FAILED
  1160. "Object %2 cannot be added to group %3 because:\n%1"
  1161. IDS_ADDTOGROUP_OPERATION_COMPLETED
  1162. "The Add to Group operation was successfully completed."
  1163. IDS_ADDTOGROUP_OPERATION_PARTIALLY_COMPLETED
  1164. "The Add to Group operation was completed, but some items were not added."
  1165. IDS_SITELINKBRIDGE_NEEDS_TWO_SITELINKS
  1166. "Site link bridge objects must link at least two site link objects."
  1167. IDS_SITELINK_NEEDS_TWO_SITES
  1168. "Site link objects must link at least two sites."
  1169. IDS_12_UNABLE_TO_WRITE_COMP_ACL
  1170. "Permission information specifying who can join object %2 to a domain cannot be written because:\n%1 The computer account will be created but disabled. Before it can be used, the permission to join must be corrected using its Security tab, then the computer account must be enabled."
  1171. IDS_MSG_QUERY_TOO_MANY_ITEMS_WITH_APPROX
  1172. "%u of approximately %i items in the %s folder were retrieved. From the View menu, select Filter Options to change the query parameters or increase the maximum number of items displayed per folder."
  1173. IDS_DESCBAR_TOO_MUCH_DATA " of approximately %i objects"
  1174. IDS_DESCBAR_INVALID_SAVEDQUERY
  1175. " objects. Note: These results may not contain the latest information."
  1176. IDS_RUN_KCC_TITLE "&Check Replication Topology"
  1177. IDS_RUN_KCC_1_SUCCEEDED_LOCAL
  1178. "Active Directory on domain controller %1 has checked the replication topology. You will need to refresh the Sites container to see any new or deleted connections."
  1179. IDS_RUN_KCC_1_PARAMLOAD_ERROR
  1180. "The following error occurred during the attempt to contact the domain controller:\n%1"
  1181. IDS_RUN_KCC_1_FORCESYNC_ERROR
  1182. "The following error occurred during the attempt to check the replication topology:\n%1"
  1183. IDS_HOME_DIR_EXISTS "The %2 home folder was not created because it already exists. The user account has been created with this home folder value but you might want to select a different name, or make sure that the user has full access privileges to the existing one."
  1184. IDS_HOME_DIR_CREATE_FAILED
  1185. "The %2 home folder was not created because the path was not found. This could be caused by listing non-existent intermediate folders or by not finding the server or share. The user account has been created with this home folder value but you must create the home folder manually."
  1186. END
  1187. STRINGTABLE DISCARDABLE
  1188. BEGIN
  1189. IDS_HOME_DIR_CREATE_NO_ACCESS
  1190. "The %2 home folder was not created because you do not have create access on the server. The user account has been created with the new home folder value but you must create this folder manually after obtaining the required access rights."
  1191. IDS_HOME_DIR_CREATE_FAIL
  1192. "The %2 home folder was not created because:\n%1\nThe user account has been created with the new home folder value but you must create the folder manually."
  1193. IDS_CANT_READ_HOME_DIR_SID
  1194. "The %2 home folder was not created because:\n%1\nThe user account has been created with this home folder value but you must create the home folder manually."
  1195. IDS_RUN_KCC_2_SUCCEEDED_REMOTE
  1196. "Active Directory on domain controller %1 has checked the replication topology. Active Directory is currently viewing the connections from domain controller %2. Any new or deleted connections will not be visible until they replicate to domain controller %2."
  1197. END
  1198. STRINGTABLE DISCARDABLE
  1199. BEGIN
  1200. IDS_WARNING_TITLE "Active Directory"
  1201. IDS_12_CANT_GET_DATA "Data from %3 is not available from domain controller %2 because:\n%1Try again later, or choose another domain controller by selecting Connect to Domain Controller on the Domain context menu."
  1202. IDS_SNAPINABOUT_DESCRIPTION
  1203. "Active Directory Users and Computers allows management of users, groups, organizational units, and all other Active Directory objects."
  1204. IDS_SITES_SNAPINABOUT_DESCRIPTION
  1205. "View and manage Sites and Services. Sites define the topology and schedules used for Active Directory replication. Services permits administration of certain enterprise-wide Windows 2000 services."
  1206. IDS_REPLNOW_TITLE "Replicate Now"
  1207. IDS_REPLNOW_SUCCEEDED_IMMEDIATE
  1208. "Active Directory has replicated the connections."
  1209. IDS_REPLNOW_SUCCEEDED_DELAYED
  1210. "One or more of these Active Directory connections are between domain controllers in different sites. Replication across these connections is now in progress."
  1211. IDS_REPLNOW_1_PARAMLOAD_ERROR
  1212. "The following error occurred during the attempt to contact the domain controller %2:\n%1"
  1213. IDS_REPLNOW_3_FORCESYNC_ERROR
  1214. "The following error occurred during the attempt to synchronize naming context %4 from domain controller %3 to domain controller %2:\n%1\nThis operation will not continue."
  1215. IDS_MSG_QUERY_TOO_MANY_ITEMS
  1216. "Some items in the %s folder cannot be displayed. From the View menu, select Filter Options to change the query parameters or increase the maximum number of items displayed per folder."
  1217. IDS_12_FAILED_TO_CREATE_PRINTER
  1218. "A printer queue object for object %2 cannot be created because:\n%1"
  1219. IDS_12_FAILED_TO_ACCESS_PRINTER
  1220. "The newly created printer queue object for object %2 cannot be accessed because:\n%1"
  1221. IDS_12_UNABLE_TO_WRITE_ACL
  1222. "Windows cannot write the permission information for object %2 because:\n%1The account will be created, but will be disabled. Before this account can be used, its permissions must be corrected and it must be enabled."
  1223. IDS_12_CANT_GET_SAM_ACCNT_NAME
  1224. "Windows cannot retrieve the security information for object %2 because:\n%1"
  1225. IDS_12_MULTI_MEMBER_ADD_FAILED
  1226. "Object %2 cannot be added to %3 because:\n%1Do you want to continue adding the selected objects?"
  1227. END
  1228. STRINGTABLE DISCARDABLE
  1229. BEGIN
  1230. IDS_FILTERING_ON " [Filter Activated]"
  1231. IDS_ERR_BOTH_PW_BTNS "You cannot check both User must change password at next logon and User cannot change password for the same user."
  1232. IDS_REPLICATE_NOW "Replicate &Now"
  1233. IDS_CONFIRM_RENAME "Are you sure you want to rename this object?"
  1234. IDS_EXTENS_RENAME "The selected object has other associated objects. Select those associated objects that you also want to rename."
  1235. IDS_STRING "%2"
  1236. IDS_EXTENS_SINGLE_DEL "The selected object has other associated objects. Select those associated objects that you also want to delete."
  1237. IDS_EXTENS_MULTIPLE_DEL "The selected objects have other associated objects. Select those associated objects that you also want to delete."
  1238. IDS_CONFIRM_MOVE "Are you sure you want to move this object?"
  1239. IDS_ERR_FATAL "An error occurred. Contact your system administrator."
  1240. IDS_DISABLED_SUCCESSFULLY
  1241. "All of the selected objects have been disabled."
  1242. IDS_EXTENS_SINGLE_MOVE "The selected object has other objects associated with it. Select those associated objects that you also want to move."
  1243. IDS_CONFIRM_MULTIPLE_MOVE "Move these %d objects?"
  1244. IDS_EXTENS_MULTIPLE_MOVE
  1245. "The selected objects have other associated objects. Select those associated objects that you also want to move."
  1246. IDS_12_RESET_ACCOUNT_FAILED "Account %2 cannot be reset because:\n%1"
  1247. IDS_1_RESET_ACCOUNT_SUCCESSFULL "Account %2 was successfully reset."
  1248. END
  1249. STRINGTABLE DISCARDABLE
  1250. BEGIN
  1251. IDS_NEW_SITE_NAME_COLUMN_WIDTH "250"
  1252. IDS_NEW_SITE_NAME_COLUMN "Link Name"
  1253. IDS_NEW_SITE_XPORT_COLUMN_WIDTH "75"
  1254. IDS_NEW_SITE_XPORT_COLUMN "Transport"
  1255. IDS_CANT_FIND_SITE_LINKS
  1256. "The site link objects cannot be read because:\n%s\nYou may still create a site, but be sure to publish how this site is connected to other sites in the enterprise by adding or modifying a site link object. Otherwise, communication and replication failures between servers in the new site and servers in the rest of the enterprise may occur."
  1257. IDS_ERROR_TWEAKING_SITE_LINK
  1258. "The site cannot be placed in the selected site link because:\n%s\nYou have created a new site without assigning it to a site link.\nBe sure to publish how this site is connected to other sites in the enterprise by adding or modifying a site link object.\nOtherwise, communication and replication failures between servers in the new site and servers in the rest of the enterprise may occur."
  1259. IDS_CREATE_NEW_OBJECT_TITLE "Create New Object"
  1260. IDS_s_CREATE_NEW_OBJECT_NOTICE "Object %s has been successfully created."
  1261. END
  1262. STRINGTABLE DISCARDABLE
  1263. BEGIN
  1264. IDS_SELECTDC_UNMATCHED_DC_DOMAIN_SITEREPL_ANY
  1265. "You are currently administering the forest rooted at domain %1. Do you want to administer the forest rooted at domain %2 by using any writable domain controller?"
  1266. IDS_SELECTDC_INCORRECT_DOMAIN_DUETO
  1267. "The domain name %2 was not validated because:\n%1"
  1268. IDS_SELECTDC_DOWNLEVEL_DOMAIN
  1269. "Cannot connect to a domain controller in the pre-Windows 2000 domain: %1."
  1270. IDS_SELECTDC_INCORRECT_DC_DUETO
  1271. "The domain controller %2 was not validated because:\n%1"
  1272. IDS_SELECTDC_DOWNLEVEL_DC
  1273. "Cannot connect to the pre-Windows 2000 domain controller: %1."
  1274. IDM_GEN_TASK_SELECT_DOMAIN
  1275. "Connect to &Domain...\nSelect a specific domain to manage"
  1276. IDM_GEN_TASK_SELECT_FOREST
  1277. "Connect to Forest...\nSelect a specific forest to manage"
  1278. IDS_SELECTDOMAIN_TITLE_FOREST "Connect to Forest"
  1279. IDS_SELECTDOMAIN_DOMAIN_LABEL "&Root domain:"
  1280. IDS_SELECTDOMAIN_INCORRECT_DOMAIN_DUETO
  1281. "The domain name %2 was not validated because:\n%1"
  1282. IDS_SELECTDOMAIN_DOWNLEVEL_DOMAIN
  1283. "Cannot connect to the pre-Windows 2000 domain: %1."
  1284. IDS_INCORRECT_INPUT "Please correct the data you provided."
  1285. IDM_GEN_TASK_EDIT_FSMO "Operations &Masters...\nDomain operations masters"
  1286. IDS_COLUMN_SITE_NAME "Site Name"
  1287. IDS_NEW_SUBNET_SELECT_SITE
  1288. "Select the site that contains this new subnet."
  1289. IDS_NEW_SITE_SELECT_SITELINK
  1290. "Select a site link that contains this new site."
  1291. END
  1292. STRINGTABLE DISCARDABLE
  1293. BEGIN
  1294. IDM_GEN_TASK_RAISE_VERSION
  1295. "&Raise Domain Functionality...\nAllows you to raise the domain functionality to a level you select."
  1296. END
  1297. STRINGTABLE DISCARDABLE
  1298. BEGIN
  1299. IDS_RETARGET_DC_FAILED "Unable to connect to the domain controller because:\n%1"
  1300. IDS_CANT_BROWSE_DOMAIN "Unable to browse the domain %2 because:\n%1"
  1301. IDS_USER_CREATE_DLG_PASSWORD_MUST_CHANGE
  1302. "The user must change the password at next logon."
  1303. IDS_USER_CREATE_DLG_PASSWORD_CANNOT_CHANGE
  1304. "The user cannot change the password."
  1305. IDS_USER_CREATE_DLG_PASSWORD_NEVER_EXPIRES "The password never expires."
  1306. IDS_USER_CREATE_DLG_ACCOUNT_DISABLED "The account is disabled."
  1307. IDS_LOCAL_LOGIN_ERROR "To manage users and groups on this computer, use Local Users and Groups.\nTo manage users, groups and computers in a domain, log on as a user with domain administration rights.\n"
  1308. IDS_ERROR_USER_EXISTS "Windows cannot create the new user object because the pre-Windows 2000 logon name %2 is already in use. \nSelect another name, and then try again."
  1309. IDS_ERROR_USER_DS_OBJ_STRING_NAME_EXISTS
  1310. "Windows cannot create the new user object because the name %2 is already in use.\nSelect another name, and then try again."
  1311. IDS_NEW_SITE_INFO "Site %1 has been created. To finish configuration of %1:\n\nEnsure that %1 is linked to other sites with site links as appropriate.\n\nAdd subnets for %1 to the Subnets container.\n\nInstall one or more domain controllers in %1, or move existing domain controllers into the site.\n\nSelect the licensing computer for %1.\n\n\nYou will not see this message again until the next time you start Active Directory Sites and Services."
  1312. IDS_COLUMN_DOMAIN "Domain"
  1313. IDS_COMPUTER_CREATE_DLG_NT4_ACCOUNT
  1314. "Allow pre-Windows 2000 computers to use this account"
  1315. IDS_12_USER_LOGGED_IN "The object %1 represents the currently logged-in user. Deleting this object will prevent this user from logging in again. Are you sure you want to delete this object?"
  1316. IDS_ERROR_COMPUTER_EXISTS
  1317. "Windows cannot create the new computer object because the pre-Windows 2000 computer name %2 is already in use. \nSelect another name, and then try again."
  1318. IDS_ERROR_COMPUTER_DS_OBJ_STRING_NAME_EXISTS
  1319. "Windows cannot create the new computer object because the name %2 is already in use.\nSelect another name, and then try again."
  1320. IDS_UPN_SEARCH_FAILED2 "Windows cannot validate the uniqueness of this proposed user name with a global catalog server because:\n%1Windows will rename this user account, but the user can log on only after the user name is verified to be unique. For further assistance, contact your system administrator.\n"
  1321. END
  1322. STRINGTABLE DISCARDABLE
  1323. BEGIN
  1324. IDS_COLUMN_LOCATION "Location"
  1325. IDS_COLUMN_BRIDGEHEAD "Bridgehead"
  1326. IDS_SEPARATOR ", "
  1327. IDS_12_CONTAINS_DC "Do not delete the %2 container object. %2 contains objects representing domain controller %3 and possibly other domain controllers. To delete these objects, demote the domain controllers using the Active Directory Installation Wizard (DCPROMO). If the domain controllers represented by these objects are permanently offline and can no longer be demoted using the Active Directory Installation Wizard (DCPROMO), you must delete them one at a time."
  1328. IDS_CHANGE_FSMO_CHECKPOINT_FAILED_NATIVEMODE
  1329. "This computer is a non-replication partner. Do you want to continue with the transfer?"
  1330. IDS_UPN_SEARCH_FAILED3 "Windows cannot validate the uniqueness of this proposed user name with a global catalog server because the user logon name is either blank or incomplete.\nWindows will rename this user account, but the user can log on only after the user name is verified to be unique. For further assistance, contact your system administrator.\n"
  1331. END
  1332. STRINGTABLE DISCARDABLE
  1333. BEGIN
  1334. IDM_GEN_TASK_RUN_KCC "Check Replication Topology\nCheck Replication Topology"
  1335. IDS_MOVESERVER_ERROR_NO_SITES "No site objects were located."
  1336. IDS_MOVESERVER_ERROR_ENUMERATING_SITES
  1337. "Windows cannot read the list of sites because:\n%s"
  1338. IDS_MOVESERVER_SELECT_SITE
  1339. "Select the site into which you want to move this server."
  1340. IDS_WIZARD_OK "OK"
  1341. IDS_COLUMN_SITE_WIDTH "383"
  1342. IDS_CHANGE_FSMO_CHECKPOINT_FAILED
  1343. "This computer is a non-replication partner. Transferring the PDC role to this computer may cause a full sync on all NT4 BDCs. Do you want to continue with the transfer?"
  1344. END
  1345. STRINGTABLE DISCARDABLE
  1346. BEGIN
  1347. IDS_PASSWORD_DLG_WARNING "Type the user name."
  1348. IDS_WARNING_NO_SITE_LINKS
  1349. "No site link objects were found. You may still create a site, but be sure to publish how this site is connected to other sites in the enterprise by adding or modifying a site link object. Otherwise, communication and replication failures between servers in the new site and servers in the rest of the enterprise may occur."
  1350. IDS_SITELINKERROR_READING_SITES
  1351. "Windows cannot read the site objects because:\n%1"
  1352. END
  1353. STRINGTABLE DISCARDABLE
  1354. BEGIN
  1355. IDS_SITELINK_DLGTEXT_ONE_SITE
  1356. "This new site link will have no effect until it links at least two sites."
  1357. IDS_SITELINKBRIDGEERROR_READING_SITELINKS
  1358. "Windows cannot read the site link objects because:\n%1"
  1359. IDS_NEWSUBNET_WARNING_NO_SITES
  1360. "No site objects were located. You may still create a subnet, but be sure to associate this subnet with a site. Otherwise, computers in this subnet will not be able to identify their correct site."
  1361. IDS_NEWSUBNET_CANT_FIND_SITES
  1362. "Windows cannot read the list of sites because:\n%s\nYou may still create a subnet, but be sure to associate this subnet with a site. Otherwise, computers in this subnet will not be able to identify their correct site."
  1363. IDS_BUTTON_NEW_GROUP "New Group"
  1364. IDS_BUTTON_NEW_USER "New User"
  1365. IDS_TOOLTIP_NEW_USER "Create a new user in the current container."
  1366. IDS_TOOLTIP_NEW_GROUP "Create a new group in the current container."
  1367. IDS_BUTTON_NEW_OU "New OU"
  1368. IDS_TOOLTIP_NEW_OU "Create a new organizational unit in the current container."
  1369. IDS_BUTTON_FILTER "Filter"
  1370. IDS_TOOLTIP_FILTER "Set Filtering options."
  1371. IDS_BUTTON_FIND "Find"
  1372. IDS_TOOLTIP_FIND "Find objects in Active Directory."
  1373. IDS_BUTTON_ADD_MEMBER "Add member"
  1374. IDS_TOOLTIP_ADD_MEMBER "Adds the selected objects to a group you specify."
  1375. END
  1376. STRINGTABLE DISCARDABLE
  1377. BEGIN
  1378. IDS_12_CANT_SET_PWD_MUST_CHANGE
  1379. "The password must change option for object %2 cannot be set because:\n%1This object will be deleted if permissions allow. If permissions do not allow deletion, this object will exist in a disabled state after this wizard is finished. In that case, contact your system administrator to delete this object and review your permission settings in this container."
  1380. IDS_12_CANT_SET_PWD_CANNOT_CHANGE
  1381. "The password cannot change option for object %2 cannot be set for the following reason:\n%1This object will not be created because doing so would result in weakened security."
  1382. IDS_12_CANT_SET_PASSWORD_AD
  1383. "The password for %2 could not be set because:\n%1Contact your system administrator to correct the permissions in this area. This user object will be created disabled. It must be enabled and the password set before it can be used to access the domain."
  1384. IDS_12_CANT_SET_GROUP_MEMBERSHIP
  1385. "Windows cannot set the group membership for %2 because:\n%1"
  1386. IDS_123_CANT_COPY_SOME_GROUP_MEMBERSHIP
  1387. "Windows cannot set the membership of %2 for the following group(s):\n%3\nbecause:%1"
  1388. IDS_123_CANT_COPY_SOME_GROUP_MEMBERSHIP_ACCESS_DENIED
  1389. "Windows cannot set the membership of %2 for the following group(s):\n%3\nbecause:%1Contact your domain administrator to verify that the correct rights are delegated to you to complete this operation."
  1390. IDS_123_CANT_COPY_PRIMARY_GROUP_NOT_FOUND
  1391. "While copying group membership, the group object for the primary group ID was not found. Instead, the Domain Users group was added as the primary group."
  1392. END
  1393. STRINGTABLE DISCARDABLE
  1394. BEGIN
  1395. IDS_NEW_SUBNET "New S&ubnet"
  1396. IDS_NEW_NTDSCONNECTION "New &Active Directory Connection"
  1397. IDS_NEW_SITELINK "New Site &Link"
  1398. IDS_NEW_SITELINKBRIDGE "New Site Link &Bridge"
  1399. IDS_NEW_SITE "New &Site"
  1400. IDS_PROGRESS_DEL "Deleting..."
  1401. IDS_PROGRESS_MOV "Moving..."
  1402. IDS_ERROR "Error"
  1403. IDS_WAITING "Waiting..."
  1404. IDS_SELECTDC_DCEDIT_TITLE "Current Domain Controller: %s"
  1405. IDS_SELECTDC_DCLISTVIEW_TITLE "Available controllers in %s:"
  1406. IDS_SELECTDC_DCLISTVIEW_NAME "Name"
  1407. IDS_SELECTDC_DCLISTVIEW_SITE "Site"
  1408. IDS_SELECTDC_UNMATCHED_DC_DOMAIN
  1409. "Domain controller %3 is in domain %2. You are currently administering domain %1. Do you want to administer %2 by using domain controller %3?"
  1410. IDS_SELECTDC_UNMATCHED_DC_DOMAIN_ANY
  1411. "You are currently administering domain %1. Do you want to administer %2 by using any writable domain controller?"
  1412. IDS_SELECTDC_UNMATCHED_DC_DOMAIN_SITEREPL
  1413. "Domain controller %3 is in the forest rooted at domain %2. You are currently administering the forest rooted at domain %1. Do you want to administer the forest rooted at domain %2 by using domain controller %3?"
  1414. END
  1415. STRINGTABLE DISCARDABLE
  1416. BEGIN
  1417. IDS_RID_POOL_FSMO "RID"
  1418. IDS_RID_POOL_FSMO_DESC "The operations master manages the allocation of RID pools to other domain controllers. Only one server in the domain performs this role."
  1419. IDS_PDC_FSMO "PDC"
  1420. IDS_PDC_FSMO_DESC "The operations master emulates the functions of a primary domain controller for pre-Windows 2000 clients. Only one server in the domain performs this role."
  1421. IDS_INFRASTRUCTURE_FSMO "Infrastructure"
  1422. IDS_INFRASTRUCTURE_FSMO_DESC
  1423. "The infrastructure master ensures consistency of objects for interdomain operations. Only one server in the domain performs this role."
  1424. IDS_WARNING_FSMO_CHANGE_FOCUS
  1425. "The current domain controller is the operations master. To transfer the operations master role to another computer, you must first connect to it."
  1426. IDS_CHANGE_FSMO_CONFIRMATION
  1427. "Are you sure you want to transfer the operations master role?"
  1428. IDS_ERROR_CHANGE_FSMO_OWNER
  1429. "The transfer of the operations master role cannot be performed because:\n%1"
  1430. IDS_CHANGE_FSMO_CONFIRMATION_FORCED
  1431. "%sThe current operations master cannot be contacted to perform the transfer. Under some circumstances, a forced transfer can be performed. Do you want to attempt a forced transfer?"
  1432. IDS_CHANGE_FSMO_SUCCESS "The operations master role was successfully transferred."
  1433. IDS_FSMO_SERVER_ERROR "ERROR"
  1434. IDS_FSMO_SHEET_TITLE "Operations Masters"
  1435. IDS_RETARGET_DOMAIN_FAILED
  1436. "Windows cannot connect to the new domain because:\n%1"
  1437. IDS_RETARGET_FOREST_FAILED
  1438. "Windows cannot connect to the new forest because:\n%1"
  1439. END
  1440. STRINGTABLE DISCARDABLE
  1441. BEGIN
  1442. IDS_NULL_PASSWORD "Windows cannot properly create this user object. The most likely cause is that the current domain or group policy requires a password. Click OK to return to the wizard; then click Back and enter a password."
  1443. IDS_12_INVALID_COMPUTER_NAME
  1444. "Computer name %2 is not a valid computer name. It may contain illegal characters. Standard names contain letters (a-z, A-Z), numbers (0-9), and hyphens (-), but no spaces or periods (.), and the name may not consist entirely of digits. The error returned was: %1"
  1445. IDS_12_NON_RFC_COMPUTER_NAME
  1446. "The computer name %2 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 might affect your ability to interoperate with other computers, unless your network is using the Microsoft DNS Server.\nDo you want to use this name anyway?"
  1447. IDS_12_COMPUTER_NAME_DOTTED
  1448. "Computer name %2 contains a period. Specify a computer name that does not contain any periods."
  1449. IDS_12_DISABLE_COMPUTER_P
  1450. "Disabling the computer account %2 prevents users on that computer from logging on to this domain. Do you want to disable this computer account?"
  1451. IDS_MULTI_DISABLE_COMPUTER
  1452. "Disabling the computer objects that are selected prevents users on these computers from logging on to the domain. Do you want to disable all of these objects?"
  1453. IDS_FORMAT_USER_NAME "%<givenName> %<initials>. %<sn>"
  1454. IDS_ENABLE_ACCOUNT_HELPSTRING
  1455. "Changes the account state (enabled/disabled) for the current selection."
  1456. IDS_DISABLE_ACCOUNT_HELPSTRING
  1457. "Disables the account for the current selection."
  1458. IDS_MAP_CERTS_HELPSTRING "Maps certificates for this account."
  1459. IDS_CHANGE_PWD_HELPSTRING "Resets the password for the current selection."
  1460. IDS_MOVE_OBJECT_HELPSTRING
  1461. "Moves the current selection to another organizational unit."
  1462. IDS_DELETE_OBJECT_HELPSTRING "Deletes the current selection."
  1463. IDS_REPLICATE_HELPSTRING
  1464. "Forces immediate replication with this domain controller."
  1465. IDS_ADD_OBJECTS_HELPSTRING
  1466. "Allows you to add the selected objects to a group you select."
  1467. IDS_OBJECT_PICKER_INIT_FAILED
  1468. "Windows cannot activate the object selection dialog box because:%1Contact your system administrator for assistance."
  1469. END
  1470. STRINGTABLE DISCARDABLE
  1471. BEGIN
  1472. IDS_COLUMN_SAM_ACCOUNT_NAME "Pre-Windows 2000 Logon Name"
  1473. IDS_COLUMN_DISPLAY_NAME "Display Name"
  1474. IDS_COLUMN_FIRST_NAME "First Name"
  1475. IDS_COLUMN_LAST_NAME "Last Name"
  1476. IDS_COLUMN_UPN "User Logon Name"
  1477. IDS_COLUMN_MAIL "E-Mail Address"
  1478. IDS_COLUMN_ALIAS_NAME "Exchange Alias"
  1479. IDS_COLUMN_BUSINESS_PHONE "Business Phone"
  1480. IDS_COLUMN_OFFICE "Office"
  1481. IDS_COLUMN_TITLE "Job Title"
  1482. IDS_COLUMN_DEPARTMENT "Department"
  1483. IDS_COLUMN_MODIFIED "Modified"
  1484. IDS_COLUMN_TARGET_ADDRESS "Target Address"
  1485. IDS_COLUMN_HOME_MDB "Exchange Mailbox Store"
  1486. IDS_COLUMN_TEXTENCODEORADDRESS "X.400 E-Mail Address"
  1487. IDS_COLUMN_COMPANY "Company"
  1488. END
  1489. STRINGTABLE DISCARDABLE
  1490. BEGIN
  1491. IDS_COLUMN_CITY "City"
  1492. IDS_COLUMN_STATE "State"
  1493. IDS_COLUMN_COUNTRY "Country"
  1494. IDS_COLUMN_ZIP_CODE "Zip Code"
  1495. IDS_IFSMO_TARGET_DC_IS_GC
  1496. "%2 is a global catalog (GC) server. The infrastructure operations master role should not be transferred to a GC server. Select another domain controller that is not a GC server.\n\nTo continue, click OK."
  1497. IDS_COLUMN_IMURL "Instant Messaging URL "
  1498. IDS_COLUMN_IMHOMEURL "Instant Messaging Home Server "
  1499. END
  1500. STRINGTABLE DISCARDABLE
  1501. BEGIN
  1502. IDS_ADDTOGROUP_NOUSER "%2 contains no user or contact objects. No objects from %2 will be added."
  1503. IDS_CONNECTION_RENAME_WARNING
  1504. "This connection was automatically generated by the directory service. Changes to this connection will be overwritten unless the object is marked as not automatically generated. Do you wish to mark this connection as not automatically generated?"
  1505. IDS_CONNECTION_RENAME_ERROR
  1506. "The following error occurred during the attempt to mark the connection as not automatically generated:\n%1\nThe connection was not renamed."
  1507. IDS_CONNECTION_TO_SELF "You cannot make a connection from a domain controller to itself. No new connection was created."
  1508. IDS_DUPLICATE_CONNECTION
  1509. "There is already a connection from this source server to that destination server. Are you sure you want to create another connection?"
  1510. IDS_CONNECTION_RENAME_KCCSTRING
  1511. "Connections which are automatically generated by Active Directory are displayed as ""<automatically generated>"" in the Active Directory Sites and Services Snap-in. The real object name is available in the Object tab of the connection's properties. Please do not assign the name ""<automatically generated>"" to a connection."
  1512. END
  1513. STRINGTABLE DISCARDABLE
  1514. BEGIN
  1515. IDM_NEW_QUERY_FOLDER "&Query\nCreate new saved query"
  1516. IDM_NEW_FAVORITES_FOLDER "&Folder\nCreate new folder"
  1517. IDM_EDIT_QUERY "&Edit...\nEdit query"
  1518. IDM_EXPORT_QUERY "Ex&port Query Definition...\nExports the saved query to an XML file"
  1519. IDS_QUERY_EXPORT_FILTER "XML Files (*.xml)|*.xml|All Files (*.*)|*.*||"
  1520. IDM_IMPORT_QUERY "&Import Query Definition...\nImports a query from a saved XML file"
  1521. IDS_ERRMSG_QUERY_ROOT_NOT_VALID
  1522. "Query root %2 is not valid on server %3. Please specify a new and valid query root."
  1523. IDS_ERRMSG_QUERY_FILTER_NOT_VALID
  1524. "The query filter ""%2"" is not a valid query string."
  1525. IDS_ERRMSG_QUERY_FAILED "The query failed to run.\n%1"
  1526. IDS_SAVED_QUERIES "Saved Queries"
  1527. IDS_SAVED_QUERIES_DESC "Folder to store your favorite queries"
  1528. END
  1529. STRINGTABLE DISCARDABLE
  1530. BEGIN
  1531. IDS_QUERY_BROWSE_CAPTION "Select the container you want to search."
  1532. IDS_QUERY_BROWSE_TITLE "Browse"
  1533. IDS_ERRMSG_NO_DSQUERYUI "Windows was unable to load the query builder interface. The query filter box has been enabled so the query can be added manually."
  1534. IDS_ERRMSG_NO_PERSIST_QUERYUI
  1535. "Windows was not able to load the current query filter information into the query builder.\n\nTo replace the existing query filter, click OK."
  1536. IDS_ERRMSG_NOT_UNIQUE_QUERY_NAME
  1537. "The name %s already exists. Please type a new name and click OK."
  1538. IDS_SAVED_QUERIES_EDIT_TITLE "Edit Query"
  1539. IDS_ERRMSG_NOT_UNIQUE_QUERY_NAME_INPLACE "The name %s already exists."
  1540. IDS_ERRMSG_NO_EMPTY_NAMES
  1541. "Names may not consist entirely of whitespace (blanks, tabs, or carriage returns)."
  1542. IDS_HIDE_LASTLOGON_QUERY
  1543. "The query is valid but will not be shown here because it contains values that must be computed when the query is run."
  1544. IDS_ERRMSG_FAILED_LOAD_QUERY
  1545. "The selected file does not contain a valid query definition."
  1546. END
  1547. STRINGTABLE DISCARDABLE
  1548. BEGIN
  1549. IDS_NEW_FOLDER "New Folder"
  1550. IDS_CONFIRM_DELETE_FAVORITES
  1551. "Are you sure you want to delete this folder?"
  1552. IDS_CONFIRM_DELETE_QUERY "Are you sure you want to delete this query?"
  1553. IDS_CONFIRM_MULTI_DELETE_FAVORITES
  1554. "Are you sure you want to delete the %d selected folders and the %d selected queries?"
  1555. END
  1556. STRINGTABLE DISCARDABLE
  1557. BEGIN
  1558. IDS_QUERY_TITLE_SAVEDQUERYFORM "Common Queries"
  1559. IDS_QUERY_TITLE_USERPAGE "Users"
  1560. IDS_QUERY_TITLE_GROUP_PAGE "Groups"
  1561. IDS_QUERY_TITLE_COMPUTER_PAGE "Computers"
  1562. IDS_NOT_VALID_LDAP_STRING
  1563. "The constructed query is a valid query but does not have a valid LDAP query associated with it."
  1564. END
  1565. STRINGTABLE DISCARDABLE
  1566. BEGIN
  1567. IDS_DELETE_DC_COMPUTERACCOUNT
  1568. "The computer object you want to delete represents Active Directory domain controller %1.\n\nWhich of the following statements best describes the reason for deleting this object?"
  1569. IDC_DELETE_DC_BADREASON1
  1570. "Deleting this object directly should only be used to delete a domain controller that is permanently offline. Use the Active Directory Installation Wizard (DCPROMO) to demote a domain controller that is still functioning."
  1571. IDC_DELETE_DC_BADREASON2
  1572. "Deleting this object is not required to manage Active Directory replication and may inhibit its operation. Please see your Active Directory documentation for more information on managing Active Directory replication."
  1573. END
  1574. STRINGTABLE DISCARDABLE
  1575. BEGIN
  1576. IDS_QUERY_COL_NAME "Name"
  1577. IDS_QUERY_COL_DESC "Description"
  1578. END
  1579. STRINGTABLE DISCARDABLE
  1580. BEGIN
  1581. IDS_STARTSWITH "Starts with"
  1582. IDS_ENDSWITH "Ends with"
  1583. IDS_ISEXACTLY "Is (exactly)"
  1584. IDS_ISNOT "Is not"
  1585. IDS_PRESENT "Has a value"
  1586. IDS_NOTPRESENT "Has no value"
  1587. END
  1588. STRINGTABLE DISCARDABLE
  1589. BEGIN
  1590. IDS_MULTI_ADDTOGROUP_ERROR_CAPTION
  1591. "Multiple errors occurred while trying to add the selected objects to the group."
  1592. IDS_MULTI_DELETE_ERROR_CAPTION
  1593. "Multiple errors occurred while trying to delete the selected objects."
  1594. IDS_MULTI_MOVE_ERROR_CAPTION
  1595. "Multiple errors occurred while trying to move the selected objects."
  1596. END
  1597. STRINGTABLE DISCARDABLE
  1598. BEGIN
  1599. IDS_ERR_MSG_NO_MOVE_TO_SELF
  1600. "The source and the destination of the move operation cannot be the same object. Would you like to select another destination?"
  1601. IDS_CONTAINS_CRITICALSYSOBJ
  1602. "Windows cannot delete %2 because it contains the critical system object %3.\nIf you want to delete this container, you must first use Find to locate %3 and delete it or move it to another container. If objects are still not available for deletion go to the view menu and check ""Users, Groups, and Computers as containers"" and ""Advanced Features"". "
  1603. IDS_NO_CREATION_WIZARD "A creation wizard for this object type could not be found. A generic creation wizard will be used instead. The object that is created may not be useful to the application that normally creates these objects."
  1604. END
  1605. STRINGTABLE DISCARDABLE
  1606. BEGIN
  1607. IDS_FILTER_LAST_LOGON_VERSION
  1608. "Windows could not run this query because you are connected to a domain that does not support this query."
  1609. END
  1610. #endif // English (U.S.) resources
  1611. /////////////////////////////////////////////////////////////////////////////
  1612. #ifndef APSTUDIO_INVOKED
  1613. /////////////////////////////////////////////////////////////////////////////
  1614. //
  1615. // Generated from the TEXTINCLUDE 3 resource.
  1616. //
  1617. /////////////////////////////////////////////////////////////////////////////
  1618. #endif // not APSTUDIO_INVOKED