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.

2366 lines
89 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. /////////////////////////////////////////////////////////////////////////////
  15. #undef APSTUDIO_READONLY_SYMBOLS
  16. /////////////////////////////////////////////////////////////////////////////
  17. // English (U.S.) resources
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23. #ifdef APSTUDIO_INVOKED
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // TEXTINCLUDE
  27. //
  28. 1 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "resource.h\0"
  31. END
  32. 2 TEXTINCLUDE DISCARDABLE
  33. BEGIN
  34. "#include ""afxres.h""\r\n"
  35. "\0"
  36. END
  37. 3 TEXTINCLUDE DISCARDABLE
  38. BEGIN
  39. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  40. "#define _AFX_NO_OLE_RESOURCES\r\n"
  41. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  42. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  43. "\r\n"
  44. "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  45. "#ifdef _WIN32\r\n"
  46. "LANGUAGE 9, 1\r\n"
  47. "#pragma code_page(1252)\r\n"
  48. "#endif //_WIN32\r\n"
  49. "#include ""res\\wizards.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  50. "#include ""afxres.rc"" // Standard components\r\n"
  51. "#endif\r\n"
  52. "\0"
  53. END
  54. #endif // APSTUDIO_INVOKED
  55. /////////////////////////////////////////////////////////////////////////////
  56. //
  57. // Dialog
  58. //
  59. IDD_INTRO_ACCOUNT DIALOG DISCARDABLE 0, 0, 317, 193
  60. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  61. CAPTION "User Migration Wizard"
  62. FONT 8, "MS Shell Dlg"
  63. BEGIN
  64. LTEXT "Welcome to the User Account Migration Wizard",
  65. IDC_BEGIN_TITLE,115,9,189,31,NOT WS_GROUP | WS_TABSTOP
  66. LTEXT "This wizard helps you migrate user accounts from Windows NT 4.0, or greater, domains to Active Directory.\n\nTo continue, click Next.",
  67. IDC_STATIC,115,40,189,42
  68. END
  69. IDD_REBOOT DIALOG DISCARDABLE 0, 0, 317, 143
  70. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  71. CAPTION "User Migration Wizard"
  72. FONT 8, "MS Shell Dlg"
  73. BEGIN
  74. LTEXT "&Minutes before computers restart after wizard completion:",
  75. IDC_STATIC,28,10,180,8
  76. COMBOBOX IDC_COMBO2,28,23,36,71,CBS_DROPDOWN | WS_VSCROLL |
  77. WS_TABSTOP
  78. LTEXT "Select how all migrated computers should be named.",
  79. IDC_STATIC,28,46,166,8
  80. CONTROL "&Do not rename computers",IDC_RADIO_NONE,"Button",
  81. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,28,61,97,10
  82. CONTROL "Rename with &prefix:",IDC_RADIO_PRE,"Button",
  83. BS_AUTORADIOBUTTON,28,77,78,10
  84. CONTROL "Rename with &suffix:",IDC_RADIO_SUF,"Button",
  85. BS_AUTORADIOBUTTON,28,93,77,10
  86. EDITTEXT IDC_PRE,132,74,128,13,ES_AUTOHSCROLL | WS_GROUP
  87. EDITTEXT IDC_SUF,131,90,128,13,ES_AUTOHSCROLL
  88. END
  89. IDD_END_ACCOUNT DIALOGEX 0, 0, 317, 193
  90. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  91. CAPTION "User Migration Wizard"
  92. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  93. BEGIN
  94. LTEXT "Completing the User Account Migration Wizard",
  95. IDC_END_TITLE,115,8,195,32,WS_TABSTOP
  96. LTEXT "You have successfully completed the User Account Migration wizard. You chose to perform the following task with the settings as shown:\n\nTask description:",
  97. IDC_DESCRIPTION_TITLE,115,40,195,42
  98. LTEXT "To close this wizard and perform the task, click Finish.",
  99. IDC_MIGRATION_END,115,168,195,12
  100. EDITTEXT IDC_SETTINGS,115,82,195,76,ES_MULTILINE | ES_READONLY |
  101. WS_VSCROLL | WS_HSCROLL,0,HIDC_SETTINGS
  102. END
  103. IDD_UNDO DIALOG DISCARDABLE 0, 0, 317, 143
  104. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  105. CAPTION "Undo Wizard"
  106. FONT 8, "MS Shell Dlg"
  107. BEGIN
  108. LTEXT "To undo this migration, click Next.",IDC_STATIC,21,1,
  109. 282,19
  110. EDITTEXT IDC_UNDO_TASK,28,29,266,107,ES_MULTILINE | ES_READONLY |
  111. WS_VSCROLL | WS_HSCROLL | NOT WS_TABSTOP
  112. END
  113. IDD_CREDENTIALS DIALOG DISCARDABLE 0, 0, 317, 143
  114. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  115. CAPTION "User Migration Wizard"
  116. FONT 8, "MS Shell Dlg"
  117. BEGIN
  118. LTEXT "Type the user name, password, and domain of an account with administrative rights on the source domain.",
  119. IDC_MYTITLE,21,0,278,20
  120. LTEXT "&User name:",IDC_STATIC,28,20,37,8
  121. EDITTEXT IDC_CREDENTIALS_USERNAME,28,33,190,14,ES_AUTOHSCROLL
  122. LTEXT "&Password:",IDC_STATIC,28,51,34,8
  123. EDITTEXT IDC_CREDENTIALS_PASSWORD,28,63,190,14,ES_PASSWORD |
  124. ES_AUTOHSCROLL
  125. LTEXT "&Domain:",IDC_STATIC,29,82,27,8
  126. EDITTEXT IDC_CREDENTIALS_DOMAIN,28,94,190,14,ES_AUTOHSCROLL
  127. END
  128. IDD_RENAMING DIALOG DISCARDABLE 0, 0, 317, 143
  129. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  130. CAPTION "User Migration Wizard"
  131. FONT 8, "MS Shell Dlg"
  132. BEGIN
  133. LTEXT "To select how you would like to resolve group account name conflicts, click an option below.",
  134. IDC_THERENAMINGTITLE,21,1,282,19
  135. CONTROL "&Ignore conflicting accounts and don't migrate",
  136. IDC_SKIP_CONFLICTING_ACCOUNTS,"Button",
  137. BS_AUTORADIOBUTTON | WS_GROUP,28,20,157,10
  138. CONTROL "&Replace conflicting accounts",
  139. IDC_REPLACE_CONFLICTING_ACCOUNTS,"Button",
  140. BS_AUTORADIOBUTTON,28,35,108,10
  141. CONTROL "Rename &conflicting accounts by adding the following",
  142. IDC_RENAME_CONFLICTING_ACCOUNTS,"Button",
  143. BS_AUTORADIOBUTTON,28,93,182,10
  144. CONTROL "Remove existing &user rights",
  145. IDC_REMOVE_EXISTING_USER_RIGHTS,"Button",BS_AUTOCHECKBOX |
  146. WS_TABSTOP,40,49,102,10
  147. CONTROL "Remove existing &members of groups being replaced",
  148. IDC_REPLACE_EXISTING_GROUP_MEMBERS,"Button",
  149. BS_AUTOCHECKBOX | WS_TABSTOP,40,63,178,10
  150. CONTROL "Move the existing account to the previously-specified target &Organizational Unit",
  151. IDC_REMOVE_EXISTING_LOCATION,"Button",BS_AUTOCHECKBOX |
  152. WS_TABSTOP,40,76,269,10
  153. CONTROL "&Prefix:",IDC_RADIO_PREFIX,"Button",BS_AUTORADIOBUTTON |
  154. WS_GROUP,40,109,35,10
  155. CONTROL "&Suffix:",IDC_RADIO_SUFFIX,"Button",BS_AUTORADIOBUTTON,
  156. 40,125,35,10
  157. EDITTEXT IDC_PREFIX,83,106,216,13,ES_AUTOHSCROLL
  158. EDITTEXT IDC_SUFFIX,84,122,216,13,ES_AUTOHSCROLL
  159. END
  160. IDD_DISABLE DIALOG DISCARDABLE 0, 0, 317, 143
  161. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  162. CAPTION "idd_disable"
  163. FONT 8, "MS Shell Dlg"
  164. BEGIN
  165. LTEXT "To select how you would like to handle migrating accounts, click the desired options below.",
  166. IDC_STATIC,16,0,282,18
  167. GROUPBOX "Target Account State:",IDC_STATIC,28,18,269,52
  168. CONTROL "&Enable target accounts",IDC_TGT_ENABLE_ACCOUNTS,"Button",
  169. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,40,30,166,10
  170. CONTROL "Disable &target accounts",IDC_TGT_DISABLE_ACCOUNTS,
  171. "Button",BS_AUTORADIOBUTTON,40,43,166,10
  172. CONTROL "Target &same as source",IDC_TGT_SAME_AS_SOURCE,"Button",
  173. BS_AUTORADIOBUTTON,40,56,166,10
  174. GROUPBOX "Source Account Disabling Options:",IDC_STATIC,28,74,269,
  175. 55,WS_GROUP
  176. CONTROL "&Disable source accounts",IDC_SRC_DISABLE_ACCOUNTS,
  177. "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,40,84,
  178. 202,12
  179. CONTROL "Days &until source accounts expires:",
  180. IDC_SRC_EXPIRE_ACCOUNTS,"Button",BS_AUTOCHECKBOX |
  181. WS_GROUP | WS_TABSTOP,40,97,202,12
  182. EDITTEXT IDC_yo,51,110,69,15,ES_AUTOHSCROLL
  183. LTEXT "End of:",IDC_TEXT,137,113,27,8
  184. EDITTEXT IDC_DATE,169,113,112,13,ES_AUTOHSCROLL | ES_READONLY |
  185. NOT WS_BORDER | NOT WS_TABSTOP
  186. CONTROL "&Migrate user SIDs to target domain",
  187. IDC_ROAMING_OR_SIDHISTORY,"Button",BS_AUTOCHECKBOX |
  188. WS_GROUP | WS_TABSTOP,28,132,153,10
  189. END
  190. IDD_PASSWORD DIALOG DISCARDABLE 0, 0, 317, 143
  191. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  192. CAPTION "User Migration Wizard"
  193. FONT 8, "MS Shell Dlg"
  194. BEGIN
  195. LTEXT "What type of password do you want to use?",IDC_STATIC,
  196. 21,1,282,14
  197. CONTROL "&Complex passwords",IDC_GENERATE_STRONG_PASSWORDS,
  198. "Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,28,
  199. 20,78,10
  200. CONTROL "&Same as user name",IDC_GENERATE_STRONG_PASSWORDS_NOT,
  201. "Button",BS_AUTORADIOBUTTON,28,36,78,10
  202. CONTROL "&Migrate passwords",IDC_MIG_PASSWORDS,"Button",
  203. BS_AUTORADIOBUTTON,28,52,78,10
  204. LTEXT "&Location to store password file:",IDC_PASSWORD_EDIT,28,
  205. 70,98,8
  206. PUSHBUTTON "Br&owse...",IDC_BROWSE,249,83,50,14
  207. EDITTEXT IDC_PASSWORD_FILE,28,83,213,14,ES_AUTOHSCROLL
  208. COMBOBOX IDC_PASSWORD_DC,28,83,213,52,CBS_DROPDOWN |
  209. CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
  210. END
  211. IDD_OU_SELECTION DIALOG DISCARDABLE 0, 0, 317, 143
  212. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  213. CAPTION "User Migration Wizard"
  214. FONT 8, "MS Shell Dlg"
  215. BEGIN
  216. LTEXT "Please enter the distinguished name of the target OU.",
  217. IDC_STATIC,21,1,282,14
  218. LTEXT "&Target OU:",IDC_STATIC,28,20,36,8
  219. EDITTEXT IDC_TARGET_OU,28,30,216,13,ES_AUTOHSCROLL
  220. PUSHBUTTON "Br&owse...",IDC_BROWSE,249,30,50,14
  221. END
  222. IDD_OPTIONS DIALOG DISCARDABLE 0, 0, 317, 143
  223. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  224. CAPTION "User Migration Wizard"
  225. FONT 8, "MS Shell Dlg"
  226. BEGIN
  227. LTEXT "Please select the following options to customize your migration task.",
  228. IDC_STATIC,21,1,282,14
  229. CONTROL "&Translate roaming profiles",
  230. IDC_TRANSLATE_ROAMING_PROFILES,"Button",BS_AUTOCHECKBOX |
  231. WS_TABSTOP,28,15,96,10
  232. CONTROL "Updat&e user rights",IDC_UPDATE_USER_RIGHTS,"Button",
  233. BS_AUTOCHECKBOX | WS_TABSTOP,28,29,73,10
  234. CONTROL "&Migrate associated user groups",
  235. IDC_MIGRATE_GROUPS_OF_USERS,"Button",BS_AUTOCHECKBOX |
  236. WS_TABSTOP,28,43,114,10
  237. CONTROL "&Update previously migrated objects",
  238. IDC_REMIGRATE_OBJECTS,"Button",BS_AUTOCHECKBOX |
  239. WS_TABSTOP,40,57,126,10
  240. CONTROL "&Fix users' group memberships",IDC_FIX_MEMBERSHIP,
  241. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,28,71,107,10
  242. LTEXT "Select how all migrated accounts should be named.",
  243. IDC_STATIC,28,85,277,9
  244. CONTROL "&Do not rename accounts",IDC_RADIO_NONE,"Button",
  245. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,40,98,94,10
  246. CONTROL "Rename with &prefix:",IDC_RADIO_PRE,"Button",
  247. BS_AUTORADIOBUTTON,40,113,78,10
  248. CONTROL "Rename with &suffix:",IDC_RADIO_SUF,"Button",
  249. BS_AUTORADIOBUTTON,40,128,77,10
  250. EDITTEXT IDC_PRE,151,110,114,13,ES_AUTOHSCROLL | WS_GROUP
  251. EDITTEXT IDC_SUF,151,125,114,13,ES_AUTOHSCROLL
  252. END
  253. IDD_TRANSLATION DIALOG DISCARDABLE 0, 0, 317, 143
  254. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  255. CAPTION "User Migration Wizard"
  256. FONT 8, "MS Shell Dlg"
  257. BEGIN
  258. LTEXT "Please specify what you would like to translate.",
  259. IDC_STATIC,21,1,282,14
  260. CONTROL "&Files and folders",IDC_FILES,"Button",BS_AUTOCHECKBOX |
  261. WS_TABSTOP,28,20,67,10
  262. CONTROL "&Local groups",IDC_LOCAL_GROUPS,"Button",
  263. BS_AUTOCHECKBOX | WS_TABSTOP,28,33,57,10
  264. CONTROL "&Printers",IDC_PRINTERS,"Button",BS_AUTOCHECKBOX |
  265. WS_TABSTOP,28,46,39,10
  266. CONTROL "Re&gistry",IDC_REGISTRY,"Button",BS_AUTOCHECKBOX |
  267. WS_TABSTOP,28,59,41,10
  268. CONTROL "&Shares",IDC_SHARES,"Button",BS_AUTOCHECKBOX |
  269. WS_TABSTOP,28,72,38,10
  270. CONTROL "&User profiles",IDC_USER_PROFILES,"Button",
  271. BS_AUTOCHECKBOX | WS_TABSTOP,28,85,55,10
  272. CONTROL "User &rights",IDC_USER_RIGHTS,"Button",BS_AUTOCHECKBOX |
  273. WS_TABSTOP,28,98,49,10
  274. END
  275. IDD_TRANSLATION_MODE DIALOG DISCARDABLE 0, 0, 317, 143
  276. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  277. CAPTION "User Migration Wizard"
  278. FONT 8, "MS Shell Dlg"
  279. BEGIN
  280. LTEXT "Select the security translation option you want to use:",
  281. IDC_STATIC,21,1,282,14
  282. CONTROL "R&eplace",IDC_TRANSLATION_MODE_REPLACE,"Button",
  283. BS_AUTORADIOBUTTON,29,20,43,10
  284. CONTROL "&Add",IDC_TRANSLATION_MODE_ADD,"Button",
  285. BS_AUTORADIOBUTTON,29,52,29,10
  286. CONTROL "Remo&ve",IDC_TRANSLATION_MODE_REMOVE,"Button",
  287. BS_AUTORADIOBUTTON,29,84,43,10
  288. LTEXT "Replace security references to source domain objects.",
  289. IDC_STATIC,29,33,172,8
  290. LTEXT "Add equivalent security references for target objects and leave source references intact.",
  291. IDC_STATIC,29,63,278,17
  292. LTEXT "Remove security and access control list references to source domain objects.",
  293. IDC_STATIC,29,97,244,8
  294. END
  295. IDD_CREDENTIALS2 DIALOG DISCARDABLE 0, 0, 317, 143
  296. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  297. CAPTION "User Migration Wizard"
  298. FONT 8, "MS Shell Dlg"
  299. BEGIN
  300. LTEXT "Type the user name, password, and domain of an account with administrative rights on the source domain.",
  301. IDC_STATIC_ID,21,0,278,20
  302. LTEXT "&User name:",IDC_STATIC,28,20,65,8
  303. EDITTEXT IDC_CREDENTIALS_USERNAME2,28,33,190,14,ES_AUTOHSCROLL
  304. LTEXT "&Password:",IDC_STATIC,28,52,34,8
  305. EDITTEXT IDC_CREDENTIALS_PASSWORD2,28,64,190,14,ES_PASSWORD |
  306. ES_AUTOHSCROLL
  307. LTEXT "&Domain:",IDC_STATIC,28,84,27,8
  308. EDITTEXT IDC_CREDENTIALS_DOMAIN2,28,95,190,14,ES_AUTOHSCROLL
  309. END
  310. IDD_DOMAIN_SELECTION DIALOG DISCARDABLE 0, 0, 317, 143
  311. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  312. CAPTION "User Migration Wizard"
  313. FONT 8, "MS Shell Dlg"
  314. BEGIN
  315. LTEXT "Type the names of the source and target domains (such as MYDOMAIN or mydomain.com), or select them from the lists.",
  316. -1,21,1,289,20
  317. LTEXT "&Source domain:",-1,21,28,50,8
  318. COMBOBOX IDC_EDIT_DOMAIN,88,28,186,70,CBS_DROPDOWN |
  319. CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
  320. LTEXT "&Target domain:",-1,21,59,48,8
  321. COMBOBOX IDC_EDIT_DOMAIN2,88,59,186,59,CBS_DROPDOWN |
  322. CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
  323. END
  324. IDD_OPTIONS_GROUP DIALOG DISCARDABLE 0, 0, 317, 143
  325. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  326. CAPTION "User Migration Wizard"
  327. FONT 8, "MS Shell Dlg"
  328. BEGIN
  329. LTEXT "To customize your migration tasks, select the desired options below.",
  330. IDC_STATIC,21,1,282,14
  331. CONTROL "Update &user rights",IDC_COPY_USER_RIGHTS,"Button",
  332. BS_AUTOCHECKBOX | WS_TABSTOP,28,15,100,10
  333. CONTROL "Copy &group members",IDC_COPY_GROUP_MEMBERS,"Button",
  334. BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,28,29,108,10
  335. CONTROL "Upd&ate previously migrated objects",
  336. IDC_REMIGRATE_OBJECTS,"Button",BS_AUTOCHECKBOX |
  337. WS_TABSTOP,40,43,151,10
  338. CONTROL "&Fix membership of group",IDC_FIX_MEMBERSHIP,"Button",
  339. BS_AUTOCHECKBOX | WS_TABSTOP,28,57,117,10
  340. CONTROL "&Migrate group SIDs to target domain",
  341. IDC_ADD_SID_HISTORY,"Button",BS_AUTOCHECKBOX |
  342. WS_TABSTOP,28,71,158,10
  343. LTEXT "Select how all migrated accounts should be named.",
  344. IDC_STATIC,28,87,279,8
  345. CONTROL "&Do not rename accounts",IDC_RADIO_NONE,"Button",
  346. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,40,101,108,10
  347. CONTROL "Rename with &prefix:",IDC_RADIO_PRE,"Button",
  348. BS_AUTORADIOBUTTON,40,116,90,10
  349. CONTROL "Rename with &suffix:",IDC_RADIO_SUF,"Button",
  350. BS_AUTORADIOBUTTON,40,131,96,10
  351. EDITTEXT IDC_PRE,152,114,113,13,ES_AUTOHSCROLL | WS_GROUP
  352. EDITTEXT IDC_SUF,152,128,113,13,ES_AUTOHSCROLL
  353. END
  354. IDD_INTRO_UNDO DIALOGEX 0, 0, 317, 193
  355. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  356. CAPTION "Undo Last Migration Wizard"
  357. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  358. BEGIN
  359. LTEXT "Welcome to the Undo Last Migration Wizard",
  360. IDC_BEGIN_TITLE,115,9,189,31,NOT WS_GROUP | WS_TABSTOP
  361. LTEXT "This wizard will help undo the last user account, computer account, or group account migration you performed.\n\nTo continue, click Next.",
  362. IDC_STATIC,115,40,189,38
  363. END
  364. IDD_INTRO_SECURITY DIALOG DISCARDABLE 0, 0, 317, 193
  365. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  366. CAPTION "Security Translation Wizard"
  367. FONT 8, "MS Shell Dlg"
  368. BEGIN
  369. LTEXT "Welcome to the Security Translation Wizard",
  370. IDC_BEGIN_TITLE,115,9,189,31,NOT WS_GROUP | WS_TABSTOP
  371. LTEXT "This wizard helps you update the access control lists for files, shares, and other resources previously migrated from Windows NT 4.0, or greater, domains to Active Directory.\n\nTo continue, click Next.",
  372. IDC_STATIC,115,40,189,54
  373. END
  374. IDD_INTRO_GROUP DIALOG DISCARDABLE 0, 0, 317, 193
  375. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  376. CAPTION "Group Migration Wizard"
  377. FONT 8, "MS Shell Dlg"
  378. BEGIN
  379. LTEXT "Welcome to the Group Account Migration Wizard",
  380. IDC_BEGIN_TITLE,115,9,189,31,NOT WS_GROUP | WS_TABSTOP
  381. LTEXT "This wizard helps you migrate group accounts from Windows NT 4.0, or greater, domains to Active Directory.\n\nTo continue, click Next.",
  382. IDC_STATIC,115,40,189,53
  383. END
  384. IDD_INTRO_COMPUTER DIALOG DISCARDABLE 0, 0, 317, 193
  385. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  386. CAPTION "Computer Migration Wizard"
  387. FONT 8, "MS Shell Dlg"
  388. BEGIN
  389. LTEXT "Welcome to the Computer Migration Wizard",
  390. IDC_BEGIN_TITLE,115,9,189,31,NOT WS_GROUP | WS_TABSTOP
  391. LTEXT "This wizard helps you migrate computer accounts from Windows NT 4.0, or greater, domains to Active Directory.\n\nTo continue, click Next.",
  392. IDC_STATIC,115,40,189,41
  393. END
  394. IDD_END_UNDO DIALOGEX 0, 0, 317, 193
  395. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  396. CAPTION "Undo Wizard"
  397. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  398. BEGIN
  399. LTEXT "Completing the Undo Last Migration Wizard",
  400. IDC_END_TITLE,115,8,195,32,WS_TABSTOP
  401. LTEXT "You have successfully completed the Undo Last Migration wizard. You chose to perform the following task with the settings as shown:\n\nTask description:",
  402. IDC_STATIC,115,40,195,29
  403. LTEXT "To close this wizard and perform the task, click Finish.",
  404. IDC_STATIC,115,168,189,12
  405. EDITTEXT IDC_SETTINGS,115,69,195,89,ES_MULTILINE | ES_READONLY |
  406. WS_VSCROLL | WS_HSCROLL,0,HIDC_SETTINGS
  407. END
  408. IDD_END_SECURITY DIALOGEX 0, 0, 317, 193
  409. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  410. CAPTION "Security Translation Wizard"
  411. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  412. BEGIN
  413. LTEXT "Completing the Security Translation Wizard",
  414. IDC_END_TITLE,115,8,195,32,WS_TABSTOP
  415. LTEXT "You have successfully completed the Security Translation wizard. You chose to perform the following task with the settings as shown:\n\nTask description:",
  416. IDC_STATIC,115,40,195,41
  417. LTEXT "To complete the wizard, click Finish.",IDC_STATIC,115,
  418. 168,189,12
  419. EDITTEXT IDC_SETTINGS,115,82,195,76,ES_MULTILINE | ES_READONLY |
  420. WS_VSCROLL | WS_HSCROLL,0,HIDC_SETTINGS
  421. END
  422. IDD_END_COMPUTER DIALOGEX 0, 0, 317, 193
  423. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  424. CAPTION "Computer Migration Wizard"
  425. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  426. BEGIN
  427. LTEXT "Completing the Computer Migration Wizard",IDC_END_TITLE,
  428. 115,8,195,32,WS_TABSTOP
  429. LTEXT "You have successfully completed the Computer Account Migration wizard. You chose to perform the following task with the settings as shown:\n\nTask description:",
  430. IDC_STATIC,115,40,195,42
  431. LTEXT "To close this wizard and perform the task, click Finish.",
  432. IDC_STATIC,115,168,189,12
  433. EDITTEXT IDC_SETTINGS,115,82,195,76,ES_MULTILINE | ES_READONLY |
  434. WS_VSCROLL | WS_HSCROLL,0,HIDC_SETTINGS
  435. END
  436. IDD_INTRO_SERVICE DIALOGEX 0, 0, 317, 193
  437. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  438. CAPTION "Group Migration Wizard"
  439. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  440. BEGIN
  441. LTEXT "Welcome to the Service Account Migration Wizard",
  442. IDC_BEGIN_TITLE,115,9,189,31,NOT WS_GROUP | WS_TABSTOP
  443. LTEXT "This wizard helps you migrate service accounts from Windows NT 4.0, or greater, to Active Directory.\n\nTo continue, click Next.",
  444. IDC_STATIC,115,40,189,40
  445. END
  446. IDD_INTRO_REPORTING DIALOG DISCARDABLE 0, 0, 317, 193
  447. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  448. CAPTION "Computer Migration Wizard"
  449. FONT 8, "MS Shell Dlg"
  450. BEGIN
  451. LTEXT "Welcome to the Reporting Wizard",IDC_BEGIN_TITLE,115,9,
  452. 189,31,NOT WS_GROUP | WS_TABSTOP
  453. LTEXT "This wizard helps you create reports containing the information you need to migrate your Windows NT 4.0, or greater, domains to Active Directory.\n\nTo continue, click Next.",
  454. IDC_STATIC,115,40,189,57
  455. END
  456. IDD_INTRO_EXCHANGE_DIR DIALOG DISCARDABLE 0, 0, 317, 193
  457. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  458. CAPTION "User Migration Wizard"
  459. FONT 8, "MS Shell Dlg"
  460. BEGIN
  461. LTEXT "Welcome to the Exchange Directory Migration Wizard",
  462. IDC_BEGIN_TITLE,115,9,189,31,NOT WS_GROUP | WS_TABSTOP
  463. LTEXT "This wizard helps you migrate your Windows NT 4.0, or greater, Exchange directories to Active Directory.\n\nTo continue, click Next.",
  464. IDC_STATIC,115,40,189,38
  465. END
  466. IDD_END_SERVICE DIALOG DISCARDABLE 0, 0, 317, 193
  467. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  468. CAPTION "Service Accounts Migration Wizard"
  469. FONT 8, "MS Shell Dlg"
  470. BEGIN
  471. LTEXT "Completing the Service Account Migration Wizard",
  472. IDC_END_TITLE,115,8,195,32,WS_TABSTOP
  473. LTEXT "You have successfully completed the Service Account Migration Wizard. You have chosen to do the following:",
  474. IDC_STATIC,115,43,195,19
  475. LTEXT "To close this wizard, click Finish.",IDC_STATIC,115,168,
  476. 189,12
  477. EDITTEXT IDC_SETTINGS,115,65,195,93,ES_MULTILINE | ES_READONLY |
  478. WS_VSCROLL | WS_HSCROLL
  479. END
  480. IDD_END_REPORTING DIALOG DISCARDABLE 0, 0, 317, 193
  481. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  482. CAPTION "Reporting Wizard"
  483. FONT 8, "MS Shell Dlg"
  484. BEGIN
  485. LTEXT "Completing the Reporting Wizard",IDC_END_TITLE,115,8,
  486. 195,24,WS_TABSTOP
  487. LTEXT "You have successfully completed the Reporting Wizard.\n\nYou chose to create the following reports:",
  488. IDC_STATIC,115,38,195,25
  489. LTEXT "To close this wizard and create the reports, click Finish.",
  490. IDC_STATIC,115,168,189,12
  491. EDITTEXT IDC_SETTINGS,115,65,195,93,ES_MULTILINE | ES_READONLY |
  492. WS_VSCROLL | WS_HSCROLL
  493. END
  494. IDD_CONT_SELECTION DIALOGEX 0, 0, 298, 218
  495. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  496. CAPTION "Select Container"
  497. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  498. BEGIN
  499. DEFPUSHBUTTON "OK",IDOK,64,197,50,14,WS_DISABLED
  500. PUSHBUTTON "Cancel",IDCANCEL,178,197,50,14
  501. CONTROL "Tree1",IDC_TREE1,"SysTreeView32",TVS_HASBUTTONS |
  502. TVS_HASLINES | TVS_LINESATROOT | TVS_FULLROWSELECT |
  503. WS_BORDER | WS_TABSTOP,7,7,284,154
  504. LTEXT "&Selected Container",IDC_STATIC,7,170,65,10
  505. EDITTEXT IDC_EDIT1,75,170,216,15,ES_AUTOHSCROLL | WS_DISABLED
  506. END
  507. IDD_ABOUTBOX DIALOGEX 0, 0, 235, 55
  508. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  509. CAPTION "About OUPicker"
  510. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  511. BEGIN
  512. ICON 128,IDC_STATIC,11,17,20,20
  513. LTEXT "OUPicker Version 1.0",IDC_STATIC,40,10,119,8,
  514. SS_NOPREFIX
  515. LTEXT "Copyright (C) 1999",IDC_STATIC,40,25,119,8
  516. DEFPUSHBUTTON "OK",IDOK,178,7,50,14,WS_GROUP
  517. END
  518. IDD_SA_REFRESH DIALOG DISCARDABLE 0, 0, 317, 143
  519. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  520. CAPTION "User Migration Wizard"
  521. FONT 8, "MS Shell Dlg"
  522. BEGIN
  523. LTEXT "Do you want to update your service account information?",
  524. IDC_STATIC,21,1,282,14
  525. CONTROL "Yes, &update the information",IDC_REFRESH,"Button",
  526. BS_AUTORADIOBUTTON | WS_GROUP,28,19,126,10
  527. CONTROL "No, use the &previously collected information",
  528. IDC_NO_REFRESH,"Button",BS_AUTORADIOBUTTON,28,39,224,10
  529. END
  530. IDD_SA_INFO DIALOGEX 0, 0, 317, 143
  531. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  532. CAPTION "User Migration Wizard"
  533. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  534. BEGIN
  535. CONTROL "List1",IDC_LIST_SERVICE,"SysListView32",LVS_REPORT |
  536. LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,7,4,303,94
  537. PUSHBUTTON "&Skip/Include",IDC_TOGGLE,7,103,77,14
  538. CONTROL "&Migrate all service accounts, and update SCM for items",
  539. IDC_UPDATE,"Button",BS_AUTORADIOBUTTON | WS_GROUP,108,
  540. 103,202,10
  541. CONTROL "Migrate n&o service accounts.",IDC_SKIP,"Button",
  542. BS_AUTORADIOBUTTON,108,125,107,10
  543. LTEXT "marked include.",IDC_STATIC,119,114,51,8
  544. END
  545. IDD_HTML_LOCATION DIALOG DISCARDABLE 0, 0, 317, 143
  546. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  547. CAPTION "User Migration Wizard"
  548. FONT 8, "MS Shell Dlg"
  549. BEGIN
  550. LTEXT "Enter a location to store the reports.",IDC_STATIC,21,1,
  551. 282,14
  552. LTEXT "&Location:",IDC_STATIC,28,20,55,8
  553. EDITTEXT IDC_HTML_TARGET,28,32,216,13,ES_AUTOHSCROLL
  554. PUSHBUTTON "Br&owse...",IDC_BROWSE,249,31,50,14
  555. END
  556. IDD_OPTIONS_REPORTING DIALOGEX 0, 0, 317, 143
  557. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  558. CAPTION "User Migration Wizard"
  559. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  560. BEGIN
  561. LTEXT "Report types:",IDC_STATIC,21,4,43,8
  562. CONTROL "List1",IDC_LIST_REPORTING,"SysListView32",LVS_REPORT |
  563. LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,21,19,273,117
  564. END
  565. IDD_END_RETRY DIALOGEX 0, 0, 317, 193
  566. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  567. CAPTION "User Migration Wizard"
  568. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  569. BEGIN
  570. LTEXT "Completing the Retry Task Wizard",IDC_END_TITLE,115,8,
  571. 195,32,WS_TABSTOP
  572. LTEXT "You have successfully completed the Retry Task Wizard. You have chosen to retry the following tasks.\nTasks:",
  573. IDC_DESCRIPTION_TITLE,115,40,195,28
  574. LTEXT "To close this wizard and retry the tasks, click Finish.",
  575. IDC_MIGRATION_END,115,168,189,12
  576. EDITTEXT IDC_SETTINGS,115,68,195,90,ES_MULTILINE | ES_READONLY |
  577. WS_VSCROLL | WS_HSCROLL,0,HIDC_SETTINGS
  578. END
  579. IDD_INTRO_RETRY DIALOG DISCARDABLE 0, 0, 317, 193
  580. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  581. CAPTION "User Migration Wizard"
  582. FONT 8, "MS Shell Dlg"
  583. BEGIN
  584. LTEXT "Welcome to the Retry Task Wizard",IDC_BEGIN_TITLE,115,9,
  585. 189,31,NOT WS_GROUP | WS_TABSTOP
  586. LTEXT "This wizard helps you retry any of the following tasks that were unsuccessful in previous migrations to Active Directory:",
  587. IDC_STATIC,115,40,189,27
  588. LTEXT "o Computer account migration\no Security translation\no Gather service account information\no Reporting",
  589. IDC_STATIC,115,73,126,42
  590. LTEXT "To retry other tasks, rerun the wizard.\n\nTo continue, click Next.",
  591. IDC_STATIC,115,122,179,33
  592. END
  593. IDD_RETRY DIALOGEX 0, 0, 317, 143
  594. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  595. CAPTION "User Migration Wizard"
  596. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  597. BEGIN
  598. LTEXT "To retry a task, select it, and then click Skip/Include. To permanently cancel the task, select it, and click Cancel Task.\n\nTasks:",
  599. IDC_STATIC,7,4,273,20
  600. CONTROL "List1",IDC_LIST_RETRY,"SysListView32",LVS_REPORT |
  601. LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,7,25,288,89
  602. PUSHBUTTON "&Skip/Include",IDC_TOGGLE,7,122,58,14
  603. PUSHBUTTON "&Cancel Task",IDC_CANCEL,72,122,58,14
  604. END
  605. IDD_SA_INFO_BUTTON DIALOGEX 0, 0, 317, 143
  606. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  607. CAPTION "User Migration Wizard"
  608. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  609. BEGIN
  610. CONTROL "List1",IDC_LIST_SERVICE,"SysListView32",LVS_REPORT |
  611. LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,7,4,303,111
  612. PUSHBUTTON "&Skip/Include",IDC_TOGGLE,7,122,65,14
  613. PUSHBUTTON "&Update SCM now",IDC_UPDATE,83,122,67,14
  614. END
  615. IDD_COMMIT DIALOGEX 0, 0, 317, 143
  616. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  617. CAPTION "User Migration Wizard"
  618. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  619. BEGIN
  620. LTEXT "Do you want to:",-1,21,1,282,19
  621. CONTROL "&Test the migration settings and migrate later?",
  622. IDC_DONTCHANGE,"Button",BS_AUTORADIOBUTTON | WS_GROUP,28,
  623. 22,156,10
  624. CONTROL "&Migrate now?",IDC_CHANGEIT,"Button",BS_AUTORADIOBUTTON,
  625. 28,37,59,10
  626. END
  627. IDD_END_TRUST DIALOG DISCARDABLE 0, 0, 317, 193
  628. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  629. CAPTION "Trust Migration Wizard"
  630. FONT 8, "MS Shell Dlg"
  631. BEGIN
  632. LTEXT "Completing the Trust Migration Wizard",IDC_END_TITLE,
  633. 115,8,195,35,WS_TABSTOP
  634. LTEXT "You have successfully completed the Trust Migration Wizard.",
  635. IDC_STATIC,115,44,195,20
  636. LTEXT "To complete the wizard, click Finish.",IDC_STATIC,115,
  637. 168,189,12
  638. END
  639. IDD_INTRO_TRUST DIALOGEX 0, 0, 317, 193
  640. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  641. CAPTION "Undo Wizard"
  642. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  643. BEGIN
  644. LTEXT "Welcome to the Trust Migration Wizard",IDC_BEGIN_TITLE,
  645. 115,9,189,31,NOT WS_GROUP | WS_TABSTOP
  646. LTEXT "This wizard will help you migrate your trust information from Windows NT 4.0, or greater, to Active Directory.\n\nTo continue, click Next.",
  647. IDC_STATIC,115,40,189,46
  648. END
  649. IDD_TRUST_INFO DIALOGEX 0, 0, 317, 143
  650. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  651. CAPTION "User Migration Wizard"
  652. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  653. BEGIN
  654. PUSHBUTTON "&Copy Trust",IDC_MIGRATE,21,122,77,14
  655. CONTROL "List1",IDC_LIST_SERVICE,"SysListView32",LVS_REPORT |
  656. LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER |
  657. WS_TABSTOP,21,25,273,90
  658. LTEXT "To copy a trust from the source domain to the target domain, select the trust information and click Copy Trust.\n\nTrust information",
  659. IDC_STATIC,21,1,273,20
  660. END
  661. IDD_CREDENTIALS_TRUST DIALOGEX 0, 0, 292, 117
  662. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  663. CAPTION "Trust Migration Wizard"
  664. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  665. BEGIN
  666. LTEXT "Type the user name, password, and domain of an account with administrative rights.",
  667. -1,28,1,202,20
  668. LTEXT "&User account name:",-1,29,22,65,8
  669. EDITTEXT IDC_USERNAME,28,33,190,14,ES_AUTOHSCROLL
  670. LTEXT "&Password:",-1,29,51,34,8
  671. EDITTEXT IDC_PASSWORD,28,63,190,14,ES_PASSWORD | ES_AUTOHSCROLL
  672. LTEXT "&Domain:",-1,28,80,27,8
  673. EDITTEXT IDC_DOMAINNAME,28,93,190,14,ES_AUTOHSCROLL
  674. PUSHBUTTON "OK",IDC_OK,231,33,50,14
  675. PUSHBUTTON "Cancel",IDC_CANCEL,231,63,50,14
  676. END
  677. IDD_INTRO_EXCHANGE_SRV DIALOGEX 0, 0, 317, 193
  678. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  679. CAPTION "User Migration Wizard"
  680. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  681. BEGIN
  682. LTEXT "Welcome to the Exchange Server Migration Wizard",
  683. IDC_BEGIN_TITLE,115,9,189,31,NOT WS_GROUP | WS_TABSTOP
  684. LTEXT "This wizard will help you migrate your Exchange servers.\n\nTo continue, click Next.",
  685. IDC_STATIC,115,40,189,58
  686. END
  687. IDD_END_EXCHANGE_DIR DIALOGEX 0, 0, 317, 193
  688. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  689. CAPTION "User Migration Wizard"
  690. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  691. BEGIN
  692. LTEXT "Completing the Exchange Directory Migration Wizard",
  693. IDC_END_TITLE,115,8,195,32,WS_TABSTOP
  694. LTEXT "You have successfully completed the Exchange Directory Migration wizard. You chose to perform the following task with settings as shown.\n\nTask description:",
  695. IDC_DESCRIPTION_TITLE,115,40,195,40
  696. LTEXT "To close the wizard and complete the task, click Finish.",
  697. IDC_MIGRATION_END,115,168,189,12
  698. EDITTEXT IDC_SETTINGS,115,82,195,76,ES_MULTILINE | ES_READONLY |
  699. WS_VSCROLL | WS_HSCROLL,0,HIDC_SETTINGS
  700. END
  701. IDD_EXCHANGE_SELECTION DIALOG DISCARDABLE 0, 0, 317, 143
  702. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  703. CAPTION "User Migration Wizard"
  704. FONT 8, "MS Shell Dlg"
  705. BEGIN
  706. LTEXT "To migrate directories and directory objects, type the name of the source Exchange server.",
  707. IDC_STATIC,21,1,282,19
  708. LTEXT "N&ame:",IDC_STATIC,28,20,56,8
  709. EDITTEXT IDC_EXCHANGE_SERVER,28,30,216,13,ES_AUTOHSCROLL
  710. END
  711. IDD_INTRO_GROUPMAPPING DIALOG DISCARDABLE 0, 0, 317, 193
  712. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  713. CAPTION "Group Mapping and Merging Wizard"
  714. FONT 8, "MS Shell Dlg"
  715. BEGIN
  716. LTEXT "Welcome to the Group Mapping and Merging Wizard",
  717. IDC_BEGIN_TITLE,115,9,189,31,NOT WS_GROUP | WS_TABSTOP
  718. LTEXT "This wizard helps you prepare Windows NT 4.0, or greater, groups for migration to Active Directory.\n\nTo continue, click Next.",
  719. IDC_STATIC,115,40,189,36
  720. END
  721. IDD_END_GROUPMAPPING DIALOGEX 0, 0, 317, 193
  722. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  723. CAPTION "Group Mapping and Merging Wizard"
  724. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  725. BEGIN
  726. LTEXT "Completing the Group Mapping and Merging Wizard",
  727. IDC_END_TITLE,115,8,195,32,WS_TABSTOP
  728. LTEXT "You have successfully completed the Group Mapping and Merging wizard. You chose to perform the following task with the settings as shown.\n\nTask description:",
  729. IDC_STATIC,115,40,195,40
  730. LTEXT "To close this wizard and perform the task, click Finish.",
  731. IDC_STATIC,115,168,189,12
  732. EDITTEXT IDC_SETTINGS,115,82,195,76,ES_MULTILINE | ES_READONLY |
  733. WS_VSCROLL | WS_HSCROLL,0,HIDC_SETTINGS
  734. END
  735. IDD_TARGET_GROUP DIALOG DISCARDABLE 0, 0, 317, 143
  736. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  737. CAPTION "User Migration Wizard"
  738. FONT 8, "MS Shell Dlg"
  739. BEGIN
  740. LTEXT "&Target group:",IDC_STATIC,28,20,44,8
  741. EDITTEXT IDC_TARGET_GROUP,28,32,216,13,ES_AUTOHSCROLL
  742. PUSHBUTTON "Br&owse...",IDC_BROWSE,249,31,50,14
  743. END
  744. IDD_OPTIONS_GROUPMAPPING DIALOGEX 0, 0, 317, 143
  745. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  746. CAPTION "User Migration Wizard"
  747. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  748. BEGIN
  749. LTEXT "Select the desired options to customize your migration tasks.",
  750. IDC_STATIC,21,1,282,14
  751. CONTROL "Copy &user rights",IDC_COPY_USER_RIGHTS,"Button",
  752. BS_AUTOCHECKBOX | WS_TABSTOP,28,20,66,10
  753. CONTROL "&Migrate group SIDs to target domain",
  754. IDC_ADD_SID_HISTORY,"Button",BS_AUTOCHECKBOX |
  755. WS_TABSTOP,28,35,129,10
  756. END
  757. IDD_END_EXCHANGE_SRV DIALOG DISCARDABLE 0, 0, 317, 193
  758. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  759. CAPTION "User Migration Wizard"
  760. FONT 8, "MS Shell Dlg"
  761. BEGIN
  762. LTEXT "Completing the Exchange Server Migration Wizard",
  763. IDC_END_TITLE,115,8,195,37,WS_TABSTOP
  764. LTEXT "You have successfully completed the Exchange Server Migration Wizard. You have chosen to do the following:",
  765. IDC_DESCRIPTION_TITLE,115,46,195,19
  766. LTEXT "To complete the wizard, click Finish.",
  767. IDC_MIGRATION_END,115,168,189,12
  768. EDITTEXT IDC_SETTINGS,115,65,195,93,ES_MULTILINE | ES_READONLY |
  769. WS_VSCROLL | WS_HSCROLL
  770. END
  771. IDD_END_GROUP DIALOGEX 0, 0, 317, 193
  772. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  773. CAPTION "Group Migration Wizard"
  774. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  775. BEGIN
  776. LTEXT "Completing the Group Account Migration Wizard",
  777. IDC_END_TITLE,115,8,195,32,WS_TABSTOP
  778. LTEXT "You have successfully completed the Group Account Migration wizard. You chose to perform the following task with the settings as shown:\n\nTask description:",
  779. IDC_STATIC,115,40,195,42
  780. LTEXT "To close this wizard and perform the task, click Finish.",
  781. IDC_STATIC,115,168,189,12
  782. EDITTEXT IDC_SETTINGS,115,82,195,76,ES_MULTILINE | ES_READONLY |
  783. WS_VSCROLL | WS_HSCROLL,0,HIDC_SETTINGS
  784. END
  785. IDD_OPTIONS_FROM_USER DIALOG DISCARDABLE 0, 0, 317, 143
  786. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  787. CAPTION "User Migration Wizard"
  788. FONT 8, "MS Shell Dlg"
  789. BEGIN
  790. LTEXT "To select how you would like to handle migrating accounts, click the desired options below.",
  791. IDC_STATIC,20,1,282,19
  792. CONTROL "&Enable target accounts",IDC_TGT_ENABLE_ACCOUNT,"Button",
  793. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,28,31,166,10
  794. CONTROL "Disable &target accounts",IDC_TGT_DISABLE_ACCOUNTS,
  795. "Button",BS_AUTORADIOBUTTON,28,42,166,10
  796. CONTROL "Target same as source",IDC_TGT_SAME_AS_SOURCE,"Button",
  797. BS_AUTORADIOBUTTON,28,53,166,10
  798. CONTROL "Disable &source accounts",IDC_SRC_DISABLE_ACCOUNTS,
  799. "Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,28,
  800. 87,166,10
  801. CONTROL "Disable source accounts on:",
  802. IDC_SRC_DISABLE_ACCOUNTS_LATER,"Button",
  803. BS_AUTORADIOBUTTON,28,99,166,10
  804. LTEXT "End of:",IDC_STATIC,46,114,32,12
  805. CONTROL "DateTimePicker2",IDC_DATEPICKER,"SysDateTimePick32",
  806. DTS_RIGHTALIGN | WS_TABSTOP,84,111,85,15
  807. CONTROL "&Migrate user SIDs to target domain",
  808. IDC_ROAMING_OR_SIDHISTORY,"Button",BS_AUTOCHECKBOX |
  809. WS_GROUP | WS_TABSTOP,20,129,153,10
  810. CONTROL "Leave Source in current state",IDC_SRC_LEAVE_ACCOUNTS,
  811. "Button",BS_AUTORADIOBUTTON,28,75,166,10
  812. LTEXT "Target Account State:",IDC_STATIC,20,20,107,8
  813. LTEXT "Source Account State:",IDC_STATIC,20,65,107,8
  814. END
  815. IDD_SELECTION1 DIALOG DISCARDABLE 0, 0, 317, 143
  816. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  817. CAPTION "User Migration Wizard"
  818. FONT 8, "MS Shell Dlg"
  819. BEGIN
  820. CONTROL "List1",IDC_LIST_MEMBERS1,"SysListView32",LVS_REPORT |
  821. LVS_SHOWSELALWAYS | LVS_SORTASCENDING | WS_BORDER |
  822. WS_GROUP | WS_TABSTOP,7,15,303,99
  823. PUSHBUTTON "&Add...",IDC_ADD_BUTTON,7,122,50,14
  824. PUSHBUTTON "&Remove",IDC_REMOVE_BUTTON,65,122,50,14
  825. LTEXT "Computers:",IDC_STATIC,7,4,36,8
  826. END
  827. IDD_SELECTION2 DIALOG DISCARDABLE 0, 0, 317, 143
  828. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  829. CAPTION "User Migration Wizard"
  830. FONT 8, "MS Shell Dlg"
  831. BEGIN
  832. CONTROL "List1",IDC_LIST_MEMBERS1,"SysListView32",LVS_REPORT |
  833. LVS_SHOWSELALWAYS | LVS_SORTASCENDING | WS_BORDER |
  834. WS_GROUP | WS_TABSTOP,7,15,303,99
  835. PUSHBUTTON "&Add...",IDC_ADD_BUTTON,7,122,50,14
  836. PUSHBUTTON "&Remove",IDC_REMOVE_BUTTON,65,122,50,14
  837. LTEXT "Groups:",IDC_STATIC,7,4,26,8
  838. END
  839. IDD_SELECTION3 DIALOG DISCARDABLE 0, 0, 317, 143
  840. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  841. CAPTION "User Migration Wizard"
  842. FONT 8, "MS Shell Dlg"
  843. BEGIN
  844. CONTROL "List1",IDC_LIST_MEMBERS1,"SysListView32",LVS_REPORT |
  845. LVS_SHOWSELALWAYS | LVS_SORTASCENDING | WS_BORDER |
  846. WS_GROUP | WS_TABSTOP,7,15,303,99
  847. PUSHBUTTON "&Add...",IDC_ADD_BUTTON,7,122,50,14
  848. PUSHBUTTON "&Remove",IDC_REMOVE_BUTTON,65,122,50,14
  849. LTEXT "User accounts:",IDC_STATIC,7,4,49,8
  850. END
  851. IDD_SELECTION4 DIALOG DISCARDABLE 0, 0, 317, 143
  852. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  853. CAPTION "User Migration Wizard"
  854. FONT 8, "MS Shell Dlg"
  855. BEGIN
  856. CONTROL "List1",IDC_LIST_MEMBERS1,"SysListView32",LVS_REPORT |
  857. LVS_SHOWSELALWAYS | LVS_SORTASCENDING | WS_BORDER |
  858. WS_GROUP | WS_TABSTOP,7,15,303,83
  859. PUSHBUTTON "&Add...",IDC_ADD_BUTTON,7,104,50,14
  860. PUSHBUTTON "&Remove",IDC_REMOVE_BUTTON,65,104,50,14
  861. LTEXT "Computers:",IDC_STATIC,7,3,36,8
  862. LTEXT "Additional trusting domain:",IDC_STATIC,130,106,83,8
  863. COMBOBOX IDC_ADDITIONAL_TRUSTING_DOMAIN,219,105,80,37,
  864. CBS_DROPDOWN | CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL |
  865. WS_TABSTOP
  866. END
  867. IDD_TRANSLATION_SRC DIALOG DISCARDABLE 0, 0, 317, 143
  868. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  869. CAPTION "User Migration Wizard"
  870. FONT 8, "MS Shell Dlg"
  871. BEGIN
  872. LTEXT "Select where to retrieve objects for security translation:",
  873. IDC_STATIC,17,0,260,13
  874. CONTROL "&Previously migrated objects",IDC_TRANS_FROM_MOT,"Button",
  875. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,28,19,148,10
  876. CONTROL "&Other objects specified in a file",IDC_TRANS_FROM_FILE,
  877. "Button",BS_AUTORADIOBUTTON,28,35,124,10
  878. LTEXT "&Sid mapping file:",IDC_STATIC,57,51,91,8
  879. EDITTEXT IDC_MAPPING_FILE,58,61,178,13,ES_AUTOHSCROLL
  880. PUSHBUTTON "Bro&wse",IDC_BROWSE,248,60,50,14
  881. END
  882. IDD_PROP_EXCLUSION DIALOG DISCARDABLE 0, 0, 317, 143
  883. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  884. CAPTION "User Migration Wizard"
  885. FONT 8, "MS Shell Dlg"
  886. BEGIN
  887. CONTROL "E&xclude specific object properties from migration",
  888. IDC_EXCLUDEPROPS,"Button",BS_AUTOCHECKBOX | WS_GROUP |
  889. WS_TABSTOP,7,4,167,10
  890. RTEXT "&Object Type:",IDC_STATIC,59,23,68,8
  891. COMBOBOX IDC_OBJECTCMBO,131,20,55,33,CBS_DROPDOWNLIST | CBS_SORT |
  892. WS_VSCROLL | WS_TABSTOP
  893. LTEXT "&Included Properties:",IDC_STATIC,15,36,106,8
  894. LISTBOX IDC_INCLUDELIST,15,48,119,89,LBS_SORT |
  895. LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL |
  896. WS_TABSTOP
  897. PUSHBUTTON "&>>>",IDC_EXCLUDEBTN,139,63,38,14
  898. PUSHBUTTON "&<<<",IDC_INCLUDEBTN,139,84,38,14
  899. LTEXT "&Excluded Properties:",IDC_STATIC,182,36,106,8
  900. LISTBOX IDC_EXCLUDELIST,182,48,119,89,LBS_SORT |
  901. LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL |
  902. WS_TABSTOP
  903. END
  904. #ifndef _MAC
  905. /////////////////////////////////////////////////////////////////////////////
  906. //
  907. // Version
  908. //
  909. VS_VERSION_INFO VERSIONINFO
  910. FILEVERSION 2,0,0,1
  911. PRODUCTVERSION 2,0,0,1
  912. FILEFLAGSMASK 0x3fL
  913. #ifdef _DEBUG
  914. FILEFLAGS 0x1L
  915. #else
  916. FILEFLAGS 0x0L
  917. #endif
  918. FILEOS 0x4L
  919. FILETYPE 0x2L
  920. FILESUBTYPE 0x0L
  921. BEGIN
  922. BLOCK "StringFileInfo"
  923. BEGIN
  924. BLOCK "040904b0"
  925. BEGIN
  926. VALUE "Comments", "\0"
  927. VALUE "CompanyName", "Microsoft Corporation\0"
  928. VALUE "FileDescription", "wizards DLL\0"
  929. VALUE "FileVersion", "2.00.00\0"
  930. VALUE "InternalName", "wizards\0"
  931. VALUE "LegalCopyright", "Copyright 1999, Microsoft Corporation.\0"
  932. VALUE "LegalTrademarks", "\0"
  933. VALUE "OriginalFilename", "wizards.DLL\0"
  934. VALUE "PrivateBuild", "\0"
  935. VALUE "ProductName", "Active Directory Migration Tool\0"
  936. VALUE "ProductVersion", "2.00.00\0"
  937. VALUE "SpecialBuild", "\0"
  938. END
  939. END
  940. BLOCK "VarFileInfo"
  941. BEGIN
  942. VALUE "Translation", 0x409, 1200
  943. END
  944. END
  945. #endif // !_MAC
  946. /////////////////////////////////////////////////////////////////////////////
  947. //
  948. // DESIGNINFO
  949. //
  950. #ifdef APSTUDIO_INVOKED
  951. GUIDELINES DESIGNINFO DISCARDABLE
  952. BEGIN
  953. IDD_INTRO_ACCOUNT, DIALOG
  954. BEGIN
  955. LEFTMARGIN, 7
  956. RIGHTMARGIN, 310
  957. VERTGUIDE, 115
  958. VERTGUIDE, 304
  959. TOPMARGIN, 7
  960. BOTTOMMARGIN, 186
  961. HORZGUIDE, 8
  962. HORZGUIDE, 40
  963. END
  964. IDD_REBOOT, DIALOG
  965. BEGIN
  966. LEFTMARGIN, 28
  967. RIGHTMARGIN, 310
  968. VERTGUIDE, 28
  969. VERTGUIDE, 125
  970. VERTGUIDE, 131
  971. VERTGUIDE, 189
  972. TOPMARGIN, 1
  973. BOTTOMMARGIN, 136
  974. HORZGUIDE, 22
  975. END
  976. IDD_END_ACCOUNT, DIALOG
  977. BEGIN
  978. LEFTMARGIN, 7
  979. RIGHTMARGIN, 310
  980. VERTGUIDE, 115
  981. TOPMARGIN, 7
  982. BOTTOMMARGIN, 186
  983. HORZGUIDE, 40
  984. END
  985. IDD_UNDO, DIALOG
  986. BEGIN
  987. LEFTMARGIN, 28
  988. RIGHTMARGIN, 310
  989. VERTGUIDE, 28
  990. VERTGUIDE, 189
  991. VERTGUIDE, 294
  992. BOTTOMMARGIN, 136
  993. END
  994. IDD_CREDENTIALS, DIALOG
  995. BEGIN
  996. VERTGUIDE, 28
  997. HORZGUIDE, 20
  998. HORZGUIDE, 135
  999. END
  1000. IDD_RENAMING, DIALOG
  1001. BEGIN
  1002. VERTGUIDE, 28
  1003. VERTGUIDE, 40
  1004. TOPMARGIN, 1
  1005. HORZGUIDE, 20
  1006. HORZGUIDE, 135
  1007. END
  1008. IDD_DISABLE, DIALOG
  1009. BEGIN
  1010. VERTGUIDE, 16
  1011. VERTGUIDE, 28
  1012. VERTGUIDE, 40
  1013. HORZGUIDE, 18
  1014. END
  1015. IDD_PASSWORD, DIALOG
  1016. BEGIN
  1017. VERTGUIDE, 28
  1018. HORZGUIDE, 20
  1019. HORZGUIDE, 135
  1020. END
  1021. IDD_OU_SELECTION, DIALOG
  1022. BEGIN
  1023. VERTGUIDE, 28
  1024. HORZGUIDE, 20
  1025. END
  1026. IDD_OPTIONS, DIALOG
  1027. BEGIN
  1028. VERTGUIDE, 28
  1029. VERTGUIDE, 40
  1030. HORZGUIDE, 15
  1031. HORZGUIDE, 81
  1032. HORZGUIDE, 94
  1033. END
  1034. IDD_TRANSLATION, DIALOG
  1035. BEGIN
  1036. VERTGUIDE, 28
  1037. HORZGUIDE, 20
  1038. END
  1039. IDD_TRANSLATION_MODE, DIALOG
  1040. BEGIN
  1041. VERTGUIDE, 29
  1042. HORZGUIDE, 20
  1043. END
  1044. IDD_CREDENTIALS2, DIALOG
  1045. BEGIN
  1046. VERTGUIDE, 28
  1047. HORZGUIDE, 20
  1048. HORZGUIDE, 109
  1049. HORZGUIDE, 135
  1050. END
  1051. IDD_DOMAIN_SELECTION, DIALOG
  1052. BEGIN
  1053. LEFTMARGIN, 7
  1054. RIGHTMARGIN, 310
  1055. VERTGUIDE, 21
  1056. VERTGUIDE, 88
  1057. VERTGUIDE, 274
  1058. TOPMARGIN, 4
  1059. BOTTOMMARGIN, 136
  1060. HORZGUIDE, 28
  1061. HORZGUIDE, 59
  1062. HORZGUIDE, 98
  1063. END
  1064. IDD_OPTIONS_GROUP, DIALOG
  1065. BEGIN
  1066. VERTGUIDE, 28
  1067. VERTGUIDE, 40
  1068. HORZGUIDE, 15
  1069. HORZGUIDE, 81
  1070. HORZGUIDE, 95
  1071. END
  1072. IDD_INTRO_UNDO, DIALOG
  1073. BEGIN
  1074. LEFTMARGIN, 7
  1075. RIGHTMARGIN, 310
  1076. VERTGUIDE, 115
  1077. VERTGUIDE, 304
  1078. TOPMARGIN, 7
  1079. BOTTOMMARGIN, 186
  1080. HORZGUIDE, 8
  1081. HORZGUIDE, 40
  1082. END
  1083. IDD_INTRO_SECURITY, DIALOG
  1084. BEGIN
  1085. LEFTMARGIN, 7
  1086. RIGHTMARGIN, 310
  1087. VERTGUIDE, 115
  1088. VERTGUIDE, 304
  1089. TOPMARGIN, 7
  1090. BOTTOMMARGIN, 186
  1091. HORZGUIDE, 8
  1092. HORZGUIDE, 40
  1093. END
  1094. IDD_INTRO_GROUP, DIALOG
  1095. BEGIN
  1096. LEFTMARGIN, 7
  1097. RIGHTMARGIN, 310
  1098. VERTGUIDE, 115
  1099. VERTGUIDE, 304
  1100. TOPMARGIN, 7
  1101. BOTTOMMARGIN, 186
  1102. HORZGUIDE, 8
  1103. HORZGUIDE, 40
  1104. END
  1105. IDD_INTRO_COMPUTER, DIALOG
  1106. BEGIN
  1107. LEFTMARGIN, 7
  1108. RIGHTMARGIN, 310
  1109. VERTGUIDE, 115
  1110. VERTGUIDE, 304
  1111. TOPMARGIN, 7
  1112. BOTTOMMARGIN, 186
  1113. HORZGUIDE, 8
  1114. HORZGUIDE, 40
  1115. END
  1116. IDD_END_UNDO, DIALOG
  1117. BEGIN
  1118. LEFTMARGIN, 7
  1119. RIGHTMARGIN, 310
  1120. VERTGUIDE, 115
  1121. TOPMARGIN, 7
  1122. BOTTOMMARGIN, 186
  1123. HORZGUIDE, 40
  1124. END
  1125. IDD_END_SECURITY, DIALOG
  1126. BEGIN
  1127. LEFTMARGIN, 7
  1128. RIGHTMARGIN, 310
  1129. VERTGUIDE, 115
  1130. TOPMARGIN, 7
  1131. BOTTOMMARGIN, 186
  1132. HORZGUIDE, 40
  1133. END
  1134. IDD_END_COMPUTER, DIALOG
  1135. BEGIN
  1136. LEFTMARGIN, 7
  1137. RIGHTMARGIN, 310
  1138. VERTGUIDE, 115
  1139. TOPMARGIN, 7
  1140. BOTTOMMARGIN, 186
  1141. HORZGUIDE, 40
  1142. END
  1143. IDD_INTRO_SERVICE, DIALOG
  1144. BEGIN
  1145. LEFTMARGIN, 7
  1146. RIGHTMARGIN, 310
  1147. VERTGUIDE, 115
  1148. VERTGUIDE, 304
  1149. TOPMARGIN, 7
  1150. BOTTOMMARGIN, 186
  1151. HORZGUIDE, 8
  1152. HORZGUIDE, 40
  1153. END
  1154. IDD_INTRO_REPORTING, DIALOG
  1155. BEGIN
  1156. LEFTMARGIN, 7
  1157. RIGHTMARGIN, 310
  1158. VERTGUIDE, 115
  1159. VERTGUIDE, 304
  1160. TOPMARGIN, 7
  1161. BOTTOMMARGIN, 186
  1162. HORZGUIDE, 8
  1163. HORZGUIDE, 40
  1164. END
  1165. IDD_INTRO_EXCHANGE_DIR, DIALOG
  1166. BEGIN
  1167. LEFTMARGIN, 7
  1168. RIGHTMARGIN, 310
  1169. VERTGUIDE, 115
  1170. VERTGUIDE, 304
  1171. TOPMARGIN, 7
  1172. BOTTOMMARGIN, 186
  1173. HORZGUIDE, 8
  1174. HORZGUIDE, 40
  1175. END
  1176. IDD_END_SERVICE, DIALOG
  1177. BEGIN
  1178. LEFTMARGIN, 7
  1179. RIGHTMARGIN, 310
  1180. VERTGUIDE, 115
  1181. TOPMARGIN, 7
  1182. BOTTOMMARGIN, 186
  1183. END
  1184. IDD_END_REPORTING, DIALOG
  1185. BEGIN
  1186. LEFTMARGIN, 7
  1187. RIGHTMARGIN, 310
  1188. VERTGUIDE, 115
  1189. TOPMARGIN, 7
  1190. BOTTOMMARGIN, 186
  1191. END
  1192. IDD_CONT_SELECTION, DIALOG
  1193. BEGIN
  1194. LEFTMARGIN, 7
  1195. RIGHTMARGIN, 291
  1196. TOPMARGIN, 7
  1197. BOTTOMMARGIN, 211
  1198. END
  1199. IDD_ABOUTBOX, DIALOG
  1200. BEGIN
  1201. LEFTMARGIN, 7
  1202. RIGHTMARGIN, 228
  1203. TOPMARGIN, 7
  1204. BOTTOMMARGIN, 48
  1205. END
  1206. IDD_SA_REFRESH, DIALOG
  1207. BEGIN
  1208. VERTGUIDE, 28
  1209. HORZGUIDE, 19
  1210. END
  1211. IDD_SA_INFO, DIALOG
  1212. BEGIN
  1213. LEFTMARGIN, 7
  1214. RIGHTMARGIN, 310
  1215. VERTGUIDE, 21
  1216. VERTGUIDE, 108
  1217. VERTGUIDE, 194
  1218. TOPMARGIN, 4
  1219. BOTTOMMARGIN, 136
  1220. HORZGUIDE, 38
  1221. HORZGUIDE, 68
  1222. HORZGUIDE, 98
  1223. END
  1224. IDD_HTML_LOCATION, DIALOG
  1225. BEGIN
  1226. VERTGUIDE, 28
  1227. HORZGUIDE, 20
  1228. END
  1229. IDD_OPTIONS_REPORTING, DIALOG
  1230. BEGIN
  1231. LEFTMARGIN, 7
  1232. RIGHTMARGIN, 310
  1233. VERTGUIDE, 21
  1234. VERTGUIDE, 28
  1235. VERTGUIDE, 108
  1236. VERTGUIDE, 194
  1237. VERTGUIDE, 294
  1238. TOPMARGIN, 4
  1239. BOTTOMMARGIN, 136
  1240. HORZGUIDE, 38
  1241. HORZGUIDE, 68
  1242. HORZGUIDE, 98
  1243. END
  1244. IDD_END_RETRY, DIALOG
  1245. BEGIN
  1246. LEFTMARGIN, 7
  1247. RIGHTMARGIN, 310
  1248. VERTGUIDE, 115
  1249. TOPMARGIN, 7
  1250. BOTTOMMARGIN, 186
  1251. HORZGUIDE, 40
  1252. END
  1253. IDD_INTRO_RETRY, DIALOG
  1254. BEGIN
  1255. LEFTMARGIN, 7
  1256. RIGHTMARGIN, 310
  1257. VERTGUIDE, 115
  1258. VERTGUIDE, 304
  1259. TOPMARGIN, 7
  1260. BOTTOMMARGIN, 186
  1261. HORZGUIDE, 8
  1262. HORZGUIDE, 40
  1263. END
  1264. IDD_RETRY, DIALOG
  1265. BEGIN
  1266. LEFTMARGIN, 7
  1267. RIGHTMARGIN, 310
  1268. VERTGUIDE, 21
  1269. VERTGUIDE, 108
  1270. VERTGUIDE, 194
  1271. VERTGUIDE, 295
  1272. TOPMARGIN, 4
  1273. BOTTOMMARGIN, 136
  1274. HORZGUIDE, 25
  1275. HORZGUIDE, 68
  1276. HORZGUIDE, 98
  1277. END
  1278. IDD_SA_INFO_BUTTON, DIALOG
  1279. BEGIN
  1280. LEFTMARGIN, 7
  1281. RIGHTMARGIN, 310
  1282. VERTGUIDE, 21
  1283. VERTGUIDE, 108
  1284. VERTGUIDE, 194
  1285. TOPMARGIN, 4
  1286. BOTTOMMARGIN, 136
  1287. HORZGUIDE, 38
  1288. HORZGUIDE, 68
  1289. HORZGUIDE, 98
  1290. HORZGUIDE, 115
  1291. END
  1292. IDD_COMMIT, DIALOG
  1293. BEGIN
  1294. LEFTMARGIN, 28
  1295. RIGHTMARGIN, 310
  1296. VERTGUIDE, 28
  1297. VERTGUIDE, 189
  1298. BOTTOMMARGIN, 136
  1299. HORZGUIDE, 22
  1300. END
  1301. IDD_END_TRUST, DIALOG
  1302. BEGIN
  1303. LEFTMARGIN, 7
  1304. RIGHTMARGIN, 310
  1305. VERTGUIDE, 115
  1306. TOPMARGIN, 7
  1307. BOTTOMMARGIN, 186
  1308. END
  1309. IDD_INTRO_TRUST, DIALOG
  1310. BEGIN
  1311. LEFTMARGIN, 7
  1312. RIGHTMARGIN, 310
  1313. VERTGUIDE, 115
  1314. VERTGUIDE, 304
  1315. TOPMARGIN, 7
  1316. BOTTOMMARGIN, 186
  1317. HORZGUIDE, 8
  1318. HORZGUIDE, 40
  1319. END
  1320. IDD_TRUST_INFO, DIALOG
  1321. BEGIN
  1322. LEFTMARGIN, 21
  1323. RIGHTMARGIN, 310
  1324. VERTGUIDE, 21
  1325. VERTGUIDE, 108
  1326. VERTGUIDE, 194
  1327. VERTGUIDE, 294
  1328. TOPMARGIN, 1
  1329. BOTTOMMARGIN, 136
  1330. HORZGUIDE, 25
  1331. HORZGUIDE, 68
  1332. HORZGUIDE, 98
  1333. HORZGUIDE, 115
  1334. END
  1335. IDD_CREDENTIALS_TRUST, DIALOG
  1336. BEGIN
  1337. VERTGUIDE, 28
  1338. TOPMARGIN, 1
  1339. END
  1340. IDD_INTRO_EXCHANGE_SRV, DIALOG
  1341. BEGIN
  1342. LEFTMARGIN, 7
  1343. RIGHTMARGIN, 310
  1344. VERTGUIDE, 115
  1345. VERTGUIDE, 304
  1346. TOPMARGIN, 7
  1347. BOTTOMMARGIN, 186
  1348. HORZGUIDE, 8
  1349. HORZGUIDE, 40
  1350. END
  1351. IDD_END_EXCHANGE_DIR, DIALOG
  1352. BEGIN
  1353. LEFTMARGIN, 7
  1354. RIGHTMARGIN, 310
  1355. VERTGUIDE, 115
  1356. TOPMARGIN, 7
  1357. BOTTOMMARGIN, 186
  1358. HORZGUIDE, 40
  1359. END
  1360. IDD_EXCHANGE_SELECTION, DIALOG
  1361. BEGIN
  1362. VERTGUIDE, 28
  1363. HORZGUIDE, 20
  1364. END
  1365. IDD_INTRO_GROUPMAPPING, DIALOG
  1366. BEGIN
  1367. LEFTMARGIN, 7
  1368. RIGHTMARGIN, 310
  1369. VERTGUIDE, 115
  1370. VERTGUIDE, 304
  1371. TOPMARGIN, 7
  1372. BOTTOMMARGIN, 186
  1373. HORZGUIDE, 8
  1374. HORZGUIDE, 40
  1375. END
  1376. IDD_END_GROUPMAPPING, DIALOG
  1377. BEGIN
  1378. LEFTMARGIN, 7
  1379. RIGHTMARGIN, 310
  1380. VERTGUIDE, 115
  1381. TOPMARGIN, 7
  1382. BOTTOMMARGIN, 186
  1383. HORZGUIDE, 40
  1384. END
  1385. IDD_TARGET_GROUP, DIALOG
  1386. BEGIN
  1387. VERTGUIDE, 28
  1388. HORZGUIDE, 20
  1389. END
  1390. IDD_OPTIONS_GROUPMAPPING, DIALOG
  1391. BEGIN
  1392. VERTGUIDE, 28
  1393. VERTGUIDE, 40
  1394. HORZGUIDE, 20
  1395. HORZGUIDE, 87
  1396. END
  1397. IDD_END_EXCHANGE_SRV, DIALOG
  1398. BEGIN
  1399. LEFTMARGIN, 7
  1400. RIGHTMARGIN, 310
  1401. VERTGUIDE, 115
  1402. TOPMARGIN, 7
  1403. BOTTOMMARGIN, 186
  1404. HORZGUIDE, 40
  1405. END
  1406. IDD_END_GROUP, DIALOG
  1407. BEGIN
  1408. LEFTMARGIN, 7
  1409. RIGHTMARGIN, 310
  1410. VERTGUIDE, 115
  1411. TOPMARGIN, 7
  1412. BOTTOMMARGIN, 186
  1413. HORZGUIDE, 40
  1414. END
  1415. IDD_OPTIONS_FROM_USER, DIALOG
  1416. BEGIN
  1417. RIGHTMARGIN, 316
  1418. VERTGUIDE, 20
  1419. VERTGUIDE, 28
  1420. HORZGUIDE, 20
  1421. END
  1422. IDD_SELECTION1, DIALOG
  1423. BEGIN
  1424. LEFTMARGIN, 7
  1425. RIGHTMARGIN, 310
  1426. VERTGUIDE, 21
  1427. VERTGUIDE, 108
  1428. VERTGUIDE, 194
  1429. TOPMARGIN, 4
  1430. BOTTOMMARGIN, 136
  1431. HORZGUIDE, 38
  1432. HORZGUIDE, 68
  1433. HORZGUIDE, 98
  1434. END
  1435. IDD_SELECTION2, DIALOG
  1436. BEGIN
  1437. LEFTMARGIN, 7
  1438. RIGHTMARGIN, 310
  1439. VERTGUIDE, 21
  1440. VERTGUIDE, 108
  1441. VERTGUIDE, 194
  1442. TOPMARGIN, 4
  1443. BOTTOMMARGIN, 136
  1444. HORZGUIDE, 38
  1445. HORZGUIDE, 68
  1446. HORZGUIDE, 98
  1447. END
  1448. IDD_SELECTION3, DIALOG
  1449. BEGIN
  1450. LEFTMARGIN, 7
  1451. RIGHTMARGIN, 310
  1452. VERTGUIDE, 21
  1453. VERTGUIDE, 108
  1454. VERTGUIDE, 194
  1455. TOPMARGIN, 4
  1456. BOTTOMMARGIN, 136
  1457. HORZGUIDE, 38
  1458. HORZGUIDE, 68
  1459. HORZGUIDE, 98
  1460. END
  1461. IDD_SELECTION4, DIALOG
  1462. BEGIN
  1463. LEFTMARGIN, 7
  1464. RIGHTMARGIN, 310
  1465. VERTGUIDE, 21
  1466. VERTGUIDE, 108
  1467. VERTGUIDE, 194
  1468. TOPMARGIN, 3
  1469. BOTTOMMARGIN, 142
  1470. HORZGUIDE, 38
  1471. HORZGUIDE, 68
  1472. HORZGUIDE, 98
  1473. END
  1474. IDD_TRANSLATION_SRC, DIALOG
  1475. BEGIN
  1476. LEFTMARGIN, 8
  1477. RIGHTMARGIN, 309
  1478. VERTGUIDE, 28
  1479. BOTTOMMARGIN, 112
  1480. HORZGUIDE, 19
  1481. END
  1482. IDD_PROP_EXCLUSION, DIALOG
  1483. BEGIN
  1484. LEFTMARGIN, 7
  1485. RIGHTMARGIN, 305
  1486. TOPMARGIN, 4
  1487. END
  1488. END
  1489. #endif // APSTUDIO_INVOKED
  1490. /////////////////////////////////////////////////////////////////////////////
  1491. //
  1492. // Bitmap
  1493. //
  1494. IDB_WATERMARK_USER BITMAP DISCARDABLE "user_migration.BMP"
  1495. IDB_HEADER_ARROW BITMAP DISCARDABLE "user_migration_hd.BMP"
  1496. IDB_WATERMARK_SECURITY BITMAP DISCARDABLE "security_permissions.BMP"
  1497. IDB_WATERMARK_GROUP BITMAP DISCARDABLE "group_migration.BMP"
  1498. IDB_WATERMARK_COMPUTER BITMAP DISCARDABLE "computer_migration.BMP"
  1499. IDB_HEADER_KEY BITMAP DISCARDABLE "security_permissions_hd.BMP"
  1500. IDR_MAINFRAME BITMAP MOVEABLE PURE "res\\Toolbar.bmp"
  1501. IDB_OU BITMAP DISCARDABLE "res\\ou.bmp"
  1502. IDB_OPEN_OU BITMAP DISCARDABLE "res\\bitmap1.bmp"
  1503. IDB_OPEN_DIR BITMAP DISCARDABLE "res\\open_dir.bmp"
  1504. IDB_OPEN_CONT BITMAP DISCARDABLE "res\\open_con.bmp"
  1505. IDB_CONT BITMAP DISCARDABLE "res\\cont.bmp"
  1506. IDB_WATERMARK_EXCHANGE BITMAP DISCARDABLE "exchangesrvr_migration.BMP"
  1507. IDB_WATERMARK_REPORTING BITMAP DISCARDABLE "reporting.BMP"
  1508. IDB_WATERMARK_SERVICE_ACCOUNT BITMAP DISCARDABLE "service_account_migration.BMP"
  1509. IDB_HEADER_BOOK BITMAP DISCARDABLE "reporting_hd.BMP"
  1510. IDB_DIR BITMAP FIXED IMPURE "res\\dir.bmp"
  1511. /////////////////////////////////////////////////////////////////////////////
  1512. //
  1513. // Accelerator
  1514. //
  1515. IDR_ACCELERATOR1 ACCELERATORS DISCARDABLE
  1516. BEGIN
  1517. "A", IDC_ADD_BUTTON, VIRTKEY, NOINVERT
  1518. "R", ID_REMOVE_BUTTON, VIRTKEY, NOINVERT
  1519. VK_F1, IDC_BUTTON1, VIRTKEY, NOINVERT
  1520. END
  1521. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE
  1522. BEGIN
  1523. "N", ID_FILE_NEW, VIRTKEY, CONTROL
  1524. "O", ID_FILE_OPEN, VIRTKEY, CONTROL
  1525. "S", ID_FILE_SAVE, VIRTKEY, CONTROL
  1526. "P", ID_FILE_PRINT, VIRTKEY, CONTROL
  1527. "Z", ID_EDIT_UNDO, VIRTKEY, CONTROL
  1528. "X", ID_EDIT_CUT, VIRTKEY, CONTROL
  1529. "C", ID_EDIT_COPY, VIRTKEY, CONTROL
  1530. "V", ID_EDIT_PASTE, VIRTKEY, CONTROL
  1531. VK_BACK, ID_EDIT_UNDO, VIRTKEY, ALT
  1532. VK_DELETE, ID_EDIT_CUT, VIRTKEY, SHIFT
  1533. VK_INSERT, ID_EDIT_COPY, VIRTKEY, CONTROL
  1534. VK_INSERT, ID_EDIT_PASTE, VIRTKEY, SHIFT
  1535. VK_F6, ID_NEXT_PANE, VIRTKEY
  1536. VK_F6, ID_PREV_PANE, VIRTKEY, SHIFT
  1537. END
  1538. /////////////////////////////////////////////////////////////////////////////
  1539. //
  1540. // Dialog Info
  1541. //
  1542. IDD_REBOOT DLGINIT
  1543. BEGIN
  1544. IDC_COMBO2, 0x403, 1, 0
  1545. "\000"
  1546. 0
  1547. END
  1548. IDD_PROP_EXCLUSION DLGINIT
  1549. BEGIN
  1550. IDC_OBJECTCMBO, 0x403, 9, 0
  1551. 0x6f43, 0x706d, 0x7475, 0x7265, "\000"
  1552. 0
  1553. END
  1554. /////////////////////////////////////////////////////////////////////////////
  1555. //
  1556. // Toolbar
  1557. //
  1558. IDR_MAINFRAME TOOLBAR DISCARDABLE 16, 15
  1559. BEGIN
  1560. BUTTON ID_FILE_NEW
  1561. BUTTON ID_FILE_OPEN
  1562. BUTTON ID_FILE_SAVE
  1563. SEPARATOR
  1564. BUTTON ID_EDIT_CUT
  1565. BUTTON ID_EDIT_COPY
  1566. BUTTON ID_EDIT_PASTE
  1567. SEPARATOR
  1568. BUTTON ID_FILE_PRINT
  1569. SEPARATOR
  1570. BUTTON ID_APP_ABOUT
  1571. END
  1572. /////////////////////////////////////////////////////////////////////////////
  1573. //
  1574. // Menu
  1575. //
  1576. IDR_MAINFRAME MENU PRELOAD DISCARDABLE
  1577. BEGIN
  1578. POPUP "&File"
  1579. BEGIN
  1580. MENUITEM "&New\tCtrl+N", ID_FILE_NEW
  1581. MENUITEM "&Open...\tCtrl+O", ID_FILE_OPEN
  1582. MENUITEM "&Save\tCtrl+S", ID_FILE_SAVE
  1583. MENUITEM "Save &As...", ID_FILE_SAVE_AS
  1584. MENUITEM SEPARATOR
  1585. MENUITEM "&Print...\tCtrl+P", ID_FILE_PRINT
  1586. MENUITEM "Print Pre&view", ID_FILE_PRINT_PREVIEW
  1587. MENUITEM "P&rint Setup...", ID_FILE_PRINT_SETUP
  1588. MENUITEM SEPARATOR
  1589. MENUITEM "Recent File", ID_FILE_MRU_FILE1, GRAYED
  1590. MENUITEM SEPARATOR
  1591. MENUITEM "E&xit", ID_APP_EXIT
  1592. END
  1593. POPUP "&Edit"
  1594. BEGIN
  1595. MENUITEM "&Undo\tCtrl+Z", ID_EDIT_UNDO
  1596. MENUITEM SEPARATOR
  1597. MENUITEM "Cu&t\tCtrl+X", ID_EDIT_CUT
  1598. MENUITEM "&Copy\tCtrl+C", ID_EDIT_COPY
  1599. MENUITEM "&Paste\tCtrl+V", ID_EDIT_PASTE
  1600. END
  1601. POPUP "&View"
  1602. BEGIN
  1603. MENUITEM "&Toolbar", ID_VIEW_TOOLBAR
  1604. MENUITEM "&Status Bar", ID_VIEW_STATUS_BAR
  1605. END
  1606. POPUP "&Help"
  1607. BEGIN
  1608. MENUITEM "&About OUPicker...", ID_APP_ABOUT
  1609. END
  1610. END
  1611. /////////////////////////////////////////////////////////////////////////////
  1612. //
  1613. // Icon
  1614. //
  1615. // Icon with lowest ID value placed first to ensure application icon
  1616. // remains consistent on all systems.
  1617. IDR_OUPICKTYPE ICON DISCARDABLE "res\\OUPickerDoc.ico"
  1618. IDR_MAINFRAME ICON DISCARDABLE "res\\OUPicker.ico"
  1619. /////////////////////////////////////////////////////////////////////////////
  1620. //
  1621. // String Table
  1622. //
  1623. STRINGTABLE DISCARDABLE
  1624. BEGIN
  1625. IDS_STRING104 "I"
  1626. IDS_ABOUTBOX "&About deleteme..."
  1627. END
  1628. STRINGTABLE DISCARDABLE
  1629. BEGIN
  1630. IDS_DOMAIN "Domain Selection"
  1631. IDS_SID_HISTORY "SID History"
  1632. IDS_SID_HISTORY_SUB "This option allows you to add the SID History."
  1633. IDS_USER_RIGHTS "User Rights"
  1634. IDS_USER_RIGHTS_SUB "This allows you to set the user rights."
  1635. IDS_RENAMING "Naming Conflicts"
  1636. IDS_RENAMING_SUB1 "A name conflict occurs when a target account already exists with the same name as a source account."
  1637. IDS_DISABLE "Account Transition Options"
  1638. IDS_DISABLE_SUB "You can close accounts, set account expiration dates, and migrate security IDs (SIDs)."
  1639. IDS_PASSWORD "Password Options"
  1640. IDS_PASSWORD_SUB "Migrating a password or selecting a complex password provide better network security."
  1641. IDS_OPTIONS "User Options"
  1642. IDS_OPTIONS_SUB "You can migrate user groups, profiles, and security settings."
  1643. IDS_OU_SELECTION "Organizational Unit Selection"
  1644. IDS_OU_SELECTION_SUB "The organizational unit (OU) you enter is used as the target."
  1645. IDS_ADD_TO_GROUP "Add to Group"
  1646. END
  1647. STRINGTABLE DISCARDABLE
  1648. BEGIN
  1649. IDS_DOMAIN_SUB "Which domain do you want to migrate to Active Directory?"
  1650. IDS_MSG_INPUT "Input needed"
  1651. IDS_MSG_ERROR "Error"
  1652. IDS_MSG_REPORT "Please select at least one report."
  1653. IDS_MSG_DIRECTORY "Please input a valid directory path."
  1654. IDS_MSG_OBJECTPICKER_SOURCE
  1655. "Failed to initialize object picker for the source domain."
  1656. IDS_MSG_OU "Please select a target OU."
  1657. IDS_MSG_CREDENTIALS "Please enter your credentials."
  1658. IDS_MSG_OBJECT "Please select at least one item."
  1659. IDS_MSG_UNIQUE "Please input different domains for the source and target."
  1660. IDS_MSG_SOURCE "Your source domain was invalid."
  1661. IDS_MSG_TARGET "Your target domain was invalid."
  1662. IDS_MSG_TARGET_ADMIN "You are not an administrator on the target domain."
  1663. IDS_MSG_SOURCE_ADMIN "You are not an administrator on the source domain."
  1664. IDS_MSG_TARGET_NATIVE "The target domain is not native mode."
  1665. IDS_MSG_PATH "No object path found."
  1666. END
  1667. STRINGTABLE DISCARDABLE
  1668. BEGIN
  1669. IDS_WIZARD_SECURITY "security"
  1670. IDS_WIZARD_UNDO "undo"
  1671. IDS_WIZARD_RETRY "retry"
  1672. IDS_WIZARD_REPORTING "reporting"
  1673. IDS_WIZARD_SERVICE "service"
  1674. IDS_WIZARD_EXCHANGEDIR "exchangeDir"
  1675. IDS_WIZARD_EXCHANGESRV "exchangeDrv"
  1676. IDS_WIZARD_TRUST "trust"
  1677. IDS_WIZARD_GROUPMAPPING "groupmapping"
  1678. IDS_MIGRATE_COMPUTER "Migrate Computer"
  1679. IDS_GATHER_SERVICEACCOUNT "Gather Service Account Information"
  1680. IDS_TRANSLATE_SECURITY "Translate Security"
  1681. IDS_GATHER_INFORMATION "Gather Information"
  1682. IDS_MSG_ERRORBUF3 "%s (Error code=%u, domain=%s)"
  1683. IDS_MSG_ERRORBUF20 "%s%s (Error code=%u)"
  1684. IDS_MSG_OBJECTPICKER_SOURCE2
  1685. "Failed to initialize object picker for the additional trusting domain."
  1686. END
  1687. STRINGTABLE DISCARDABLE
  1688. BEGIN
  1689. IDS_SEC_CRED2 "Type the user name, password, and domain of an account with local logon rights on the agent machine."
  1690. IDS_MSG_SA_FAILED "Service account detection failed."
  1691. IDS_MYTITLE3 "Type the user name, password, and domain on an account with Permission Admin rights on the Exchange server."
  1692. IDS_COMPUTER_RENAME_TITLE
  1693. "To select how you would like to resolve computer account name conflicts, click an option below."
  1694. IDS_GRATUITIOUS_MESSAGE "If the ""Migrate associated user groups"" checkbox is not checked, and the selected users are members of global groups that have not yet been migrated, you will lose these global group memberships. "
  1695. IDS_GRATUITIOUS_MESSAGE2
  1696. "If the ""Migrate group members"" checkbox is checked, and some of the members are members of global groups that have not yet been migrated, you will lose these global group memberships. "
  1697. IDS_MSG_EXTENSION_MAX_PRE
  1698. "The combined length of the non-collision prefix/suffix and the collision prefix/suffix cannot exceed 8 characters."
  1699. IDS_MSG_EXTENSION_MAX_SUF
  1700. "The combined length of the non-collision prefix/suffix and the collision prefix/suffix cannot exceed 8 characters."
  1701. IDS_INVALID_STRING "$""/\\[]:|<>+=;,?.*#"
  1702. IDS_MSG_INVALIDCHARS "Please input a valid extension with less than 8 characters and without the following characters: %s"
  1703. IDS_MSG_TRANSUR_ADDONLY "User rights translation will be performed in 'Add' mode only. Any other objects will be translated in adherence to your mode selection."
  1704. IDS_MSG_TRANSUR_TITLE "User Rights Translate in Add Mode Only"
  1705. IDS_COLUMN_UPN "UPN Name"
  1706. IDS_MSG_NOOBJECTS "No recorded objects from the specified source domain have been migrated. Please select another source domain."
  1707. IDS_MSG_NOSOURCESID "Cannot retrieve the Source Domain's SID from previously migrated objects or by contacting the domain. Please select another source domain."
  1708. END
  1709. STRINGTABLE DISCARDABLE
  1710. BEGIN
  1711. IDS_TRUST_DOMAIN "Between which domains do you want to migrate the trust?"
  1712. IDS_SERVICE_CREDENTIALS "To migrate service accounts,you must supply a user account with the proper permissions."
  1713. IDS_SERVICE_DOMAIN "Between which domains do you want to migrate service accounts?"
  1714. IDS_CREDENTIALS_EXCHANGE "User Account"
  1715. IDS_CREDENTIALS_ACCOUNT "User Account"
  1716. IDS_DOMAIN_GROUP "Between which domains do you want to migrate groups?"
  1717. IDS_DOMAIN_ACCOUNT "Between which domains do you want to migrate users?"
  1718. IDS_DOMAIN_COMPUTERS "Between which domains do you want to migrate computers?"
  1719. IDS_DOMAIN_SECURITY "Between which domains do you want to translate security?"
  1720. IDS_DOMAIN_DIRECTORY "Between which domains do you want to Exchange directories?"
  1721. IDS_MSG_MESSAGE9 "The source domain of the last migration task was mixed-mode, so cannot be undone."
  1722. END
  1723. STRINGTABLE DISCARDABLE
  1724. BEGIN
  1725. IDS_COLUMN_SERVICE_DISPLAY "Service"
  1726. IDS_MSG_LOCAL "If the service accounts you are migrating have permissions through local group memberships on servers, the local groups will not be updated to include the migrated service accounts until local group translation is performed using the Security Translation wizard."
  1727. IDS_MSG_INVALIDOU "The selected OU does not exist on the target domain."
  1728. IDS_MSG_INVALIDEXCHANGE "The selected server does not exist on the network."
  1729. IDS_MSG_FILE "The specified file could not be opened for writing."
  1730. IDS_MSG_MESSAGE "Migration Task Description"
  1731. IDS_MSG_MESSAGE8 "The domains in the undo task were in the same forest, so SID History credentials must be entered."
  1732. END
  1733. STRINGTABLE DISCARDABLE
  1734. BEGIN
  1735. IDS_PASSWORDS "passwords"
  1736. IDS_MASKS "Text Documents (*.txt)|*.txt|All Files (*.*)|*.*||"
  1737. IDS_OUTBOUND "Outbound"
  1738. IDS_INBOUND "Inbound"
  1739. IDS_BIDIRECTIONAL "Bidirectional"
  1740. IDS_DISABLED "Disabled"
  1741. IDS_ONE "1"
  1742. IDS_TEN "10"
  1743. IDS_SIXTY "15"
  1744. IDS_FORMAT_MESSAGE "%s (domain=%s)"
  1745. IDS_SELECTOR "Select a target container."
  1746. IDS_BROWSER "Browse for Container"
  1747. IDS_MSG_ERRORBUF2 "Could not verify that the domains are in different forests. %s (Error code=%u, domain=%s)"
  1748. IDS_WIZARD_USER "user"
  1749. IDS_WIZARD_GROUP "group"
  1750. IDS_WIZARD_COMPUTER "computer"
  1751. END
  1752. STRINGTABLE DISCARDABLE
  1753. BEGIN
  1754. IDS_MSG_HELP "Failed to load help topic."
  1755. END
  1756. STRINGTABLE DISCARDABLE
  1757. BEGIN
  1758. IDS_ACCOUNT "User Selection"
  1759. END
  1760. STRINGTABLE DISCARDABLE
  1761. BEGIN
  1762. IDS_ACCOUNT_SUB "To add source user accounts to migrate to Active Directory, click Add."
  1763. END
  1764. STRINGTABLE DISCARDABLE
  1765. BEGIN
  1766. IDS_ACCOUNT_OPTIONS "User Migration Options"
  1767. END
  1768. STRINGTABLE DISCARDABLE
  1769. BEGIN
  1770. IDS_ACCOUNT_OPTIONS_SUB "This may help you customize the migration to your needs."
  1771. IDS_SEC_CRED "Security credentials are needed for account reference reporting."
  1772. END
  1773. STRINGTABLE DISCARDABLE
  1774. BEGIN
  1775. IDS_ACCOUNT_FURTHER "Customization Options"
  1776. END
  1777. STRINGTABLE DISCARDABLE
  1778. BEGIN
  1779. IDS_ACCOUNT_FURTHER_SUB "This will further allow you to customize your migration."
  1780. END
  1781. STRINGTABLE DISCARDABLE
  1782. BEGIN
  1783. IDS_ACCOUNT_CLOSED "Closed Set Detection"
  1784. END
  1785. STRINGTABLE DISCARDABLE
  1786. BEGIN
  1787. IDS_ACCOUNT_CLOSED_SUB "The selected users did not form a closed set."
  1788. END
  1789. STRINGTABLE DISCARDABLE
  1790. BEGIN
  1791. IDS_DOMAIN_REPORTING_SUB "For what domains do you want to create reports?"
  1792. END
  1793. STRINGTABLE DISCARDABLE
  1794. BEGIN
  1795. IDS_MYTITLE2 "Type the user name, password, and domain of an account with administrative rights on the target domain."
  1796. IDS_VALID_DIGITS "0123456789"
  1797. IDS_TRUST_INFO "Please input your login information."
  1798. IDS_REBOOT_SUB "You can customize the restart time, computer naming settings, and choose to exclude certain properties from migration."
  1799. IDS_UNDO "Last Migration"
  1800. IDS_UNDO_SUB "The most recent migration you performed is described below."
  1801. IDS_SECURITY "Computer Selection"
  1802. END
  1803. STRINGTABLE DISCARDABLE
  1804. BEGIN
  1805. IDS_SECURITY_SUB "To add the computers for security translation to Active Directory, click Add."
  1806. IDS_SECURITY_OPTIONS "Security Translation Options"
  1807. IDS_SECURITY_OPTIONS_SUB
  1808. "This may help you customize the security translation to your needs."
  1809. IDS_SECURITY_FURTHER "Customization Options"
  1810. IDS_SECURITY_FURTHER_SUB
  1811. "This will further allow you to customize your security translation."
  1812. IDS_SECURITY_SUB2 "What computers would you like to perform security translation on?"
  1813. IDS_MSG_SELECT_TRUST "Select a trust to be created in the target domain and click on the ""Copy Trust..."" button to continue."
  1814. IDS_COMPUTER "Computer Selection"
  1815. IDS_COMPUTER_SUB "This window allows you to select the computers you want to migrate."
  1816. IDS_COMPUTER_OPTIONS "Computer Options"
  1817. IDS_COMPUTER_OPTIONS_SUB
  1818. "This may help you customize the migration to your needs."
  1819. IDS_COMPUTER_FURTHER "Customization Options"
  1820. IDS_COMPUTER_FURTHER_SUB
  1821. "This will further allow you to customize your migration."
  1822. IDS_CLOSED "Closed Set Detection"
  1823. IDS_CLOSED_SUB "The selected users did not form a closed set."
  1824. IDS_CREDENTIALS "SID History Credentials"
  1825. END
  1826. STRINGTABLE DISCARDABLE
  1827. BEGIN
  1828. IDS_CREDENTIALS_SUB "To add SID history, you must supply a user account with the proper permissions."
  1829. IDS_MSG_EXTENSION_PREFIX
  1830. "Please select a prefix that is different from your non-collision renaming prefix."
  1831. IDS_MSG_EXTENSION_SUFFIX
  1832. "Please select a suffix that is different from your non-collision renaming suffix"
  1833. IDS_ACCOUNT_TITLE "User Account Migration Wizard"
  1834. IDS_DOMAIN2 "Domain Selection"
  1835. IDS_COMPUTER_TITLE "Computer Migration Wizard"
  1836. IDS_SECURITY_TITLE "Security Translation Wizard"
  1837. IDS_CREDENTIALS2 "User Account"
  1838. IDS_CREDENTIALS_SUB2 "To perform security translation, you must supply a user account with the proper permissions"
  1839. IDS_GROUP_TITLE "Group Account Migration Wizard"
  1840. IDS_UNDO_TITLE "Undo Last Migration Wizard"
  1841. IDS_CREDENTIALS3 "User Account"
  1842. IDS_CREDENTIALS_SUB3 "To report account references, you must supply a user account with the proper permissions."
  1843. IDS_RETRY_TITLE "Retry Task Wizard"
  1844. IDS_RETRY "Task Selection"
  1845. IDS_RETRY_SUB "The migration tasks that did not complete successfully are listed below."
  1846. END
  1847. STRINGTABLE DISCARDABLE
  1848. BEGIN
  1849. IDS_CREDENTIALS_EXCHANGE_SUB
  1850. "To make an LDAP connection to the Exchange server, you must supply a user account with the proper permissions."
  1851. IDS_COLUMN_NAMECONFLICTS "Account name conflicts"
  1852. IDS_COLUMN_ACCOUNTREFERENCES "Account references"
  1853. IDS_COLUMN_EXPIREDCOMPUTERS "Expired accounts"
  1854. IDS_COLUMN_MIGRATEDCOMPUTERS "Migrated computer accounts"
  1855. IDS_COLUMN_MIGRATEDACCOUNTS "Migrated user accounts"
  1856. IDS_CANNOT "Cannot Update"
  1857. END
  1858. STRINGTABLE DISCARDABLE
  1859. BEGIN
  1860. IDS_ADD_TO_GROUP_SUB "This allows you to add to group."
  1861. IDS_OPTIONS_GROUP "Group Options"
  1862. IDS_OPTIONS_GROUP_SUB "You can migrate the objects in a group along with their security ID (SID) settings."
  1863. IDS_SELECTION "Selection"
  1864. IDS_SELECTION_SUB "This allows you to select."
  1865. IDS_REPLACE_EXISTING "Group Membership"
  1866. IDS_REPLACE_EXISTING_SUB
  1867. "This allows you to replace existing group members."
  1868. IDS_RENAMING_SUB3 "A name conflict occurs when a target account already exists with the same name as a source account."
  1869. IDS_TRANSLATION_MODE_SUB
  1870. "This window allows you to customize your migration options."
  1871. IDS_TRANSLATION "Translate Objects"
  1872. IDS_TRANSLATION_SUB "Translation is the process of reapplying access control lists for objects."
  1873. IDS_GROUP "Group Selection"
  1874. IDS_GROUP_SUB "To add source groups to migrate to Active Directory, click Add."
  1875. IDS_RENAMING_SUB2 "A name conflict occurs when a target account already exists with the same name as a source account."
  1876. IDS_SERVICE_TITLE "Service Account Migration Wizard"
  1877. IDS_SERVICE "Service Account Selection"
  1878. END
  1879. STRINGTABLE DISCARDABLE
  1880. BEGIN
  1881. IDS_SERVICE_SUB "To add computers to use as an information source, click Add."
  1882. IDS_REPORTING_TITLE "Reporting Wizard"
  1883. IDS_REPORTING "Computer Selection"
  1884. IDS_REPORTING_SUB "Select the computers for which you want to report account references."
  1885. IDS_OPTIONS_REPORTING "Report Selection"
  1886. IDS_OPTIONS_REPORTING_SUB "You can select more than one report type."
  1887. IDS_OPTIONS_GROUPMAPPING_SUB
  1888. "You can migrate the objects in a group along with their security ID (SID) settings."
  1889. IDS_SA_INFO "Service Account Information"
  1890. IDS_SA_INFO_SUB "This window allows you to view the service accounts."
  1891. IDS_SA_GATHER "Gather Information"
  1892. IDS_SA_GATHER_SUB "This screen allows you to gather service account information."
  1893. END
  1894. STRINGTABLE DISCARDABLE
  1895. BEGIN
  1896. IDR_MAINFRAME "Active Directory Migration Tool\n\nOUPick\n\n\nOUPicker.Document\nOUPick Document"
  1897. END
  1898. STRINGTABLE DISCARDABLE
  1899. BEGIN
  1900. AFX_IDS_APP_TITLE "OUPicker"
  1901. AFX_IDS_IDLEMESSAGE "Ready"
  1902. END
  1903. STRINGTABLE DISCARDABLE
  1904. BEGIN
  1905. ID_FILE_NEW "Create a new document\nNew"
  1906. ID_FILE_OPEN "Open an existing document\nOpen"
  1907. ID_FILE_CLOSE "Close the active document\nClose"
  1908. ID_FILE_SAVE "Save the active document\nSave"
  1909. ID_FILE_SAVE_AS "Save the active document with a new name\nSave As"
  1910. ID_FILE_PAGE_SETUP "Change the printing options\nPage Setup"
  1911. ID_FILE_PRINT_SETUP "Change the printer and printing options\nPrint Setup"
  1912. ID_FILE_PRINT "Print the active document\nPrint"
  1913. ID_FILE_PRINT_PREVIEW "Display full pages\nPrint Preview"
  1914. END
  1915. STRINGTABLE DISCARDABLE
  1916. BEGIN
  1917. ID_FILE_MRU_FILE1 "Open this document"
  1918. ID_FILE_MRU_FILE2 "Open this document"
  1919. ID_FILE_MRU_FILE3 "Open this document"
  1920. ID_FILE_MRU_FILE4 "Open this document"
  1921. ID_FILE_MRU_FILE5 "Open this document"
  1922. ID_FILE_MRU_FILE6 "Open this document"
  1923. ID_FILE_MRU_FILE7 "Open this document"
  1924. ID_FILE_MRU_FILE8 "Open this document"
  1925. ID_FILE_MRU_FILE9 "Open this document"
  1926. ID_FILE_MRU_FILE10 "Open this document"
  1927. ID_FILE_MRU_FILE11 "Open this document"
  1928. ID_FILE_MRU_FILE12 "Open this document"
  1929. ID_FILE_MRU_FILE13 "Open this document"
  1930. ID_FILE_MRU_FILE14 "Open this document"
  1931. ID_FILE_MRU_FILE15 "Open this document"
  1932. ID_FILE_MRU_FILE16 "Open this document"
  1933. END
  1934. STRINGTABLE DISCARDABLE
  1935. BEGIN
  1936. ID_EDIT_CLEAR "Erase the selection\nErase"
  1937. ID_EDIT_CLEAR_ALL "Erase everything\nErase All"
  1938. ID_EDIT_COPY "Copy the selection and put it on the Clipboard\nCopy"
  1939. ID_EDIT_CUT "Cut the selection and put it on the Clipboard\nCut"
  1940. ID_EDIT_FIND "Find the specified text\nFind"
  1941. ID_EDIT_PASTE "Insert Clipboard contents\nPaste"
  1942. ID_EDIT_REPEAT "Repeat the last action\nRepeat"
  1943. ID_EDIT_REPLACE "Replace specific text with different text\nReplace"
  1944. ID_EDIT_SELECT_ALL "Select the entire document\nSelect All"
  1945. ID_EDIT_UNDO "Undo the last action\nUndo"
  1946. ID_EDIT_REDO "Redo the previously undone action\nRedo"
  1947. END
  1948. STRINGTABLE DISCARDABLE
  1949. BEGIN
  1950. ID_WINDOW_SPLIT "Split the active window into panes\nSplit"
  1951. END
  1952. STRINGTABLE DISCARDABLE
  1953. BEGIN
  1954. ID_APP_ABOUT "Display program information, version number and copyright\nAbout"
  1955. ID_APP_EXIT "Quit the application; prompts to save documents\nExit"
  1956. END
  1957. STRINGTABLE DISCARDABLE
  1958. BEGIN
  1959. ID_NEXT_PANE "Switch to the next window pane\nNext Pane"
  1960. ID_PREV_PANE "Switch back to the previous window pane\nPrevious Pane"
  1961. END
  1962. STRINGTABLE DISCARDABLE
  1963. BEGIN
  1964. ID_INDICATOR_EXT "EXT"
  1965. ID_INDICATOR_CAPS "CAP"
  1966. ID_INDICATOR_NUM "NUM"
  1967. ID_INDICATOR_SCRL "SCRL"
  1968. ID_INDICATOR_OVR "OVR"
  1969. ID_INDICATOR_REC "REC"
  1970. END
  1971. STRINGTABLE DISCARDABLE
  1972. BEGIN
  1973. ID_VIEW_TOOLBAR "Show or hide the toolbar\nToggle ToolBar"
  1974. ID_VIEW_STATUS_BAR "Show or hide the status bar\nToggle StatusBar"
  1975. END
  1976. STRINGTABLE DISCARDABLE
  1977. BEGIN
  1978. AFX_IDS_SCSIZE "Change the window size"
  1979. AFX_IDS_SCMOVE "Change the window position"
  1980. AFX_IDS_SCMINIMIZE "Reduce the window to an icon"
  1981. AFX_IDS_SCMAXIMIZE "Enlarge the window to full size"
  1982. AFX_IDS_SCNEXTWINDOW "Switch to the next document window"
  1983. AFX_IDS_SCPREVWINDOW "Switch to the previous document window"
  1984. AFX_IDS_SCCLOSE "Close the active window and prompts to save the documents"
  1985. END
  1986. STRINGTABLE DISCARDABLE
  1987. BEGIN
  1988. AFX_IDS_SCRESTORE "Restore the window to normal size"
  1989. AFX_IDS_SCTASKLIST "Activate Task List"
  1990. END
  1991. STRINGTABLE DISCARDABLE
  1992. BEGIN
  1993. AFX_IDS_PREVIEW_CLOSE "Close print preview mode\nCancel Preview"
  1994. END
  1995. STRINGTABLE DISCARDABLE
  1996. BEGIN
  1997. IDS_SA_REFRESH "Update Information"
  1998. IDS_SA_REFRESH_SUB "You may have to wait while this wizard updates the service account information, depending upon how many accounts you have."
  1999. IDS_HTML_LOCATION "Folder Selection"
  2000. IDS_HTML_LOCATION_SUB "Where do you want to store the reports?"
  2001. IDS_EXCHANGE_DIR_TITLE "Exchange Directory Migration Wizard"
  2002. IDS_EXCHANGE_SRV_TITLE "Exchange Server Migration Wizard"
  2003. IDS_EXCHANGE_SELECTION "Exchange Server"
  2004. IDS_EXCHANGE_SELECTION_SUB
  2005. "This window allows you to select your Exchange server."
  2006. IDS_VALID_STRING "ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz0123456789"
  2007. IDS_VALID_REBOOT "0123456789"
  2008. END
  2009. STRINGTABLE DISCARDABLE
  2010. BEGIN
  2011. IDS_MSG_DC "One or more of the selected computers was a domain controller, and cannot be migrated."
  2012. IDC_MSG_CANCEL "This task could not be cancelled."
  2013. IDS_MSG_FAILED "The failed tasks could not be loaded."
  2014. IDS_MSG_STRING "Please input a valid extension without special characters and less than 8 characters."
  2015. IDS_MSG_SERVICE "Update failed."
  2016. IDS_MSG_CREDENTIALS2 "These credentials are not valid."
  2017. IDS_MSG_TRUST "Failed to create trust."
  2018. IDS_MSG_DIRECTORY1 "Directory name scan only contain numbers, letters, spaces, periods, or dashes."
  2019. IDS_MSG_REBOOT "Please enter the minutes to reboot as an integer from 0 to 15."
  2020. IDS_MSG_EXCHANGE "Please enter the name of your exchange server."
  2021. IDS_HELPFILE "DomainMig.chm"
  2022. IDS_MSG_OBJECTPICKER_TARGET
  2023. "Failed to initialize object picker for the target domain."
  2024. IDS_MSG_BLANK "Please input a valid extension."
  2025. IDS_MSG_WARNING "Warning"
  2026. IDS_MSG_WARNING_LENGTH " is the minimum password length on the target domain, shorter usernames will have their passwords set to a created value."
  2027. IDS_MSG_ERRORBUF "%s (Error code=%u)"
  2028. END
  2029. STRINGTABLE DISCARDABLE
  2030. BEGIN
  2031. IDS_COMMIT "Test or Make Changes"
  2032. IDS_COMMIT_SUB "You can test your migration settings before actually making any changes."
  2033. IDS_TRUST_TITLE "Trust Migration Wizard"
  2034. IDS_TRUST "Trust Information"
  2035. IDS_TRUST_SUB "During the migration, trust information is copied to Active Directory."
  2036. IDS_CREDENTIALS_TRUST "User Account and Domain Information"
  2037. IDS_CREDENTIALS_TRUST_SUB
  2038. "A user account gives you access to files and resources on a network."
  2039. IDS_GROUPMAPPING_TITLE "Group Mapping and Merging Wizard"
  2040. IDS_GROUPMAPPING "Select Group Mappings"
  2041. IDS_OPTIONS_FROM_USER "Group Member Options"
  2042. IDS_GROUP_MAPPING "Source Group Selection"
  2043. IDS_GROUP_MAPPING_SUB "Add the source groups you want to merge or map to the table below."
  2044. IDS_TARGET_GROUP "Target Group Selection"
  2045. IDS_TARGET_GROUP_SUB "The source groups are merged or mapped into the target group you select. If the target group does not already exist, it will be created."
  2046. IDS_MSG_FOREST "The source and the target domains must be in separate forests."
  2047. IDS_MSG_DISABLED_TRUST "Disabled trusts cannot be migrated."
  2048. END
  2049. STRINGTABLE DISCARDABLE
  2050. BEGIN
  2051. IDS_MSG_CANCEL "No tasks to retry."
  2052. IDS_MSG_PASSWORD_POLICY "Password policy on target domain could not be detected. "
  2053. IDC_MSG_SELECT_COPY_MEMBER
  2054. """Remove existing members of target group"" cannot be selected unless ""Migrate the groups that users are members of"" is checked on the ""User Options"" screen."
  2055. IDS_MSG_DIRECTION_TRUST "There is no specified direction for this trust."
  2056. IDS_MSG_GROUPMAPPING "You must specify two domains that are not in the same forest."
  2057. IDS_OPTIONS_FROM_USER_SUB
  2058. "This window allows you to set your options for migrating group members."
  2059. IDS_NOT_CREATED "Not created"
  2060. IDS_FIVE "5"
  2061. IDS_TEXT "Verdana Bold"
  2062. IDS_30 "30"
  2063. END
  2064. STRINGTABLE DISCARDABLE
  2065. BEGIN
  2066. IDS_MSG_PERMANENT_REMOVE
  2067. "You will not be able to retry the selected items in future sessions."
  2068. IDS_MSG_ENABLE_TARGET "Auditing is currently not enabled on the target domain. Would you like to enable auditing?\n\nIf not, SID migration will be disabled."
  2069. IDS_MSG_ENABLE_SOURCE "Auditing is currently not enabled on the source domain. Would you like to enable auditing?\n\nIf not, SID migration will be disabled."
  2070. IDS_MSG_REGKEY "TcpipClientSupport registry key is not set on the source domain. Would you like to add this registry key?\n\nIf not, SID migration will be disabled."
  2071. IDS_MSG_SID_HISTORY "Could not verify auditing and TcpipClientSupport on domains. Will not be able to migrate Sid's. Please verify that the configuration changes needed to enable SidHistory support have been made. See Help for details."
  2072. IDS_MSG_REBOOT_SID "Would you like to reboot the PDC to insure changes will take effect?"
  2073. IDS_MSG_DOMAIN "Please enter your domain information."
  2074. IDS_MSG_TIME "Please input number of days as an integer from 0 (current day) to 1095 (3 years)."
  2075. IDS_MSG_LOCAL_GROUP "The local group %s$$$ does not exist on %s. This group is required to migrate SIDs. Would you like to create it?\n\nIf not, SID migration will be disabled."
  2076. IDS_MSG_TRUST_LOADER "Loading trust information will take several moments."
  2077. IDS_MSG_MESSAGE2 "The previous migration was completed in domains that were in the same forest. You need to provide SID History Credentials to complete the reverse-migration."
  2078. IDS_MESSAGE_TWO "Could not check if domains "
  2079. END
  2080. STRINGTABLE DISCARDABLE
  2081. BEGIN
  2082. IDS_COLUMN_COMPUTER "Computer"
  2083. IDS_COLUMN_SERVICE "Service Account"
  2084. IDS_COLUMN_ACCOUNT "Account"
  2085. IDS_COLUMN_REPORT "Name"
  2086. IDS_COLUMN_STATUS "Status"
  2087. IDS_COLUMN_LASTGENERATEDON "Date/Time Last Created"
  2088. IDS_COLUMN_SERVER "Server"
  2089. IDS_COLUMN_JOBFILE "JobFile"
  2090. IDS_COLUMN_ACTION "Action"
  2091. IDS_COLUMN_ACTIONID "ActionID"
  2092. IDS_COLUMN_SKIPINCLUDE "Skip/Include"
  2093. IDS_COLUMN_DOMAIN "Domain"
  2094. IDS_COLUMN_DIRECTION "Direction"
  2095. IDS_COLUMN_ATTRIBUTES "Relationship"
  2096. IDS_COLUMN_EXISTSFORTARGET "Exists for Target"
  2097. END
  2098. STRINGTABLE DISCARDABLE
  2099. BEGIN
  2100. IDS_COLUMN_NAME "Name"
  2101. IDS_COLUMN_OBJECTPATH "Object Path"
  2102. IDS_COLUMN_SAMNAME "SAM name"
  2103. IDS_COLUMN_DISPLAYNAME "Display Name"
  2104. IDS_COLUMN_DESCRIPTION "Description"
  2105. IDS_COLUMN_OWNER "Owner"
  2106. IDS_COLUMN_FULLNAME "Full Name"
  2107. IDS_INCLUDE "Include"
  2108. IDS_UPDATED "Updated"
  2109. IDS_UPDATEFAILED "Update Failed"
  2110. IDS_SKIP "Skip"
  2111. END
  2112. STRINGTABLE DISCARDABLE
  2113. BEGIN
  2114. IDS_PASSWORD_FILE_HDR "&Location to store password file:"
  2115. IDS_PASSWORD_DC_HDR "&Password migration source DC:"
  2116. IDS_MAPFILE_TITLE "Sid Mapping File Problem"
  2117. IDS_MAPFILE_EMPTY "You must specify a valid sID mapping file."
  2118. IDS_MAPFILE_MISSING "Cannot find the sID mapping file specified. Please enter a valid file."
  2119. IDS_PROPEX "Object Property Exclusion"
  2120. IDS_PROPEX_SUB "You can exclude certain properties from being migrated on a per object basis."
  2121. IDS_MSG_PWDDC_NOT_READY "The Password Migration DLL is not installed and running on the selected Password DC (%s). Please select another Password DC or install the Password Migration DLL on %s."
  2122. IDS_MSG_PWDDC_DISABLED " Would you like to select a different Password DC?"
  2123. IDS_MIGRATION_RUNNING "Unable to perform migration task. Another migration task is currently active."
  2124. IDS_APP_CAPTION "Active Directory Migration Tool"
  2125. IDS_OU_TOO_LONG "The selected OU path exceeds the 1000 character limit."
  2126. IDS_BROWSE_REPORT_TITLE "Select a location to store migration reports."
  2127. IDS_PASSWORD_SUB_GRP "This window allows you to set your password options for migrating group members. Migrating a password or selecting a complex password provide better network security."
  2128. END
  2129. STRINGTABLE DISCARDABLE
  2130. BEGIN
  2131. IDS_PASSWORD_GRP "Group Member Password Options"
  2132. IDS_SIDHISTORY_CTRL_TEXT "&Migrate user SIDs to target domain"
  2133. IDS_ROAMING_PROFILE_CTRL_TEXT "&Translate roaming profiles"
  2134. IDS_DISABLE_GRP "Group Member Transition Options"
  2135. IDS_DISABLE_SUB_GRP "You can enable or disable accounts, set account expiration dates, and translate roaming profiles."
  2136. IDS_ADMT_PROCESSES_STILL_RUNNING
  2137. "Unable to perform migration task as ADMT processes still running from previous migration operation."
  2138. END
  2139. #endif // English (U.S.) resources
  2140. /////////////////////////////////////////////////////////////////////////////
  2141. #ifndef APSTUDIO_INVOKED
  2142. /////////////////////////////////////////////////////////////////////////////
  2143. //
  2144. // Generated from the TEXTINCLUDE 3 resource.
  2145. //
  2146. #define _AFX_NO_SPLITTER_RESOURCES
  2147. #define _AFX_NO_OLE_RESOURCES
  2148. #define _AFX_NO_TRACKER_RESOURCES
  2149. #define _AFX_NO_PROPERTY_RESOURCES
  2150. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  2151. #ifdef _WIN32
  2152. LANGUAGE 9, 1
  2153. #pragma code_page(1252)
  2154. #endif //_WIN32
  2155. #include "res\wizards.rc2" // non-Microsoft Visual C++ edited resources
  2156. #include "afxres.rc" // Standard components
  2157. #endif
  2158. /////////////////////////////////////////////////////////////////////////////
  2159. #endif // not APSTUDIO_INVOKED