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.
241 lines
9.0 KiB
241 lines
9.0 KiB
//Microsoft Developer Studio generated resource script.
|
|
//
|
|
#include "resource.h"
|
|
|
|
#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
|
|
"\r\n"
|
|
"\0"
|
|
END
|
|
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Bitmap
|
|
//
|
|
|
|
IDB_DOMAIN_SMALL BITMAP DISCARDABLE "res\\dom_sml.bmp"
|
|
IDB_DOMAIN_LARGE BITMAP DISCARDABLE "res\\dom_lg.bmp"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Dialog
|
|
//
|
|
|
|
IDD_UPN_SUFFIX DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "UPN Suffixes"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "The names of the current domain and the root domain are the default user principal name (UPN) suffixes. Adding alternative domain names provides additional logon security and simplifies user logon names.",
|
|
IDC_STATIC,7,7,238,31
|
|
LTEXT "If you want alternative UPN suffixes to appear during user creation, add them to the following list.",
|
|
IDC_STATIC,7,38,238,23
|
|
LTEXT "Alter&native UPN suffixes:",IDC_STATIC,7,61,238,8
|
|
EDITTEXT IDC_EDIT,7,71,182,14,ES_AUTOHSCROLL
|
|
LISTBOX IDC_LIST,7,89,182,75,NOT LBS_NOTIFY |
|
|
LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
|
|
WS_TABSTOP
|
|
PUSHBUTTON "A&dd",IDC_ADD_BTN,195,71,50,14
|
|
PUSHBUTTON "&Remove",IDC_DELETE_BTN,195,89,50,14
|
|
END
|
|
|
|
IDD_EDIT_FSMO DIALOG DISCARDABLE 0, 0, 252, 151
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Change Operations Master"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "The domain naming operations master ensures that domain names are unique. Only one domain controller in the enterprise performs this role.",
|
|
IDC_STATIC,7,7,238,31
|
|
LTEXT "&Domain naming operations master:",IDC_STATIC,7,42,238,8
|
|
EDITTEXT IDC_EDIT_CURRENT_FSMO_DC,7,55,238,14,ES_AUTOHSCROLL |
|
|
ES_READONLY
|
|
LTEXT "&To transfer the domain naming master role to the following computer, click Change.\n&The current operations master is offline. The role cannot be transferred.",
|
|
IDC_STATIC_FSMO_STATUS,7,76,177,16
|
|
EDITTEXT IDC_EDIT_CURRENT_DC,7,98,238,14,ES_AUTOHSCROLL | ES_READONLY
|
|
PUSHBUTTON "C&hange...",IDC_CHANGE_FSMO,194,76,51,14
|
|
DEFPUSHBUTTON "Close",IDCANCEL,194,130,51,14
|
|
END
|
|
|
|
IDD_MSGBOX_OK_MOREINFO DIALOG DISCARDABLE 0, 0, 227, 84
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Active Directory Service"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
ICON 32515,IDC_STATIC,7,7,21,20
|
|
LTEXT "",IDC_STATIC_MESSAGE,35,7,185,48,NOT WS_GROUP
|
|
DEFPUSHBUTTON "OK",IDOK,61,63,50,14,BS_NOTIFY
|
|
PUSHBUTTON "&Help",ID_BUTTON_MORE_INFO,115,63,50,14,BS_NOTIFY
|
|
END
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// DESIGNINFO
|
|
//
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
GUIDELINES DESIGNINFO DISCARDABLE
|
|
BEGIN
|
|
IDD_UPN_SUFFIX, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
VERTGUIDE, 195
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
HORZGUIDE, 38
|
|
HORZGUIDE, 61
|
|
HORZGUIDE, 69
|
|
HORZGUIDE, 170
|
|
END
|
|
|
|
IDD_EDIT_FSMO, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
VERTGUIDE, 184
|
|
VERTGUIDE, 194
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 144
|
|
HORZGUIDE, 30
|
|
END
|
|
|
|
IDD_MSGBOX_OK_MOREINFO, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 220
|
|
VERTGUIDE, 115
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 77
|
|
HORZGUIDE, 55
|
|
END
|
|
END
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Icon
|
|
//
|
|
|
|
// Icon with lowest ID value placed first to ensure application icon
|
|
// remains consistent on all systems.
|
|
IDI_DOMAIN ICON DISCARDABLE "res\\domain.ico"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_NAME "Name"
|
|
IDS_TYPE "Type"
|
|
IDS_NODENAME "Active Directory Domains and Trusts"
|
|
IDS_CANT_GET_PARTITIONS_INFORMATION
|
|
"The configuration information describing this enterprise is not available.\n%s"
|
|
IDS_FAILURE_UNK "An error occurred (error code 0x%08x)."
|
|
IDS_DESCRIPTION "Active Directory Domains and Trusts"
|
|
IDS_SNAPINABOUT_DESCRIPTION
|
|
"You can use the Active Directory Domains and Trusts snap-in to manage Active Directory domains and trusts."
|
|
IDS_FSMO_SERVER_ERROR "ERROR"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_COMMAND_MANAGE "&Manage\nStarts the Microsoft Active Directory Users and Computers snap-in"
|
|
IDS_COMMAND_RETARGET "&Connect to Domain Controller...\nSelect a specific domain controller to connect to"
|
|
IDS_COMMAND_EDIT_FSMO "&Operations Master...\nTransfer the operations master role to a different computer"
|
|
IDS_COMMAND_DOMAIN_VER "R&aise Domain Functional Level...\nAllows you to raise the domain functional level to a level you select."
|
|
IDS_COMMAND_FOREST_VER "R&aise Forest Functional Level...\nAllows you to raise the forest functional level to a level you select."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
AFX_IDS_APP_TITLE "Active Directory Domains and Trusts"
|
|
IDS_NO_PDC_MSG "You cannot modify domain or trust information because the following Primary Domain Controller (PDC) emulator cannot be contacted: %s. Please verify that the PDC emulator and the network are both online and functioning properly."
|
|
IDS_UNKNOWN_PDC_MSG "You cannot modify domain or trust information because a Primary Domain Controller (PDC) emulator cannot be contacted. Please verify that the PDC emulator and the network are both online and functioning properly."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_WARNING_DELETE_UPN_SUFFIX
|
|
"Deleting a UPN suffix will affect user accounts that refer to it.\nThose users will not be able to log on to the network.\n\nAre you sure you want to delete this UPN suffix?"
|
|
IDS_ERROR_WRITE_UPN_SUFFIXES "Windows cannot update the UPN suffixes. %s"
|
|
IDS_ERROR_ADD_UPN_NO_DUPLICATE
|
|
"A UPN suffix is already present in the list."
|
|
IDS_ERROR_CHANGE_FSMO_OWNER
|
|
"The transfer of the operations master role cannot be performed because:\n%s"
|
|
IDS_ERROR_MANAGE "Windows cannot start the Active Directory Users and Computers snap-in."
|
|
IDS_WARNING_CHANGE_FOCUS
|
|
"The current domain controller is serving as the operations master. To transfer the operations master role to a different computer you must first connect to it."
|
|
IDS_CHANGE_FSMO_CONFIRMATION
|
|
"Are you sure you want to transfer the operations master role to a different computer?"
|
|
IDS_CHANGE_FSMO_CONFIRMATION_FORCED
|
|
"The current operations master cannot be contacted to perform the transfer. Under some circumstances, a forced transfer can be performed. Do you want to perform a forced transfer?"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_CHANGE_FSMO_SUCCESS "The operations master was successfully transferred."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_SHEETS_UP_DELETE "This operation cannot be performed because one or more of the\nselected objects have active property sheets. Close the active property sheets, and then try again."
|
|
END
|
|
|
|
#endif // English (U.S.) resources
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 3 resource.
|
|
//
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#endif // not APSTUDIO_INVOKED
|
|
|