WindowsXP-SP1/admin/admt/wizards/wizards.rc
2020-09-30 16:53:49 +02:00

2367 lines
91 KiB
Plaintext

//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
// Generated Help ID header file
#define APSTUDIO_HIDDEN_SYMBOLS
#include "resource.hm"
#undef APSTUDIO_HIDDEN_SYMBOLS
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// English (U.S.) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE DISCARDABLE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE DISCARDABLE
BEGIN
"#include ""afxres.h""\r\n"
"\0"
END
3 TEXTINCLUDE DISCARDABLE
BEGIN
"#define _AFX_NO_SPLITTER_RESOURCES\r\n"
"#define _AFX_NO_OLE_RESOURCES\r\n"
"#define _AFX_NO_TRACKER_RESOURCES\r\n"
"#define _AFX_NO_PROPERTY_RESOURCES\r\n"
"\r\n"
"#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
"#ifdef _WIN32\r\n"
"LANGUAGE 9, 1\r\n"
"#pragma code_page(1252)\r\n"
"#endif //_WIN32\r\n"
"#include ""res\\wizards.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
"#include ""afxres.rc"" // Standard components\r\n"
"#endif\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
IDD_INTRO_ACCOUNT DIALOG DISCARDABLE 0, 0, 317, 193
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Welcome to the User Account Migration Wizard",
IDC_BEGIN_TITLE,115,9,189,31,NOT WS_GROUP | WS_TABSTOP
LTEXT "This wizard helps you migrate user accounts from Windows NT 4.0, or greater, domains to Active Directory.\n\nTo continue, click Next.",
IDC_STATIC,115,40,189,42
END
IDD_REBOOT DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Minutes before computers restart after wizard completion:",
IDC_STATIC,28,10,180,8
COMBOBOX IDC_COMBO2,28,23,36,71,CBS_DROPDOWN | WS_VSCROLL |
WS_TABSTOP
LTEXT "Select how all migrated computers should be named.",
IDC_STATIC,28,46,166,8
CONTROL "&Do not rename computers",IDC_RADIO_NONE,"Button",
BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,28,61,97,10
CONTROL "Rename with &prefix:",IDC_RADIO_PRE,"Button",
BS_AUTORADIOBUTTON,28,77,78,10
CONTROL "Rename with &suffix:",IDC_RADIO_SUF,"Button",
BS_AUTORADIOBUTTON,28,93,77,10
EDITTEXT IDC_PRE,132,74,128,13,ES_AUTOHSCROLL | WS_GROUP
EDITTEXT IDC_SUF,131,90,128,13,ES_AUTOHSCROLL
END
IDD_END_ACCOUNT DIALOGEX 0, 0, 317, 193
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Completing the User Account Migration Wizard",
IDC_END_TITLE,115,8,195,32,WS_TABSTOP
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:",
IDC_DESCRIPTION_TITLE,115,40,195,42
LTEXT "To close this wizard and perform the task, click Finish.",
IDC_MIGRATION_END,115,168,195,12
EDITTEXT IDC_SETTINGS,115,82,195,76,ES_MULTILINE | ES_READONLY |
WS_VSCROLL | WS_HSCROLL,0,HIDC_SETTINGS
END
IDD_UNDO DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Undo Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "To undo this migration, click Next.",IDC_STATIC,21,1,
282,19
EDITTEXT IDC_UNDO_TASK,28,29,266,107,ES_MULTILINE | ES_READONLY |
WS_VSCROLL | WS_HSCROLL | NOT WS_TABSTOP
END
IDD_CREDENTIALS DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Type the user name, password, and domain of an account with administrative rights on the source domain.",
IDC_MYTITLE,21,0,278,20
LTEXT "&User name:",IDC_STATIC,28,20,37,8
EDITTEXT IDC_CREDENTIALS_USERNAME,28,33,190,14,ES_AUTOHSCROLL
LTEXT "&Password:",IDC_STATIC,28,51,34,8
EDITTEXT IDC_CREDENTIALS_PASSWORD,28,63,190,14,ES_PASSWORD |
ES_AUTOHSCROLL
LTEXT "&Domain:",IDC_STATIC,29,82,27,8
EDITTEXT IDC_CREDENTIALS_DOMAIN,28,94,190,14,ES_AUTOHSCROLL
END
IDD_RENAMING DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "To select how you would like to resolve group account name conflicts, click an option below.",
IDC_THERENAMINGTITLE,21,1,282,19
CONTROL "&Ignore conflicting accounts and don't migrate",
IDC_SKIP_CONFLICTING_ACCOUNTS,"Button",
BS_AUTORADIOBUTTON | WS_GROUP,28,20,157,10
CONTROL "&Replace conflicting accounts",
IDC_REPLACE_CONFLICTING_ACCOUNTS,"Button",
BS_AUTORADIOBUTTON,28,35,108,10
CONTROL "Rename &conflicting accounts by adding the following",
IDC_RENAME_CONFLICTING_ACCOUNTS,"Button",
BS_AUTORADIOBUTTON,28,93,182,10
CONTROL "Remove existing &user rights",
IDC_REMOVE_EXISTING_USER_RIGHTS,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,40,49,102,10
CONTROL "Remove existing &members of groups being replaced",
IDC_REPLACE_EXISTING_GROUP_MEMBERS,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,40,63,178,10
CONTROL "Move the existing account to the previously-specified target &Organizational Unit",
IDC_REMOVE_EXISTING_LOCATION,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,40,76,269,10
CONTROL "&Prefix:",IDC_RADIO_PREFIX,"Button",BS_AUTORADIOBUTTON |
WS_GROUP,40,109,35,10
CONTROL "&Suffix:",IDC_RADIO_SUFFIX,"Button",BS_AUTORADIOBUTTON,
40,125,35,10
EDITTEXT IDC_PREFIX,83,106,216,13,ES_AUTOHSCROLL
EDITTEXT IDC_SUFFIX,84,122,216,13,ES_AUTOHSCROLL
END
IDD_DISABLE DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "idd_disable"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "To select how you would like to handle migrating accounts, click the desired options below.",
IDC_STATIC,16,0,282,18
GROUPBOX "Target Account State:",IDC_STATIC,28,18,269,52
CONTROL "&Enable target accounts",IDC_TGT_ENABLE_ACCOUNTS,"Button",
BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,40,30,166,10
CONTROL "Disable &target accounts",IDC_TGT_DISABLE_ACCOUNTS,
"Button",BS_AUTORADIOBUTTON,40,43,166,10
CONTROL "Target &same as source",IDC_TGT_SAME_AS_SOURCE,"Button",
BS_AUTORADIOBUTTON,40,56,166,10
GROUPBOX "Source Account Disabling Options:",IDC_STATIC,28,74,269,
55,WS_GROUP
CONTROL "&Disable source accounts",IDC_SRC_DISABLE_ACCOUNTS,
"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,40,84,
202,12
CONTROL "Days &until source accounts expires:",
IDC_SRC_EXPIRE_ACCOUNTS,"Button",BS_AUTOCHECKBOX |
WS_GROUP | WS_TABSTOP,40,97,202,12
EDITTEXT IDC_yo,51,110,69,15,ES_AUTOHSCROLL
LTEXT "End of:",IDC_TEXT,137,113,27,8
EDITTEXT IDC_DATE,169,113,112,13,ES_AUTOHSCROLL | ES_READONLY |
NOT WS_BORDER | NOT WS_TABSTOP
CONTROL "&Migrate user SIDs to target domain",
IDC_ROAMING_OR_SIDHISTORY,"Button",BS_AUTOCHECKBOX |
WS_GROUP | WS_TABSTOP,28,132,153,10
END
IDD_PASSWORD DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "What type of password do you want to use?",IDC_STATIC,
21,1,282,14
CONTROL "&Complex passwords",IDC_GENERATE_STRONG_PASSWORDS,
"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,28,
20,78,10
CONTROL "&Same as user name",IDC_GENERATE_STRONG_PASSWORDS_NOT,
"Button",BS_AUTORADIOBUTTON,28,36,78,10
CONTROL "&Migrate passwords",IDC_MIG_PASSWORDS,"Button",
BS_AUTORADIOBUTTON,28,52,78,10
LTEXT "&Location to store password file:",IDC_PASSWORD_EDIT,28,
70,98,8
PUSHBUTTON "Br&owse...",IDC_BROWSE,249,83,50,14
EDITTEXT IDC_PASSWORD_FILE,28,83,213,14,ES_AUTOHSCROLL
COMBOBOX IDC_PASSWORD_DC,28,83,213,52,CBS_DROPDOWN |
CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
END
IDD_OU_SELECTION DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Please enter the distinguished name of the target OU.",
IDC_STATIC,21,1,282,14
LTEXT "&Target OU:",IDC_STATIC,28,20,36,8
EDITTEXT IDC_TARGET_OU,28,30,216,13,ES_AUTOHSCROLL
PUSHBUTTON "Br&owse...",IDC_BROWSE,249,30,50,14
END
IDD_OPTIONS DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Please select the following options to customize your migration task.",
IDC_STATIC,21,1,282,14
CONTROL "&Translate roaming profiles",
IDC_TRANSLATE_ROAMING_PROFILES,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,28,15,96,10
CONTROL "Updat&e user rights",IDC_UPDATE_USER_RIGHTS,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,28,29,73,10
CONTROL "&Migrate associated user groups",
IDC_MIGRATE_GROUPS_OF_USERS,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,28,43,114,10
CONTROL "&Update previously migrated objects",
IDC_REMIGRATE_OBJECTS,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,40,57,126,10
CONTROL "&Fix users' group memberships",IDC_FIX_MEMBERSHIP,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,28,71,107,10
LTEXT "Select how all migrated accounts should be named.",
IDC_STATIC,28,85,277,9
CONTROL "&Do not rename accounts",IDC_RADIO_NONE,"Button",
BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,40,98,94,10
CONTROL "Rename with &prefix:",IDC_RADIO_PRE,"Button",
BS_AUTORADIOBUTTON,40,113,78,10
CONTROL "Rename with &suffix:",IDC_RADIO_SUF,"Button",
BS_AUTORADIOBUTTON,40,128,77,10
EDITTEXT IDC_PRE,151,110,114,13,ES_AUTOHSCROLL | WS_GROUP
EDITTEXT IDC_SUF,151,125,114,13,ES_AUTOHSCROLL
END
IDD_TRANSLATION DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Please specify what you would like to translate.",
IDC_STATIC,21,1,282,14
CONTROL "&Files and folders",IDC_FILES,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,28,20,67,10
CONTROL "&Local groups",IDC_LOCAL_GROUPS,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,28,33,57,10
CONTROL "&Printers",IDC_PRINTERS,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,28,46,39,10
CONTROL "Re&gistry",IDC_REGISTRY,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,28,59,41,10
CONTROL "&Shares",IDC_SHARES,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,28,72,38,10
CONTROL "&User profiles",IDC_USER_PROFILES,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,28,85,55,10
CONTROL "User &rights",IDC_USER_RIGHTS,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,28,98,49,10
END
IDD_TRANSLATION_MODE DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Select the security translation option you want to use:",
IDC_STATIC,21,1,282,14
CONTROL "R&eplace",IDC_TRANSLATION_MODE_REPLACE,"Button",
BS_AUTORADIOBUTTON,29,20,43,10
CONTROL "&Add",IDC_TRANSLATION_MODE_ADD,"Button",
BS_AUTORADIOBUTTON,29,52,29,10
CONTROL "Remo&ve",IDC_TRANSLATION_MODE_REMOVE,"Button",
BS_AUTORADIOBUTTON,29,84,43,10
LTEXT "Replace security references to source domain objects.",
IDC_STATIC,29,33,172,8
LTEXT "Add equivalent security references for target objects and leave source references intact.",
IDC_STATIC,29,63,278,17
LTEXT "Remove security and access control list references to source domain objects.",
IDC_STATIC,29,97,244,8
END
IDD_CREDENTIALS2 DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Type the user name, password, and domain of an account with administrative rights on the source domain.",
IDC_STATIC_ID,21,0,278,20
LTEXT "&User name:",IDC_STATIC,28,20,65,8
EDITTEXT IDC_CREDENTIALS_USERNAME2,28,33,190,14,ES_AUTOHSCROLL
LTEXT "&Password:",IDC_STATIC,28,52,34,8
EDITTEXT IDC_CREDENTIALS_PASSWORD2,28,64,190,14,ES_PASSWORD |
ES_AUTOHSCROLL
LTEXT "&Domain:",IDC_STATIC,28,84,27,8
EDITTEXT IDC_CREDENTIALS_DOMAIN2,28,95,190,14,ES_AUTOHSCROLL
END
IDD_DOMAIN_SELECTION DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Type the names of the source and target domains (such as MYDOMAIN or mydomain.com), or select them from the lists.",
-1,21,1,289,20
LTEXT "&Source domain:",-1,21,28,50,8
COMBOBOX IDC_EDIT_DOMAIN,88,28,186,70,CBS_DROPDOWN |
CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
LTEXT "&Target domain:",-1,21,59,48,8
COMBOBOX IDC_EDIT_DOMAIN2,88,59,186,59,CBS_DROPDOWN |
CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
END
IDD_OPTIONS_GROUP DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "To customize your migration tasks, select the desired options below.",
IDC_STATIC,21,1,282,14
CONTROL "Update &user rights",IDC_COPY_USER_RIGHTS,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,28,15,100,10
CONTROL "Copy &group members",IDC_COPY_GROUP_MEMBERS,"Button",
BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,28,29,108,10
CONTROL "Upd&ate previously migrated objects",
IDC_REMIGRATE_OBJECTS,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,40,43,151,10
CONTROL "&Fix membership of group",IDC_FIX_MEMBERSHIP,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,28,57,117,10
CONTROL "&Migrate group SIDs to target domain",
IDC_ADD_SID_HISTORY,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,28,71,158,10
LTEXT "Select how all migrated accounts should be named.",
IDC_STATIC,28,87,279,8
CONTROL "&Do not rename accounts",IDC_RADIO_NONE,"Button",
BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,40,101,108,10
CONTROL "Rename with &prefix:",IDC_RADIO_PRE,"Button",
BS_AUTORADIOBUTTON,40,116,90,10
CONTROL "Rename with &suffix:",IDC_RADIO_SUF,"Button",
BS_AUTORADIOBUTTON,40,131,96,10
EDITTEXT IDC_PRE,152,114,113,13,ES_AUTOHSCROLL | WS_GROUP
EDITTEXT IDC_SUF,152,128,113,13,ES_AUTOHSCROLL
END
IDD_INTRO_UNDO DIALOGEX 0, 0, 317, 193
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Undo Last Migration Wizard"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Welcome to the Undo Last Migration Wizard",
IDC_BEGIN_TITLE,115,9,189,31,NOT WS_GROUP | WS_TABSTOP
LTEXT "This wizard will help undo the last user account, computer account, or group account migration you performed.\n\nTo continue, click Next.",
IDC_STATIC,115,40,189,38
END
IDD_INTRO_SECURITY DIALOG DISCARDABLE 0, 0, 317, 193
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Security Translation Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Welcome to the Security Translation Wizard",
IDC_BEGIN_TITLE,115,9,189,31,NOT WS_GROUP | WS_TABSTOP
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.",
IDC_STATIC,115,40,189,54
END
IDD_INTRO_GROUP DIALOG DISCARDABLE 0, 0, 317, 193
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Group Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Welcome to the Group Account Migration Wizard",
IDC_BEGIN_TITLE,115,9,189,31,NOT WS_GROUP | WS_TABSTOP
LTEXT "This wizard helps you migrate group accounts from Windows NT 4.0, or greater, domains to Active Directory.\n\nTo continue, click Next.",
IDC_STATIC,115,40,189,53
END
IDD_INTRO_COMPUTER DIALOG DISCARDABLE 0, 0, 317, 193
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Computer Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Welcome to the Computer Migration Wizard",
IDC_BEGIN_TITLE,115,9,189,31,NOT WS_GROUP | WS_TABSTOP
LTEXT "This wizard helps you migrate computer accounts from Windows NT 4.0, or greater, domains to Active Directory.\n\nTo continue, click Next.",
IDC_STATIC,115,40,189,41
END
IDD_END_UNDO DIALOGEX 0, 0, 317, 193
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Undo Wizard"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Completing the Undo Last Migration Wizard",
IDC_END_TITLE,115,8,195,32,WS_TABSTOP
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:",
IDC_STATIC,115,40,195,29
LTEXT "To close this wizard and perform the task, click Finish.",
IDC_STATIC,115,168,189,12
EDITTEXT IDC_SETTINGS,115,69,195,89,ES_MULTILINE | ES_READONLY |
WS_VSCROLL | WS_HSCROLL,0,HIDC_SETTINGS
END
IDD_END_SECURITY DIALOGEX 0, 0, 317, 193
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Security Translation Wizard"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Completing the Security Translation Wizard",
IDC_END_TITLE,115,8,195,32,WS_TABSTOP
LTEXT "You have successfully completed the Security Translation wizard. You chose to perform the following task with the settings as shown:\n\nTask description:",
IDC_STATIC,115,40,195,41
LTEXT "To complete the wizard, click Finish.",IDC_STATIC,115,
168,189,12
EDITTEXT IDC_SETTINGS,115,82,195,76,ES_MULTILINE | ES_READONLY |
WS_VSCROLL | WS_HSCROLL,0,HIDC_SETTINGS
END
IDD_END_COMPUTER DIALOGEX 0, 0, 317, 193
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Computer Migration Wizard"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Completing the Computer Migration Wizard",IDC_END_TITLE,
115,8,195,32,WS_TABSTOP
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:",
IDC_STATIC,115,40,195,42
LTEXT "To close this wizard and perform the task, click Finish.",
IDC_STATIC,115,168,189,12
EDITTEXT IDC_SETTINGS,115,82,195,76,ES_MULTILINE | ES_READONLY |
WS_VSCROLL | WS_HSCROLL,0,HIDC_SETTINGS
END
IDD_INTRO_SERVICE DIALOGEX 0, 0, 317, 193
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Group Migration Wizard"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Welcome to the Service Account Migration Wizard",
IDC_BEGIN_TITLE,115,9,189,31,NOT WS_GROUP | WS_TABSTOP
LTEXT "This wizard helps you migrate service accounts from Windows NT 4.0, or greater, to Active Directory.\n\nTo continue, click Next.",
IDC_STATIC,115,40,189,40
END
IDD_INTRO_REPORTING DIALOG DISCARDABLE 0, 0, 317, 193
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Computer Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Welcome to the Reporting Wizard",IDC_BEGIN_TITLE,115,9,
189,31,NOT WS_GROUP | WS_TABSTOP
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.",
IDC_STATIC,115,40,189,57
END
IDD_INTRO_EXCHANGE_DIR DIALOG DISCARDABLE 0, 0, 317, 193
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Welcome to the Exchange Directory Migration Wizard",
IDC_BEGIN_TITLE,115,9,189,31,NOT WS_GROUP | WS_TABSTOP
LTEXT "This wizard helps you migrate your Windows NT 4.0, or greater, Exchange directories to Active Directory.\n\nTo continue, click Next.",
IDC_STATIC,115,40,189,38
END
IDD_END_SERVICE DIALOG DISCARDABLE 0, 0, 317, 193
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Service Accounts Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Completing the Service Account Migration Wizard",
IDC_END_TITLE,115,8,195,32,WS_TABSTOP
LTEXT "You have successfully completed the Service Account Migration Wizard. You have chosen to do the following:",
IDC_STATIC,115,43,195,19
LTEXT "To close this wizard, click Finish.",IDC_STATIC,115,168,
189,12
EDITTEXT IDC_SETTINGS,115,65,195,93,ES_MULTILINE | ES_READONLY |
WS_VSCROLL | WS_HSCROLL
END
IDD_END_REPORTING DIALOG DISCARDABLE 0, 0, 317, 193
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Reporting Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Completing the Reporting Wizard",IDC_END_TITLE,115,8,
195,24,WS_TABSTOP
LTEXT "You have successfully completed the Reporting Wizard.\n\nYou chose to create the following reports:",
IDC_STATIC,115,38,195,25
LTEXT "To close this wizard and create the reports, click Finish.",
IDC_STATIC,115,168,189,12
EDITTEXT IDC_SETTINGS,115,65,195,93,ES_MULTILINE | ES_READONLY |
WS_VSCROLL | WS_HSCROLL
END
IDD_CONT_SELECTION DIALOGEX 0, 0, 298, 218
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Select Container"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
DEFPUSHBUTTON "OK",IDOK,64,197,50,14,WS_DISABLED
PUSHBUTTON "Cancel",IDCANCEL,178,197,50,14
CONTROL "Tree1",IDC_TREE1,"SysTreeView32",TVS_HASBUTTONS |
TVS_HASLINES | TVS_LINESATROOT | TVS_FULLROWSELECT |
WS_BORDER | WS_TABSTOP,7,7,284,154
LTEXT "&Selected Container",IDC_STATIC,7,170,65,10
EDITTEXT IDC_EDIT1,75,170,216,15,ES_AUTOHSCROLL | WS_DISABLED
END
IDD_ABOUTBOX DIALOGEX 0, 0, 235, 55
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About OUPicker"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
ICON 128,IDC_STATIC,11,17,20,20
LTEXT "OUPicker Version 1.0",IDC_STATIC,40,10,119,8,
SS_NOPREFIX
LTEXT "Copyright (C) 1999",IDC_STATIC,40,25,119,8
DEFPUSHBUTTON "OK",IDOK,178,7,50,14,WS_GROUP
END
IDD_SA_REFRESH DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Do you want to update your service account information?",
IDC_STATIC,21,1,282,14
CONTROL "Yes, &update the information",IDC_REFRESH,"Button",
BS_AUTORADIOBUTTON | WS_GROUP,28,19,126,10
CONTROL "No, use the &previously collected information",
IDC_NO_REFRESH,"Button",BS_AUTORADIOBUTTON,28,39,224,10
END
IDD_SA_INFO DIALOGEX 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "List1",IDC_LIST_SERVICE,"SysListView32",LVS_REPORT |
LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,7,4,303,94
PUSHBUTTON "&Skip/Include",IDC_TOGGLE,7,103,77,14
CONTROL "&Migrate all service accounts, and update SCM for items",
IDC_UPDATE,"Button",BS_AUTORADIOBUTTON | WS_GROUP,108,
103,202,10
CONTROL "Migrate n&o service accounts.",IDC_SKIP,"Button",
BS_AUTORADIOBUTTON,108,125,107,10
LTEXT "marked include.",IDC_STATIC,119,114,51,8
END
IDD_HTML_LOCATION DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Enter a location to store the reports.",IDC_STATIC,21,1,
282,14
LTEXT "&Location:",IDC_STATIC,28,20,55,8
EDITTEXT IDC_HTML_TARGET,28,32,216,13,ES_AUTOHSCROLL
PUSHBUTTON "Br&owse...",IDC_BROWSE,249,31,50,14
END
IDD_OPTIONS_REPORTING DIALOGEX 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Report types:",IDC_STATIC,21,4,43,8
CONTROL "List1",IDC_LIST_REPORTING,"SysListView32",LVS_REPORT |
LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,21,19,273,117
END
IDD_END_RETRY DIALOGEX 0, 0, 317, 193
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Completing the Retry Task Wizard",IDC_END_TITLE,115,8,
195,32,WS_TABSTOP
LTEXT "You have successfully completed the Retry Task Wizard. You have chosen to retry the following tasks.\nTasks:",
IDC_DESCRIPTION_TITLE,115,40,195,28
LTEXT "To close this wizard and retry the tasks, click Finish.",
IDC_MIGRATION_END,115,168,189,12
EDITTEXT IDC_SETTINGS,115,68,195,90,ES_MULTILINE | ES_READONLY |
WS_VSCROLL | WS_HSCROLL,0,HIDC_SETTINGS
END
IDD_INTRO_RETRY DIALOG DISCARDABLE 0, 0, 317, 193
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Welcome to the Retry Task Wizard",IDC_BEGIN_TITLE,115,9,
189,31,NOT WS_GROUP | WS_TABSTOP
LTEXT "This wizard helps you retry any of the following tasks that were unsuccessful in previous migrations to Active Directory:",
IDC_STATIC,115,40,189,27
LTEXT "o Computer account migration\no Security translation\no Gather service account information\no Reporting",
IDC_STATIC,115,73,126,42
LTEXT "To retry other tasks, rerun the wizard.\n\nTo continue, click Next.",
IDC_STATIC,115,122,179,33
END
IDD_RETRY DIALOGEX 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
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:",
IDC_STATIC,7,4,273,20
CONTROL "List1",IDC_LIST_RETRY,"SysListView32",LVS_REPORT |
LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,7,25,288,89
PUSHBUTTON "&Skip/Include",IDC_TOGGLE,7,122,58,14
PUSHBUTTON "&Cancel Task",IDC_CANCEL,72,122,58,14
END
IDD_SA_INFO_BUTTON DIALOGEX 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "List1",IDC_LIST_SERVICE,"SysListView32",LVS_REPORT |
LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,7,4,303,111
PUSHBUTTON "&Skip/Include",IDC_TOGGLE,7,122,65,14
PUSHBUTTON "&Update SCM now",IDC_UPDATE,83,122,67,14
END
IDD_COMMIT DIALOGEX 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Do you want to:",-1,21,1,282,19
CONTROL "&Test the migration settings and migrate later?",
IDC_DONTCHANGE,"Button",BS_AUTORADIOBUTTON | WS_GROUP,28,
22,156,10
CONTROL "&Migrate now?",IDC_CHANGEIT,"Button",BS_AUTORADIOBUTTON,
28,37,59,10
END
IDD_END_TRUST DIALOG DISCARDABLE 0, 0, 317, 193
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Trust Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Completing the Trust Migration Wizard",IDC_END_TITLE,
115,8,195,35,WS_TABSTOP
LTEXT "You have successfully completed the Trust Migration Wizard.",
IDC_STATIC,115,44,195,20
LTEXT "To complete the wizard, click Finish.",IDC_STATIC,115,
168,189,12
END
IDD_INTRO_TRUST DIALOGEX 0, 0, 317, 193
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Undo Wizard"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Welcome to the Trust Migration Wizard",IDC_BEGIN_TITLE,
115,9,189,31,NOT WS_GROUP | WS_TABSTOP
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.",
IDC_STATIC,115,40,189,46
END
IDD_TRUST_INFO DIALOGEX 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
PUSHBUTTON "&Copy Trust",IDC_MIGRATE,21,122,77,14
CONTROL "List1",IDC_LIST_SERVICE,"SysListView32",LVS_REPORT |
LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER |
WS_TABSTOP,21,25,273,90
LTEXT "To copy a trust from the source domain to the target domain, select the trust information and click Copy Trust.\n\nTrust information",
IDC_STATIC,21,1,273,20
END
IDD_CREDENTIALS_TRUST DIALOGEX 0, 0, 292, 117
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Trust Migration Wizard"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Type the user name, password, and domain of an account with administrative rights.",
-1,28,1,202,20
LTEXT "&User account name:",-1,29,22,65,8
EDITTEXT IDC_USERNAME,28,33,190,14,ES_AUTOHSCROLL
LTEXT "&Password:",-1,29,51,34,8
EDITTEXT IDC_PASSWORD,28,63,190,14,ES_PASSWORD | ES_AUTOHSCROLL
LTEXT "&Domain:",-1,28,80,27,8
EDITTEXT IDC_DOMAINNAME,28,93,190,14,ES_AUTOHSCROLL
PUSHBUTTON "OK",IDC_OK,231,33,50,14
PUSHBUTTON "Cancel",IDC_CANCEL,231,63,50,14
END
IDD_INTRO_EXCHANGE_SRV DIALOGEX 0, 0, 317, 193
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Welcome to the Exchange Server Migration Wizard",
IDC_BEGIN_TITLE,115,9,189,31,NOT WS_GROUP | WS_TABSTOP
LTEXT "This wizard will help you migrate your Exchange servers.\n\nTo continue, click Next.",
IDC_STATIC,115,40,189,58
END
IDD_END_EXCHANGE_DIR DIALOGEX 0, 0, 317, 193
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Completing the Exchange Directory Migration Wizard",
IDC_END_TITLE,115,8,195,32,WS_TABSTOP
LTEXT "You have successfully completed the Exchange Directory Migration wizard. You chose to perform the following task with settings as shown.\n\nTask description:",
IDC_DESCRIPTION_TITLE,115,40,195,40
LTEXT "To close the wizard and complete the task, click Finish.",
IDC_MIGRATION_END,115,168,189,12
EDITTEXT IDC_SETTINGS,115,82,195,76,ES_MULTILINE | ES_READONLY |
WS_VSCROLL | WS_HSCROLL,0,HIDC_SETTINGS
END
IDD_EXCHANGE_SELECTION DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "To migrate directories and directory objects, type the name of the source Exchange server.",
IDC_STATIC,21,1,282,19
LTEXT "N&ame:",IDC_STATIC,28,20,56,8
EDITTEXT IDC_EXCHANGE_SERVER,28,30,216,13,ES_AUTOHSCROLL
END
IDD_INTRO_GROUPMAPPING DIALOG DISCARDABLE 0, 0, 317, 193
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Group Mapping and Merging Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Welcome to the Group Mapping and Merging Wizard",
IDC_BEGIN_TITLE,115,9,189,31,NOT WS_GROUP | WS_TABSTOP
LTEXT "This wizard helps you prepare Windows NT 4.0, or greater, groups for migration to Active Directory.\n\nTo continue, click Next.",
IDC_STATIC,115,40,189,36
END
IDD_END_GROUPMAPPING DIALOGEX 0, 0, 317, 193
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Group Mapping and Merging Wizard"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Completing the Group Mapping and Merging Wizard",
IDC_END_TITLE,115,8,195,32,WS_TABSTOP
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:",
IDC_STATIC,115,40,195,40
LTEXT "To close this wizard and perform the task, click Finish.",
IDC_STATIC,115,168,189,12
EDITTEXT IDC_SETTINGS,115,82,195,76,ES_MULTILINE | ES_READONLY |
WS_VSCROLL | WS_HSCROLL,0,HIDC_SETTINGS
END
IDD_TARGET_GROUP DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Target group:",IDC_STATIC,28,20,44,8
EDITTEXT IDC_TARGET_GROUP,28,32,216,13,ES_AUTOHSCROLL
PUSHBUTTON "Br&owse...",IDC_BROWSE,249,31,50,14
END
IDD_OPTIONS_GROUPMAPPING DIALOGEX 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Select the desired options to customize your migration tasks.",
IDC_STATIC,21,1,282,14
CONTROL "Copy &user rights",IDC_COPY_USER_RIGHTS,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,28,20,66,10
CONTROL "&Migrate group SIDs to target domain",
IDC_ADD_SID_HISTORY,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,28,35,129,10
END
IDD_END_EXCHANGE_SRV DIALOG DISCARDABLE 0, 0, 317, 193
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Completing the Exchange Server Migration Wizard",
IDC_END_TITLE,115,8,195,37,WS_TABSTOP
LTEXT "You have successfully completed the Exchange Server Migration Wizard. You have chosen to do the following:",
IDC_DESCRIPTION_TITLE,115,46,195,19
LTEXT "To complete the wizard, click Finish.",
IDC_MIGRATION_END,115,168,189,12
EDITTEXT IDC_SETTINGS,115,65,195,93,ES_MULTILINE | ES_READONLY |
WS_VSCROLL | WS_HSCROLL
END
IDD_END_GROUP DIALOGEX 0, 0, 317, 193
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "Group Migration Wizard"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Completing the Group Account Migration Wizard",
IDC_END_TITLE,115,8,195,32,WS_TABSTOP
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:",
IDC_STATIC,115,40,195,42
LTEXT "To close this wizard and perform the task, click Finish.",
IDC_STATIC,115,168,189,12
EDITTEXT IDC_SETTINGS,115,82,195,76,ES_MULTILINE | ES_READONLY |
WS_VSCROLL | WS_HSCROLL,0,HIDC_SETTINGS
END
IDD_OPTIONS_FROM_USER DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "To select how you would like to handle migrating accounts, click the desired options below.",
IDC_STATIC,20,1,282,19
CONTROL "&Enable target accounts",IDC_TGT_ENABLE_ACCOUNT,"Button",
BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,28,31,166,10
CONTROL "Disable &target accounts",IDC_TGT_DISABLE_ACCOUNTS,
"Button",BS_AUTORADIOBUTTON,28,42,166,10
CONTROL "Target same as source",IDC_TGT_SAME_AS_SOURCE,"Button",
BS_AUTORADIOBUTTON,28,53,166,10
CONTROL "Disable &source accounts",IDC_SRC_DISABLE_ACCOUNTS,
"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,28,
87,166,10
CONTROL "Disable source accounts on:",
IDC_SRC_DISABLE_ACCOUNTS_LATER,"Button",
BS_AUTORADIOBUTTON,28,99,166,10
LTEXT "End of:",IDC_STATIC,46,114,32,12
CONTROL "DateTimePicker2",IDC_DATEPICKER,"SysDateTimePick32",
DTS_RIGHTALIGN | WS_TABSTOP,84,111,85,15
CONTROL "&Migrate user SIDs to target domain",
IDC_ROAMING_OR_SIDHISTORY,"Button",BS_AUTOCHECKBOX |
WS_GROUP | WS_TABSTOP,20,129,153,10
CONTROL "Leave Source in current state",IDC_SRC_LEAVE_ACCOUNTS,
"Button",BS_AUTORADIOBUTTON,28,75,166,10
LTEXT "Target Account State:",IDC_STATIC,20,20,107,8
LTEXT "Source Account State:",IDC_STATIC,20,65,107,8
END
IDD_SELECTION1 DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "List1",IDC_LIST_MEMBERS1,"SysListView32",LVS_REPORT |
LVS_SHOWSELALWAYS | LVS_SORTASCENDING | WS_BORDER |
WS_GROUP | WS_TABSTOP,7,15,303,99
PUSHBUTTON "&Add...",IDC_ADD_BUTTON,7,122,50,14
PUSHBUTTON "&Remove",IDC_REMOVE_BUTTON,65,122,50,14
LTEXT "Computers:",IDC_STATIC,7,4,36,8
END
IDD_SELECTION2 DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "List1",IDC_LIST_MEMBERS1,"SysListView32",LVS_REPORT |
LVS_SHOWSELALWAYS | LVS_SORTASCENDING | WS_BORDER |
WS_GROUP | WS_TABSTOP,7,15,303,99
PUSHBUTTON "&Add...",IDC_ADD_BUTTON,7,122,50,14
PUSHBUTTON "&Remove",IDC_REMOVE_BUTTON,65,122,50,14
LTEXT "Groups:",IDC_STATIC,7,4,26,8
END
IDD_SELECTION3 DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "List1",IDC_LIST_MEMBERS1,"SysListView32",LVS_REPORT |
LVS_SHOWSELALWAYS | LVS_SORTASCENDING | WS_BORDER |
WS_GROUP | WS_TABSTOP,7,15,303,99
PUSHBUTTON "&Add...",IDC_ADD_BUTTON,7,122,50,14
PUSHBUTTON "&Remove",IDC_REMOVE_BUTTON,65,122,50,14
LTEXT "User accounts:",IDC_STATIC,7,4,49,8
END
IDD_SELECTION4 DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "List1",IDC_LIST_MEMBERS1,"SysListView32",LVS_REPORT |
LVS_SHOWSELALWAYS | LVS_SORTASCENDING | WS_BORDER |
WS_GROUP | WS_TABSTOP,7,15,303,83
PUSHBUTTON "&Add...",IDC_ADD_BUTTON,7,104,50,14
PUSHBUTTON "&Remove",IDC_REMOVE_BUTTON,65,104,50,14
LTEXT "Computers:",IDC_STATIC,7,3,36,8
LTEXT "Additional trusting domain:",IDC_STATIC,130,106,83,8
COMBOBOX IDC_ADDITIONAL_TRUSTING_DOMAIN,219,105,80,37,
CBS_DROPDOWN | CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL |
WS_TABSTOP
END
IDD_TRANSLATION_SRC DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Select where to retrieve objects for security translation:",
IDC_STATIC,17,0,260,13
CONTROL "&Previously migrated objects",IDC_TRANS_FROM_MOT,"Button",
BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,28,19,148,10
CONTROL "&Other objects specified in a file",IDC_TRANS_FROM_FILE,
"Button",BS_AUTORADIOBUTTON,28,35,124,10
LTEXT "&Sid mapping file:",IDC_STATIC,57,51,91,8
EDITTEXT IDC_MAPPING_FILE,58,61,178,13,ES_AUTOHSCROLL
PUSHBUTTON "Bro&wse",IDC_BROWSE,248,60,50,14
END
IDD_PROP_EXCLUSION DIALOG DISCARDABLE 0, 0, 317, 143
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "User Migration Wizard"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL "E&xclude specific object properties from migration",
IDC_EXCLUDEPROPS,"Button",BS_AUTOCHECKBOX | WS_GROUP |
WS_TABSTOP,7,4,167,10
RTEXT "&Object Type:",IDC_STATIC,59,23,68,8
COMBOBOX IDC_OBJECTCMBO,131,20,55,33,CBS_DROPDOWNLIST | CBS_SORT |
WS_VSCROLL | WS_TABSTOP
LTEXT "&Included Properties:",IDC_STATIC,15,36,106,8
LISTBOX IDC_INCLUDELIST,15,48,119,89,LBS_SORT |
LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL |
WS_TABSTOP
PUSHBUTTON "&>>>",IDC_EXCLUDEBTN,139,63,38,14
PUSHBUTTON "&<<<",IDC_INCLUDEBTN,139,84,38,14
LTEXT "&Excluded Properties:",IDC_STATIC,182,36,106,8
LISTBOX IDC_EXCLUDELIST,182,48,119,89,LBS_SORT |
LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL |
WS_TABSTOP
END
#ifndef _MAC
/////////////////////////////////////////////////////////////////////////////
//
// Version
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,0,0,1
PRODUCTVERSION 2,0,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x4L
FILETYPE 0x2L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Microsoft Corporation\0"
VALUE "FileDescription", "wizards DLL\0"
VALUE "FileVersion", "2.00.00\0"
VALUE "InternalName", "wizards\0"
VALUE "LegalCopyright", "Copyright 1999, Microsoft Corporation.\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "wizards.DLL\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "Active Directory Migration Tool\0"
VALUE "ProductVersion", "2.00.00\0"
VALUE "SpecialBuild", "\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END
#endif // !_MAC
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//
#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO DISCARDABLE
BEGIN
IDD_INTRO_ACCOUNT, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 115
VERTGUIDE, 304
TOPMARGIN, 7
BOTTOMMARGIN, 186
HORZGUIDE, 8
HORZGUIDE, 40
END
IDD_REBOOT, DIALOG
BEGIN
LEFTMARGIN, 28
RIGHTMARGIN, 310
VERTGUIDE, 28
VERTGUIDE, 125
VERTGUIDE, 131
VERTGUIDE, 189
TOPMARGIN, 1
BOTTOMMARGIN, 136
HORZGUIDE, 22
END
IDD_END_ACCOUNT, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 115
TOPMARGIN, 7
BOTTOMMARGIN, 186
HORZGUIDE, 40
END
IDD_UNDO, DIALOG
BEGIN
LEFTMARGIN, 28
RIGHTMARGIN, 310
VERTGUIDE, 28
VERTGUIDE, 189
VERTGUIDE, 294
BOTTOMMARGIN, 136
END
IDD_CREDENTIALS, DIALOG
BEGIN
VERTGUIDE, 28
HORZGUIDE, 20
HORZGUIDE, 135
END
IDD_RENAMING, DIALOG
BEGIN
VERTGUIDE, 28
VERTGUIDE, 40
TOPMARGIN, 1
HORZGUIDE, 20
HORZGUIDE, 135
END
IDD_DISABLE, DIALOG
BEGIN
VERTGUIDE, 16
VERTGUIDE, 28
VERTGUIDE, 40
HORZGUIDE, 18
END
IDD_PASSWORD, DIALOG
BEGIN
VERTGUIDE, 28
HORZGUIDE, 20
HORZGUIDE, 135
END
IDD_OU_SELECTION, DIALOG
BEGIN
VERTGUIDE, 28
HORZGUIDE, 20
END
IDD_OPTIONS, DIALOG
BEGIN
VERTGUIDE, 28
VERTGUIDE, 40
HORZGUIDE, 15
HORZGUIDE, 81
HORZGUIDE, 94
END
IDD_TRANSLATION, DIALOG
BEGIN
VERTGUIDE, 28
HORZGUIDE, 20
END
IDD_TRANSLATION_MODE, DIALOG
BEGIN
VERTGUIDE, 29
HORZGUIDE, 20
END
IDD_CREDENTIALS2, DIALOG
BEGIN
VERTGUIDE, 28
HORZGUIDE, 20
HORZGUIDE, 109
HORZGUIDE, 135
END
IDD_DOMAIN_SELECTION, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 21
VERTGUIDE, 88
VERTGUIDE, 274
TOPMARGIN, 4
BOTTOMMARGIN, 136
HORZGUIDE, 28
HORZGUIDE, 59
HORZGUIDE, 98
END
IDD_OPTIONS_GROUP, DIALOG
BEGIN
VERTGUIDE, 28
VERTGUIDE, 40
HORZGUIDE, 15
HORZGUIDE, 81
HORZGUIDE, 95
END
IDD_INTRO_UNDO, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 115
VERTGUIDE, 304
TOPMARGIN, 7
BOTTOMMARGIN, 186
HORZGUIDE, 8
HORZGUIDE, 40
END
IDD_INTRO_SECURITY, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 115
VERTGUIDE, 304
TOPMARGIN, 7
BOTTOMMARGIN, 186
HORZGUIDE, 8
HORZGUIDE, 40
END
IDD_INTRO_GROUP, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 115
VERTGUIDE, 304
TOPMARGIN, 7
BOTTOMMARGIN, 186
HORZGUIDE, 8
HORZGUIDE, 40
END
IDD_INTRO_COMPUTER, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 115
VERTGUIDE, 304
TOPMARGIN, 7
BOTTOMMARGIN, 186
HORZGUIDE, 8
HORZGUIDE, 40
END
IDD_END_UNDO, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 115
TOPMARGIN, 7
BOTTOMMARGIN, 186
HORZGUIDE, 40
END
IDD_END_SECURITY, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 115
TOPMARGIN, 7
BOTTOMMARGIN, 186
HORZGUIDE, 40
END
IDD_END_COMPUTER, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 115
TOPMARGIN, 7
BOTTOMMARGIN, 186
HORZGUIDE, 40
END
IDD_INTRO_SERVICE, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 115
VERTGUIDE, 304
TOPMARGIN, 7
BOTTOMMARGIN, 186
HORZGUIDE, 8
HORZGUIDE, 40
END
IDD_INTRO_REPORTING, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 115
VERTGUIDE, 304
TOPMARGIN, 7
BOTTOMMARGIN, 186
HORZGUIDE, 8
HORZGUIDE, 40
END
IDD_INTRO_EXCHANGE_DIR, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 115
VERTGUIDE, 304
TOPMARGIN, 7
BOTTOMMARGIN, 186
HORZGUIDE, 8
HORZGUIDE, 40
END
IDD_END_SERVICE, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 115
TOPMARGIN, 7
BOTTOMMARGIN, 186
END
IDD_END_REPORTING, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 115
TOPMARGIN, 7
BOTTOMMARGIN, 186
END
IDD_CONT_SELECTION, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 291
TOPMARGIN, 7
BOTTOMMARGIN, 211
END
IDD_ABOUTBOX, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 228
TOPMARGIN, 7
BOTTOMMARGIN, 48
END
IDD_SA_REFRESH, DIALOG
BEGIN
VERTGUIDE, 28
HORZGUIDE, 19
END
IDD_SA_INFO, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 21
VERTGUIDE, 108
VERTGUIDE, 194
TOPMARGIN, 4
BOTTOMMARGIN, 136
HORZGUIDE, 38
HORZGUIDE, 68
HORZGUIDE, 98
END
IDD_HTML_LOCATION, DIALOG
BEGIN
VERTGUIDE, 28
HORZGUIDE, 20
END
IDD_OPTIONS_REPORTING, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 21
VERTGUIDE, 28
VERTGUIDE, 108
VERTGUIDE, 194
VERTGUIDE, 294
TOPMARGIN, 4
BOTTOMMARGIN, 136
HORZGUIDE, 38
HORZGUIDE, 68
HORZGUIDE, 98
END
IDD_END_RETRY, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 115
TOPMARGIN, 7
BOTTOMMARGIN, 186
HORZGUIDE, 40
END
IDD_INTRO_RETRY, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 115
VERTGUIDE, 304
TOPMARGIN, 7
BOTTOMMARGIN, 186
HORZGUIDE, 8
HORZGUIDE, 40
END
IDD_RETRY, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 21
VERTGUIDE, 108
VERTGUIDE, 194
VERTGUIDE, 295
TOPMARGIN, 4
BOTTOMMARGIN, 136
HORZGUIDE, 25
HORZGUIDE, 68
HORZGUIDE, 98
END
IDD_SA_INFO_BUTTON, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 21
VERTGUIDE, 108
VERTGUIDE, 194
TOPMARGIN, 4
BOTTOMMARGIN, 136
HORZGUIDE, 38
HORZGUIDE, 68
HORZGUIDE, 98
HORZGUIDE, 115
END
IDD_COMMIT, DIALOG
BEGIN
LEFTMARGIN, 28
RIGHTMARGIN, 310
VERTGUIDE, 28
VERTGUIDE, 189
BOTTOMMARGIN, 136
HORZGUIDE, 22
END
IDD_END_TRUST, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 115
TOPMARGIN, 7
BOTTOMMARGIN, 186
END
IDD_INTRO_TRUST, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 115
VERTGUIDE, 304
TOPMARGIN, 7
BOTTOMMARGIN, 186
HORZGUIDE, 8
HORZGUIDE, 40
END
IDD_TRUST_INFO, DIALOG
BEGIN
LEFTMARGIN, 21
RIGHTMARGIN, 310
VERTGUIDE, 21
VERTGUIDE, 108
VERTGUIDE, 194
VERTGUIDE, 294
TOPMARGIN, 1
BOTTOMMARGIN, 136
HORZGUIDE, 25
HORZGUIDE, 68
HORZGUIDE, 98
HORZGUIDE, 115
END
IDD_CREDENTIALS_TRUST, DIALOG
BEGIN
VERTGUIDE, 28
TOPMARGIN, 1
END
IDD_INTRO_EXCHANGE_SRV, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 115
VERTGUIDE, 304
TOPMARGIN, 7
BOTTOMMARGIN, 186
HORZGUIDE, 8
HORZGUIDE, 40
END
IDD_END_EXCHANGE_DIR, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 115
TOPMARGIN, 7
BOTTOMMARGIN, 186
HORZGUIDE, 40
END
IDD_EXCHANGE_SELECTION, DIALOG
BEGIN
VERTGUIDE, 28
HORZGUIDE, 20
END
IDD_INTRO_GROUPMAPPING, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 115
VERTGUIDE, 304
TOPMARGIN, 7
BOTTOMMARGIN, 186
HORZGUIDE, 8
HORZGUIDE, 40
END
IDD_END_GROUPMAPPING, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 115
TOPMARGIN, 7
BOTTOMMARGIN, 186
HORZGUIDE, 40
END
IDD_TARGET_GROUP, DIALOG
BEGIN
VERTGUIDE, 28
HORZGUIDE, 20
END
IDD_OPTIONS_GROUPMAPPING, DIALOG
BEGIN
VERTGUIDE, 28
VERTGUIDE, 40
HORZGUIDE, 20
HORZGUIDE, 87
END
IDD_END_EXCHANGE_SRV, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 115
TOPMARGIN, 7
BOTTOMMARGIN, 186
HORZGUIDE, 40
END
IDD_END_GROUP, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 115
TOPMARGIN, 7
BOTTOMMARGIN, 186
HORZGUIDE, 40
END
IDD_OPTIONS_FROM_USER, DIALOG
BEGIN
RIGHTMARGIN, 316
VERTGUIDE, 20
VERTGUIDE, 28
HORZGUIDE, 20
END
IDD_SELECTION1, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 21
VERTGUIDE, 108
VERTGUIDE, 194
TOPMARGIN, 4
BOTTOMMARGIN, 136
HORZGUIDE, 38
HORZGUIDE, 68
HORZGUIDE, 98
END
IDD_SELECTION2, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 21
VERTGUIDE, 108
VERTGUIDE, 194
TOPMARGIN, 4
BOTTOMMARGIN, 136
HORZGUIDE, 38
HORZGUIDE, 68
HORZGUIDE, 98
END
IDD_SELECTION3, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 21
VERTGUIDE, 108
VERTGUIDE, 194
TOPMARGIN, 4
BOTTOMMARGIN, 136
HORZGUIDE, 38
HORZGUIDE, 68
HORZGUIDE, 98
END
IDD_SELECTION4, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 310
VERTGUIDE, 21
VERTGUIDE, 108
VERTGUIDE, 194
TOPMARGIN, 3
BOTTOMMARGIN, 142
HORZGUIDE, 38
HORZGUIDE, 68
HORZGUIDE, 98
END
IDD_TRANSLATION_SRC, DIALOG
BEGIN
LEFTMARGIN, 8
RIGHTMARGIN, 309
VERTGUIDE, 28
BOTTOMMARGIN, 112
HORZGUIDE, 19
END
IDD_PROP_EXCLUSION, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 305
TOPMARGIN, 4
END
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Bitmap
//
IDB_WATERMARK_USER BITMAP DISCARDABLE "user_migration.BMP"
IDB_HEADER_ARROW BITMAP DISCARDABLE "user_migration_hd.BMP"
IDB_WATERMARK_SECURITY BITMAP DISCARDABLE "security_permissions.BMP"
IDB_WATERMARK_GROUP BITMAP DISCARDABLE "group_migration.BMP"
IDB_WATERMARK_COMPUTER BITMAP DISCARDABLE "computer_migration.BMP"
IDB_HEADER_KEY BITMAP DISCARDABLE "security_permissions_hd.BMP"
IDR_MAINFRAME BITMAP MOVEABLE PURE "res\\Toolbar.bmp"
IDB_OU BITMAP DISCARDABLE "res\\ou.bmp"
IDB_OPEN_OU BITMAP DISCARDABLE "res\\bitmap1.bmp"
IDB_OPEN_DIR BITMAP DISCARDABLE "res\\open_dir.bmp"
IDB_OPEN_CONT BITMAP DISCARDABLE "res\\open_con.bmp"
IDB_CONT BITMAP DISCARDABLE "res\\cont.bmp"
IDB_WATERMARK_EXCHANGE BITMAP DISCARDABLE "exchangesrvr_migration.BMP"
IDB_WATERMARK_REPORTING BITMAP DISCARDABLE "reporting.BMP"
IDB_WATERMARK_SERVICE_ACCOUNT BITMAP DISCARDABLE "service_account_migration.BMP"
IDB_HEADER_BOOK BITMAP DISCARDABLE "reporting_hd.BMP"
IDB_DIR BITMAP FIXED IMPURE "res\\dir.bmp"
/////////////////////////////////////////////////////////////////////////////
//
// Accelerator
//
IDR_ACCELERATOR1 ACCELERATORS DISCARDABLE
BEGIN
"A", IDC_ADD_BUTTON, VIRTKEY, NOINVERT
"R", ID_REMOVE_BUTTON, VIRTKEY, NOINVERT
VK_F1, IDC_BUTTON1, VIRTKEY, NOINVERT
END
IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE
BEGIN
"N", ID_FILE_NEW, VIRTKEY, CONTROL
"O", ID_FILE_OPEN, VIRTKEY, CONTROL
"S", ID_FILE_SAVE, VIRTKEY, CONTROL
"P", ID_FILE_PRINT, VIRTKEY, CONTROL
"Z", ID_EDIT_UNDO, VIRTKEY, CONTROL
"X", ID_EDIT_CUT, VIRTKEY, CONTROL
"C", ID_EDIT_COPY, VIRTKEY, CONTROL
"V", ID_EDIT_PASTE, VIRTKEY, CONTROL
VK_BACK, ID_EDIT_UNDO, VIRTKEY, ALT
VK_DELETE, ID_EDIT_CUT, VIRTKEY, SHIFT
VK_INSERT, ID_EDIT_COPY, VIRTKEY, CONTROL
VK_INSERT, ID_EDIT_PASTE, VIRTKEY, SHIFT
VK_F6, ID_NEXT_PANE, VIRTKEY
VK_F6, ID_PREV_PANE, VIRTKEY, SHIFT
END
/////////////////////////////////////////////////////////////////////////////
//
// Dialog Info
//
IDD_REBOOT DLGINIT
BEGIN
IDC_COMBO2, 0x403, 1, 0
"\000"
0
END
IDD_PROP_EXCLUSION DLGINIT
BEGIN
IDC_OBJECTCMBO, 0x403, 9, 0
0x6f43, 0x706d, 0x7475, 0x7265, "\000"
0
END
/////////////////////////////////////////////////////////////////////////////
//
// Toolbar
//
IDR_MAINFRAME TOOLBAR DISCARDABLE 16, 15
BEGIN
BUTTON ID_FILE_NEW
BUTTON ID_FILE_OPEN
BUTTON ID_FILE_SAVE
SEPARATOR
BUTTON ID_EDIT_CUT
BUTTON ID_EDIT_COPY
BUTTON ID_EDIT_PASTE
SEPARATOR
BUTTON ID_FILE_PRINT
SEPARATOR
BUTTON ID_APP_ABOUT
END
/////////////////////////////////////////////////////////////////////////////
//
// Menu
//
IDR_MAINFRAME MENU PRELOAD DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "&New\tCtrl+N", ID_FILE_NEW
MENUITEM "&Open...\tCtrl+O", ID_FILE_OPEN
MENUITEM "&Save\tCtrl+S", ID_FILE_SAVE
MENUITEM "Save &As...", ID_FILE_SAVE_AS
MENUITEM SEPARATOR
MENUITEM "&Print...\tCtrl+P", ID_FILE_PRINT
MENUITEM "Print Pre&view", ID_FILE_PRINT_PREVIEW
MENUITEM "P&rint Setup...", ID_FILE_PRINT_SETUP
MENUITEM SEPARATOR
MENUITEM "Recent File", ID_FILE_MRU_FILE1, GRAYED
MENUITEM SEPARATOR
MENUITEM "E&xit", ID_APP_EXIT
END
POPUP "&Edit"
BEGIN
MENUITEM "&Undo\tCtrl+Z", ID_EDIT_UNDO
MENUITEM SEPARATOR
MENUITEM "Cu&t\tCtrl+X", ID_EDIT_CUT
MENUITEM "&Copy\tCtrl+C", ID_EDIT_COPY
MENUITEM "&Paste\tCtrl+V", ID_EDIT_PASTE
END
POPUP "&View"
BEGIN
MENUITEM "&Toolbar", ID_VIEW_TOOLBAR
MENUITEM "&Status Bar", ID_VIEW_STATUS_BAR
END
POPUP "&Help"
BEGIN
MENUITEM "&About OUPicker...", ID_APP_ABOUT
END
END
/////////////////////////////////////////////////////////////////////////////
//
// Icon
//
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDR_OUPICKTYPE ICON DISCARDABLE "res\\OUPickerDoc.ico"
IDR_MAINFRAME ICON DISCARDABLE "res\\OUPicker.ico"
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE DISCARDABLE
BEGIN
IDS_STRING104 "I"
IDS_ABOUTBOX "&About deleteme..."
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_DOMAIN "Domain Selection"
IDS_SID_HISTORY "SID History"
IDS_SID_HISTORY_SUB "This option allows you to add the SID History."
IDS_USER_RIGHTS "User Rights"
IDS_USER_RIGHTS_SUB "This allows you to set the user rights."
IDS_RENAMING "Naming Conflicts"
IDS_RENAMING_SUB1 "A name conflict occurs when a target account already exists with the same name as a source account."
IDS_DISABLE "Account Transition Options"
IDS_DISABLE_SUB "You can close accounts, set account expiration dates, and migrate security IDs (SIDs)."
IDS_PASSWORD "Password Options"
IDS_PASSWORD_SUB "Migrating a password or selecting a complex password provide better network security."
IDS_OPTIONS "User Options"
IDS_OPTIONS_SUB "You can migrate user groups, profiles, and security settings."
IDS_OU_SELECTION "Organizational Unit Selection"
IDS_OU_SELECTION_SUB "The organizational unit (OU) you enter is used as the target."
IDS_ADD_TO_GROUP "Add to Group"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_DOMAIN_SUB "Which domain do you want to migrate to Active Directory?"
IDS_MSG_INPUT "Input needed"
IDS_MSG_ERROR "Error"
IDS_MSG_REPORT "Please select at least one report."
IDS_MSG_DIRECTORY "Please input a valid directory path."
IDS_MSG_OBJECTPICKER_SOURCE
"Failed to initialize object picker for the source domain."
IDS_MSG_OU "Please select a target OU."
IDS_MSG_CREDENTIALS "Please enter your credentials."
IDS_MSG_OBJECT "Please select at least one item."
IDS_MSG_UNIQUE "Please input different domains for the source and target."
IDS_MSG_SOURCE "Your source domain was invalid."
IDS_MSG_TARGET "Your target domain was invalid."
IDS_MSG_TARGET_ADMIN "You are not an administrator on the target domain."
IDS_MSG_SOURCE_ADMIN "You are not an administrator on the source domain."
IDS_MSG_TARGET_NATIVE "The target domain is not native mode."
IDS_MSG_PATH "No object path found."
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_WIZARD_SECURITY "security"
IDS_WIZARD_UNDO "undo"
IDS_WIZARD_RETRY "retry"
IDS_WIZARD_REPORTING "reporting"
IDS_WIZARD_SERVICE "service"
IDS_WIZARD_EXCHANGEDIR "exchangeDir"
IDS_WIZARD_EXCHANGESRV "exchangeDrv"
IDS_WIZARD_TRUST "trust"
IDS_WIZARD_GROUPMAPPING "groupmapping"
IDS_MIGRATE_COMPUTER "Migrate Computer"
IDS_GATHER_SERVICEACCOUNT "Gather Service Account Information"
IDS_TRANSLATE_SECURITY "Translate Security"
IDS_GATHER_INFORMATION "Gather Information"
IDS_MSG_ERRORBUF3 "%s (Error code=%u, domain=%s)"
IDS_MSG_ERRORBUF20 "%s%s (Error code=%u)"
IDS_MSG_OBJECTPICKER_SOURCE2
"Failed to initialize object picker for the additional trusting domain."
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_SEC_CRED2 "Type the user name, password, and domain of an account with local logon rights on the agent machine."
IDS_MSG_SA_FAILED "Service account detection failed."
IDS_MYTITLE3 "Type the user name, password, and domain on an account with Permission Admin rights on the Exchange server."
IDS_COMPUTER_RENAME_TITLE
"To select how you would like to resolve computer account name conflicts, click an option below."
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. "
IDS_GRATUITIOUS_MESSAGE2
"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. "
IDS_MSG_EXTENSION_MAX_PRE
"The combined length of the non-collision prefix/suffix and the collision prefix/suffix cannot exceed 8 characters."
IDS_MSG_EXTENSION_MAX_SUF
"The combined length of the non-collision prefix/suffix and the collision prefix/suffix cannot exceed 8 characters."
IDS_INVALID_STRING "$""/\\[]:|<>+=;,?.*#"
IDS_MSG_INVALIDCHARS "Please input a valid extension with less than 8 characters and without the following characters: %s"
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."
IDS_MSG_TRANSUR_TITLE "User Rights Translate in Add Mode Only"
IDS_COLUMN_UPN "UPN Name"
IDS_MSG_NOOBJECTS "No recorded objects from the specified source domain have been migrated. Please select another source domain."
IDS_MSG_NOSOURCESID "Cannot retrieve the Source Domain's SID from previously migrated objects or by contacting the domain. Please select another source domain."
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_TRUST_DOMAIN "Between which domains do you want to migrate the trust?"
IDS_SERVICE_CREDENTIALS "To migrate service accounts,you must supply a user account with the proper permissions."
IDS_SERVICE_DOMAIN "Between which domains do you want to migrate service accounts?"
IDS_CREDENTIALS_EXCHANGE "User Account"
IDS_CREDENTIALS_ACCOUNT "User Account"
IDS_DOMAIN_GROUP "Between which domains do you want to migrate groups?"
IDS_DOMAIN_ACCOUNT "Between which domains do you want to migrate users?"
IDS_DOMAIN_COMPUTERS "Between which domains do you want to migrate computers?"
IDS_DOMAIN_SECURITY "Between which domains do you want to translate security?"
IDS_DOMAIN_DIRECTORY "Between which domains do you want to Exchange directories?"
IDS_MSG_MESSAGE9 "The source domain of the last migration task was mixed-mode, so cannot be undone."
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_COLUMN_SERVICE_DISPLAY "Service"
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."
IDS_MSG_INVALIDOU "The selected OU does not exist on the target domain."
IDS_MSG_INVALIDEXCHANGE "The selected server does not exist on the network."
IDS_MSG_FILE "The specified file could not be opened for writing."
IDS_MSG_MESSAGE "Migration Task Description"
IDS_MSG_MESSAGE8 "The domains in the undo task were in the same forest, so SID History credentials must be entered."
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_PASSWORDS "passwords"
IDS_MASKS "Text Documents (*.txt)|*.txt|All Files (*.*)|*.*||"
IDS_OUTBOUND "Outbound"
IDS_INBOUND "Inbound"
IDS_BIDIRECTIONAL "Bidirectional"
IDS_DISABLED "Disabled"
IDS_ONE "1"
IDS_TEN "10"
IDS_SIXTY "15"
IDS_FORMAT_MESSAGE "%s (domain=%s)"
IDS_SELECTOR "Select a target container."
IDS_BROWSER "Browse for Container"
IDS_MSG_ERRORBUF2 "Could not verify that the domains are in different forests. %s (Error code=%u, domain=%s)"
IDS_WIZARD_USER "user"
IDS_WIZARD_GROUP "group"
IDS_WIZARD_COMPUTER "computer"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_MSG_HELP "Failed to load help topic."
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_ACCOUNT "User Selection"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_ACCOUNT_SUB "To add source user accounts to migrate to Active Directory, click Add."
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_ACCOUNT_OPTIONS "User Migration Options"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_ACCOUNT_OPTIONS_SUB "This may help you customize the migration to your needs."
IDS_SEC_CRED "Security credentials are needed for account reference reporting."
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_ACCOUNT_FURTHER "Customization Options"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_ACCOUNT_FURTHER_SUB "This will further allow you to customize your migration."
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_ACCOUNT_CLOSED "Closed Set Detection"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_ACCOUNT_CLOSED_SUB "The selected users did not form a closed set."
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_DOMAIN_REPORTING_SUB "For what domains do you want to create reports?"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_MYTITLE2 "Type the user name, password, and domain of an account with administrative rights on the target domain."
IDS_VALID_DIGITS "0123456789"
IDS_TRUST_INFO "Please input your login information."
IDS_REBOOT_SUB "You can customize the restart time, computer naming settings, and choose to exclude certain properties from migration."
IDS_UNDO "Last Migration"
IDS_UNDO_SUB "The most recent migration you performed is described below."
IDS_SECURITY "Computer Selection"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_SECURITY_SUB "To add the computers for security translation to Active Directory, click Add."
IDS_SECURITY_OPTIONS "Security Translation Options"
IDS_SECURITY_OPTIONS_SUB
"This may help you customize the security translation to your needs."
IDS_SECURITY_FURTHER "Customization Options"
IDS_SECURITY_FURTHER_SUB
"This will further allow you to customize your security translation."
IDS_SECURITY_SUB2 "What computers would you like to perform security translation on?"
IDS_MSG_SELECT_TRUST "Select a trust to be created in the target domain and click on the ""Copy Trust..."" button to continue."
IDS_COMPUTER "Computer Selection"
IDS_COMPUTER_SUB "This window allows you to select the computers you want to migrate."
IDS_COMPUTER_OPTIONS "Computer Options"
IDS_COMPUTER_OPTIONS_SUB
"This may help you customize the migration to your needs."
IDS_COMPUTER_FURTHER "Customization Options"
IDS_COMPUTER_FURTHER_SUB
"This will further allow you to customize your migration."
IDS_CLOSED "Closed Set Detection"
IDS_CLOSED_SUB "The selected users did not form a closed set."
IDS_CREDENTIALS "SID History Credentials"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_CREDENTIALS_SUB "To add SID history, you must supply a user account with the proper permissions."
IDS_MSG_EXTENSION_PREFIX
"Please select a prefix that is different from your non-collision renaming prefix."
IDS_MSG_EXTENSION_SUFFIX
"Please select a suffix that is different from your non-collision renaming suffix"
IDS_ACCOUNT_TITLE "User Account Migration Wizard"
IDS_DOMAIN2 "Domain Selection"
IDS_COMPUTER_TITLE "Computer Migration Wizard"
IDS_SECURITY_TITLE "Security Translation Wizard"
IDS_CREDENTIALS2 "User Account"
IDS_CREDENTIALS_SUB2 "To perform security translation, you must supply a user account with the proper permissions"
IDS_GROUP_TITLE "Group Account Migration Wizard"
IDS_UNDO_TITLE "Undo Last Migration Wizard"
IDS_CREDENTIALS3 "User Account"
IDS_CREDENTIALS_SUB3 "To report account references, you must supply a user account with the proper permissions."
IDS_RETRY_TITLE "Retry Task Wizard"
IDS_RETRY "Task Selection"
IDS_RETRY_SUB "The migration tasks that did not complete successfully are listed below."
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_CREDENTIALS_EXCHANGE_SUB
"To make an LDAP connection to the Exchange server, you must supply a user account with the proper permissions."
IDS_COLUMN_NAMECONFLICTS "Account name conflicts"
IDS_COLUMN_ACCOUNTREFERENCES "Account references"
IDS_COLUMN_EXPIREDCOMPUTERS "Expired accounts"
IDS_COLUMN_MIGRATEDCOMPUTERS "Migrated computer accounts"
IDS_COLUMN_MIGRATEDACCOUNTS "Migrated user accounts"
IDS_CANNOT "Cannot Update"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_ADD_TO_GROUP_SUB "This allows you to add to group."
IDS_OPTIONS_GROUP "Group Options"
IDS_OPTIONS_GROUP_SUB "You can migrate the objects in a group along with their security ID (SID) settings."
IDS_SELECTION "Selection"
IDS_SELECTION_SUB "This allows you to select."
IDS_REPLACE_EXISTING "Group Membership"
IDS_REPLACE_EXISTING_SUB
"This allows you to replace existing group members."
IDS_RENAMING_SUB3 "A name conflict occurs when a target account already exists with the same name as a source account."
IDS_TRANSLATION_MODE_SUB
"This window allows you to customize your migration options."
IDS_TRANSLATION "Translate Objects"
IDS_TRANSLATION_SUB "Translation is the process of reapplying access control lists for objects."
IDS_GROUP "Group Selection"
IDS_GROUP_SUB "To add source groups to migrate to Active Directory, click Add."
IDS_RENAMING_SUB2 "A name conflict occurs when a target account already exists with the same name as a source account."
IDS_SERVICE_TITLE "Service Account Migration Wizard"
IDS_SERVICE "Service Account Selection"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_SERVICE_SUB "To add computers to use as an information source, click Add."
IDS_REPORTING_TITLE "Reporting Wizard"
IDS_REPORTING "Computer Selection"
IDS_REPORTING_SUB "Select the computers for which you want to report account references."
IDS_OPTIONS_REPORTING "Report Selection"
IDS_OPTIONS_REPORTING_SUB "You can select more than one report type."
IDS_OPTIONS_GROUPMAPPING_SUB
"You can migrate the objects in a group along with their security ID (SID) settings."
IDS_SA_INFO "Service Account Information"
IDS_SA_INFO_SUB "This window allows you to view the service accounts."
IDS_SA_GATHER "Gather Information"
IDS_SA_GATHER_SUB "This screen allows you to gather service account information."
END
STRINGTABLE DISCARDABLE
BEGIN
IDR_MAINFRAME "Active Directory Migration Tool\n\nOUPick\n\n\nOUPicker.Document\nOUPick Document"
END
STRINGTABLE DISCARDABLE
BEGIN
AFX_IDS_APP_TITLE "OUPicker"
AFX_IDS_IDLEMESSAGE "Ready"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_FILE_NEW "Create a new document\nNew"
ID_FILE_OPEN "Open an existing document\nOpen"
ID_FILE_CLOSE "Close the active document\nClose"
ID_FILE_SAVE "Save the active document\nSave"
ID_FILE_SAVE_AS "Save the active document with a new name\nSave As"
ID_FILE_PAGE_SETUP "Change the printing options\nPage Setup"
ID_FILE_PRINT_SETUP "Change the printer and printing options\nPrint Setup"
ID_FILE_PRINT "Print the active document\nPrint"
ID_FILE_PRINT_PREVIEW "Display full pages\nPrint Preview"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_FILE_MRU_FILE1 "Open this document"
ID_FILE_MRU_FILE2 "Open this document"
ID_FILE_MRU_FILE3 "Open this document"
ID_FILE_MRU_FILE4 "Open this document"
ID_FILE_MRU_FILE5 "Open this document"
ID_FILE_MRU_FILE6 "Open this document"
ID_FILE_MRU_FILE7 "Open this document"
ID_FILE_MRU_FILE8 "Open this document"
ID_FILE_MRU_FILE9 "Open this document"
ID_FILE_MRU_FILE10 "Open this document"
ID_FILE_MRU_FILE11 "Open this document"
ID_FILE_MRU_FILE12 "Open this document"
ID_FILE_MRU_FILE13 "Open this document"
ID_FILE_MRU_FILE14 "Open this document"
ID_FILE_MRU_FILE15 "Open this document"
ID_FILE_MRU_FILE16 "Open this document"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_EDIT_CLEAR "Erase the selection\nErase"
ID_EDIT_CLEAR_ALL "Erase everything\nErase All"
ID_EDIT_COPY "Copy the selection and put it on the Clipboard\nCopy"
ID_EDIT_CUT "Cut the selection and put it on the Clipboard\nCut"
ID_EDIT_FIND "Find the specified text\nFind"
ID_EDIT_PASTE "Insert Clipboard contents\nPaste"
ID_EDIT_REPEAT "Repeat the last action\nRepeat"
ID_EDIT_REPLACE "Replace specific text with different text\nReplace"
ID_EDIT_SELECT_ALL "Select the entire document\nSelect All"
ID_EDIT_UNDO "Undo the last action\nUndo"
ID_EDIT_REDO "Redo the previously undone action\nRedo"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_WINDOW_SPLIT "Split the active window into panes\nSplit"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_APP_ABOUT "Display program information, version number and copyright\nAbout"
ID_APP_EXIT "Quit the application; prompts to save documents\nExit"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_NEXT_PANE "Switch to the next window pane\nNext Pane"
ID_PREV_PANE "Switch back to the previous window pane\nPrevious Pane"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_INDICATOR_EXT "EXT"
ID_INDICATOR_CAPS "CAP"
ID_INDICATOR_NUM "NUM"
ID_INDICATOR_SCRL "SCRL"
ID_INDICATOR_OVR "OVR"
ID_INDICATOR_REC "REC"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_VIEW_TOOLBAR "Show or hide the toolbar\nToggle ToolBar"
ID_VIEW_STATUS_BAR "Show or hide the status bar\nToggle StatusBar"
END
STRINGTABLE DISCARDABLE
BEGIN
AFX_IDS_SCSIZE "Change the window size"
AFX_IDS_SCMOVE "Change the window position"
AFX_IDS_SCMINIMIZE "Reduce the window to an icon"
AFX_IDS_SCMAXIMIZE "Enlarge the window to full size"
AFX_IDS_SCNEXTWINDOW "Switch to the next document window"
AFX_IDS_SCPREVWINDOW "Switch to the previous document window"
AFX_IDS_SCCLOSE "Close the active window and prompts to save the documents"
END
STRINGTABLE DISCARDABLE
BEGIN
AFX_IDS_SCRESTORE "Restore the window to normal size"
AFX_IDS_SCTASKLIST "Activate Task List"
END
STRINGTABLE DISCARDABLE
BEGIN
AFX_IDS_PREVIEW_CLOSE "Close print preview mode\nCancel Preview"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_SA_REFRESH "Update Information"
IDS_SA_REFRESH_SUB "You may have to wait while this wizard updates the service account information, depending upon how many accounts you have."
IDS_HTML_LOCATION "Folder Selection"
IDS_HTML_LOCATION_SUB "Where do you want to store the reports?"
IDS_EXCHANGE_DIR_TITLE "Exchange Directory Migration Wizard"
IDS_EXCHANGE_SRV_TITLE "Exchange Server Migration Wizard"
IDS_EXCHANGE_SELECTION "Exchange Server"
IDS_EXCHANGE_SELECTION_SUB
"This window allows you to select your Exchange server."
IDS_VALID_STRING "ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz0123456789"
IDS_VALID_REBOOT "0123456789"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_MSG_DC "One or more of the selected computers was a domain controller, and cannot be migrated."
IDC_MSG_CANCEL "This task could not be cancelled."
IDS_MSG_FAILED "The failed tasks could not be loaded."
IDS_MSG_STRING "Please input a valid extension without special characters and less than 8 characters."
IDS_MSG_SERVICE "Update failed."
IDS_MSG_CREDENTIALS2 "These credentials are not valid."
IDS_MSG_TRUST "Failed to create trust."
IDS_MSG_DIRECTORY1 "Directory name scan only contain numbers, letters, spaces, periods, or dashes."
IDS_MSG_REBOOT "Please enter the minutes to reboot as an integer from 0 to 15."
IDS_MSG_EXCHANGE "Please enter the name of your exchange server."
IDS_HELPFILE "DomainMig.chm"
IDS_MSG_OBJECTPICKER_TARGET
"Failed to initialize object picker for the target domain."
IDS_MSG_BLANK "Please input a valid extension."
IDS_MSG_WARNING "Warning"
IDS_MSG_WARNING_LENGTH " is the minimum password length on the target domain, shorter usernames will have their passwords set to a created value."
IDS_MSG_ERRORBUF "%s (Error code=%u)"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_COMMIT "Test or Make Changes"
IDS_COMMIT_SUB "You can test your migration settings before actually making any changes."
IDS_TRUST_TITLE "Trust Migration Wizard"
IDS_TRUST "Trust Information"
IDS_TRUST_SUB "During the migration, trust information is copied to Active Directory."
IDS_CREDENTIALS_TRUST "User Account and Domain Information"
IDS_CREDENTIALS_TRUST_SUB
"A user account gives you access to files and resources on a network."
IDS_GROUPMAPPING_TITLE "Group Mapping and Merging Wizard"
IDS_GROUPMAPPING "Select Group Mappings"
IDS_OPTIONS_FROM_USER "Group Member Options"
IDS_GROUP_MAPPING "Source Group Selection"
IDS_GROUP_MAPPING_SUB "Add the source groups you want to merge or map to the table below."
IDS_TARGET_GROUP "Target Group Selection"
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."
IDS_MSG_FOREST "The source and the target domains must be in separate forests."
IDS_MSG_DISABLED_TRUST "Disabled trusts cannot be migrated."
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_MSG_CANCEL "No tasks to retry."
IDS_MSG_PASSWORD_POLICY "Password policy on target domain could not be detected. "
IDC_MSG_SELECT_COPY_MEMBER
"""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."
IDS_MSG_DIRECTION_TRUST "There is no specified direction for this trust."
IDS_MSG_GROUPMAPPING "You must specify two domains that are not in the same forest."
IDS_OPTIONS_FROM_USER_SUB
"This window allows you to set your options for migrating group members."
IDS_NOT_CREATED "Not created"
IDS_FIVE "5"
IDS_TEXT "Verdana Bold"
IDS_30 "30"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_MSG_PERMANENT_REMOVE
"You will not be able to retry the selected items in future sessions."
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."
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."
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."
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."
IDS_MSG_REBOOT_SID "Would you like to reboot the PDC to insure changes will take effect?"
IDS_MSG_DOMAIN "Please enter your domain information."
IDS_MSG_TIME "Please input number of days as an integer from 0 (current day) to 1095 (3 years)."
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."
IDS_MSG_TRUST_LOADER "Loading trust information will take several moments."
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."
IDS_MESSAGE_TWO "Could not check if domains "
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_COLUMN_COMPUTER "Computer"
IDS_COLUMN_SERVICE "Service Account"
IDS_COLUMN_ACCOUNT "Account"
IDS_COLUMN_REPORT "Name"
IDS_COLUMN_STATUS "Status"
IDS_COLUMN_LASTGENERATEDON "Date/Time Last Created"
IDS_COLUMN_SERVER "Server"
IDS_COLUMN_JOBFILE "JobFile"
IDS_COLUMN_ACTION "Action"
IDS_COLUMN_ACTIONID "ActionID"
IDS_COLUMN_SKIPINCLUDE "Skip/Include"
IDS_COLUMN_DOMAIN "Domain"
IDS_COLUMN_DIRECTION "Direction"
IDS_COLUMN_ATTRIBUTES "Relationship"
IDS_COLUMN_EXISTSFORTARGET "Exists for Target"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_COLUMN_NAME "Name"
IDS_COLUMN_OBJECTPATH "Object Path"
IDS_COLUMN_SAMNAME "SAM name"
IDS_COLUMN_DISPLAYNAME "Display Name"
IDS_COLUMN_DESCRIPTION "Description"
IDS_COLUMN_OWNER "Owner"
IDS_COLUMN_FULLNAME "Full Name"
IDS_INCLUDE "Include"
IDS_UPDATED "Updated"
IDS_UPDATEFAILED "Update Failed"
IDS_SKIP "Skip"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_PASSWORD_FILE_HDR "&Location to store password file:"
IDS_PASSWORD_DC_HDR "&Password migration source DC:"
IDS_MAPFILE_TITLE "Sid Mapping File Problem"
IDS_MAPFILE_EMPTY "You must specify a valid sID mapping file."
IDS_MAPFILE_MISSING "Cannot find the sID mapping file specified. Please enter a valid file."
IDS_PROPEX "Object Property Exclusion"
IDS_PROPEX_SUB "You can exclude certain properties from being migrated on a per object basis."
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."
IDS_MSG_PWDDC_DISABLED " Would you like to select a different Password DC?"
IDS_MIGRATION_RUNNING "Unable to perform migration task. Another migration task is currently active."
IDS_APP_CAPTION "Active Directory Migration Tool"
IDS_OU_TOO_LONG "The selected OU path exceeds the 1000 character limit."
IDS_BROWSE_REPORT_TITLE "Select a location to store migration reports."
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."
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_PASSWORD_GRP "Group Member Password Options"
IDS_SIDHISTORY_CTRL_TEXT "&Migrate user SIDs to target domain"
IDS_ROAMING_PROFILE_CTRL_TEXT "&Translate roaming profiles"
IDS_DISABLE_GRP "Group Member Transition Options"
IDS_DISABLE_SUB_GRP "You can enable or disable accounts, set account expiration dates, and translate roaming profiles."
IDS_ADMT_PROCESSES_STILL_RUNNING
"Unable to perform migration task as ADMT processes still running from previous migration operation."
END
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
#define _AFX_NO_SPLITTER_RESOURCES
#define _AFX_NO_OLE_RESOURCES
#define _AFX_NO_TRACKER_RESOURCES
#define _AFX_NO_PROPERTY_RESOURCES
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE 9, 1
#pragma code_page(1252)
#endif //_WIN32
#include "res\wizards.rc2" // non-Microsoft Visual C++ edited resources
#include "afxres.rc" // Standard components
#endif
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED