3776 lines
182 KiB
Plaintext
3776 lines
182 KiB
Plaintext
//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_16x16 BITMAP DISCARDABLE "res\\16by16.bmp"
|
|
IDB_32x32 BITMAP DISCARDABLE "res\\32by32.bmp"
|
|
IDB_WIZBANNER BITMAP DISCARDABLE "res\\wzbanner.bmp"
|
|
IDB_WIZWATERMARK BITMAP DISCARDABLE "res\\wzwater.bmp"
|
|
IDB_BROWSE_TOOLBAR BITMAP DISCARDABLE "res\\up.bmp"
|
|
IDB_ABOUT_16x16 BITMAP DISCARDABLE "res\\about_16.bmp"
|
|
IDB_ABOUT_OPEN_16x16 BITMAP DISCARDABLE "res\\about_op.bmp"
|
|
IDB_ABOUT_32x32 BITMAP DISCARDABLE "res\\about_32.bmp"
|
|
IDB_TOOLBAR_BUTTONS BITMAP DISCARDABLE "res\\tbbutton.bmp"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Dialog
|
|
//
|
|
|
|
IDD_ZWIZ_MASTERS DIALOG DISCARDABLE 0, 0, 317, 143
|
|
STYLE DS_CONTROL | WS_CHILD | WS_CAPTION | WS_TABSTOP
|
|
CAPTION "New Zone Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Specify the DNS servers from which you want to copy the zone. Servers are contacted in the order shown.",
|
|
IDC_STATIC,21,1,275,16
|
|
LTEXT "I&P address:",IDC_STATIC,21,24,60,8
|
|
CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,21,34,79,
|
|
14
|
|
PUSHBUTTON "&Add",IDC_BUTTON_ADD,106,34,50,14,WS_DISABLED
|
|
PUSHBUTTON "B&rowse...",IDC_BROWSE_BUTTON,162,34,50,14
|
|
LISTBOX IDC_LIST,21,56,79,69,LBS_SORT | LBS_NOINTEGRALHEIGHT |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
PUSHBUTTON "R&emove",IDC_BUTTON_REMOVE,106,56,50,14,WS_DISABLED
|
|
PUSHBUTTON "&Up",IDC_BUTTON_UP,106,74,50,14,WS_DISABLED
|
|
PUSHBUTTON "&Down",IDC_BUTTON_DOWN,106,92,50,14,WS_DISABLED
|
|
CONTROL "U&se the above servers to create a local list of master servers",
|
|
IDC_LOCAL_LIST_CHECK,"Button",BS_AUTOCHECKBOX | NOT
|
|
WS_VISIBLE | WS_DISABLED | WS_TABSTOP,21,128,271,10
|
|
END
|
|
|
|
IDD_ZWIZ_ZONE_TYPE DIALOG DISCARDABLE 0, 0, 317, 143
|
|
STYLE DS_CONTROL | WS_CHILD | WS_CAPTION | WS_TABSTOP
|
|
CAPTION "New Zone Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Select the type of zone you want to create:",IDC_STATIC,
|
|
21,1,275,8
|
|
CONTROL "&Primary zone",IDC_RADIO_PRIMARY_ZONE,"Button",
|
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
|
|
WS_TABSTOP,21,16,275,10
|
|
CONTROL "&Secondary zone",IDC_RADIO_SECONDARY,"Button",
|
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_TABSTOP,
|
|
21,41,275,10
|
|
CONTROL "St&ub zone",IDC_RADIO_STUB,"Button",BS_AUTORADIOBUTTON |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,21,72,275,10
|
|
CONTROL "Store the zone in &Active Directory (available only if DNS server is a domain controller)",
|
|
IDC_ADINT_CHECK,"Button",BS_AUTOCHECKBOX | BS_TOP |
|
|
BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,113,290,10
|
|
LTEXT "Creates a copy of the zone that can be updated directly.",
|
|
IDC_STATIC,33,28,284,8,NOT WS_GROUP
|
|
LTEXT "Creates a copy of an existing zone. This option helps balance the processing load of primary servers and provides fault tolerance.",
|
|
IDC_STATIC,33,52,263,16,NOT WS_GROUP
|
|
LTEXT "Creates a copy of a zone containing only Name Servers(NS), Start of Authority(SOA), and possibly glue Host(A) records. A server containing a stub zone is not authoritative for that zone.",
|
|
IDC_STUB_STATIC,33,84,263,24,NOT WS_GROUP
|
|
END
|
|
|
|
IDD_ZWIZ_AD_REPLICATION DIALOG DISCARDABLE 0, 0, 317, 143
|
|
STYLE DS_CONTROL | WS_CHILD | WS_CAPTION | WS_TABSTOP
|
|
CAPTION "New Zone Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Choose how you want zone data to be replicated.",
|
|
IDC_STATIC,21,0,275,8,NOT WS_GROUP
|
|
CONTROL "To all DNS servers in the %s Active Directory forest",
|
|
IDC_FOREST_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
|
|
BS_MULTILINE | WS_GROUP,21,11,275,20
|
|
CONTROL "To all DNS servers in the %s Active Directory domain",
|
|
IDC_DOMAIN_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
|
|
BS_MULTILINE,21,33,275,20
|
|
CONTROL "To all &domain controllers in the %s Active Directory Domain (choose this option if the zone should be loaded by Windows 2000 DNS servers running on the domain controllers in the same domain)",
|
|
IDC_DOMAIN_DC_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
|
|
BS_MULTILINE,21,55,275,25
|
|
CONTROL "To all domain &controllers specified in the scope of the following application directory partition.",
|
|
IDC_CUSTOM_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
|
|
BS_MULTILINE,21,83,275,18
|
|
LTEXT "Application &directory partition name:",
|
|
IDC_CUSTOM_STATIC,33,103,263,8
|
|
COMBOBOX IDC_CUSTOM_COMBO,33,114,263,43,CBS_DROPDOWNLIST |
|
|
CBS_SORT | WS_VSCROLL | WS_TABSTOP
|
|
END
|
|
|
|
IDD_ZWIZ_SELECT_SERVER DIALOG DISCARDABLE 0, 0, 317, 143
|
|
STYLE DS_CONTROL | WS_CHILD | WS_CAPTION | WS_TABSTOP
|
|
CAPTION "New Zone Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Server name:",IDC_STATIC,21,1,138,8
|
|
LISTBOX IDC_SERVERS_LIST,21,11,202,65,LBS_SORT |
|
|
LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
|
|
END
|
|
|
|
IDD_ZWIZ_FWD_ZONE_NAME DIALOG DISCARDABLE 0, 0, 317, 143
|
|
STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
|
|
CAPTION "New Zone Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Type the name of the zone (for example, ""example.microsoft.com.""):",
|
|
IDC_STATIC,21,1,253,8
|
|
LTEXT "N&ame:",IDC_STATIC,21,19,25,8
|
|
EDITTEXT IDC_EDIT_ZONE_NAME,60,16,182,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "B&rowse...",IDC_BROWSE_BUTTON,246,16,50,14
|
|
END
|
|
|
|
IDD_ZONE_GENERAL_PAGE DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "General"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Status:",IDC_STATIC,7,10,31,8
|
|
LTEXT "Running\nPaused\nExpired",IDC_STATUS_STATIC,44,10,129,8
|
|
PUSHBUTTON "",IDC_PAUSE_START_BUTTON,190,7,55,14
|
|
LTEXT "Type:",IDC_STATIC,7,28,32,8
|
|
LTEXT "Primary\nActive Directory-integrated\nSecondary\nStub",
|
|
IDC_TYPE_STATIC,44,28,137,8
|
|
PUSHBUTTON "&Change...",IDC_CHANGE_TYPE_BUTTON,190,25,55,14
|
|
CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,47,
|
|
237,1
|
|
LTEXT "&Zone file name:\nData is stored in Active Directory.",
|
|
IDC_STORAGE_STATIC,7,53,237,8
|
|
EDITTEXT IDC_FILE_NAME_EDIT,7,64,237,14,ES_AUTOHSCROLL
|
|
LTEXT "Allo&w dynamic updates?",IDC_PRIMARY_DYN_UPD_STATIC,7,
|
|
205,92,12
|
|
COMBOBOX IDC_PRIMARY_DYN_UPD_COMBO,121,205,124,42,
|
|
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
|
|
LTEXT "To set aging/scavenging properties, click Aging.",
|
|
IDC_AGING_STATIC,7,107,178,8,NOT WS_VISIBLE |
|
|
WS_DISABLED
|
|
PUSHBUTTON "A&ging...",IDC_AGING_BUTTON,194,104,50,14,NOT
|
|
WS_VISIBLE | WS_DISABLED
|
|
LTEXT "I&P address:",IDC_STATIC_IP,7,86,36,8
|
|
CONTROL "",IDC_MASTERS_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,7,
|
|
97,79,14
|
|
PUSHBUTTON "A&dd",IDC_MASTERS_BUTTON_ADD,92,97,50,14,WS_DISABLED
|
|
PUSHBUTTON "&Browse...",IDC_BROWSE_MASTERS_BUTTON,146,97,50,14
|
|
LISTBOX IDC_MASTERS_IP_LIST,7,117,79,64,LBS_SORT |
|
|
LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
|
|
WS_TABSTOP
|
|
PUSHBUTTON "&Remove",IDC_MASTERS_BUTTON_REMOVE,92,117,50,14,
|
|
WS_DISABLED
|
|
PUSHBUTTON "&Find Names",IDC_FIND_MASTERS_NAMES_BUTTON,146,117,50,
|
|
14
|
|
PUSHBUTTON "&Up",IDC_MASTERS_BUTTON_UP,92,135,50,14,WS_DISABLED
|
|
PUSHBUTTON "D&own",IDC_MASTERS_BUTTON_DOWN,92,153,50,14,WS_DISABLED
|
|
CONTROL "U&se the list above as a local list of masters",
|
|
IDC_LOCAL_LIST_CHECK,"Button",BS_AUTOCHECKBOX |
|
|
WS_TABSTOP,7,185,238,10
|
|
END
|
|
|
|
IDD_SERVER_INTERFACES_PAGE DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Interfaces"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Select the IP addresses that will serve DNS requests. The server can listen for DNS queries on all IP addresses defined for this computer, or you can limit it to selected IP addresses.",
|
|
IDC_STATIC,7,7,238,24
|
|
LTEXT "Listen on:",IDC_STATIC,7,39,32,8
|
|
CONTROL "All IP addr&esses",IDC_LISTEN_ON_ALL_RADIO,"Button",
|
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
|
|
WS_TABSTOP,7,54,101,10
|
|
CONTROL "&Only the following IP addresses:",
|
|
IDC_LISTEN_ON_SPECIFIED_RADIO,"Button",
|
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,7,67,130,10
|
|
LTEXT "I&P address:",IDC_STATIC,20,81,36,8
|
|
CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,20,92,79,
|
|
14
|
|
PUSHBUTTON "A&dd",IDC_BUTTON_ADD,105,92,50,14,WS_DISABLED
|
|
LISTBOX IDC_LIST,20,114,79,69,LBS_SORT | LBS_NOINTEGRALHEIGHT |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
PUSHBUTTON "&Remove",IDC_BUTTON_REMOVE,105,114,50,14,WS_DISABLED
|
|
PUSHBUTTON "&Up",IDC_BUTTON_UP,105,132,50,14,WS_DISABLED
|
|
PUSHBUTTON "Do&wn",IDC_BUTTON_DOWN,105,150,50,14,WS_DISABLED
|
|
END
|
|
|
|
IDD_SERVER_ADVANCED_PAGE DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Advanced"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Server version number: ",IDC_STATIC,7,7,238,8
|
|
EDITTEXT IDC_SERVER_VERSION_EDIT,7,17,238,14,ES_AUTOHSCROLL |
|
|
WS_DISABLED
|
|
LTEXT "Ser&ver options:",IDC_STATIC,7,38,238,8
|
|
LISTBOX IDC_ADVANCED_OPTIONS_LIST,7,48,238,68,LBS_OWNERDRAWFIXED |
|
|
LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | WS_VSCROLL |
|
|
WS_HSCROLL | WS_TABSTOP
|
|
LTEXT "&Name checking:",IDC_STATIC,7,126,95,8
|
|
COMBOBOX IDC_NAME_CHECKING_COMBO,114,124,131,63,CBS_DROPDOWNLIST |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
LTEXT "&Load zone data on startup:",IDC_STATIC,7,142,101,8
|
|
COMBOBOX IDC_BOOT_METHOD_COMBO,114,140,131,48,CBS_DROPDOWNLIST |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
CONTROL "&Enable automatic scavenging of stale records",
|
|
IDC_CHECK_ENABLE_SCAVENGING,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,160,161,10
|
|
LTEXT "S&cavenging period:",IDC_STATIC_SCAVENGE,19,176,63,8
|
|
EDITTEXT IDC_REFR_INT_EDIT,114,174,51,13,ES_AUTOHSCROLL |
|
|
ES_NUMBER
|
|
COMBOBOX IDC_REFR_INT_COMBO,169,174,76,41,CBS_DROPDOWNLIST |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
PUSHBUTTON "&Reset to Default",IDC_RESET_BUTTON,169,197,76,14
|
|
END
|
|
|
|
IDD_DOMAIN_ADDNEWDOMAIN DIALOGEX 70, 70, 205, 71
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "New Domain"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
|
BEGIN
|
|
LTEXT "&Type the new domain name:",IDC_STATIC_TEXT,7,7,189,11
|
|
EDITTEXT IDC_EDIT_DOMAIN_NAME,7,17,154,14,ES_AUTOHSCROLL
|
|
CONTROL "",IDC_IPEDIT_DOMAIN_NAME,"DNS_IPv4AddressCtrl",
|
|
WS_TABSTOP,7,50,72,14
|
|
DEFPUSHBUTTON "OK",IDOK,94,50,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,148,50,50,14
|
|
END
|
|
|
|
IDD_RR_SOA DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Start of Authority (SOA)"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Serial number:",IDC_STATIC,7,7,184,8
|
|
EDITTEXT IDC_SERIAL_NUMBER_EDIT,7,17,184,14,ES_AUTOHSCROLL |
|
|
ES_NUMBER
|
|
PUSHBUTTON "I&ncrement",IDC_SERIAL_UP,195,17,50,14
|
|
PUSHBUTTON "&Down",IDC_SERIAL_DOWN,215,17,30,14,NOT WS_VISIBLE |
|
|
WS_DISABLED
|
|
LTEXT "&Primary server:",IDC_STATIC,7,38,184,8
|
|
EDITTEXT IDC_PRIMARY_SERV_EDIT,7,48,184,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "&Browse...",IDC_BROWSE_SERV_BUTTON,195,48,50,14
|
|
LTEXT "&Responsible person:",IDC_STATIC,7,69,238,8
|
|
EDITTEXT IDC_RESP_PARTY_EDIT,7,79,184,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "Br&owse...",IDC_BROWSE_PARTY_BUTTON,195,79,50,14
|
|
LTEXT "R&efresh interval:",IDC_STATIC,7,103,63,8
|
|
EDITTEXT IDC_REFR_INT_EDIT,93,101,25,13,ES_AUTOHSCROLL |
|
|
ES_NUMBER
|
|
COMBOBOX IDC_REFR_INT_COMBO,121,101,70,41,CBS_DROPDOWNLIST |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
LTEXT "Retry inter&val:",IDC_STATIC,7,119,53,8
|
|
EDITTEXT IDC_RETRY_INT_EDIT,93,117,25,13,ES_AUTOHSCROLL |
|
|
ES_NUMBER
|
|
COMBOBOX IDC_RETRY_INT_COMBO,121,117,70,40,CBS_DROPDOWNLIST |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
LTEXT "E&xpires after:",IDC_STATIC,7,135,53,8
|
|
EDITTEXT IDC_EXP_INT_EDIT,93,133,25,13,ES_AUTOHSCROLL | ES_NUMBER
|
|
COMBOBOX IDC_EXP_INT_COMBO,121,133,70,45,CBS_DROPDOWNLIST |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
LTEXT "&Minimum (default) TTL:",IDC_STATIC,7,156,76,8
|
|
EDITTEXT IDC_MINTTL_INT_EDIT,93,154,25,13,ES_AUTOHSCROLL |
|
|
ES_NUMBER
|
|
COMBOBOX IDC_MINTTL_INT_COMBO,121,154,70,45,CBS_DROPDOWNLIST |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
LTEXT "&TTL for this record:",IDC_STATIC,7,200,62,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,93,197,85,14
|
|
LTEXT "The data is not available.",IDC_STATIC_ERROR,94,177,151,
|
|
13,NOT WS_VISIBLE
|
|
END
|
|
|
|
IDD_RR_A DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Host (A)"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Par&ent domain:",IDC_STATIC,7,7,238,8
|
|
EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
LTEXT "&Host (uses parent domain if left blank):",
|
|
IDC_RR_NAME_STATIC,7,38,238,8
|
|
EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
|
|
LTEXT "I&P address:",IDC_STATIC,7,69,238,8
|
|
CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,7,79,72,
|
|
14
|
|
CONTROL "&Update associated pointer (PTR) record",
|
|
IDC_UPDATE_PRT_CHECK,"Button",BS_AUTOCHECKBOX | BS_TOP |
|
|
BS_MULTILINE | WS_TABSTOP,7,100,238,10
|
|
CONTROL "&Delete this record when it becomes stale",
|
|
IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,116,147,10
|
|
LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,133,66,8
|
|
EDITTEXT IDC_TIME_EDIT,103,130,86,14,ES_AUTOHSCROLL | ES_READONLY
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,63,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
|
|
CONTROL "All&ow any authenticated user to update DNS records with the same owner name",
|
|
IDC_UPDATE_SECURITY_CHECK,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,150,238,16
|
|
END
|
|
|
|
IDD_RR_CNAME DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Alias (CNAME)"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
|
|
EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
|
|
EDITTEXT IDC_NAME_NODE_EDIT,7,79,184,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "&Browse...",IDC_BROWSE_BUTTON,195,79,50,14
|
|
CONTROL "&Delete this record when it becomes stale",
|
|
IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,100,147,10
|
|
LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,117,66,8
|
|
EDITTEXT IDC_TIME_EDIT,103,114,88,14,ES_AUTOHSCROLL | ES_READONLY
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
|
|
LTEXT "Alia&s name (uses parent domain if left blank):",
|
|
IDC_RR_NAME_STATIC,7,38,238,8
|
|
LTEXT "&Fully qualified name for target host:",IDC_STATIC,7,69,
|
|
238,8
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,62,8
|
|
CONTROL "All&ow any authenticated user to update DNS records with the same owner name",
|
|
IDC_UPDATE_SECURITY_CHECK,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,132,238,16
|
|
END
|
|
|
|
IDD_RR_MX DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Mail Exchanger (MX)"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
|
|
EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
LTEXT "By default, DNS uses the parent domain name when creating a Mail Exchange record. You can specify a host or child name, but in most deployments, the field is left blank.",
|
|
IDC_STATIC,7,37,238,32
|
|
LTEXT "&Host or child domain:",IDC_RR_NAME_STATIC,7,71,238,8
|
|
EDITTEXT IDC_RR_NAME_EDIT,7,81,238,14,ES_AUTOHSCROLL
|
|
LTEXT "&Mail server:",IDC_STATIC,7,102,238,8
|
|
EDITTEXT IDC_NAME_EXCHANGE_EDIT,7,112,184,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "&Browse...",IDC_BROWSE_BUTTON,195,112,50,14
|
|
LTEXT "Mail &server priority:",IDC_STATIC,7,133,238,8
|
|
EDITTEXT IDC_PREFERENCE_EDIT,7,143,184,14,ES_AUTOHSCROLL |
|
|
ES_NUMBER
|
|
CONTROL "&Delete this record when it becomes stale",
|
|
IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,164,147,10
|
|
LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,181,66,8
|
|
EDITTEXT IDC_TIME_EDIT,103,178,88,14,ES_AUTOHSCROLL | ES_READONLY
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,59,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
|
|
END
|
|
|
|
IDD_RR_UNK DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Unknown Resource Record"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
|
|
EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
LTEXT "&Record name:",IDC_STATIC,7,38,238,8
|
|
EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
|
|
LTEXT "Typ&e:",IDC_STATIC,7,69,23,8
|
|
LTEXT "<type in hex>",IDC_TYPE_STATIC,33,69,54,8
|
|
LTEXT "&Size in bytes:",IDC_STATIC,109,69,45,8
|
|
LTEXT "<size in hex>",IDC_SIZE_STATIC,156,69,52,8
|
|
LTEXT "Offset",IDC_STATIC,7,85,20,8
|
|
LTEXT "Hex Value",IDC_STATIC,57,85,34,8
|
|
LTEXT "Char Value",IDC_STATIC,109,85,40,8
|
|
EDITTEXT IDC_DATA_EDIT,7,96,146,55,ES_MULTILINE | ES_AUTOVSCROLL |
|
|
ES_AUTOHSCROLL | WS_VSCROLL
|
|
CONTROL "&Delete this record when it becomes stale",
|
|
IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,160,141,10
|
|
LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,177,66,8
|
|
EDITTEXT IDC_TIME_EDIT,103,174,66,14,ES_AUTOHSCROLL | ES_READONLY
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,62,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
|
|
END
|
|
|
|
IDD_RR_TXT DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Text (TXT)"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
|
|
EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
LTEXT "&Record name (uses parent domain if left blank):",
|
|
IDC_RR_NAME_STATIC,7,38,238,8
|
|
EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
|
|
LTEXT "T&ext:",IDC_STATIC,7,69,238,8
|
|
EDITTEXT IDC_RR_TXT_EDIT,7,79,238,68,ES_MULTILINE |
|
|
ES_AUTOVSCROLL | ES_AUTOHSCROLL | ES_WANTRETURN |
|
|
WS_VSCROLL | WS_HSCROLL
|
|
CONTROL "&Delete this record when it becomes stale",
|
|
IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,155,147,10
|
|
LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,172,66,8
|
|
EDITTEXT IDC_TIME_EDIT,103,169,86,14,ES_AUTOHSCROLL | ES_READONLY
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,62,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
|
|
END
|
|
|
|
IDD_RR_X25 DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "X.25 (X25)"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
|
|
EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
LTEXT "&Record (uses parent domain if left blank):",IDC_STATIC,
|
|
7,38,238,8
|
|
EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
|
|
LTEXT "&X.121 PSDN address:",IDC_STATIC,7,69,238,8
|
|
EDITTEXT IDC_X121_ADDRESS_EDIT,7,79,238,14,ES_AUTOHSCROLL
|
|
CONTROL "&Delete this record when it becomes stale",
|
|
IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,100,147,10
|
|
LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,117,66,8
|
|
EDITTEXT IDC_TIME_EDIT,103,114,86,14,ES_AUTOHSCROLL | ES_READONLY
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,61,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
|
|
END
|
|
|
|
IDD_RR_ISDN DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "ISDN"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
|
|
EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
LTEXT "&Record name (uses parent domain if left blank):",
|
|
IDC_STATIC,7,38,238,8
|
|
EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
|
|
LTEXT "I&SDN phone number and DDI:",IDC_STATIC,7,69,238,8
|
|
EDITTEXT IDC_PHONE_NUM_AND_DDI_EDIT,7,79,238,14,ES_AUTOHSCROLL
|
|
LTEXT "ISD&N subaddress (in hex):",IDC_STATIC,7,100,238,8
|
|
EDITTEXT IDC_SUBADDRESS_EDIT,7,110,238,14,ES_AUTOHSCROLL
|
|
CONTROL "&Delete this record when it becomes stale",
|
|
IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,132,147,10
|
|
LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,149,66,8
|
|
EDITTEXT IDC_TIME_EDIT,103,146,85,14,ES_AUTOHSCROLL | ES_READONLY
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,60,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
|
|
END
|
|
|
|
IDD_RR_HINFO DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Host Information (HINFO)"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Parent domain:",IDC_STATIC,7,7,80,8
|
|
EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
LTEXT "&Host (uses parent domain if left blank):",IDC_STATIC,7,
|
|
38,238,10
|
|
EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
|
|
LTEXT "&CPU type:",IDC_STATIC,7,69,238,8
|
|
EDITTEXT IDC_CPU_TYPE_EDIT,7,79,238,14,ES_AUTOHSCROLL
|
|
LTEXT "&Operating system:",IDC_STATIC,7,100,238,8
|
|
EDITTEXT IDC_OPERATING_SYSTEM_EDIT,7,110,238,14,ES_AUTOHSCROLL
|
|
CONTROL "&Delete this record when it becomes stale",
|
|
IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,131,147,10
|
|
LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,148,66,8
|
|
EDITTEXT IDC_TIME_EDIT,103,145,86,14,ES_AUTOHSCROLL | ES_READONLY
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,64,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
|
|
END
|
|
|
|
IDD_RR_AAAA DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "IPv6 Host (AAAA)"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
|
|
EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
LTEXT "&Host (uses parent domain if left blank):",
|
|
IDC_RR_NAME_STATIC,7,38,238,9
|
|
EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
|
|
LTEXT "IP &version 6 host address:",IDC_STATIC,7,69,97,8
|
|
EDITTEXT IDC_IPV6EDIT,7,79,181,14,ES_AUTOHSCROLL
|
|
CONTROL "&Delete this record when it becomes stale",
|
|
IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,100,147,10
|
|
LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,119,66,8
|
|
EDITTEXT IDC_TIME_EDIT,103,116,85,14,ES_AUTOHSCROLL | ES_READONLY
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,65,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
|
|
END
|
|
|
|
IDD_RR_MB DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Mailbox (MB)"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
|
|
EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
LTEXT "&Mailbox (uses parent domain if left blank):",
|
|
IDC_RR_NAME_STATIC,7,38,238,8
|
|
EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
|
|
LTEXT "M&ailbox host:",IDC_STATIC,7,69,181,8
|
|
EDITTEXT IDC_NAME_NODE_EDIT,7,79,184,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "&Browse...",IDC_BROWSE_BUTTON,195,79,50,14
|
|
CONTROL "&Delete this record when it becomes stale",
|
|
IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,100,147,10
|
|
LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,117,62,8
|
|
EDITTEXT IDC_TIME_EDIT,103,114,88,14,ES_AUTOHSCROLL | ES_READONLY
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,64,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
|
|
END
|
|
|
|
IDD_RR_MG DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Mail Group (MG)"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
|
|
EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
LTEXT "&Mail group (uses parent domain if left blank):",
|
|
IDC_RR_NAME_STATIC,7,38,238,8
|
|
EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
|
|
LTEXT "M&ember mailbox:",IDC_STATIC,7,69,238,8
|
|
EDITTEXT IDC_NAME_NODE_EDIT,7,79,184,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "&Browse...",IDC_BROWSE_BUTTON,195,79,50,14
|
|
CONTROL "&Delete this record when it becomes stale",
|
|
IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,100,147,10
|
|
LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,117,66,8
|
|
EDITTEXT IDC_TIME_EDIT,103,114,88,14,ES_AUTOHSCROLL | ES_READONLY
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,63,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
|
|
END
|
|
|
|
IDD_RR_MD DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "MD (Obsolete)"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Parent domain name:",IDC_STATIC,7,7,238,8
|
|
EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
LTEXT "&Mail addressed to host or domain\n(optional, if blank uses parent domain name):",
|
|
IDC_RR_NAME_STATIC,7,41,238,17
|
|
EDITTEXT IDC_RR_NAME_EDIT,7,59,238,14,ES_AUTOHSCROLL
|
|
LTEXT "Should be delivered to mail server with &host name:",
|
|
IDC_STATIC,7,84,163,8
|
|
EDITTEXT IDC_NAME_NODE_EDIT,7,94,180,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "&Browse...",IDC_BROWSE_BUTTON,195,95,50,14
|
|
CONTROL "&Delete the record when it becomes stale.",
|
|
IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
|
|
WS_TABSTOP,7,115,147,10
|
|
LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,21,130,66,8
|
|
EDITTEXT IDC_TIME_EDIT,87,128,86,14,ES_AUTOHSCROLL | ES_READONLY
|
|
LTEXT "&TTL (DDDDDD:HH:MM:SS)",IDC_STATIC_TTL,7,187,86,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,7,197,85,14
|
|
END
|
|
|
|
IDD_RR_MF DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "MF (Obsolete)"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Parent domain name:",IDC_STATIC,7,7,238,8
|
|
EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
LTEXT "&Mail addressed to host or domain \n(optional, if blank uses parent domain name):",
|
|
IDC_RR_NAME_STATIC,7,41,238,16
|
|
EDITTEXT IDC_RR_NAME_EDIT,7,59,238,14,ES_AUTOHSCROLL
|
|
LTEXT "Should be delivered to mail server with &host name:",
|
|
IDC_STATIC,7,83,238,8
|
|
EDITTEXT IDC_NAME_NODE_EDIT,7,93,179,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "&Browse...",IDC_BROWSE_BUTTON,195,93,50,14
|
|
CONTROL "&Delete the record when it becomes stale.",
|
|
IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
|
|
WS_TABSTOP,7,117,147,10
|
|
LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,21,132,66,8
|
|
EDITTEXT IDC_TIME_EDIT,87,130,86,14,ES_AUTOHSCROLL | ES_READONLY
|
|
LTEXT "&TTL (DDDDDD:HH:MM:SS)",IDC_STATIC_TTL,7,187,86,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,7,197,85,14
|
|
END
|
|
|
|
IDD_RR_MR DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Renamed Mailbox (MR)"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
|
|
EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
LTEXT "&Mailbox (uses parent domain if left blank):",
|
|
IDC_RR_NAME_STATIC,7,38,238,8
|
|
EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
|
|
LTEXT "&Replacement mailbox:",IDC_STATIC,7,69,91,8
|
|
EDITTEXT IDC_NAME_NODE_EDIT,7,79,184,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "&Browse...",IDC_BROWSE_BUTTON,195,79,50,14
|
|
CONTROL "&Delete this record when it becomes stale",
|
|
IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,100,147,10
|
|
LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,117,66,8
|
|
EDITTEXT IDC_TIME_EDIT,103,114,88,14,ES_AUTOHSCROLL | ES_READONLY
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,60,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
|
|
END
|
|
|
|
IDD_RR_MINFO DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Mailbox Information (MINFO)"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
|
|
EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
LTEXT "&Mailbox (uses parent domain if left blank):",
|
|
IDC_STATIC,7,38,238,8
|
|
EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
|
|
LTEXT "&Responsible mailbox:",IDC_STATIC,7,69,183,8
|
|
EDITTEXT IDC_NAME_MAILBOX_EDIT,7,79,184,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "&Browse...",IDC_BROWSE_NAME_MAILBOX_BUTTON,195,79,50,14
|
|
LTEXT "&Error mailbox:",IDC_STATIC,7,100,183,8
|
|
EDITTEXT IDC_ERROR_MAILBOX_EDIT,7,110,184,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "Br&owse...",IDC_BROWSE_ERROR_MAILBOX_BUTTON,195,110,50,
|
|
14
|
|
CONTROL "&Delete this record when it becomes stale",
|
|
IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,132,147,10
|
|
LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,149,66,8
|
|
EDITTEXT IDC_TIME_EDIT,103,146,88,14,ES_AUTOHSCROLL | ES_READONLY
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,62,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
|
|
END
|
|
|
|
IDD_RR_RP DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Responsible Person (RP)"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
|
|
EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
LTEXT "&Host or domain (uses parent domain if left blank):",
|
|
IDC_STATIC,7,38,238,8
|
|
EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
|
|
LTEXT "&Mailbox of responsible person:",IDC_STATIC,7,69,238,8
|
|
EDITTEXT IDC_NAME_MAILBOX_EDIT,7,79,184,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "&Browse...",IDC_BROWSE_NAME_MAILBOX_BUTTON,195,79,50,14
|
|
LTEXT "&Optional associated text (TXT) record:",IDC_STATIC,7,
|
|
101,143,8
|
|
EDITTEXT IDC_ERROR_MAILBOX_EDIT,7,111,184,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "B&rowse...",IDC_BROWSE_ERROR_MAILBOX_BUTTON,195,111,50,
|
|
14
|
|
CONTROL "&Delete this record when it becomes stale",
|
|
IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,133,147,10
|
|
LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,150,66,8
|
|
EDITTEXT IDC_TIME_EDIT,103,147,88,14,ES_AUTOHSCROLL | ES_READONLY
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,62,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
|
|
END
|
|
|
|
IDD_RR_RT DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Route Through (RT)"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
|
|
EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
LTEXT "&Host (uses parent domain if left blank):",
|
|
IDC_RR_NAME_STATIC,7,38,238,8
|
|
EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
|
|
LTEXT "I&ntermediate (routing) host:",IDC_STATIC,7,69,238,8
|
|
EDITTEXT IDC_NAME_EXCHANGE_EDIT,7,79,184,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "&Browse...",IDC_BROWSE_BUTTON,195,79,50,14
|
|
LTEXT "P&reference:",IDC_STATIC,7,101,238,8
|
|
EDITTEXT IDC_PREFERENCE_EDIT,7,111,67,14,ES_AUTOHSCROLL |
|
|
ES_NUMBER
|
|
CONTROL "&Delete this record when it becomes stale",
|
|
IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,133,147,10
|
|
LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,150,66,8
|
|
EDITTEXT IDC_TIME_EDIT,103,147,86,14,ES_AUTOHSCROLL | ES_READONLY
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,61,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
|
|
END
|
|
|
|
IDD_RR_AFSDB DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "AFS Database (AFSDB)"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Parent domain:",IDC_STATIC,7,10,56,8
|
|
EDITTEXT IDC_RR_DOMAIN_EDIT,73,7,172,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
LTEXT "&Host or domain (uses parent domain if left blank):",
|
|
IDC_RR_NAME_STATIC,7,27,238,8
|
|
EDITTEXT IDC_RR_NAME_EDIT,7,37,238,14,ES_AUTOHSCROLL
|
|
GROUPBOX "Server subtype",IDC_STATIC,7,57,238,62
|
|
CONTROL "A&FS volume location server",IDC_AFS_VLS_RADIO,"Button",
|
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
|
|
WS_TABSTOP,17,72,105,10
|
|
CONTROL "D&CE-authenticated name server",IDC_DCE_ANS_RADIO,
|
|
"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,17,
|
|
85,117,10
|
|
CONTROL "Th&e following subtype:",IDC_OTHER_RADIO,"Button",
|
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,17,101,88,10
|
|
EDITTEXT IDC_SUBTYPE_EDIT,122,99,114,14,ES_AUTOHSCROLL |
|
|
ES_NUMBER | WS_GROUP
|
|
LTEXT "&Server name:",IDC_STATIC,7,125,111,8
|
|
EDITTEXT IDC_NAME_EXCHANGE_EDIT,7,135,184,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "&Browse...",IDC_BROWSE_BUTTON,195,135,50,14
|
|
CONTROL "&Delete this record when it becomes stale",
|
|
IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,155,141,10
|
|
LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,172,66,8
|
|
EDITTEXT IDC_TIME_EDIT,106,169,85,14,ES_AUTOHSCROLL | ES_READONLY
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,61,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
|
|
END
|
|
|
|
IDD_RR_WKS DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Well Known Service (WKS)"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Parent d&omain:",IDC_STATIC,7,10,51,8
|
|
EDITTEXT IDC_RR_DOMAIN_EDIT,73,7,172,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
LTEXT "&Host (uses parent domain if left blank):",
|
|
IDC_RR_NAME_STATIC,7,29,238,8
|
|
EDITTEXT IDC_RR_NAME_EDIT,7,39,238,14,ES_AUTOHSCROLL
|
|
LTEXT "I&P address:",IDC_STATIC,7,63,55,8
|
|
CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,73,60,72,
|
|
14
|
|
GROUPBOX "Protocol",IDC_STATIC,7,82,238,31
|
|
CONTROL "T&CP",IDC_TCP_RADIO,"Button",BS_AUTORADIOBUTTON |
|
|
BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,17,94,29,
|
|
10
|
|
CONTROL "&UDP",IDC_UDP_RADIO,"Button",BS_AUTORADIOBUTTON |
|
|
BS_TOP | BS_MULTILINE,105,94,29,10
|
|
LTEXT "&Services (separated by blanks):",IDC_STATIC,7,121,238,
|
|
8
|
|
EDITTEXT IDC_SERVICES_EDIT,7,131,238,14,ES_AUTOHSCROLL
|
|
CONTROL "&Delete this record when it becomes stale",
|
|
IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,153,141,10
|
|
LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,170,66,8
|
|
EDITTEXT IDC_TIME_EDIT,92,167,66,14,ES_AUTOHSCROLL | ES_READONLY
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,61,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
|
|
END
|
|
|
|
IDD_RR_PTR DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Pointer (PTR)"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Subnet:",IDC_STATIC,7,7,238,8
|
|
EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
LTEXT "Host I&P number:",IDC_RR_NAME_STATIC,7,38,238,8
|
|
CONTROL "",IDC_RR_NAME_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,7,
|
|
48,72,14
|
|
EDITTEXT IDC_RR_NAME_EDIT,88,48,158,14,ES_AUTOHSCROLL
|
|
LTEXT "&Host name:",IDC_STATIC,7,69,238,8
|
|
EDITTEXT IDC_NAME_NODE_EDIT,7,79,184,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "&Browse...",IDC_BROWSE_BUTTON,195,79,50,14
|
|
CONTROL "&Delete this record when it becomes stale",
|
|
IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,100,147,10
|
|
LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,117,66,8
|
|
EDITTEXT IDC_TIME_EDIT,103,114,88,14,ES_AUTOHSCROLL | ES_READONLY
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,60,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
|
|
CONTROL "All&ow any authenticated user to update DNS records with the same owner name",
|
|
IDC_UPDATE_SECURITY_CHECK,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,132,238,16
|
|
END
|
|
|
|
IDD_RR_SRV DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Service Location (SRV)"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Do&main:",IDC_RR_NAME_STATIC,7,10,58,8
|
|
EDITTEXT IDC_RR_DOMAIN_EDIT,72,7,173,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
LTEXT "&Service:",IDC_STATIC,7,31,59,8
|
|
COMBOBOX IDC_SERVICE_NAME_COMBO,72,29,173,61,CBS_DROPDOWN |
|
|
CBS_SORT | WS_VSCROLL | WS_TABSTOP
|
|
LTEXT "&Protocol:",IDC_STATIC,7,47,52,8
|
|
COMBOBOX IDC_PROTOCOL_NAME_COMBO,72,45,173,55,CBS_DROPDOWN |
|
|
CBS_SORT | WS_VSCROLL | WS_TABSTOP
|
|
LTEXT "Pri&ority:",IDC_STATIC,7,65,33,8
|
|
EDITTEXT IDC_PRIORITY_EDIT,72,62,60,14,ES_AUTOHSCROLL | ES_NUMBER
|
|
LTEXT "&Weight:",IDC_STATIC,7,83,38,8
|
|
EDITTEXT IDC_WEIGHT_EDIT,72,80,60,14,ES_AUTOHSCROLL | ES_NUMBER
|
|
LTEXT "Port &number:",IDC_STATIC,7,101,58,8
|
|
EDITTEXT IDC_PORT_EDIT,72,98,60,14,ES_AUTOHSCROLL | ES_NUMBER
|
|
LTEXT "&Host offering this service:",IDC_STATIC,7,117,238,8
|
|
EDITTEXT IDC_NAME_TARGET_EDIT,7,127,238,14,ES_AUTOHSCROLL
|
|
CONTROL "&Delete this record when it becomes stale",
|
|
IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,146,147,10
|
|
LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,163,66,8
|
|
EDITTEXT IDC_TIME_EDIT,103,160,86,14,ES_AUTOHSCROLL | ES_READONLY
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,60,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
|
|
CONTROL "Allow any a&uthenticated user to update DNS records with the same owner name",
|
|
IDC_UPDATE_SECURITY_CHECK,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,178,238,16
|
|
END
|
|
|
|
IDD_NAME_SERVERS_PAGE DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Name Servers"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "To add name servers to the list, click Add.",
|
|
IDC_STATIC_LIST_CAPTION,7,7,199,8
|
|
LTEXT "",IDC_STATIC_MESSAGE,7,17,237,8
|
|
CONTROL "List1",IDC_NS_LIST,"SysListView32",LVS_REPORT |
|
|
LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER |
|
|
WS_TABSTOP,7,29,238,134
|
|
PUSHBUTTON "A&dd...",IDC_ADD_NS_BUTTON,7,169,50,14
|
|
PUSHBUTTON "&Edit...",IDC_EDIT_NS_BUTTON,61,169,50,14
|
|
PUSHBUTTON "&Remove",IDC_REMOVE_NS_BUTTON,115,169,50,14
|
|
LTEXT "",IDC_STATIC_DESCR,7,7,237,8,NOT WS_VISIBLE |
|
|
WS_DISABLED
|
|
PUSHBUTTON "&Copy from server",IDC_COPY_FROM_BUTTON,185,169,60,14,
|
|
NOT WS_VISIBLE | WS_DISABLED
|
|
LTEXT "* represents an IP address retrieved as the result of a DNS query and may not represent actual records stored on this server.",
|
|
IDC_DNSQUERY_STATIC,7,187,238,24
|
|
END
|
|
|
|
IDD_ZONE_NBSTAT_PAGE DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "WINS-R"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "You can use WINS-R for reverse lookup of names not found by querying the DNS namespace.",
|
|
IDC_STATIC,7,7,238,16
|
|
CONTROL "&Use WINS-R lookup",IDC_USE_WINS_RES_CHECK,"Button",
|
|
BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,7,
|
|
31,238,10
|
|
CONTROL "Do ¬ replicate this record",IDC_NOT_REPL_CHECK,
|
|
"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE |
|
|
WS_TABSTOP,19,47,226,10
|
|
LTEXT "D&omain to append to returned name:",IDC_STATIC,7,67,
|
|
238,8
|
|
EDITTEXT IDC_DOMAIN_NAME_EDIT,7,78,238,14,ES_AUTOHSCROLL
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,60,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
|
|
PUSHBUTTON "Ad&vanced...",IDC_ADVANCED_BUTTON,190,197,55,14
|
|
END
|
|
|
|
IDD_ZONE_WINS_ADVANCED DIALOGEX 0, 0, 252, 126
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "Advanced"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
|
BEGIN
|
|
LTEXT "To change the default values, provide new values, and then click OK.",
|
|
IDC_STATIC,7,7,238,8
|
|
LTEXT "DDDDD:HH:MM:SS",IDC_STATIC,106,25,90,8
|
|
LTEXT "&Cache time-out:",IDC_STATIC,7,38,61,8
|
|
CONTROL "",IDC_CACHE_TIMEOUT_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,
|
|
105,35,85,14
|
|
LTEXT "&Lookup time-out:",IDC_STATIC,7,56,59,8
|
|
CONTROL "",IDC_LOOKUP_TIMEOUT_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,
|
|
105,53,85,14
|
|
CONTROL "&Submit DNS domain as NetBIOS scope",IDC_NETBIOS_CHECK,
|
|
"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE |
|
|
WS_TABSTOP,7,75,153,10
|
|
DEFPUSHBUTTON "OK",IDOK,141,105,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,195,105,50,14
|
|
END
|
|
|
|
IDD_DELEGWIZ_DOMAIN_NAME DIALOG DISCARDABLE 0, 0, 317, 143
|
|
STYLE DS_CONTROL | WS_CHILD | WS_CAPTION | WS_TABSTOP
|
|
CAPTION "New Delegation Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Authority for the domain you create will be delegated to a different zone.",
|
|
IDC_STATIC,21,1,275,10
|
|
LTEXT "&Delegated domain:",IDC_STATIC,21,16,135,8
|
|
EDITTEXT IDC_NEW_DOMAIN_NAME_EDIT,21,27,140,14,ES_AUTOHSCROLL
|
|
LTEXT "Fully qualified domain name:",IDC_STATIC,21,48,145,8
|
|
EDITTEXT IDC_NEW_DOMAIN_FQDN,21,59,275,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
END
|
|
|
|
IDD_SERVMON_TEST_PAGE DIALOGEX 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Monitoring"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
|
BEGIN
|
|
LTEXT "To verify the configuration of the server, you can perform manual or automatic testing.",
|
|
IDC_STATIC,7,7,238,16
|
|
LTEXT "Select a test type:",IDC_STATIC,7,31,58,8
|
|
CONTROL "A si&mple query against this DNS server",
|
|
IDC_SIMPLE_QUERY_CHECK,"Button",BS_AUTOCHECKBOX | BS_TOP |
|
|
BS_MULTILINE | WS_TABSTOP,7,44,238,10
|
|
CONTROL "A re&cursive query to other DNS servers",
|
|
IDC_RECURSIVE_QUERY_CHECK,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,57,238,10
|
|
LTEXT "To perform the test immediately, click Test Now.",
|
|
IDC_STATIC,7,74,156,8
|
|
PUSHBUTTON "&Test Now",IDC_TEST_NOW_BUTTON,195,71,50,14
|
|
CONTROL "&Perform automatic testing at the following interval:",
|
|
IDC_ENABLE_TESTING_CHECK,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,93,238,10,
|
|
WS_EX_TRANSPARENT
|
|
LTEXT "T&est interval:",IDC_STATIC,19,108,49,8
|
|
EDITTEXT IDC_POLLING_INT_EDIT,77,106,22,13,ES_AUTOHSCROLL |
|
|
ES_NUMBER
|
|
COMBOBOX IDC_POLLING_INT_COMBO,103,106,72,45,CBS_DROPDOWNLIST |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
LTEXT "Te&st results:",IDC_STATIC,7,126,238,8
|
|
CONTROL "List1",IDC_RESULTS_LIST,"SysListView32",LVS_REPORT |
|
|
LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER |
|
|
WS_TABSTOP,7,136,238,61
|
|
END
|
|
|
|
IDD_SERVWIZ_NAME DIALOG DISCARDABLE 0, 0, 317, 143
|
|
STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
|
|
CAPTION "Configure DNS Server Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Type the name or IP address of the new DNS server.",
|
|
IDC_STATIC,21,1,275,9
|
|
LTEXT "&Server name or IP address:",IDC_STATIC,21,16,275,8
|
|
EDITTEXT IDC_EDIT_DNSSERVER,21,27,275,15,ES_AUTOHSCROLL
|
|
END
|
|
|
|
IDD_SERVWIZ_FINISH DIALOG DISCARDABLE 0, 0, 317, 193
|
|
STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
|
|
CAPTION "Configure a DNS Server Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Completing the Configure a DNS Server Wizard",
|
|
IDC_STATIC_COMPLETE,115,8,195,24
|
|
LTEXT "You have successfully completed the Configure a DNS Server Wizard. When you click Finish, the following settings will be saved.",
|
|
IDC_STATIC,115,40,195,24
|
|
LTEXT "Settings:",IDC_STATIC,115,71,194,8
|
|
LTEXT "<TODO, summary info>",IDC_SUMMARY_STATIC,115,82,194,71,
|
|
SS_SUNKEN
|
|
LTEXT "To close this wizard, click Finish.",IDC_STATIC,115,169,
|
|
195,16
|
|
END
|
|
|
|
IDD_SERVWIZ_ROOT_SERV DIALOG DISCARDABLE 0, 0, 317, 143
|
|
STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
|
|
CAPTION "Configure DNS Server Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "For DNS to function correctly, the network must have one or more root servers. Select the correct option for your network.",
|
|
IDC_STATIC,21,1,275,16
|
|
CONTROL "&This is the first DNS server on this network",
|
|
IDC_NO_DNS_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
|
|
BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,24,275,10
|
|
CONTROL "&One or more DNS servers are running on this network",
|
|
IDC_DNS_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
|
|
BS_MULTILINE,21,53,275,10
|
|
LTEXT "Selecting this option makes this server a root server.",
|
|
IDC_STATIC,34,36,267,9
|
|
LTEXT "To use this option, provide the IP address of a known DNS server.",
|
|
IDC_STATIC,34,65,262,9
|
|
LTEXT "I&P address:",IDC_STATIC,34,80,87,8
|
|
CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,34,90,72,
|
|
14
|
|
END
|
|
|
|
IDD_SERVWIZ_FWD_ZONE DIALOG DISCARDABLE 0, 0, 317, 143
|
|
STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
|
|
CAPTION "Configure a DNS Server Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
CONTROL "&Yes, create a forward lookup zone now (recommended)",
|
|
IDC_ZONE_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
|
|
BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,39,275,10
|
|
CONTROL "N&o, I don't want to create a forward lookup zone now",
|
|
IDC_NO_ZONE_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
|
|
BS_MULTILINE,21,52,275,10
|
|
LTEXT "A forward lookup zone is a database that maps DNS names to IP addresses and other DNS data.",
|
|
IDC_STATIC,21,1,275,16,NOT WS_GROUP
|
|
LTEXT "Do you want to create a forward lookup zone now?",
|
|
IDC_STATIC,21,24,275,9,NOT WS_GROUP
|
|
END
|
|
|
|
IDD_SERVWIZ_REV_ZONE DIALOG DISCARDABLE 0, 0, 317, 143
|
|
STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
|
|
CAPTION "Configure a DNS Server Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "A reverse lookup zone is an address-to-name database that translates IP addresses into DNS names.",
|
|
IDC_STATIC,21,1,275,16,NOT WS_GROUP
|
|
LTEXT "Do you want to create a reverse lookup zone now?",
|
|
IDC_STATIC,21,24,275,8
|
|
CONTROL "&Yes, create a reverse lookup zone now",IDC_ZONE_RADIO,
|
|
"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE |
|
|
WS_GROUP | WS_TABSTOP,21,39,275,10
|
|
CONTROL "N&o, I don't want to create a reverse lookup zone now",
|
|
IDC_NO_ZONE_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
|
|
BS_MULTILINE,21,52,275,10
|
|
END
|
|
|
|
IDD_SEARCHING_DIALOG DIALOG DISCARDABLE 0, 0, 205, 85
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
CONTROL "Animate2",IDC_SEARCH_ANIMATE,"SysAnimate32",ACS_CENTER |
|
|
ACS_TRANSPARENT | ACS_AUTOPLAY | WS_TABSTOP,7,10,111,55
|
|
PUSHBUTTON "Cancel",IDCANCEL,148,64,50,14
|
|
END
|
|
|
|
IDD_ZWIZ_FINISH DIALOG DISCARDABLE 0, 0, 317, 193
|
|
STYLE DS_CONTROL | WS_CHILD | WS_CAPTION | WS_TABSTOP
|
|
CAPTION "New Zone Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Completing the New Zone Wizard",IDC_STATIC_COMPLETE,115,
|
|
8,195,24
|
|
LTEXT "You have successfully completed the New Zone wizard. You specified the following settings:",
|
|
IDC_STATIC,115,40,195,16
|
|
LTEXT "Name:",IDC_STATIC,115,63,22,8
|
|
LTEXT "<name>",IDC_NAME_STATIC,177,63,133,8
|
|
LTEXT "Type:",IDC_STATIC,115,78,20,8
|
|
LTEXT "Primary\nActive Directory Integrated Primary\nSecondary\nStub",
|
|
IDC_TYPE_STATIC,177,78,133,8
|
|
LTEXT "Lookup type:",IDC_STATIC,115,93,44,8
|
|
LTEXT "Forward\nReverse",IDC_LOOKUP_STATIC,177,93,61,8
|
|
LTEXT "File name:",IDC_STORAGE_TYPE_STATIC,115,108,55,8
|
|
LTEXT "<storage name>",IDC_STORAGE_NAME_STATIC,177,108,133,8
|
|
LTEXT "To close this wizard and create the new zone, click Finish.",
|
|
IDC_STATIC,115,123,195,16
|
|
END
|
|
|
|
IDD_ZWIZ_ZONE_LOOKUP DIALOG DISCARDABLE 0, 0, 317, 143
|
|
STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
|
|
CAPTION "New Zone Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
CONTROL "&Forward lookup zone",IDC_RADIO_FWD,"Button",
|
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
|
|
WS_TABSTOP,21,16,275,10
|
|
CONTROL "&Reverse lookup zone",IDC_RADIO_REV,"Button",
|
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_TABSTOP,
|
|
21,59,275,10
|
|
LTEXT "Select the type of lookup zone you want to create:",
|
|
IDC_STATIC,21,1,275,8
|
|
LTEXT "A forward lookup zone is a name-to-address database that helps computers translate DNS names into IP addresses and provides information about available services.",
|
|
IDC_STATIC,33,28,263,24,NOT WS_GROUP
|
|
LTEXT "A reverse lookup zone is an address-to-name database that helps computers translate IP addresses into DNS names.",
|
|
IDC_STATIC,33,71,263,16,NOT WS_GROUP
|
|
END
|
|
|
|
IDD_ZWIZ_REV_ZONE_NAME DIALOG DISCARDABLE 0, 0, 317, 143
|
|
STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
|
|
CAPTION "New Zone Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "To identify the reverse lookup zone, type the network ID or the name of the zone.",
|
|
IDC_STATIC,21,1,275,10
|
|
CONTROL "N&etwork ID:",IDC_USE_IP_RADIO,"Button",
|
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
|
|
WS_TABSTOP,21,16,91,10
|
|
CONTROL "Re&verse lookup zone name:",IDC_USE_EDIT_RADIO,"Button",
|
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_TABSTOP,
|
|
21,81,139,10
|
|
CONTROL "",IDC_SUBNET_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,33,
|
|
26,79,14
|
|
EDITTEXT IDC_EDIT_ZONE_NAME,33,91,128,14,ES_AUTOHSCROLL
|
|
LTEXT "If you use a zero in the network ID, it will appear in the zone name. For example, network ID 169 would create zone 169.in-addr.arpa, and network ID 169.0 would create zone 0.169.in-addr.arpa.",
|
|
IDC_STATIC,33,50,263,30
|
|
PUSHBUTTON "B&rowse...",IDC_BROWSE_BUTTON,116,26,50,14,NOT
|
|
WS_VISIBLE | WS_DISABLED
|
|
LTEXT "Click Help for more information on creating a reverse lookup zone.",
|
|
IDC_STATIC,21,113,219,8
|
|
PUSHBUTTON "Help...",IDC_HELP_BUTTON,246,110,50,14
|
|
END
|
|
|
|
IDD_SELECT_RECORD_TYPE_DIALOG DIALOGEX 0, 0, 252, 218
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "Resource Record Type"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
|
BEGIN
|
|
LTEXT "&Select a resource record type:",IDC_STATIC,7,7,238,8
|
|
LISTBOX IDC_RECORD_TYPE_LIST,7,17,238,51,LBS_SORT |
|
|
LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
|
|
LTEXT "Description:",IDC_STATIC,7,76,38,8
|
|
EDITTEXT IDC_RECORD_TYPE_DESCR,7,87,238,101,ES_MULTILINE |
|
|
ES_READONLY | WS_VSCROLL | WS_GROUP | NOT WS_TABSTOP
|
|
DEFPUSHBUTTON "&Create Record...",IDC_CREATE_RECORD_BUTTON,116,197,75,
|
|
14
|
|
PUSHBUTTON "",IDCANCEL,195,197,50,14
|
|
END
|
|
|
|
IDD_ZONE_GENERAL_CHANGE_TYPE DIALOGEX 0, 0, 315, 164
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "Change Zone Type"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
|
BEGIN
|
|
LTEXT "Select a zone type:",IDC_STATIC,7,7,301,8
|
|
CONTROL "&Primary zone",IDC_RADIO_ZONE_PRIMARY,"Button",
|
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
|
|
WS_TABSTOP,7,22,301,10
|
|
CONTROL "&Secondary zone",IDC_RADIO_ZONE_SECONDARY,"Button",
|
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,7,45,301,10
|
|
CONTROL "St&ub zone",IDC_RADIO_ZONE_STUB,"Button",
|
|
BS_AUTORADIOBUTTON,7,78,301,10
|
|
LTEXT "Stores a copy of the zone that can be updated directly.",
|
|
IDC_STATIC,19,34,289,8,NOT WS_GROUP
|
|
LTEXT "Stores a copy of an existing zone. This option helps balance the processing load of primary servers and provides fault tolerance.",
|
|
IDC_STATIC,19,56,289,16
|
|
DEFPUSHBUTTON "OK",IDOK,201,143,50,14,WS_GROUP
|
|
PUSHBUTTON "Cancel",IDCANCEL,258,143,50,14
|
|
LTEXT "Stores a copy of a zone containing only NS, SOA, and possibly glue A records. A server containing a stub zone is not authoritative for that zone.",
|
|
IDC_STUB_STATIC,19,88,214,24,NOT WS_GROUP
|
|
CONTROL "Store the zone in &Active Directory (available only if DNS server is a domain controller)",
|
|
IDC_ADINT_CHECK,"Button",BS_AUTOCHECKBOX | BS_TOP |
|
|
BS_MULTILINE | WS_TABSTOP,7,121,301,10
|
|
END
|
|
|
|
IDD_DELEGWIZ_FINISH DIALOG DISCARDABLE 0, 0, 317, 193
|
|
STYLE DS_CONTROL | WS_CHILD | WS_CAPTION | WS_TABSTOP
|
|
CAPTION "New Delegation Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "You specified the following settings:",IDC_STATIC,115,
|
|
63,188,11
|
|
LTEXT "Name:",IDC_STATIC,115,75,29,8
|
|
LTEXT "<name>",IDC_NAME_STATIC,148,75,155,10
|
|
LTEXT "Completing the New Delegation Wizard",IDC_STATIC,115,8,
|
|
188,24
|
|
LTEXT "You have successfully completed the New Delegation wizard.",
|
|
IDC_STATIC,115,40,188,20
|
|
LTEXT "To close this wizard and create the delegation, click Finish.",
|
|
IDC_STATIC,115,93,188,8
|
|
END
|
|
|
|
IDD_DELEGWIZ_NAME_SERVERS DIALOG DISCARDABLE 0, 0, 317, 143
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "New Delegation Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Specify the names and IP addresses of any DNS servers you want to have host the delegated zone.",
|
|
IDC_STATIC,21,1,275,17
|
|
CONTROL "List1",IDC_NS_LIST,"SysListView32",LVS_REPORT |
|
|
LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER |
|
|
WS_TABSTOP,21,24,275,78
|
|
PUSHBUTTON "&Add...",IDC_ADD_NS_BUTTON,21,108,50,14
|
|
PUSHBUTTON "&Edit...",IDC_EDIT_NS_BUTTON,75,108,50,14
|
|
PUSHBUTTON "&Remove",IDC_REMOVE_NS_BUTTON,129,108,50,14
|
|
END
|
|
|
|
IDD_SERVER_DEBUG_LOGGING_PAGE_OLD DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Debug Logging"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "To assist with debugging, you can record the packets sent and received by the DNS server to a log file. Debug logging is disabled by default.",
|
|
IDC_STATIC,7,7,238,16
|
|
LTEXT "Select which packets to record:",IDC_STATIC,7,27,238,8
|
|
LTEXT "Packet direction:",IDC_STATIC,7,38,115,8
|
|
CONTROL "&Outgoing",IDC_SEND_CHECK,"Button",BS_AUTOCHECKBOX |
|
|
WS_TABSTOP,7,48,115,10
|
|
CONTROL "&Incoming",IDC_RECEIVE_CHECK,"Button",BS_AUTOCHECKBOX |
|
|
WS_TABSTOP,7,60,115,10
|
|
LTEXT "Transport protocol:",IDC_STATIC,7,87,115,8
|
|
CONTROL "&UDP",IDC_UDP_CHECK,"Button",BS_AUTOCHECKBOX |
|
|
WS_TABSTOP,7,97,115,10
|
|
CONTROL "&TCP",IDC_TCP_CHECK,"Button",BS_AUTOCHECKBOX |
|
|
WS_TABSTOP,7,109,115,10
|
|
LTEXT "Packet contents:",IDC_STATIC,129,38,115,8
|
|
CONTROL "&Queries and zone transfers",IDC_QUERIES_CHECK,"Button",
|
|
BS_AUTOCHECKBOX | WS_TABSTOP,129,48,115,10
|
|
CONTROL "Update&s",IDC_UPDATES,"Button",BS_AUTOCHECKBOX |
|
|
WS_TABSTOP,129,60,115,10
|
|
CONTROL "&Notifications",IDC_NOTIFIES_CHECK,"Button",
|
|
BS_AUTOCHECKBOX | WS_TABSTOP,129,72,115,10
|
|
LTEXT "Packet type:",IDC_STATIC,129,87,116,8
|
|
CONTROL "Requ&est",IDC_REQUEST_CHECK,"Button",BS_AUTOCHECKBOX |
|
|
WS_TABSTOP,129,97,116,10
|
|
CONTROL "&Response",IDC_RESPONSE_CHECK,"Button",BS_AUTOCHECKBOX |
|
|
WS_TABSTOP,129,109,116,10
|
|
LTEXT "Other options:",IDC_STATIC,7,124,131,8
|
|
CONTROL "&Details",IDC_DETAIL_CHECK,"Button",BS_AUTOCHECKBOX |
|
|
WS_TABSTOP,7,135,37,10
|
|
CONTROL "Filter pa&ckets by IP address",IDC_FILTERING_CHECK,
|
|
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,147,118,10
|
|
PUSHBUTTON "&Filter...",IDC_FILTER_BUTTON,129,144,50,14,WS_DISABLED
|
|
GROUPBOX "Log file",IDC_STATIC,7,161,238,50
|
|
LTEXT "File pat&h and name:",IDC_FILENAME_STATIC,14,174,63,8
|
|
EDITTEXT IDC_LOGFILE_EDIT,80,171,156,14,ES_AUTOHSCROLL
|
|
LTEXT "&Maximum size (KB):",IDC_MAXSIZE_STATIC,14,192,63,8
|
|
EDITTEXT IDC_MAX_SIZE_EDIT,80,189,47,14,ES_AUTOHSCROLL |
|
|
ES_NUMBER
|
|
END
|
|
|
|
IDD_SERVWIZ_START DIALOG DISCARDABLE 0, 0, 317, 193
|
|
STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
|
|
CAPTION "Configure a DNS Server Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Welcome to the Configure a DNS Server Wizard",
|
|
IDC_STATIC_WELCOME,115,8,195,24
|
|
LTEXT "This wizard helps you configure a DNS server by specifying root hints and forwarders and by creating DNS zones. A DNS zone is a database that links DNS names and related data such as IP addresses.",
|
|
IDC_STATIC,115,40,192,33
|
|
LTEXT "To continue, click Next.",IDC_STATIC,115,125,192,8
|
|
LTEXT "Before you continue, we recommend that you read the checklists in DNS Help.",
|
|
IDC_STATIC,115,81,195,16
|
|
PUSHBUTTON "Help...",IDC_HELP_BUTTON,115,100,50,14
|
|
END
|
|
|
|
IDD_DOMAIN_ADDNEWHOST DIALOGEX 0, 0, 227, 178
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "New Host"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Location:",IDC_STATIC,7,7,213,8
|
|
EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,213,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
LTEXT "&Name (uses parent domain name if blank):",
|
|
IDC_RR_NAME_STATIC,7,38,213,8
|
|
EDITTEXT IDC_RR_NAME_EDIT,7,48,213,14,ES_AUTOHSCROLL
|
|
LTEXT "I&P address:",IDC_STATIC,7,69,88,8
|
|
CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,7,79,72,
|
|
14
|
|
CONTROL "&Create associated pointer (PTR) record",
|
|
IDC_UPDATE_PRT_CHECK,"Button",BS_AUTOCHECKBOX | BS_TOP |
|
|
BS_MULTILINE | WS_TABSTOP,7,98,213,10
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,132,86,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,7,142,85,14
|
|
DEFPUSHBUTTON "Add &Host",IDC_BUTTON_ADDHOST,116,157,50,14
|
|
PUSHBUTTON "",IDCANCEL,170,157,50,14
|
|
CONTROL "All&ow any authenticated user to update DNS records with the same owner name",
|
|
IDC_UPDATE_SECURITY_CHECK,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,111,213,16
|
|
END
|
|
|
|
IDD_BROWSE_DIALOG DIALOGEX 0, 0, 252, 191
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "Browse"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
|
BEGIN
|
|
LTEXT "&Look in:",IDC_STATIC,7,11,34,8
|
|
CONTROL "",IDC_COMBO_SEL_NODE,"ComboBoxEx32",CBS_DROPDOWNLIST |
|
|
WS_VSCROLL | WS_TABSTOP,50,9,159,95
|
|
CONTROL "List1",IDC_LIST_NODE_ITEMS,"SysListView32",LVS_REPORT |
|
|
LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER |
|
|
WS_TABSTOP,7,28,238,91
|
|
LTEXT "&Selection:",IDC_STATIC,7,130,44,8
|
|
EDITTEXT IDC_SELECTION_EDIT,67,128,178,13,ES_AUTOHSCROLL |
|
|
WS_DISABLED | NOT WS_TABSTOP
|
|
LTEXT "&Object type:",IDC_STATIC,7,148,47,8
|
|
COMBOBOX IDC_COMBO_FILTER,67,146,178,50,CBS_DROPDOWNLIST |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
DEFPUSHBUTTON "OK",IDOK,141,170,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,195,170,50,14
|
|
LTEXT "<dummy>",IDC_TOOLBAR_CTRL,211,8,30,16
|
|
END
|
|
|
|
IDD_ZONE_ZONE_TRANSFER_PAGE DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Zone Transfers"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "A zone transfer sends a copy of the zone to requesting servers.",
|
|
IDC_STATIC,7,7,238,8
|
|
CONTROL "All&ow zone transfers:",IDC_CHECK_ALLOW_TRANSFERS,
|
|
"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE |
|
|
WS_TABSTOP,7,23,238,10
|
|
CONTROL "&To any server",IDC_RADIO_SECSECURE_OFF,"Button",
|
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
|
|
WS_TABSTOP,19,39,226,10
|
|
CONTROL "Only to &servers listed on the Name Servers tab",
|
|
IDC_RADIO_SECSECURE_NS,"Button",BS_AUTORADIOBUTTON |
|
|
BS_TOP | BS_MULTILINE,19,52,226,10
|
|
CONTROL "Only to t&he following servers",
|
|
IDC_RADIO_SECSECURE_LIST,"Button",BS_AUTORADIOBUTTON |
|
|
BS_TOP | BS_MULTILINE,19,65,226,10
|
|
LTEXT "I&P address:",IDC_STATIC,32,83,113,8
|
|
CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,32,93,79,
|
|
14
|
|
PUSHBUTTON "A&dd",IDC_BUTTON_ADD,117,93,50,14,WS_DISABLED
|
|
LISTBOX IDC_LIST,32,115,79,53,LBS_SORT | LBS_NOINTEGRALHEIGHT |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
PUSHBUTTON "&Remove",IDC_BUTTON_REMOVE,117,115,50,14,WS_DISABLED
|
|
PUSHBUTTON "&Up",IDC_BUTTON_UP,117,133,50,14,NOT WS_VISIBLE |
|
|
WS_DISABLED
|
|
PUSHBUTTON "Do&wn",IDC_BUTTON_DOWN,117,151,50,14,NOT WS_VISIBLE |
|
|
WS_DISABLED
|
|
LTEXT "To specify secondary servers to be notified of zone updates, click Notify.",
|
|
IDC_STATIC,19,176,218,16
|
|
PUSHBUTTON "&Notify...",IDC_BUTTON_NOTIFY,195,197,50,14
|
|
END
|
|
|
|
IDD_ZONE_WINS_PAGE DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "WINS"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "You can use WINS to resolve names not found by querying the DNS namespace.",
|
|
IDC_STATIC,7,6,238,16
|
|
CONTROL "U&se WINS forward lookup",IDC_USE_WINS_RES_CHECK,"Button",
|
|
BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,7,
|
|
31,237,10
|
|
CONTROL "Do ¬ replicate this record",IDC_NOT_REPL_CHECK,
|
|
"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE |
|
|
WS_TABSTOP,19,47,226,10
|
|
LTEXT "I&P address:",IDC_STATIC,32,65,36,8
|
|
CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,32,75,79,
|
|
14
|
|
PUSHBUTTON "A&dd",IDC_BUTTON_ADD,117,75,50,14,WS_DISABLED
|
|
LISTBOX IDC_LIST,32,97,79,69,LBS_SORT | LBS_NOINTEGRALHEIGHT |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
PUSHBUTTON "&Remove",IDC_BUTTON_REMOVE,117,97,50,14,WS_DISABLED
|
|
PUSHBUTTON "&Up",IDC_BUTTON_UP,117,115,50,14,WS_DISABLED
|
|
PUSHBUTTON "D&own",IDC_BUTTON_DOWN,117,133,50,14,WS_DISABLED
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,61,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
|
|
PUSHBUTTON "Ad&vanced...",IDC_ADVANCED_BUTTON,190,197,55,14
|
|
END
|
|
|
|
IDD_RR_NS_EDIT DIALOGEX 0, 0, 252, 218
|
|
STYLE DS_CONTEXTHELP | WS_CHILD | WS_CAPTION
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "Name Server (NS)"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
|
BEGIN
|
|
LTEXT "&Server name:",IDC_STATIC,7,26,238,8
|
|
EDITTEXT IDC_SERVER_NAME_EDIT,7,36,130,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "&Browse...",IDC_BROWSE_BUTTON,141,36,50,14
|
|
PUSHBUTTON "Resol&ve",IDC_QUERY_BUTTON,195,36,50,14
|
|
LTEXT "I&P address:",IDC_STATIC,7,57,36,8
|
|
CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,7,68,79,
|
|
14
|
|
PUSHBUTTON "A&dd",IDC_BUTTON_ADD,92,69,50,14,WS_DISABLED
|
|
LISTBOX IDC_LIST,7,90,79,69,LBS_SORT | LBS_NOINTEGRALHEIGHT |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
PUSHBUTTON "&Remove",IDC_BUTTON_REMOVE,92,90,50,14,WS_DISABLED
|
|
PUSHBUTTON "&Up",IDC_BUTTON_UP,92,108,50,14,WS_DISABLED
|
|
PUSHBUTTON "D&own",IDC_BUTTON_DOWN,92,126,50,14,WS_DISABLED
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,58,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
|
|
LTEXT "Enter a server name and one or more IP addresses. Both are required to identify the name server.",
|
|
IDC_STATIC,7,7,238,16
|
|
END
|
|
|
|
IDD_CHOOSER_CHOOSE_MACHINE DIALOG DISCARDABLE 0, 0, 252, 119
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Select Target Computer"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
GROUPBOX "Windows 2000 DNS Server is running on:",
|
|
IDC_CHOOSER_GROUP_TARGET_MACHINE,7,7,238,62
|
|
CONTROL "&This computer",IDC_CHOOSER_RADIO_LOCAL_MACHINE,"Button",
|
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
|
|
WS_TABSTOP,17,19,174,10
|
|
CONTROL "T&he following computer:",
|
|
IDC_CHOOSER_RADIO_SPECIFIC_MACHINE,"Button",
|
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,17,32,170,10
|
|
EDITTEXT IDC_CHOOSER_EDIT_MACHINE_NAME,30,45,152,14,
|
|
ES_AUTOHSCROLL
|
|
PUSHBUTTON "B&rowse...",IDC_CHOOSER_BUTTON_BROWSE_MACHINENAMES,186,
|
|
45,50,14,NOT WS_VISIBLE | WS_DISABLED
|
|
CONTROL "&Connect to the specified computer now",
|
|
IDC_CHOOSER_CHECK_CONTACT,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,76,184,10
|
|
DEFPUSHBUTTON "OK",IDOK,142,98,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,195,98,50,14
|
|
END
|
|
|
|
IDD_ZWIZ_START DIALOG DISCARDABLE 0, 0, 317, 193
|
|
STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
|
|
CAPTION "New Zone Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Welcome to the New Zone Wizard",IDC_STATIC_WELCOME,115,
|
|
8,195,24
|
|
LTEXT "This wizard helps you create a new zone for your DNS server.",
|
|
IDC_STATIC,115,40,195,8
|
|
LTEXT "A zone is a database that links DNS names and related data, such as IP addresses or network services.",
|
|
IDC_STATIC,115,55,195,16
|
|
LTEXT "To continue, click Next.",IDC_STATIC,115,78,195,8
|
|
END
|
|
|
|
IDD_DELEGWIZ_START DIALOG DISCARDABLE 0, 0, 317, 193
|
|
STYLE DS_CONTROL | WS_CHILD | WS_CAPTION | WS_TABSTOP
|
|
CAPTION "New Delegation Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Welcome to the New Delegation Wizard",
|
|
IDC_STATIC_WELCOME,115,8,181,24
|
|
LTEXT "This wizard helps you delegate authority for a subdomain to a different zone, either on this computer or on another computer. Zone delegation can help simplify administration.",
|
|
IDC_STATIC,115,40,181,34
|
|
LTEXT "To continue, click Next.",IDC_STATIC,115,79,76,8
|
|
END
|
|
|
|
IDD_ZONE_GENERAL_CHANGE_TYPE_DATA_CONFLICT DIALOG DISCARDABLE 0, 0, 252, 108
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Active Directory Service"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "A zone with this name already exists in Active Directory. What do you want to do?",
|
|
IDC_STATIC,41,7,204,16
|
|
CONTROL "Discard the new zone, and load the existing zone from Active Directory",
|
|
IDC_RADIO_USE_DS_DATA,"Button",BS_AUTORADIOBUTTON |
|
|
BS_TOP | BS_MULTILINE,41,30,204,16
|
|
CONTROL "&Overwrite the existing zone in Active Directory with the new zone",
|
|
IDC_RADIO_USE_MEM_DATA,"Button",BS_AUTORADIOBUTTON |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,41,53,204,16
|
|
DEFPUSHBUTTON "OK",IDOK,73,87,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,128,87,50,14
|
|
ICON 32515,IDC_STATIC,7,7,20,20
|
|
END
|
|
|
|
IDD_FILTERING_NAME DIALOGEX 0, 0, 227, 156
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "Name Filtering"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
|
BEGIN
|
|
LTEXT "The settings you select apply to the entire DNS snap-in.",
|
|
IDC_STATIC,7,7,213,8
|
|
LTEXT "Display the following items:",IDC_STATIC,7,22,213,8
|
|
CONTROL "&All names",IDC_RADIO_FILTER_NONE,"Button",
|
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
|
|
WS_TABSTOP,7,34,46,10
|
|
CONTROL "&Names starting with:",IDC_RADIO_FILTER_STARTS,"Button",
|
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_TABSTOP,
|
|
7,52,89,10
|
|
CONTROL "Na&mes containing:",IDC_RADIO_FILTER_CONTAINS,"Button",
|
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_TABSTOP,
|
|
7,70,85,10
|
|
CONTROL "Nam&es in the following range:",IDC_RADIO_FILTER_RANGE,
|
|
"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE |
|
|
WS_TABSTOP,7,92,119,10
|
|
EDITTEXT IDC_EDIT_FILTER_STARTS,120,50,100,14,ES_AUTOHSCROLL
|
|
EDITTEXT IDC_EDIT_FILTER_CONTAINS,120,68,100,14,ES_AUTOHSCROLL
|
|
LTEXT "&From name starting with:",IDC_STATIC,20,109,81,8
|
|
EDITTEXT IDC_EDIT_FILTER_RANGE_FROM,120,106,100,14,ES_AUTOHSCROLL
|
|
LTEXT "&To name starting with:",IDC_STATIC,20,127,73,8
|
|
EDITTEXT IDC_EDIT_FILTER_RANGE_TO,120,124,100,14,ES_AUTOHSCROLL
|
|
END
|
|
|
|
IDD_FILTERING_LIMITS DIALOGEX 0, 0, 227, 156
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "Display Limit"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
|
BEGIN
|
|
LTEXT "&Maximum number of items to display per folder:",
|
|
IDC_STATIC,7,7,213,8
|
|
EDITTEXT IDC_EDIT_COUNT,7,17,38,14,ES_AUTOHSCROLL | ES_NUMBER
|
|
END
|
|
|
|
IDD_RR_ATMA DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "ATM Address (ATMA)"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
|
|
EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
LTEXT "&Host (uses parent domain if left blank):",
|
|
IDC_RR_NAME_STATIC,7,38,237,8
|
|
EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
|
|
LTEXT "Format:",IDC_STATIC,7,70,24,8
|
|
CONTROL "&E164 (0 to 20 decimal digits, possibly with arbitrary dots)",
|
|
IDC_RADIO_E164,"Button",BS_AUTORADIOBUTTON | BS_TOP |
|
|
BS_MULTILINE | WS_GROUP | WS_TABSTOP,7,82,201,10
|
|
CONTROL "&NSAP (40 hexadecimal digits, possibly with arbitrary dots)",
|
|
IDC_RADIO_NSAP,"Button",BS_AUTORADIOBUTTON | BS_TOP |
|
|
BS_MULTILINE,7,95,204,10
|
|
LTEXT "&Value:",IDC_STATIC,7,113,238,8
|
|
EDITTEXT IDC_EDIT_ATMA_ADDRESS,7,123,238,14,ES_AUTOHSCROLL
|
|
CONTROL "&Delete this record when it becomes stale",
|
|
IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,145,141,10
|
|
LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,162,80,8
|
|
EDITTEXT IDC_TIME_EDIT,103,159,66,14,ES_AUTOHSCROLL | ES_READONLY
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,62,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
|
|
END
|
|
|
|
IDD_RR_NS_CACHE DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Name Server (NS)"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "D&omain name:",IDC_STATIC,7,7,238,8
|
|
EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
LTEXT "&Server name:",IDC_RR_NAME_STATIC,7,38,238,8
|
|
EDITTEXT IDC_RR_NAME_EDIT,7,79,183,14,ES_AUTOHSCROLL | NOT
|
|
WS_VISIBLE | WS_DISABLED
|
|
LTEXT "&Host name:",IDC_STATIC,7,69,91,8,NOT WS_VISIBLE |
|
|
WS_DISABLED
|
|
EDITTEXT IDC_NAME_NODE_EDIT,7,48,238,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "&Browse...",IDC_BROWSE_BUTTON,195,79,50,14,NOT
|
|
WS_VISIBLE | WS_DISABLED
|
|
CONTROL "&Delete this record when it becomes stale",
|
|
IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | NOT WS_VISIBLE | WS_DISABLED |
|
|
WS_TABSTOP,7,100,147,10
|
|
LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,117,66,8,
|
|
NOT WS_VISIBLE | WS_DISABLED
|
|
EDITTEXT IDC_TIME_EDIT,103,114,88,14,ES_AUTOHSCROLL | ES_READONLY |
|
|
NOT WS_VISIBLE | WS_DISABLED
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,60,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
|
|
END
|
|
|
|
IDD_ZONE_NOTIFY_SUBDIALOG DIALOGEX 0, 0, 252, 218
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "Notify"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
|
BEGIN
|
|
LTEXT "To automatically notify secondary servers when the zone changes, select the following check box, and then specify the servers.",
|
|
IDC_STATIC,7,7,238,16
|
|
CONTROL "&Automatically notify:",IDC_CHECK_AUTO_NOTIFY,"Button",
|
|
BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_GROUP |
|
|
WS_TABSTOP,7,31,129,10
|
|
CONTROL "&Servers listed on the Name Servers tab",
|
|
IDC_RADIO_NOTIFY_ALL,"Button",BS_AUTORADIOBUTTON |
|
|
BS_TOP | BS_MULTILINE | WS_GROUP,17,45,203,10
|
|
CONTROL "&The following servers",IDC_RADIO_NOTIFY_LIST,"Button",
|
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,17,60,203,10
|
|
LTEXT "I&P address:",IDC_STATIC,30,74,36,8
|
|
CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,30,84,79,
|
|
14
|
|
PUSHBUTTON "A&dd",IDC_BUTTON_ADD,115,84,50,14,WS_DISABLED
|
|
LISTBOX IDC_LIST,30,106,79,68,LBS_SORT | LBS_NOINTEGRALHEIGHT |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
PUSHBUTTON "&Remove",IDC_BUTTON_REMOVE,115,106,50,14,WS_DISABLED
|
|
PUSHBUTTON "&Up",IDC_BUTTON_UP,115,126,50,14,NOT WS_VISIBLE |
|
|
WS_DISABLED
|
|
PUSHBUTTON "Do&wn",IDC_BUTTON_DOWN,114,145,50,14,NOT WS_VISIBLE |
|
|
WS_DISABLED
|
|
DEFPUSHBUTTON "OK",IDOK,141,197,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,195,197,50,14
|
|
END
|
|
|
|
IDD_ZONE_AGING_DIALOG DIALOGEX 0, 0, 252, 230
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "Zone Aging/Scavenging Properties"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
|
BEGIN
|
|
CONTROL "&Scavenge stale resource records",
|
|
IDC_SCAVENGING_ENABLED,"Button",BS_AUTOCHECKBOX | BS_TOP |
|
|
BS_MULTILINE | WS_TABSTOP,7,7,238,10
|
|
GROUPBOX "No-refresh interval",IDC_STATIC,7,21,238,57
|
|
LTEXT "The time between the most recent refresh of a record timestamp and the moment when the timestamp may be refreshed again.",
|
|
IDC_STATIC,17,33,219,17
|
|
LTEXT "&No-refresh interval:",IDC_STATIC,17,58,67,8
|
|
EDITTEXT IDC_REFR_INT_EDIT2,101,56,36,13,ES_AUTOHSCROLL |
|
|
ES_NUMBER
|
|
COMBOBOX IDC_REFR_INT_COMBO2,141,56,63,41,CBS_DROPDOWNLIST |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
GROUPBOX "Refresh interval",IDC_STATIC,7,82,238,72
|
|
LTEXT "The time between the earliest moment when a record timestamp can be refreshed and the earliest moment when the record can be scavenged. The refresh interval must be longer than the maximum record refresh period.",
|
|
IDC_STATIC,17,94,219,34
|
|
LTEXT "&Refresh interval:",IDC_STATIC,17,135,52,8
|
|
EDITTEXT IDC_REFR_INT_EDIT1,101,133,36,13,ES_AUTOHSCROLL |
|
|
ES_NUMBER
|
|
COMBOBOX IDC_REFR_INT_COMBO1,141,133,63,41,CBS_DROPDOWNLIST |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
LTEXT "The zone can be scavenged only after:",
|
|
IDC_TIME_STAMP_STATIC1,7,159,238,8
|
|
LTEXT "&Date and time:",IDC_TIME_STAMP_STATIC2,17,174,54,8
|
|
EDITTEXT IDC_TIME_STAMP,101,171,103,14,ES_AUTOHSCROLL |
|
|
ES_READONLY
|
|
PUSHBUTTON "OK",IDOK,141,209,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,195,209,50,14
|
|
END
|
|
|
|
IDD_SERVER_AGING_DIALOG DIALOGEX 0, 0, 252, 218
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "Server Aging/Scavenging Properties"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
|
BEGIN
|
|
CONTROL "&Scavenge stale resource records",
|
|
IDC_SCAVENGING_ENABLED,"Button",BS_AUTOCHECKBOX | BS_TOP |
|
|
BS_MULTILINE | WS_TABSTOP,7,7,238,10
|
|
GROUPBOX "No-refresh interval",IDC_STATIC,7,25,238,59
|
|
LTEXT "The time between the most recent refresh of a record timestamp and the moment when the timestamp may be refreshed again.",
|
|
IDC_STATIC,17,39,217,16
|
|
LTEXT "&No-refresh interval:",IDC_STATIC,17,65,67,8
|
|
EDITTEXT IDC_REFR_INT_EDIT2,90,63,47,13,ES_AUTOHSCROLL |
|
|
ES_NUMBER
|
|
COMBOBOX IDC_REFR_INT_COMBO2,141,63,63,41,CBS_DROPDOWNLIST |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
GROUPBOX "Refresh interval",IDC_STATIC,7,90,238,73
|
|
LTEXT "The time between the earliest moment when a record timestamp can be refreshed and the earliest moment when the record can be scavenged. The refresh interval must be longer than the maximum record refresh period.",
|
|
IDC_STATIC,17,104,218,33
|
|
LTEXT "&Refresh interval:",IDC_STATIC,17,144,52,8
|
|
EDITTEXT IDC_REFR_INT_EDIT1,90,142,47,13,ES_AUTOHSCROLL |
|
|
ES_NUMBER
|
|
COMBOBOX IDC_REFR_INT_COMBO1,141,142,63,41,CBS_DROPDOWNLIST |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
PUSHBUTTON "OK",IDOK,141,197,50,14,WS_DISABLED
|
|
PUSHBUTTON "Cancel",IDCANCEL,195,197,50,14
|
|
END
|
|
|
|
IDD_SERVER_AGING_CONFIRMATION DIALOG DISCARDABLE 0, 0, 252, 111
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Server Aging/Scavenging Confirmation"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Default settings for new Active-Directory integrated zones:",
|
|
IDC_STATIC,7,7,238,8
|
|
EDITTEXT IDC_EDIT_NEW_DEFAULTS,7,17,238,28,ES_MULTILINE |
|
|
ES_READONLY | WS_GROUP | NOT WS_TABSTOP
|
|
CONTROL "&Apply these settings to the existing Active-Directory integrated zones",
|
|
IDC_CHECK_AD_APPLY_ALL,"Button",BS_AUTOCHECKBOX | BS_TOP |
|
|
BS_MULTILINE | WS_TABSTOP,7,51,238,10
|
|
PUSHBUTTON "OK",IDOK,141,90,50,14,WS_GROUP
|
|
PUSHBUTTON "Cancel",IDCANCEL,195,90,50,14
|
|
END
|
|
|
|
IDD_ZWIZ_DYNAMIC_UPDATE DIALOG DISCARDABLE 0, 0, 317, 143
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "New Zone Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
CONTROL "Allow only &secure dynamic updates",
|
|
IDC_SECURE_DYNAMIC_RADIO,"Button",BS_AUTORADIOBUTTON |
|
|
WS_GROUP,21,45,289,10
|
|
CONTROL "&Allow any dynamic updates",IDC_ALLOW_DYNAMIC_RADIO,
|
|
"Button",BS_AUTORADIOBUTTON,21,81,289,10
|
|
CONTROL "&Do not allow dynamic updates",IDC_DENY_DYNAMIC_RADIO,
|
|
"Button",BS_AUTORADIOBUTTON,21,107,289,10
|
|
LTEXT "Dynamic update enables DNS client computers to register and dynamically update their resource records with a DNS server whenever changes occur.\n\n Please select the type of dynamic updates you wish to allow.",
|
|
IDC_STATIC,21,1,289,39
|
|
LTEXT "This option is only available for zones that are integrated into Active Directory. It provides access control list (ACL) to restrict which clients can perform dynamic updates.",
|
|
IDC_STATIC,33,55,278,24
|
|
LTEXT "Dynamic updates of resource records are accepted from any client.",
|
|
IDC_STATIC,33,92,278,8
|
|
LTEXT "Dynamic updates of resource records are not accepted by the zone.",
|
|
IDC_STATIC,33,118,278,8
|
|
END
|
|
|
|
IDD_SERVER_DOMAIN_FORWARDERS_PAGE DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Forwarders"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Forwarders are servers that can resolve DNS queries not answered by this server. Forward queries for names in the following domains.",
|
|
IDC_STATIC_CAPTION,7,7,238,18
|
|
LTEXT "Forwarders are not available because this is a root server.",
|
|
IDC_STATIC_MESSAGE,7,24,238,8
|
|
LTEXT "Do&main:",IDC_STATIC,8,35,78,8
|
|
LISTBOX IDC_DOMAIN_LIST,7,45,182,35,LBS_SORT |
|
|
LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
|
|
PUSHBUTTON "&New...",IDC_DOMAIN_ADD_BUTTON,195,45,50,14
|
|
PUSHBUTTON "R&emove",IDC_DOMAIN_REMOVE_BUTTON,195,65,50,14,
|
|
WS_DISABLED
|
|
LTEXT "To add a forwarder, select a domain, type the forwarder's IP address, and then click Add.",
|
|
IDC_STATIC,7,82,238,16
|
|
LTEXT "Selected domain's I&P address list:",IDC_STATIC,7,99,
|
|
238,8
|
|
CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,7,110,79,
|
|
14
|
|
PUSHBUTTON "A&dd",IDC_BUTTON_ADD,93,110,50,14,WS_DISABLED
|
|
LISTBOX IDC_LIST,7,131,79,50,LBS_SORT | LBS_NOINTEGRALHEIGHT |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
PUSHBUTTON "&Remove",IDC_BUTTON_REMOVE,93,131,50,14,WS_DISABLED
|
|
PUSHBUTTON "&Up",IDC_BUTTON_UP,93,150,50,14,WS_DISABLED
|
|
PUSHBUTTON "D&own",IDC_BUTTON_DOWN,93,168,50,14,WS_DISABLED
|
|
LTEXT "Num&ber of seconds before forward queries time out:",
|
|
IDC_FWD_TIMEOUT_STATIC,7,188,200,8
|
|
EDITTEXT IDC_FWD_TIMEOUT_EDIT,211,185,34,14,ES_AUTOHSCROLL |
|
|
ES_NUMBER
|
|
CONTROL "Do not u&se recursion for this domain",IDC_SLAVE_CHECK,
|
|
"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE |
|
|
WS_TABSTOP,7,201,238,10
|
|
LTEXT "Forwarder is integrated to Active Directory",
|
|
IDC_FORWARDER_ADINT_STATIC,151,110,94,24
|
|
END
|
|
|
|
IDD_SERVWIZ_SM_FORWARDERS_PAGE DIALOG DISCARDABLE 0, 0, 317, 143
|
|
STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
|
|
CAPTION "Configure a DNS Server Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Should this DNS server forward queries?",IDC_STATIC,21,
|
|
1,275,8,NOT WS_GROUP
|
|
CONTROL "&Yes, it should forward queries to a DNS server with the following IP address:",
|
|
IDC_FORWARD_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
|
|
BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,15,275,10
|
|
CONTROL "N&o, it should not forward queries",
|
|
IDC_NO_FORWARDERS_RADIO,"Button",BS_AUTORADIOBUTTON |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,21,57,275,10
|
|
CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,33,28,79,
|
|
14
|
|
LTEXT "To configure additional forwarders or conditional forwarding, in the Microsoft Management Console, right-click the server name, click Properties, and then click the Forwarders tab.",
|
|
IDC_STATIC,21,77,275,24
|
|
END
|
|
|
|
IDD_SERVWIZ_SM_ZONE_TYPE_PAGE DIALOG DISCARDABLE 0, 0, 317, 143
|
|
STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
|
|
CAPTION "Configure a DNS Server Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Do you want this server to maintain the DNS zone containing data for your network resources, or will an ISP maintain the zone and provide this DNS server with a read-only secondary zone copy?",
|
|
IDC_STATIC,21,1,275,24,NOT WS_GROUP
|
|
CONTROL "&This server maintains the zone.",IDC_PRIMARY_RADIO,
|
|
"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE |
|
|
WS_GROUP | WS_TABSTOP,21,32,275,10
|
|
CONTROL "&An ISP maintains the zone, and a read-only secondary copy resides on this server.",
|
|
IDC_SECONDARY_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
|
|
BS_MULTILINE | WS_TABSTOP,21,54,275,10
|
|
LTEXT "The wizard helps you create a primary forward lookup zone.",
|
|
IDC_STATIC,33,43,263,8
|
|
LTEXT "The wizard helps you create a secondary forward lookup zone.",
|
|
IDC_STATIC,33,65,263,8
|
|
END
|
|
|
|
IDD_SERVWIZ_SCENARIO_PAGE DIALOG DISCARDABLE 0, 0, 317, 143
|
|
STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
|
|
CAPTION "Configure a DNS Server Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Select the option that describes this server's use, or you can choose to configure the server manually.",
|
|
IDC_STATIC,21,1,275,16,NOT WS_GROUP
|
|
CONTROL "&Small office/home office",IDC_SMALL_RADIO,"Button",
|
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
|
|
WS_TABSTOP,21,23,275,10
|
|
CONTROL "&Medium office/large office",IDC_MEDIUM_RADIO,"Button",
|
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_TABSTOP,
|
|
21,62,275,10
|
|
CONTROL "&Configure manually",IDC_MANUALLY_RADIO,"Button",
|
|
BS_AUTORADIOBUTTON | WS_TABSTOP,21,95,275,10
|
|
LTEXT "This server contains data for local resources but forwards all other requests to an ISP or other DNS server on the Internet. This DNS server is not authoritative for any reverse lookup zone.",
|
|
IDC_STATIC,33,33,263,24
|
|
LTEXT "This server can be authoritative for DNS zones. It can be configured to perform recursive resolution, to forward queries to forwarders, or to do both.",
|
|
IDC_STATIC,33,73,263,16
|
|
LTEXT "The wizard will not assist in configuring the server.",
|
|
IDC_STATIC,33,107,263,8
|
|
END
|
|
|
|
IDD_SERVWIZ_SM_ROOTHINTS_FAILED_PAGE DIALOG DISCARDABLE 0, 0, 317, 143
|
|
STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
|
|
CAPTION "Configure a DNS Server Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "This DNS server did not discover the root DNS servers. To perform name resolution of names not contained by this server, the server must be configured with root hints (names and IP addresses of the root servers) or with forwarders.",
|
|
IDC_STATIC,21,1,275,24,NOT WS_GROUP
|
|
CONTROL "&Retry automatic discovery of root servers",
|
|
IDC_RETRY_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
|
|
BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,45,275,10
|
|
CONTROL "&Configure root hints manually",
|
|
IDC_CONFIG_MANUALLY_RADIO,"Button",BS_AUTORADIOBUTTON |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,21,56,275,10
|
|
CONTROL "&Make this DNS server a root server",
|
|
IDC_MAKE_ROOT_RADIO,"Button",BS_AUTORADIOBUTTON |
|
|
WS_TABSTOP,21,67,275,10
|
|
CONTROL "&Ignore",IDC_IGNORE_RADIO,"Button",BS_AUTORADIOBUTTON |
|
|
WS_TABSTOP,21,78,275,10
|
|
LTEXT "If you select Ignore, this DNS server will not perform recursive name resolution. If this server is not configured with forwarders, it will resolve queries only for data for which it is authoritative.",
|
|
IDC_STATIC,33,89,263,24
|
|
LTEXT "To configure this server to forward queries to forwarders, click Back.",
|
|
IDC_STATIC,21,34,275,8
|
|
LTEXT "Click Help for more information on root hints.",
|
|
IDC_STATIC,21,123,224,8
|
|
PUSHBUTTON "Help...",IDC_HELP_BUTTON,246,120,50,14
|
|
END
|
|
|
|
IDD_SERVWIZ_MD_LG_FORWARDERS_PAGE DIALOG DISCARDABLE 0, 0, 317, 143
|
|
STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
|
|
CAPTION "Configure DNS Server Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Will this server forward request that this server cannot answer?",
|
|
IDC_STATIC,21,1,275,8,NOT WS_GROUP
|
|
CONTROL "&No",IDC_NO_FORWARDERS_RADIO,"Button",
|
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
|
|
WS_TABSTOP,21,12,275,10
|
|
CONTROL "&Yes",IDC_FORWARD_RADIO,"Button",BS_AUTORADIOBUTTON |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,21,25,275,10
|
|
LTEXT "Enter the IP address of the server you want to forward requests to.",
|
|
IDC_STATIC,33,36,263,8
|
|
CONTROL "",IDC_SUBNET_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,33,
|
|
47,79,14
|
|
END
|
|
|
|
IDD_SERVER_NEW_DOMAIN_FORWARDER DIALOGEX 0, 0, 186, 74
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "New Forwarder"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
|
BEGIN
|
|
LTEXT "Forward queries for names in the following domain.",
|
|
IDC_STATIC,7,7,172,8
|
|
LTEXT "&Domain:",IDC_STATIC,7,20,172,8
|
|
EDITTEXT IDC_DOMAIN_NAME_EDIT,7,30,172,14,ES_AUTOHSCROLL
|
|
DEFPUSHBUTTON "OK",IDOK,74,53,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,129,53,50,14
|
|
END
|
|
|
|
IDD_MULTISELECT_ERROR_DIALOG DIALOG DISCARDABLE 0, 0, 261, 186
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Title"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
DEFPUSHBUTTON "OK",IDOK,204,165,50,14
|
|
LTEXT "Static",IDC_STATIC_MESSAGE,7,7,247,23
|
|
CONTROL "List2",IDC_ERROR_LIST,"SysListView32",LVS_REPORT |
|
|
LVS_SORTASCENDING | WS_BORDER | WS_TABSTOP,7,35,247,123
|
|
END
|
|
|
|
IDD_SERVWIZ_ROOTHINTS_PAGE DIALOG DISCARDABLE 0, 0, 317, 143
|
|
STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
|
|
CAPTION "Configure DNS Server Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "To add name servers to the list, click Add.",
|
|
IDC_STATIC_LIST_CAPTION,21,1,199,8
|
|
LTEXT "",IDC_STATIC_MESSAGE,21,11,237,8
|
|
CONTROL "List1",IDC_NS_LIST,"SysListView32",LVS_REPORT |
|
|
LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER |
|
|
WS_TABSTOP,21,23,238,80
|
|
PUSHBUTTON "A&dd...",IDC_ADD_NS_BUTTON,21,107,50,14
|
|
PUSHBUTTON "&Edit...",IDC_EDIT_NS_BUTTON,75,107,50,14
|
|
PUSHBUTTON "&Remove",IDC_REMOVE_NS_BUTTON,129,107,50,14
|
|
LTEXT "",IDC_STATIC_DESCR,17,0,237,8,NOT WS_VISIBLE |
|
|
WS_DISABLED
|
|
END
|
|
|
|
IDD_RR_KEY DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Key (KEY)"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
EDITTEXT IDC_RR_DOMAIN_EDIT,157,17,88,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
LTEXT "&Host (uses parent domain if left blank):",
|
|
IDC_RR_NAME_STATIC,7,7,123,9
|
|
EDITTEXT IDC_RR_NAME_EDIT,7,17,143,14,ES_AUTOHSCROLL
|
|
LTEXT "Par&ent domain:",IDC_STATIC,156,7,89,8
|
|
GROUPBOX "Flags",IDC_STATIC,7,33,238,96
|
|
LTEXT "&Bit field representation:",IDC_STATIC,15,45,76,8
|
|
EDITTEXT IDC_BITFIELD_EDIT,92,43,71,14,ES_AUTOHSCROLL
|
|
LTEXT "&Key type:",IDC_STATIC,15,63,52,8
|
|
COMBOBOX IDC_KEY_TYPE_COMBO,67,61,171,57,CBS_DROPDOWNLIST |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
LTEXT "&Name type:",IDC_STATIC,15,79,52,8
|
|
COMBOBOX IDC_NAME_TYPE_COMBO,67,77,171,46,CBS_DROPDOWNLIST |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
LTEXT "&Signatory field:",IDC_STATIC,15,95,52,8
|
|
LISTBOX IDC_LOGGING_OPTIONS_LIST,67,93,171,32,LBS_OWNERDRAWFIXED |
|
|
LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | WS_VSCROLL |
|
|
WS_TABSTOP
|
|
LTEXT "&Protocol:",IDC_STATIC,7,134,32,8
|
|
COMBOBOX IDC_PROTOCOL_COMBO,39,132,80,59,CBS_DROPDOWNLIST |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
LTEXT "&Algorithm:",IDC_STATIC,124,134,34,8
|
|
COMBOBOX IDC_ALGORITHM_COMBO,159,132,86,64,CBS_DROPDOWNLIST |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
LTEXT "Ke&y (base 64):",IDC_STATIC,7,150,80,8
|
|
EDITTEXT IDC_KEY_EDIT,92,148,153,14,ES_AUTOHSCROLL
|
|
CONTROL "&Delete this record when it becomes stale",
|
|
IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,165,147,10
|
|
LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,182,66,8
|
|
EDITTEXT IDC_TIME_EDIT,103,179,85,14,ES_AUTOHSCROLL | ES_READONLY
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,65,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
|
|
END
|
|
|
|
IDD_RR_SIG DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Signature (SIG)"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Host (uses parent domain if left blank):",
|
|
IDC_RR_NAME_STATIC,7,7,123,9
|
|
EDITTEXT IDC_RR_NAME_EDIT,7,17,145,14,ES_AUTOHSCROLL
|
|
LTEXT "&Parent domain:",IDC_STATIC,156,7,89,8
|
|
EDITTEXT IDC_RR_DOMAIN_EDIT,160,17,85,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
LTEXT "Type &covered:",IDC_STATIC,7,38,48,8
|
|
COMBOBOX IDC_RECORD_TYPE_COMBO,58,35,56,78,CBS_DROPDOWNLIST |
|
|
CBS_SORT | WS_VSCROLL | WS_TABSTOP
|
|
LTEXT "Algorith&m:",IDC_STATIC,122,38,33,8
|
|
COMBOBOX IDC_ALGORITHM_COMBO,160,35,85,64,CBS_DROPDOWNLIST |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
LTEXT "&Labels:",IDC_STATIC,9,54,31,8
|
|
EDITTEXT IDC_LABELS_EDIT,58,51,56,14,ES_AUTOHSCROLL | ES_NUMBER
|
|
LTEXT "&Key tag:",IDC_STATIC,122,54,34,8
|
|
EDITTEXT IDC_KEY_TAG_EDIT,160,51,85,14,ES_AUTOHSCROLL | ES_NUMBER
|
|
LTEXT "&Original time to live:",IDC_STATIC,7,72,144,8
|
|
CONTROL "",IDC_ORIG_TTL,"DNS_TTLCtrl",WS_TABSTOP,160,69,85,14
|
|
LTEXT "&Signature expiration (GMT):",IDC_STATIC,7,89,110,8
|
|
CONTROL "DateTimePicker2",IDC_EXP_DATE,"SysDateTimePick32",
|
|
DTS_RIGHTALIGN | WS_TABSTOP,118,87,60,12
|
|
CONTROL "DateTimePicker3",IDC_EXP_TIME,"SysDateTimePick32",
|
|
DTS_RIGHTALIGN | DTS_UPDOWN | DTS_APPCANPARSE |
|
|
WS_TABSTOP | 0x8,182,87,63,12
|
|
LTEXT "Sig&nature inception (GMT):",IDC_STATIC,7,105,108,8
|
|
CONTROL "DateTimePicker2",IDC_INC_DATE,"SysDateTimePick32",
|
|
DTS_RIGHTALIGN | WS_TABSTOP,118,103,60,12
|
|
CONTROL "DateTimePicker3",IDC_INC_TIME,"SysDateTimePick32",
|
|
DTS_RIGHTALIGN | DTS_UPDOWN | DTS_APPCANPARSE |
|
|
WS_TABSTOP | 0x8,182,103,63,12
|
|
LTEXT "Sign&er's name:",IDC_STATIC,7,122,48,8
|
|
EDITTEXT IDC_SIGNERS_NAME_EDIT,57,119,188,14,ES_AUTOHSCROLL
|
|
LTEXT "Signat&ure (base 64):",IDC_STATIC,7,139,95,8
|
|
EDITTEXT IDC_SIG_EDIT,118,137,127,14,ES_AUTOHSCROLL
|
|
CONTROL "&Delete this record when it becomes stale",
|
|
IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,165,147,10
|
|
LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,181,66,8
|
|
EDITTEXT IDC_TIME_EDIT,103,178,85,14,ES_AUTOHSCROLL | ES_READONLY
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,65,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
|
|
END
|
|
|
|
IDD_RR_NXT DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Next (NXT)"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Host (uses parent domain if left blank):",
|
|
IDC_RR_NAME_STATIC,7,7,123,9
|
|
EDITTEXT IDC_RR_NAME_EDIT,7,17,145,14,ES_AUTOHSCROLL
|
|
LTEXT "&Parent domain:",IDC_STATIC,156,7,89,8
|
|
EDITTEXT IDC_RR_DOMAIN_EDIT,160,17,85,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
LTEXT "&Next domain name:",IDC_STATIC,7,36,238,8
|
|
EDITTEXT IDC_NEXT_DOMAIN_EDIT,7,47,238,14,ES_AUTOHSCROLL
|
|
LTEXT "&Record types:",IDC_STATIC,7,66,238,8
|
|
LISTBOX IDC_LOGGING_OPTIONS_LIST,7,78,238,83,LBS_SORT |
|
|
LBS_OWNERDRAWFIXED | LBS_HASSTRINGS |
|
|
LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
|
|
WS_TABSTOP
|
|
CONTROL "&Delete this record when it becomes stale",
|
|
IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
|
|
BS_TOP | BS_MULTILINE | WS_TABSTOP,7,164,147,10
|
|
LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,181,66,8
|
|
EDITTEXT IDC_TIME_EDIT,103,178,86,14,ES_AUTOHSCROLL | ES_READONLY
|
|
LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,61,8
|
|
CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
|
|
END
|
|
|
|
IDD_COPY_ROOTHINTS_DIALOG DIALOGEX 0, 0, 186, 73
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "Server to copy from"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
|
BEGIN
|
|
LTEXT "Type the IP address of the server to copy root hints from.",
|
|
IDC_STATIC,7,7,172,8
|
|
LTEXT "&Server:",IDC_STATIC,7,20,172,8
|
|
CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,7,30,72,
|
|
14
|
|
DEFPUSHBUTTON "OK",IDOK,75,52,50,14,WS_DISABLED
|
|
PUSHBUTTON "Cancel",IDCANCEL,129,52,50,14
|
|
END
|
|
|
|
IDD_SERVER_EVENT_LOGGING_PAGE DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Event Logging"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "The DNS event log maintains a record of errors, warnings, and other events encountered by the DNS server. You can use this information to analyze server performance.",
|
|
IDC_STATIC,7,7,238,24
|
|
LTEXT "Log the following events:",IDC_STATIC,7,37,238,8
|
|
CONTROL "&No events",IDC_NO_EVENTS_RADIO,"Button",
|
|
BS_AUTORADIOBUTTON,7,49,238,10
|
|
CONTROL "Errors &only",IDC_ERRORS_RADIO,"Button",
|
|
BS_AUTORADIOBUTTON,7,61,238,10
|
|
CONTROL "&Errors and warnings",IDC_ERRORS_WARNINGS_RADIO,"Button",
|
|
BS_AUTORADIOBUTTON,7,73,238,10
|
|
CONTROL "All e&vents",IDC_ALL_RADIO,"Button",BS_AUTORADIOBUTTON,
|
|
7,85,238,10
|
|
END
|
|
|
|
IDD_IP_FILTER_DIALOG DIALOGEX 0, 0, 186, 157
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "Filter"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
|
BEGIN
|
|
LTEXT "Packets sent to or from the IP addresses listed below are recorded in the log file.",
|
|
IDC_STATIC,7,7,172,16
|
|
LTEXT "To add an IP address to the list, type it in the box below, and then click Add.",
|
|
IDC_STATIC,7,30,172,16
|
|
CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,7,49,79,
|
|
14
|
|
PUSHBUTTON "A&dd",IDC_BUTTON_ADD,93,49,50,14,WS_DISABLED
|
|
LISTBOX IDC_LIST,7,70,79,50,LBS_SORT | LBS_NOINTEGRALHEIGHT |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
PUSHBUTTON "&Remove",IDC_BUTTON_REMOVE,93,70,50,14,WS_DISABLED
|
|
PUSHBUTTON "&Up",IDC_BUTTON_UP,93,89,50,14,WS_DISABLED
|
|
PUSHBUTTON "D&own",IDC_BUTTON_DOWN,93,107,50,14,WS_DISABLED
|
|
DEFPUSHBUTTON "OK",IDOK,73,136,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,129,136,50,14
|
|
END
|
|
|
|
IDD_ZWIZ_STORAGE DIALOG DISCARDABLE 0, 0, 317, 143
|
|
STYLE DS_CONTROL | WS_CHILD | WS_CAPTION | WS_TABSTOP
|
|
CAPTION "New Zone Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Do you want to create a new zone file or use an existing file that you have copied from another computer?",
|
|
IDC_STATIC,21,1,275,16,NOT WS_GROUP
|
|
CONTROL "&Create a new file with this file name:",
|
|
IDC_RADIO_CREATE_NEW_FILE,"Button",BS_AUTORADIOBUTTON |
|
|
BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,24,275,
|
|
10
|
|
CONTROL "&Use this existing file:",IDC_RADIO_IMPORT_FILE,"Button",
|
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_TABSTOP,
|
|
21,61,275,10
|
|
EDITTEXT IDC_EDIT_NEW_FILE,32,39,198,14,ES_AUTOHSCROLL
|
|
EDITTEXT IDC_EDIT_IMPORT_FILE,32,76,198,14,ES_AUTOHSCROLL
|
|
LTEXT "To use an existing file, you must first copy the file to the %SystemRoot%\\system32\\dns folder on the server running the DNS service.",
|
|
IDC_STATIC,21,98,275,16
|
|
END
|
|
|
|
IDD_ZONE_GENERAL_CHANGE_REPLICATION DIALOGEX 0, 0, 290, 165
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "Change Zone Replication Scope"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
|
BEGIN
|
|
DEFPUSHBUTTON "OK",IDOK,175,144,50,14,WS_GROUP
|
|
PUSHBUTTON "Cancel",IDCANCEL,233,144,50,14
|
|
LTEXT "Choose how you want zone data to be replicated.",
|
|
IDC_STATIC,7,7,276,8,NOT WS_GROUP
|
|
CONTROL "To all DNS servers in the %s Active Directory Forest",
|
|
IDC_FOREST_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
|
|
BS_MULTILINE | WS_GROUP,7,18,276,20
|
|
CONTROL "To all DNS servers in the %s Active Directory Domain",
|
|
IDC_DOMAIN_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
|
|
BS_MULTILINE,7,39,276,20
|
|
CONTROL "To all &domain controllers in the %s Active Directory Domain (choose this option if the zone should be loaded by Windows 2000 DNS servers running on the domain controllers in the same domain)",
|
|
IDC_DOMAIN_DC_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
|
|
BS_MULTILINE,7,62,276,25
|
|
CONTROL "To all domain &controllers specified in the scope of the following application directory partition.",
|
|
IDC_CUSTOM_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
|
|
BS_MULTILINE,7,90,276,18
|
|
LTEXT "Application &directory partition name:",
|
|
IDC_CUSTOM_STATIC,19,109,264,8
|
|
COMBOBOX IDC_CUSTOM_COMBO,19,119,264,43,CBS_DROPDOWNLIST |
|
|
CBS_SORT | WS_VSCROLL | WS_TABSTOP
|
|
END
|
|
|
|
IDD_ZONE_GENERAL_PAGE_NDNC DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "General"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Status:",IDC_STATIC,7,10,31,8
|
|
LTEXT "Running\nPaused\nExpired",IDC_STATUS_STATIC,52,10,111,8
|
|
PUSHBUTTON "",IDC_PAUSE_START_BUTTON,190,7,55,14
|
|
LTEXT "Type:",IDC_STATIC,7,28,32,8
|
|
LTEXT "Primary\nActive Directory-integrated\nSecondary\nStub",
|
|
IDC_TYPE_STATIC,52,28,121,8
|
|
PUSHBUTTON "&Change...",IDC_CHANGE_TYPE_BUTTON,190,25,55,14
|
|
CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,61,
|
|
237,1
|
|
LTEXT "&Zone file name:\nData is stored in Active Directory.",
|
|
IDC_STORAGE_STATIC,7,67,237,8
|
|
EDITTEXT IDC_FILE_NAME_EDIT,7,78,237,14,ES_AUTOHSCROLL
|
|
LTEXT "Allo&w dynamic updates?",IDC_PRIMARY_DYN_UPD_STATIC,7,
|
|
205,92,12
|
|
COMBOBOX IDC_PRIMARY_DYN_UPD_COMBO,121,205,124,42,
|
|
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
|
|
LTEXT "To set aging/scavenging properties, click Aging.",
|
|
IDC_AGING_STATIC,7,117,178,8,NOT WS_VISIBLE |
|
|
WS_DISABLED
|
|
PUSHBUTTON "A&ging...",IDC_AGING_BUTTON,194,114,50,14,NOT
|
|
WS_VISIBLE | WS_DISABLED
|
|
LTEXT "I&P address:",IDC_STATIC_IP,7,96,36,8
|
|
CONTROL "",IDC_MASTERS_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,7,
|
|
107,79,14
|
|
PUSHBUTTON "A&dd",IDC_MASTERS_BUTTON_ADD,92,107,50,14,WS_DISABLED
|
|
PUSHBUTTON "&Browse...",IDC_BROWSE_MASTERS_BUTTON,146,107,50,14
|
|
LISTBOX IDC_MASTERS_IP_LIST,7,127,79,64,LBS_SORT |
|
|
LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
|
|
WS_TABSTOP
|
|
PUSHBUTTON "&Remove",IDC_MASTERS_BUTTON_REMOVE,92,127,50,14,
|
|
WS_DISABLED
|
|
PUSHBUTTON "&Find Names",IDC_FIND_MASTERS_NAMES_BUTTON,146,127,50,
|
|
14
|
|
PUSHBUTTON "&Up",IDC_MASTERS_BUTTON_UP,92,145,50,14,WS_DISABLED
|
|
PUSHBUTTON "D&own",IDC_MASTERS_BUTTON_DOWN,92,163,50,14,WS_DISABLED
|
|
CONTROL "U&se the list above as a local list of masters",
|
|
IDC_LOCAL_LIST_CHECK,"Button",BS_AUTOCHECKBOX |
|
|
WS_TABSTOP,7,195,238,10
|
|
LTEXT "Replication:",IDC_REPL_LABEL_STATIC,7,46,41,8
|
|
LTEXT "All domain controllers in this domain",
|
|
IDC_REPLICATION_STATIC,52,46,133,8
|
|
PUSHBUTTON "C&hange...",IDC_CHANGE_REPL_BUTTON,190,43,55,14
|
|
END
|
|
|
|
IDD_SERVER_DEBUG_LOGGING_PAGE DIALOG DISCARDABLE 0, 0, 252, 218
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Debug Logging"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "To assist with debugging, you can record the packets sent and received by the DNS server to a log file. Debug logging is disabled by default.",
|
|
IDC_STATIC,7,7,238,16
|
|
CONTROL "&Log packets for debugging",IDC_DEBUG_LOGGING_CHECK,
|
|
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,26,238,10
|
|
LTEXT "Packet direction:",IDC_DIRECTION_STATIC,7,41,115,8
|
|
ICON IDI_BRACE,IDC_BRACE1_STATIC,74,51,21,20,WS_GROUP
|
|
LTEXT "select at least one",IDC_SELECT1_STATIC,97,51,33,16
|
|
CONTROL "&Outgoing",IDC_SEND_CHECK,"Button",BS_AUTOCHECKBOX |
|
|
WS_GROUP | WS_TABSTOP,7,51,43,10
|
|
CONTROL "&Incoming",IDC_RECEIVE_CHECK,"Button",BS_AUTOCHECKBOX |
|
|
WS_TABSTOP,7,63,42,10
|
|
LTEXT "Packet contents:",IDC_CONTENTS_STATIC,7,79,115,8
|
|
ICON IDI_BRACE,IDC_BRACE2_STATIC,73,96,21,20,WS_GROUP
|
|
LTEXT "select at least one",IDC_SELECT2_STATIC,90,98,32,16
|
|
CONTROL "&Queries/Transfers",IDC_QUERIES_CHECK,"Button",
|
|
BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,7,89,70,10
|
|
CONTROL "Update&s",IDC_UPDATES_CHECK,"Button",BS_AUTOCHECKBOX |
|
|
WS_TABSTOP,7,101,68,10
|
|
CONTROL "&Notifications",IDC_NOTIFIES_CHECK,"Button",
|
|
BS_AUTOCHECKBOX | WS_TABSTOP,7,113,68,10
|
|
LTEXT "Transport protocol:",IDC_TRANSPORT_STATIC,135,41,110,8
|
|
ICON IDI_BRACE,IDC_BRACE3_STATIC,174,51,21,20,WS_GROUP
|
|
LTEXT "select at least one",IDC_SELECT3_STATIC,191,53,40,16
|
|
CONTROL "&UDP",IDC_UDP_CHECK,"Button",BS_AUTOCHECKBOX | WS_GROUP |
|
|
WS_TABSTOP,135,51,42,10
|
|
CONTROL "&TCP",IDC_TCP_CHECK,"Button",BS_AUTOCHECKBOX |
|
|
WS_TABSTOP,135,62,41,10
|
|
LTEXT "Packet type:",IDC_TYPE_STATIC,135,79,110,8
|
|
ICON IDI_BRACE,IDC_BRACE4_STATIC,174,89,21,20,WS_GROUP
|
|
LTEXT "select at least one",IDC_SELECT4_STATIC,191,91,40,16
|
|
CONTROL "Requ&est",IDC_REQUEST_CHECK,"Button",BS_AUTOCHECKBOX |
|
|
WS_GROUP | WS_TABSTOP,135,89,42,10
|
|
CONTROL "&Response",IDC_RESPONSE_CHECK,"Button",BS_AUTOCHECKBOX |
|
|
WS_TABSTOP,135,101,46,10
|
|
LTEXT "Other options:",IDC_OPTIONS_STATIC,7,127,131,8
|
|
CONTROL "&Details",IDC_DETAIL_CHECK,"Button",BS_AUTOCHECKBOX |
|
|
WS_GROUP | WS_TABSTOP,7,138,37,10
|
|
CONTROL "Filter pa&ckets by IP address",IDC_FILTERING_CHECK,
|
|
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,150,118,10
|
|
PUSHBUTTON "&Filter...",IDC_FILTER_BUTTON,129,147,50,14,WS_DISABLED |
|
|
WS_GROUP
|
|
GROUPBOX "Log file",IDC_LOG_STATIC,7,164,238,47
|
|
LTEXT "File pat&h and name:",IDC_FILENAME_STATIC,14,177,63,8
|
|
EDITTEXT IDC_LOGFILE_EDIT,80,174,156,14,ES_AUTOHSCROLL
|
|
LTEXT "&Maximum size (KB):",IDC_MAXSIZE_STATIC,14,195,63,8
|
|
EDITTEXT IDC_MAX_SIZE_EDIT,80,192,47,14,ES_AUTOHSCROLL |
|
|
ES_NUMBER
|
|
END
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Icon
|
|
//
|
|
|
|
// Icon with lowest ID value placed first to ensure application icon
|
|
// remains consistent on all systems.
|
|
IDI_DNS_SNAPIN ICON PRELOAD DISCARDABLE "res\\dnssnap.ico"
|
|
IDI_BRACE ICON DISCARDABLE "res\\brace.ico"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// DESIGNINFO
|
|
//
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
GUIDELINES DESIGNINFO DISCARDABLE
|
|
BEGIN
|
|
IDD_ZWIZ_AD_REPLICATION, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 21
|
|
RIGHTMARGIN, 296
|
|
TOPMARGIN, 1
|
|
BOTTOMMARGIN, 136
|
|
END
|
|
|
|
IDD_ZWIZ_SELECT_SERVER, DIALOG
|
|
BEGIN
|
|
VERTGUIDE, 21
|
|
VERTGUIDE, 296
|
|
END
|
|
|
|
IDD_ZONE_GENERAL_PAGE, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 217
|
|
END
|
|
|
|
IDD_SERVER_INTERFACES_PAGE, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_SERVER_ADVANCED_PAGE, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_DOMAIN_ADDNEWDOMAIN, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 198
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 64
|
|
END
|
|
|
|
IDD_RR_SOA, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_RR_A, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_RR_CNAME, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_RR_MX, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_RR_UNK, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_RR_TXT, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
VERTGUIDE, 217
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_RR_X25, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
HORZGUIDE, 31
|
|
HORZGUIDE, 37
|
|
END
|
|
|
|
IDD_RR_ISDN, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
HORZGUIDE, 91
|
|
HORZGUIDE, 96
|
|
END
|
|
|
|
IDD_RR_HINFO, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_RR_AAAA, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_RR_MB, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_RR_MG, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_RR_MF, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
VERTGUIDE, 166
|
|
VERTGUIDE, 172
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
HORZGUIDE, 69
|
|
HORZGUIDE, 75
|
|
END
|
|
|
|
IDD_RR_MR, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_RR_MINFO, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 6
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_RR_RP, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_RR_RT, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_RR_AFSDB, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_RR_WKS, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_RR_PTR, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_RR_SRV, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_NAME_SERVERS_PAGE, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_ZONE_NBSTAT_PAGE, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_ZONE_WINS_ADVANCED, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 119
|
|
END
|
|
|
|
IDD_DELEGWIZ_DOMAIN_NAME, DIALOG
|
|
BEGIN
|
|
RIGHTMARGIN, 304
|
|
END
|
|
|
|
IDD_SERVMON_TEST_PAGE, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_SERVWIZ_NAME, DIALOG
|
|
BEGIN
|
|
VERTGUIDE, 21
|
|
VERTGUIDE, 296
|
|
END
|
|
|
|
IDD_SERVWIZ_FINISH, DIALOG
|
|
BEGIN
|
|
RIGHTMARGIN, 310
|
|
VERTGUIDE, 114
|
|
BOTTOMMARGIN, 186
|
|
END
|
|
|
|
IDD_SERVWIZ_ROOT_SERV, DIALOG
|
|
BEGIN
|
|
VERTGUIDE, 21
|
|
VERTGUIDE, 34
|
|
VERTGUIDE, 296
|
|
END
|
|
|
|
IDD_SERVWIZ_FWD_ZONE, DIALOG
|
|
BEGIN
|
|
RIGHTMARGIN, 296
|
|
END
|
|
|
|
IDD_SERVWIZ_REV_ZONE, DIALOG
|
|
BEGIN
|
|
VERTGUIDE, 21
|
|
VERTGUIDE, 296
|
|
END
|
|
|
|
IDD_SEARCHING_DIALOG, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 198
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 78
|
|
END
|
|
|
|
IDD_ZWIZ_FINISH, DIALOG
|
|
BEGIN
|
|
RIGHTMARGIN, 310
|
|
VERTGUIDE, 115
|
|
BOTTOMMARGIN, 186
|
|
END
|
|
|
|
IDD_ZWIZ_ZONE_LOOKUP, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 21
|
|
RIGHTMARGIN, 296
|
|
END
|
|
|
|
IDD_ZWIZ_REV_ZONE_NAME, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 310
|
|
VERTGUIDE, 21
|
|
VERTGUIDE, 33
|
|
VERTGUIDE, 112
|
|
VERTGUIDE, 296
|
|
TOPMARGIN, 1
|
|
BOTTOMMARGIN, 136
|
|
END
|
|
|
|
IDD_SELECT_RECORD_TYPE_DIALOG, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_ZONE_GENERAL_CHANGE_TYPE, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 308
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 157
|
|
END
|
|
|
|
IDD_DELEGWIZ_FINISH, DIALOG
|
|
BEGIN
|
|
BOTTOMMARGIN, 186
|
|
END
|
|
|
|
IDD_SERVER_DEBUG_LOGGING_PAGE_OLD, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_SERVWIZ_START, DIALOG
|
|
BEGIN
|
|
RIGHTMARGIN, 310
|
|
VERTGUIDE, 115
|
|
BOTTOMMARGIN, 186
|
|
END
|
|
|
|
IDD_DOMAIN_ADDNEWHOST, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 220
|
|
BOTTOMMARGIN, 171
|
|
END
|
|
|
|
IDD_BROWSE_DIALOG, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
BOTTOMMARGIN, 184
|
|
END
|
|
|
|
IDD_ZONE_ZONE_TRANSFER_PAGE, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_ZONE_WINS_PAGE, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 6
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_RR_NS_EDIT, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_CHOOSER_CHOOSE_MACHINE, DIALOG
|
|
BEGIN
|
|
RIGHTMARGIN, 245
|
|
END
|
|
|
|
IDD_ZWIZ_START, DIALOG
|
|
BEGIN
|
|
RIGHTMARGIN, 310
|
|
VERTGUIDE, 115
|
|
BOTTOMMARGIN, 186
|
|
END
|
|
|
|
IDD_DELEGWIZ_START, DIALOG
|
|
BEGIN
|
|
RIGHTMARGIN, 304
|
|
BOTTOMMARGIN, 186
|
|
END
|
|
|
|
IDD_ZONE_GENERAL_CHANGE_TYPE_DATA_CONFLICT, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 101
|
|
END
|
|
|
|
IDD_FILTERING_NAME, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 220
|
|
TOPMARGIN, 4
|
|
BOTTOMMARGIN, 148
|
|
END
|
|
|
|
IDD_FILTERING_LIMITS, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 220
|
|
TOPMARGIN, 4
|
|
BOTTOMMARGIN, 149
|
|
END
|
|
|
|
IDD_RR_ATMA, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_RR_NS_CACHE, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 6
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_ZONE_NOTIFY_SUBDIALOG, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_ZONE_AGING_DIALOG, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 223
|
|
END
|
|
|
|
IDD_SERVER_AGING_DIALOG, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_SERVER_AGING_CONFIRMATION, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 104
|
|
END
|
|
|
|
IDD_ZWIZ_DYNAMIC_UPDATE, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 310
|
|
VERTGUIDE, 21
|
|
TOPMARGIN, 1
|
|
BOTTOMMARGIN, 136
|
|
END
|
|
|
|
IDD_SERVER_DOMAIN_FORWARDERS_PAGE, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_SERVWIZ_SM_FORWARDERS_PAGE, DIALOG
|
|
BEGIN
|
|
RIGHTMARGIN, 296
|
|
VERTGUIDE, 21
|
|
END
|
|
|
|
IDD_SERVWIZ_SM_ZONE_TYPE_PAGE, DIALOG
|
|
BEGIN
|
|
RIGHTMARGIN, 296
|
|
VERTGUIDE, 21
|
|
END
|
|
|
|
IDD_SERVWIZ_SCENARIO_PAGE, DIALOG
|
|
BEGIN
|
|
RIGHTMARGIN, 296
|
|
VERTGUIDE, 21
|
|
END
|
|
|
|
IDD_SERVWIZ_SM_ROOTHINTS_FAILED_PAGE, DIALOG
|
|
BEGIN
|
|
RIGHTMARGIN, 296
|
|
VERTGUIDE, 21
|
|
END
|
|
|
|
IDD_SERVWIZ_MD_LG_FORWARDERS_PAGE, DIALOG
|
|
BEGIN
|
|
RIGHTMARGIN, 296
|
|
VERTGUIDE, 21
|
|
END
|
|
|
|
IDD_SERVER_NEW_DOMAIN_FORWARDER, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 179
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 67
|
|
END
|
|
|
|
IDD_MULTISELECT_ERROR_DIALOG, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 254
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 179
|
|
END
|
|
|
|
IDD_SERVWIZ_ROOTHINTS_PAGE, DIALOG
|
|
BEGIN
|
|
RIGHTMARGIN, 296
|
|
VERTGUIDE, 21
|
|
END
|
|
|
|
IDD_RR_KEY, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_RR_SIG, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_RR_NXT, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_COPY_ROOTHINTS_DIALOG, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 179
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 66
|
|
END
|
|
|
|
IDD_SERVER_EVENT_LOGGING_PAGE, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_IP_FILTER_DIALOG, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 179
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 150
|
|
END
|
|
|
|
IDD_ZWIZ_STORAGE, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 21
|
|
RIGHTMARGIN, 296
|
|
TOPMARGIN, 1
|
|
END
|
|
|
|
IDD_ZONE_GENERAL_CHANGE_REPLICATION, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 283
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 158
|
|
END
|
|
|
|
IDD_ZONE_GENERAL_PAGE_NDNC, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 217
|
|
END
|
|
|
|
IDD_SERVER_DEBUG_LOGGING_PAGE, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
VERTGUIDE, 74
|
|
VERTGUIDE, 174
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
HORZGUIDE, 51
|
|
HORZGUIDE, 89
|
|
END
|
|
END
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Dialog Info
|
|
//
|
|
|
|
IDD_RR_SOA DLGINIT
|
|
BEGIN
|
|
IDC_REFR_INT_COMBO, 0x403, 1, 0
|
|
"\000"
|
|
IDC_RETRY_INT_COMBO, 0x403, 1, 0
|
|
"\000"
|
|
IDC_EXP_INT_COMBO, 0x403, 1, 0
|
|
"\000"
|
|
IDC_MINTTL_INT_COMBO, 0x403, 1, 0
|
|
"\000"
|
|
0
|
|
END
|
|
|
|
IDD_RR_SRV DLGINIT
|
|
BEGIN
|
|
IDC_SERVICE_NAME_COMBO, 0x403, 4, 0
|
|
0x6e6f, 0x0065,
|
|
IDC_SERVICE_NAME_COMBO, 0x403, 4, 0
|
|
0x7774, 0x006f,
|
|
IDC_SERVICE_NAME_COMBO, 0x403, 6, 0
|
|
0x6874, 0x6572, 0x0065,
|
|
0
|
|
END
|
|
|
|
IDD_ZONE_AGING_DIALOG DLGINIT
|
|
BEGIN
|
|
IDC_REFR_INT_COMBO2, 0x403, 1, 0
|
|
"\000"
|
|
IDC_REFR_INT_COMBO1, 0x403, 1, 0
|
|
"\000"
|
|
0
|
|
END
|
|
|
|
IDD_SERVER_ADVANCED_PAGE DLGINIT
|
|
BEGIN
|
|
IDC_REFR_INT_COMBO, 0x403, 1, 0
|
|
"\000"
|
|
0
|
|
END
|
|
|
|
IDD_SERVER_AGING_DIALOG DLGINIT
|
|
BEGIN
|
|
IDC_REFR_INT_COMBO2, 0x403, 1, 0
|
|
"\000"
|
|
IDC_REFR_INT_COMBO1, 0x403, 1, 0
|
|
"\000"
|
|
0
|
|
END
|
|
|
|
IDD_RR_KEY DLGINIT
|
|
BEGIN
|
|
IDC_KEY_TYPE_COMBO, 0x403, 33, 0
|
|
0x6143, 0x276e, 0x2074, 0x6562, 0x7520, 0x6573, 0x2064, 0x6f66, 0x2072,
|
|
0x7561, 0x6874, 0x6e65, 0x6974, 0x6163, 0x6974, 0x6e6f, "\000"
|
|
IDC_KEY_TYPE_COMBO, 0x403, 19, 0
|
|
0x6f4e, 0x6320, 0x6e6f, 0x6966, 0x6564, 0x746e, 0x6169, 0x696c, 0x7974,
|
|
"\000"
|
|
IDC_KEY_TYPE_COMBO, 0x403, 51, 0
|
|
0x6143, 0x206e, 0x6562, 0x7520, 0x6573, 0x2064, 0x6f66, 0x2072, 0x7561,
|
|
0x6874, 0x6e65, 0x6974, 0x6163, 0x6974, 0x6e6f, 0x6120, 0x646e, 0x6320,
|
|
0x6e6f, 0x6966, 0x6564, 0x746e, 0x6169, 0x696c, 0x7974, "\000"
|
|
IDC_KEY_TYPE_COMBO, 0x403, 7, 0
|
|
0x6f4e, 0x6b20, 0x7965, "\000"
|
|
IDC_NAME_TYPE_COMBO, 0x403, 5, 0
|
|
0x7355, 0x7265, "\000"
|
|
IDC_NAME_TYPE_COMBO, 0x403, 5, 0
|
|
0x6f5a, 0x656e, "\000"
|
|
IDC_NAME_TYPE_COMBO, 0x403, 6, 0
|
|
0x744f, 0x6568, 0x0072,
|
|
0
|
|
END
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// AVI
|
|
//
|
|
|
|
IDR_SEARCH_AVI AVI DISCARDABLE "res\\search.avi"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_SNAPIN_NAME "DNS"
|
|
IDS_SNAPIN_NAME_EX "DNS Extension"
|
|
IDS_SNAPINABOUT_DESCRIPTION
|
|
"You can use the DNS snap-in to administer a DNS server"
|
|
IDS_PROP_SHEET_TITLE_FMT "%s Properties"
|
|
IDS_ERRMSG_SERVER_FORWARDER_NO_SERVER
|
|
"Each forwarder must be configured with one or more master DNS server IP addresses. Please provide a master DNS server IP address for the domain %s."
|
|
IDS_SERVER_CREATE_NDNC "&New Application Directory Partition...\nCreates a new application directory partition to store DNS zone data."
|
|
IDS_SERVER_CREATE_DOMAIN_NDNC_FORMAT
|
|
"Would you like to create a single partition that stores DNS zone data and replicates that data to all DNS servers in the domain %s?"
|
|
IDS_SERVER_CREATE_FOREST_NDNC_FORMAT
|
|
"Would you like to create a single partition that stores DNS zone data and replicates that data to all DNS servers in the forest %s?"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_DUPLICATE_SERVER "The new server cannot be added because there is already a server by this name. Verify that the server name was entered correctly or choose a new server name."
|
|
IDS_DOMAIN_NEW_RECORD "Other &Record...\nCreate a new resource record"
|
|
IDS_DOMAIN_NEW_DOMAIN "D&omain...\nCreate a new domain under the current domain"
|
|
IDS_DOMAIN_NEW_DELEGATION "Dele&gation...\nCreate a new delegated domain"
|
|
IDS_DOMAIN_NEW_HOST "&Host...\nCreate a new host resource record"
|
|
IDS_DOMAIN_NEW_ALIAS "&Alias...\nCreate a new alias resource record"
|
|
IDS_DOMAIN_NEW_MX "&Mail Exchanger...\nCreate a new mail exchanger record"
|
|
IDS_DOMAIN_NEW_PTR "&Pointer...\nCreate a new pointer resource record"
|
|
IDS_DOMAIN_NEW_NEW_RECORD
|
|
"Other New Re&cords...\nCreate a new resource record"
|
|
IDS_DOMAIN_NEW_NEW_DOMAIN
|
|
"New D&omain...\nCreate a new domain under the current domain"
|
|
IDS_DOMAIN_NEW_NEW_DELEGATION
|
|
"New Dele&gation...\nCreate a new delegated domain"
|
|
IDS_SERVER_UPDATE_DATA_FILES
|
|
"Up&date Server Data Files\nSend command to server to update files"
|
|
IDS_DOMAIN_NEW_NEW_HOST "New Ho&st...\nCreate a new host resource record"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_SERVER_NEW_ZONE "New &Zone...\nCreate a new zone"
|
|
IDS_SERVER_CLEAR_CACHE "Cl&ear Cache\nSend command to server to clear the cache"
|
|
IDS_CACHE_FOLDER_CLEAR_CACHE
|
|
"&Clear Cache\nSend command to server to clear the cache"
|
|
IDS_SERVER_SET_AGING "&Set Aging/Scavenging for All Zones...\nConfigure aging/scavenging policies for all zones on the server."
|
|
IDS_SERVER_SCAVENGE "S&cavenge Stale Resource Records\nSend command to server to start scavenging of stale resource records."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_RECORD_INFO_A "Host\nHost address (A) record. Maps a DNS domain name to a single 32-bit IP version 4 address. (RFC 1035)"
|
|
IDS_RECORD_INFO_NS "Name Server\nDescription for Name Server"
|
|
IDS_RECORD_INFO_MD "MD Record \nDescription for MD"
|
|
IDS_RECORD_INFO_MF "MF Record \nDescription for MF"
|
|
IDS_RECORD_INFO_CNAME "Alias\nAlias record. Indicates an alternate or alias DNS domain name for a name already specified in other resource record types used in this zone. The record is also known as the canonical name (CNAME) record type. (RFC 1035)"
|
|
IDS_RECORD_INFO_SOA "Start of Authority\nDescription for Start of Authority"
|
|
IDS_RECORD_INFO_MB "Mailbox\nMailbox (MB) record. Maps a specified domain mailbox name to a host that hosts this mailbox. (RFC 1035)"
|
|
IDS_RECORD_INFO_MG "Mail Group\nMail group (MG) record. Adds domain mailboxes, each specified by a mailbox (MB) record in the current zone, as members of a domain mailing group that is identified by name in this record. (RFC 1035)"
|
|
IDS_RECORD_INFO_MR "Renamed Mailbox\nRenamed mailbox (MR) record. Specifies a domain mailbox name, which is the proper rename of an existing specified mailbox (specified in an existing mailbox or an MB-type record in the zone). The main use for an MR record is as a forwarding entry for a user who has moved to a different mailbox. If used, MR records do not cause additional section processing. (RFC 1035)"
|
|
IDS_RECORD_INFO_NULL "Null\nNull Record"
|
|
IDS_RECORD_INFO_WKS "Well Known Services\nWell Known Service (WKS) record. Describes the well-known TCP/IP services supported by a particular protocol on a particular IP address. WKS records provide TCP and UDP availability information for TCP/IP servers. If a server supports both TCP and UDP for a well-known service or if the server has multiple IP addresses that support a service, then multiple WKS records are used. (RFC 1035)"
|
|
IDS_RECORD_INFO_PTR "Pointer\nPointer (PTR) record. Points to a location in the domain name space. PTR records are typically used in special domains to perform reverse lookups of address-to-name mappings. Each record provides simple data that points to some other location in the domain name space (usually a forward lookup zone). Where PTR records are used, no additional section processing is implied or caused by their presence. (RFC 1035)"
|
|
IDS_RECORD_INFO_HINFO "Host Information\nHost Information (HINFO) record. Indicates RFC-1700 reserved character string values for CPU and operating system types for mapping to specific DNS host names. This information is used by application protocols such as FTP that can use special procedures when communicating between computers of the same CPU and OS type. (RFC 1035)"
|
|
IDS_RECORD_INFO_MINFO "Mailbox Information\nMailbox or mail list information (MINFO) record. Specifies a domain mailbox name to contact. This contact maintains a mail list or mailbox specified in this record. Also, specifies a mailbox for receiving error messages related to the mailing list or mailbox specified in this record. (RFC 1035)"
|
|
IDS_RECORD_INFO_MX "Mail Exchanger\nMail exchanger (MX) record. Provides message routing to a specified mail exchange host that is acting as a mail exchanger for a specified DNS domain name. MX records use a 16-bit integer to indicate host priority in message routing where multiple mail exchange hosts are specified. For each mail exchange host specified in this record type, a corresponding host address (A) type record is needed. (RFC 1035)"
|
|
IDS_RECORD_INFO_TEXT "Text\nText (TXT) record. Holds a string of characters that serves as descriptive text to be associated with a specific DNS domain name. The semantics of the actual descriptive text used as data with this record type depends on the DNS domain where these records are located. (RFC 1035)"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_RECORD_INFO_RP "Responsible Person\nResponsible Person (RP) record. Specifies the domain mailbox name for a responsible person and maps this name to a domain name for which text (TXT) resource records exist. Where RP records are used in DNS queries, subsequent queries can be needed to retrieve the text (TXT) record information mapped using the RP record type. (RFC 1183)"
|
|
IDS_RECORD_INFO_AFSDB "AFS Database\nAndrew File System Database (AFSDB) server record. Indicates the location of either of the following standard server subtypes: an AFS volume location (cell database) server or a Distributed Computing Environment (DCE) authenticated name server. Also, supports other user-defined server subtypes that use the AFSDB resource record format. (RFC 1183)"
|
|
IDS_RECORD_INFO_X25 "X.25\nX.25 (X25) record. Maps a DNS domain name to a Public Switched Data Network (PSDN) address, such as X.121 addresses, which are typically used to identify each point of service located on a public X.25 network. (RFC 1183)"
|
|
IDS_RECORD_INFO_ISDN "ISDN\nIntegrated Services Digital Network (ISDN) record. Maps a DNS domain name to an ISDN telephone number. ISDN telephone numbers used with this record meet CCITT E.163/E.164 international telephone numbering standards. (RFC 1183)"
|
|
IDS_RECORD_INFO_RT "Route Through\nRoute Through (RT) record. Provides an intermediate-route-through binding for internal hosts that do not have their own direct wide area network (WAN) address. This record uses the same data format as the MX record type to indicate two required fields: a 16-bit integer that represents preference for each intermediate route and the DNS domain name for the route-through host as it appears elsewhere in an A, X25, or ISDN record for the zone. (RFC 1183)"
|
|
IDS_RECORD_INFO_NSAP "NSAP\nNetwork Service Access Point (NSAP) address record. Maps a DNS domain name to a single NSAP address of any supported format or type. NSAP mapping records are typically used to assist in managing connection for existing portions of the global Internet that currently deploy OSI low-layer protocols, comprising the Connectionless Network Protocol (CLNP) and its supporting routing protocols. First defined in RFCs 1348 and 1637. (RFC 1706)"
|
|
IDS_RECORD_INFO_NSAPPTR "NSAPPTR\nNetwork Service Access Point pointer (NSAP-PTR) record. The function of the NSAP-PTR record is similar to that of the standard DNS pointer (PTR) resource record used for IP addresses. NSAP-PTR records are an experimental record type used in DNS to provide reverse lookup of NSAP address numbers to text-based DNS names. This record type may be obsolete for later DNS implementations, which support the use of standard pointer (PTR) records as described in RFC 1706 to provide this same functionality. (RFC 1348)"
|
|
IDS_RECORD_INFO_KEY "Public Key\nPublic key (KEY) record. Stores a public key that is related to a domain name. This public key can be of a zone, a user, or a host or other end entity. A KEY resource record is authenticated by a SIG resource record. A zone level key must sign KEYs."
|
|
IDS_RECORD_INFO_PX "PX\nPointer to X.400 or RFC 822 information (PX) record. Implements mapping rules outlined in RFC 1327, which describes the standards for interoperability between systems running CCITT X.400 Message Handling Systems or ISO IEC 10021 Message Oriented Text Interchange Systems (MOTIS) with any systems that use RFC 822-based mail protocol systems. RFC 1327 mapping rules have a specific format and syntax that require an appropriate data structure and processing. The PX resource record type meets these requirements. (RFC 1664)"
|
|
IDS_RECORD_INFO_GPOS "GPOS\nGlobal Positioning System (GPOS) record. Indicates the geographic location of a DNS named resource through numeric coordinates that identify its longitude, latitude and altitude. (RFC 1712)"
|
|
IDS_RECORD_INFO_AAAA "IPv6 Host\nHost address (AAAA) record for IPv6 hosts. Maps a DNS domain name to a single 128-bit IPv6 address. (RFC 1886)"
|
|
IDS_RECORD_INFO_ATMA "ATM Address\nATM address (ATMA) record. Maps a DNS domain name to an ATM address."
|
|
IDS_RECORD_INFO_WINS "WINS Lookup\nWINS Record"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_RECORD_INFO_NBSTAT "WINS Reverse Lookup\nWINS-R Information Record"
|
|
IDS_RECORD_INFO_SIG "Signature\nCryptographic signature (SIG) record. Authenticates a resource record set of a particular type, class, and name and binds it to a time interval and the signer's domain name. This authentication and binding is done using cryptographic techniques and the signer's private key. The signer is frequently the owner of the zone from which the resource record originated."
|
|
IDS_RECORD_INFO_UNK "Unknown\nUnknown record type"
|
|
IDS_RECORD_INFO_SRV "Service Location\nService (SRV) record. Allows administrators to use several servers for a single DNS domain, to easily move a TCP/IP service from one host to another host with administration, and to designate some service provider hosts as primary servers for a service and other hosts as backups. DNS clients that use a SRV-type query ask for a specific TCP/IP service and protocol mapped to a specific DNS domain and receive the names of any available servers. (RFC 2052)"
|
|
IDS_RECORD_INFO_NXT "Next Domain\nNext (NXT) record. NXT resource records indicate the nonexistence of a name in a zone by creating a chain of all of the literal owner names in that zone. They also indicate what resource record types are present for an existing name."
|
|
IDS_SRV_RR_DOMAIN_ERROR "%s (Bad Domain)"
|
|
IDS_SRV_RR_PROTOCOL_ERROR "%s (Bad Protocol)"
|
|
IDS_RECORD_DATA_UNK "Unknown - view properties for more info"
|
|
IDS_TIME_AGING_INTERVAL_UNITS "hours\ndays"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_ZONE_PAUSE "&Pause\nPause the selected zone"
|
|
IDS_ZONE_UPDATE_DATA_FILE
|
|
"&Update Server Data File\nSend command to server to update this zone file"
|
|
IDS_ZONE_RELOAD "R&eload\nSend command to server to reload this zone"
|
|
IDS_ZONE_TRANSFER "&Transfer from master\nSend command to server to cause a zone transfer"
|
|
IDS_ZONE_RELOAD_FROM_MASTER
|
|
"Rel&oad from master\nSend command to server to cause a zone flush and transfer"
|
|
IDS_NSPAGE_LISTVIEW_HEADERS "Server Name\nIP Address"
|
|
IDS_TEST_LISTVIEW_HEADERS "Date\nTime\nSimple Query\nRecursive Query"
|
|
IDS_NSPAGE_ROOT_HINTS "Root Hints"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_TIME_INTERVAL_UNITS "seconds\nminutes\nhours\ndays"
|
|
IDS_BROWSE_FILTER_OPTIONS
|
|
"DNS Servers\nForward Lookup Zones\nReverse Lookup Zones\nHosts (A Records)\nAliases (CNAME Records)\nHosts and Aliases (A and CNAME Records)\nResponsible Persons (RP Records)\nText (TXT Records)\nMailboxes (MB Records)\nAll Records"
|
|
IDS_BROWSE_TOOLTIP "One Level Up"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_STATISTICS_LISTVIEW_HEADERS "Parameter\nValue"
|
|
IDS_SERVER_REPORT_STATS_NOT_AVAIL "Statistics not available at this time."
|
|
IDS_SERVER_REPORT_STATS_SUMMARY
|
|
"Server start time\nStats last cleared\nReport date\nElapsed time since server started (seconds)\nElapsed time since last cleared (seconds)\nOverall queries/second\nDatabase memory (bytes)"
|
|
IDS_SERVER_REPORT_STATS_QUERY
|
|
"Udp Queries\nUdp Responses\nUdp Queries Sent\nUdp Responses Received\nTcp Client Connections\nTcp Queries\nTcp Responses\nTcp Queries Sent\nTcp Responses Received"
|
|
IDS_SERVER_REPORT_STATS_RECURSION
|
|
"Recursive Lookups\nRecursive Responses\nRecursive Root Queries\nRecursive Root Responses"
|
|
IDS_SERVER_REPORT_STATS_WINS
|
|
"Wins Lookups\nWins Responses\nWins Reverse Lookups\nWins Reverse Responses"
|
|
IDS_SERVER_REPORT_STATS_MASTER_ZONE_TRANSF
|
|
"Master Zone Notify Sent\nMaster Zone Axfr Received\nMaster Zone Axfr Invalid\nMaster Zone Axfr Refused\nMaster Zone Axfr Denied\nMaster Zone Axfr Failed\nMaster Zone Axfr Successful"
|
|
IDS_SERVER_REPORT_STATS_SECONDARY_ZONE_TRANSF
|
|
"Secondary Zone Soa Queries\nSecondary Zone Soa Responses\nSecondary Zone Notify Received\nSecondary Zone Axfr Requested\nSecondary Zone Axfr Rejected\nSecondary Zone Axfr Failed\nSecondary Zone Axfr Successful"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MSG_SERVER_FORWARDERS
|
|
"You must specify at least one IP Address to use forwarders."
|
|
IDS_MSG_SERVER_DELETE "Are you sure you want to delete the server %s from the server list?"
|
|
IDS_MSG_SERVER_STATISTICS_RESET
|
|
"Are you sure you want to reset the server statistics?"
|
|
IDS_MSG_SERVER_STATISTICS_RESET_FAIL "Server statistics cannot be reset."
|
|
IDS_MSG_SERVER_NO_STATISTICS "Server statistics cannot be obtained."
|
|
IDS_MSG_SERVER_NO_ADVANCED_OPTIONS
|
|
"Server Advanced Options cannot be set."
|
|
IDS_MSG_SERVER_NO_BOOT_METHOD "Boot Method cannot be set."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_SNAPIN_ADVANCED_VIEW "&Advanced\nToggle into Advanced View Mode"
|
|
IDS_SNAPIN_FILTERING "&Filter...\nChange filtering options"
|
|
IDS_SNAPIN_CONNECT_TO_SERVER
|
|
"&Connect To Computer...\nAdd a server name to the list of administered computers"
|
|
IDS_SNAPIN_FILTERING_TITLE "Filter"
|
|
IDS_FILTER_ENABLED "[Filter Activated]"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MSG_ZWIZ_FAIL "The zone cannot be created."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_SERVER_TEST_RESULT_PASS "PASS"
|
|
IDS_SERVER_TEST_RESULT_FAIL "FAIL"
|
|
IDS_SERVER_TEST_RESULT_FAIL_ON_NAME_RES "FAILED ON NAME RESOLUTION"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_CATHEGORY_FOLDER_CACHE "Cached Lookups"
|
|
IDS_CATHEGORY_FOLDER_FWD "Forward Lookup Zones"
|
|
IDS_CATHEGORY_FOLDER_REV "Reverse Lookup Zones"
|
|
IDS_CATHEGORY_FOLDER_DOMAIN_FORWARDERS "Domain Forwarders"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MSG_SERVWIZ_FINISH_NAME "DNS server to configure: %s\r\n"
|
|
IDS_MSG_SERVWIZ_FINISH_FORWARDER "IP address of forwarder: %s\r\n"
|
|
IDS_MSG_SERVWIZ_FINISH_ROOT_SERVER
|
|
"Server configured as a Root Server\r\n"
|
|
IDS_MSG_SERVWIZ_FINISH_FWD_ZONE "Forward lookup zone to create: %s\r\n"
|
|
IDS_MSG_SERVWIZ_FINISH_REV_ZONE "Reverse lookup zone to create: %s\r\n"
|
|
IDS_MSG_SERVWIZ_CONTACT "Contacting Server..."
|
|
IDS_MSG_SERVWIZ_COLLECTINFO "Collecting Setup Information..."
|
|
IDS_MSG_SERVWIZ_FAIL_CONTACT "Failed to contact server"
|
|
IDS_MSG_SERVWIZ_NOT_NT5 "The server you tried to contact is not a Windows 2000 DNS server. This Windows 2000 DNS Management Console cannot administer non-Windows 2000 DNS servers"
|
|
IDS_MSG_SERVWIZ_FAIL_CONTACT_ADD "%s. Would you like to add it anyway?"
|
|
IDS_MSG_SERVWIZ_CONFIGURE_NOW
|
|
"Would you like to configure this server now?"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_NEW_RECORD_TITLE "New Resource Record"
|
|
IDS_EDIT_RECORD_TITLE "Edit Record"
|
|
IDS_RECORD_AT_THE_NODE "(same as parent folder)"
|
|
IDS_ERROR_ZONE_STUB "The data on the stub zone failed to set."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
AFX_IDS_APP_TITLE "DNS"
|
|
IDS_BUTTON_TEXT_PAUSE_BUTTON "Paus&e"
|
|
IDS_BUTTON_TEXT_START_BUTTON "&Start"
|
|
IDS_BUTTON_TEXT_CANCEL "Cancel"
|
|
IDS_BUTTON_TEXT_DONE "Done"
|
|
IDS_CHECK_TEXT_NOT_REPLICATE "Do ¬ replicate this record"
|
|
IDS_CHECK_TEXT_USE_LOCAL_WINS "Use local WINS resource record."
|
|
IDS_CHECK_TEXT_USE_LOCAL_WINSR "Use local WINSR resource record."
|
|
IDS_MSG_SERVER_UPDATE_AGING
|
|
"Scavenging properties were not updated on all Active Directory Integrated zones.\n"
|
|
IDS_MSG_ZONE_UPDATE_AGING "Scavenging properties were not updated.\n"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_SERVER_ADV_PP_OPTIONS
|
|
"Disable recursion\nBIND secondaries\nFail on load if bad zone data\nEnable round robin\nEnable netmask ordering\nSecure cache against pollution"
|
|
IDS_SERVER_NAME_CHECKING_OPTIONS
|
|
"Strict RFC (ANSI)\nNon RFC (ANSI)\nMultibyte (UTF8)\nAll names"
|
|
IDS_SERVER_BOOT_METHOD_OPTIONS
|
|
"From registry\nFrom file\nFrom Active Directory and registry"
|
|
IDS_SERVER_ADV_PP_DEBUG_LOGGING
|
|
"Query\nNotify\nUpdate\nQuestions\nAnswers\nSend\nReceive\nUDP\nTCP\nFull packets\nWrite through"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MSG_SERVWIZ_FAIL_ROOT_HINTS
|
|
"The specified DNS server cannot be contacted to collect root hints. Verify that this machine is connected to the network, and that the specified remote DNS server is connected and running."
|
|
IDS_MSG_SERVWIZ_FAIL_UPDATE_ROOT_HINTS
|
|
"The server's root hints cannot be updated."
|
|
IDS_MSG_SERVWIZ_FAIL_ADD_ROOT_ZONE
|
|
"The root zone cannot be added to the server."
|
|
IDS_MSG_SERVWIZ_FAIL_ADD_FWD_ZONE
|
|
"The forward lookup zone cannot be added to the server."
|
|
IDS_MSG_SERVWIZ_FAIL_ADD_REV_ZONE
|
|
"The reverse lookup zone cannot be added to the server."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MSG_DELEGWIZ_SUDOMAIN_EXISTS
|
|
"A domain or delegation by this name already exists. To change an existing delegation, right click on the delegation and select Properties. To change a domain into a delegation, delete the domain and then create the delegation."
|
|
IDS_MSG_DELEGWIZ_NS_RECORD_FAILED
|
|
"The NS (name server) record cannot be created."
|
|
IDS_MSG_DELEGWIZ_SUBDOMAIN_FAILED "The subdomain cannot be created."
|
|
IDS_DELEGWIZ_DOMAIN_NAME_TITLE "Delegated Domain Name"
|
|
IDS_DELEGWIZ_DOMAIN_NAME_SUBTITLE
|
|
"Specify the name of the domain you want to create."
|
|
IDS_DELEGWIZ_DOMAIN_NS_TITLE "Name Servers"
|
|
IDS_DELEGWIZ_DOMAIN_NS_SUBTITLE
|
|
"You can select one or more name servers to host the delegated zone."
|
|
IDS_ZWIZ_FWD_ZONE_NAME_TITLE "Zone Name"
|
|
IDS_ZWIZ_FWD_ZONE_NAME_SUBTITLE "What do you want to name the new zone?"
|
|
IDS_ZWIZ_ZONE_LOOKUP_TITLE "Forward or Reverse Lookup Zone"
|
|
IDS_ZWIZ_ZONE_LOOKUP_SUBTITLE
|
|
"You can use a zone for forward or reverse lookups."
|
|
IDS_ZWIZ_ZONE_TYPE_TITLE "Zone Type"
|
|
IDS_ZWIZ_ZONE_TYPE_SUBTITLE
|
|
"The DNS server supports various types of zones and storage."
|
|
IDS_ZWIZ_REV_ZONE_NAME_TITLE "Reverse Lookup Zone"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MSG_SERVER_NO_NAME_CHECKING
|
|
"The name-checking method for the DNS server cannot be set."
|
|
IDS_MSG_SERVER_FAIL_ADV_PROP_FMT "Failed to set %s"
|
|
IDS_MSG_SERVER_FAIL_CLEAR_CACHE "The server cache cannot be cleared."
|
|
IDS_MSG_SERVER_INTERFACE_UPDATE_FAILED
|
|
"The server interfaces cannot be updated."
|
|
IDS_MSG_SERVER_FORWARDER_UPDATE_FAILED
|
|
"The server forwarders cannot be updated."
|
|
IDS_MSG_SERVER_LOG_LEVEL_OPTIONS_FAILED
|
|
"The debug log level cannot be set."
|
|
IDS_MSG_SERVER_TEST_OPTIONS_UPDATE_FAILED
|
|
"The server test options cannot be updated."
|
|
IDS_MSG_SERVER_FAILED_SET_EVENTLOGLEVEL
|
|
"The server event log level cannot be updated."
|
|
IDS_MSG_SERVER_FAILED_GET_EVENTLOGLEVEL
|
|
"The server event log level cannot be obtained."
|
|
IDS_MSG_SERVER_FAIL_GET_MAXSIZE
|
|
"The server debug log file maximum size cannot be obtained."
|
|
IDS_MSG_ZONE_SOA_UPDATE_FAILED
|
|
"The SOA (start of authority) record cannot be updated."
|
|
IDS_MSG_ZONE_DELETE "Are you sure you want to delete the zone %s from the server?"
|
|
IDS_MSG_ZONE_MASTERS_BROWSE_FAIL
|
|
"The IP address(es) for this server cannot be found."
|
|
IDS_MSG_ZONE_FAIL_DELETE "The zone cannot be deleted."
|
|
IDS_MSG_ZONE_WARNING_CHANGE_TYPE_FROM_DS
|
|
"Are you sure you no longer want this zone to be Active Directory integrated?"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MSG_DOMAIN_DELETE "Are you sure you want to delete the domain %s from the server?"
|
|
IDS_MSG_DOMAIN_FAIL_CREATE "The domain cannot be created."
|
|
IDS_MSG_DOMAIN_FAIL_DELETE "The domain cannot be deleted."
|
|
IDS_MSG_DOMAIN_EXISTS "A domain or record of this name already exists. To create a record with the same name as the domain, select the domain and then create the record."
|
|
IDS_MSG_SERVER_CONFIRM_SCAVENGE
|
|
"Are you sure you want to scavenge all stale resource records on the server %s?"
|
|
IDS_MSG_FORWARDER_DELETE_FROM_DS
|
|
"WARNING: This is an Active Directory-integrated forwarder.\n\nClick YES if you want to remove the forwarder from both the Active Directory and the DNS server. The forwarder will also be deleted from all DNS servers that load this forwarder from the Active Directory.\nClick NO if you only want to delete the forwarder from this server, but leave the forwarder data in the Active Directory."
|
|
IDS_MSG_FORWARDER_DELETE_FROM_DS_BOOT3
|
|
"WARNING: This is an Active Directory-integrated forwarder. If you decide to delete this forwarder from the DNS server, it also will be deleted from the Active Directory. The forwarder also will be deleted from all DNS servers that load this forwarder from the Active Directory.\n\nClick YES if you want to remove the forwarder from both the Active Directory and the DNS server.\nClick NO if you don't want to remove the forwarder."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MSG_RECORD_DELETE "Are you sure you want to delete the record %s from the server?"
|
|
IDS_MSG_RECORD_WARNING_CREATE_PTR
|
|
"Warning: The associated pointer (PTR) record cannot be created, probably because the referenced Reverse Lookup zone cannot be found."
|
|
IDS_MSG_RECORD_WARNING_UPDATE_PTR
|
|
"Warning: The associated pointer (PTR) record cannot be updated, probably because the referenced Reverse Lookup zone cannot be found."
|
|
IDS_MSG_RECORD_WARNING_NS_NO_IP
|
|
"This NS (name server) record has no IP addresses. Do you want to delete it anyway?"
|
|
IDS_MSG_RECORD_FAIL_DELETE "The record cannot be deleted."
|
|
IDS_MSG_RECORD_CREATE_HOST_SUCCESS
|
|
"The host record %s was successfully created."
|
|
IDS_MSG_RECORD_CREATE_HOST_FAIL "The host record %s cannot be created."
|
|
IDS_MSG_RECORD_DEL_A_FROM_NS
|
|
"Are you sure you want to delete the host record %s [%s]?"
|
|
IDS_MSG_RECORD_NS_RESOLVE_IP
|
|
"An IP address associated with the given NS (name server) record cannot be found."
|
|
IDS_MSG_RECORD_CREATE_FAILED "A new record cannot be created."
|
|
IDS_MSG_RECORD_UPDATE_FAILED "The record cannot be updated."
|
|
IDS_MSG_RECORD_CREATE_HOST_NAME_FAILED
|
|
"%s is not a valid host name. Do you want attempt to add this record anyway?"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MSG_CONT_CLOSE_SHEET
|
|
"This folder or one of its children has one or more property sheets open. Click OK to close the property sheets."
|
|
IDS_MSG_RECORD_CLOSE_SHEET
|
|
"This resource record has a property sheet open. Click OK to close the property sheet."
|
|
IDS_MSG_QUERY_TOO_MANY_ITEMS
|
|
"There are too many items in the folder %s. Please refine the query parameters or increase the maximum number of items per folder. On the View menu, select Filter and then Display Limit."
|
|
IDS_MSG_SERVER_LOG_MAX_SIZE_FAILED
|
|
"The server maximum log file size cannot be updated."
|
|
IDS_MSG_SERVER_LOG_FILE_NAME_FAILED
|
|
"The server log file name cannot be updated."
|
|
IDS_MSG_SERVER_LOG_FILTER_LIST_FAILED
|
|
"The server log IP filter list cannot be updated."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_ZWIZ_REV_ZONE_NAME_SUBTITLE
|
|
"A reverse lookup zone is an address-to-name database that helps computers translate IP addresses into DNS names."
|
|
IDS_ZWIZ_MASTERS_TITLE "Master DNS Servers"
|
|
IDS_ZWIZ_MASTERS_SUBTITLE
|
|
"The zone is copied from one or more DNS servers."
|
|
IDS_ZWIZ_SELECT_SERVER_TITLE "Select Server title"
|
|
IDS_ZWIZ_SELECT_SERVER_SUBTITLE "SelectServer Subtitle"
|
|
IDS_ZWIZ_STORAGE_TITLE "Zone File"
|
|
IDS_ZWIZ_STORAGE_SUBTITLE
|
|
"You can create a new zone file or use a file copied from another computer."
|
|
IDS_SERVWIZ_FWD_ZONE_TITLE "Forward Lookup Zone"
|
|
IDS_SERVWIZ_FWD_ZONE_SUBTITLE
|
|
"You can create a forward lookup zone now or create one later by using the New Zone Wizard."
|
|
IDS_SERVWIZ_NAME_TITLE "Server Information"
|
|
IDS_SERVWIZ_NAME_SUBTITLE "Provide information to locate the new server."
|
|
IDS_SERVWIZ_REV_ZONE_TITLE "Reverse Lookup Zone"
|
|
IDS_SERVWIZ_REV_ZONE_SUBTITLE
|
|
"You can create a reverse lookup zone now or create one later by using the New Zone Wizard."
|
|
IDS_SERVWIZ_ROOT_SERV_TITLE "Root Server"
|
|
IDS_SERVWIZ_ROOT_SERV_SUBTITLE
|
|
"DNS servers use root servers to gain access to second-level domains on the Internet."
|
|
IDS_ZWIZ_DYNAMIC_TITLE "Dynamic Update"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_ZONE_PRIMARY_DYN_UPD_OPTIONS "No\nYes\nOnly secure updates"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_DNS_ERROR_RCODE_FORMAT_ERROR "A format error occurred."
|
|
IDS_DNS_ERROR_RCODE_SERVER_FAILURE "There was a server failure."
|
|
IDS_DNS_ERROR_RCODE_NAME_ERROR "An error occurred in the name."
|
|
IDS_DNS_ERROR_RCODE_NOT_IMPLEMENTED "Not Implemented"
|
|
IDS_DNS_ERROR_RCODE_REFUSED "Refused"
|
|
IDS_DNS_ERROR_RCODE_NOTAUTH "No Authority"
|
|
IDS_DNS_ERROR_RCODE_NOTZONE "Not a Zone"
|
|
IDS_DNS_INFO_NO_RECORDS "No records exist."
|
|
IDS_DNS_ERROR_BAD_PACKET "The network packet is corrupt."
|
|
IDS_DNS_ERROR_NO_PACKET "The network packet is missing."
|
|
IDS_DNS_ERROR_INVALID_NAME "The name is invalid."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_DNS_ERROR_INVALID_DATA "The data is invalid."
|
|
IDS_DNS_ERROR_INVALID_TYPE "The type is invalid."
|
|
IDS_DNS_ERROR_INVALID_IP_ADDRESS "The IP address is invalid."
|
|
IDS_DNS_ERROR_INVALID_PROPERTY "The property is invalid."
|
|
IDS_DNS_ERROR_ZONE_DOES_NOT_EXIST "The zone does not exist."
|
|
IDS_DNS_ERROR_NO_ZONE_INFO "No information is available for the zone."
|
|
IDS_DNS_ERROR_INVALID_ZONE_OPERATION "The zone operation is invalid."
|
|
IDS_DNS_ERROR_ZONE_CONFIGURATION_ERROR
|
|
"A zone configuration error occurred."
|
|
IDS_DNS_ERROR_ZONE_HAS_NO_SOA_RECORD
|
|
"The zone has no SOA (start of authority) record."
|
|
IDS_DNS_ERROR_ZONE_HAS_NO_NS_RECORDS
|
|
"The zone has no NS (name server) record."
|
|
IDS_DNS_ERROR_ZONE_LOCKED
|
|
"The zone is locked for zone transfer or update."
|
|
IDS_DNS_ERROR_ZONE_CREATION_FAILED "The zone creation failed."
|
|
IDS_DNS_ERROR_ZONE_ALREADY_EXISTS "The zone already exists."
|
|
IDS_DNS_ERROR_AUTOZONE_ALREADY_EXISTS
|
|
"An automatically created zone already exists."
|
|
IDS_DNS_ERROR_INVALID_ZONE_TYPE "The zone type is invalid."
|
|
IDS_DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP
|
|
"The secondary zone requires an IP address for the master zone."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_DNS_ERROR_ZONE_NOT_SECONDARY "The zone is not a secondary zone."
|
|
IDS_DNS_ERROR_NEED_SECONDARY_ADDRESSES
|
|
"The secondary zone requires an address."
|
|
IDS_DNS_ERROR_WINS_INIT_FAILED "WINS failed to initialize."
|
|
IDS_DNS_ERROR_NEED_WINS_SERVERS "WINS servers are required."
|
|
IDS_DNS_ERROR_PRIMARY_REQUIRES_DATAFILE
|
|
"The primary zone requires a data file."
|
|
IDS_DNS_ERROR_INVALID_DATAFILE_NAME "The data file name is invalid."
|
|
IDS_DNS_ERROR_DATAFILE_OPEN_FAILURE "The data file failed to open."
|
|
IDS_DNS_ERROR_FILE_WRITEBACK_FAILED "The file writeback failed."
|
|
IDS_DNS_ERROR_DATAFILE_PARSING
|
|
"There was a failure while parsing the data file."
|
|
IDS_DNS_ERROR_RECORD_DOES_NOT_EXIST "The record does not exist."
|
|
IDS_DNS_ERROR_RECORD_FORMAT "The record format is corrupt."
|
|
IDS_DNS_ERROR_NODE_CREATION_FAILED "The node cannot be created."
|
|
IDS_DNS_ERROR_UNKNOWN_RECORD_TYPE "The record type is unknown."
|
|
IDS_DNS_ERROR_RECORD_TIMED_OUT "The record timed out."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_DNS_ERROR_NAME_NOT_IN_ZONE "The name is not in the zone."
|
|
IDS_DNS_ERROR_CNAME_COLLISION
|
|
"A CNAME record cannot be added to this DNS name. The DNS name contains records that are incompatible with the CNAME record."
|
|
IDS_DNS_ERROR_RECORD_ALREADY_EXISTS "The record already exists."
|
|
IDS_DNS_ERROR_NAME_DOES_NOT_EXIST "The name does not exist."
|
|
IDS_DNS_WARNING_PTR_CREATE_FAILED
|
|
"Warning: The PTR (pointer) record was not created."
|
|
IDS_DNS_WARNING_DOMAIN_UNDELETED "Warning: The domain was not deleted."
|
|
IDS_DNS_INFO_AXFR_COMPLETE "The zone transfer is complete."
|
|
IDS_DNS_ERROR_AXFR "The zone transfer failed."
|
|
IDS_DNS_ERROR_DS_UNAVAILABLE
|
|
"The Active Directory service is not available."
|
|
IDS_RPC_S_SERVER_UNAVAILABLE "The server is unavailable."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MSG_ZONE_WARNING_CHANGE_TYPE_TO_DS
|
|
"Are you sure you want this zone to become Active Directory-integrated?"
|
|
IDS_ZONE_WARNING_SHEETS_UP
|
|
"This folder or one of its children has one or more property sheets open. Do you want to close them down before deleting it?"
|
|
IDS_MSG_ZONE_FAIL_TRANSFER "The zone transfer was not executed."
|
|
IDS_MSG_ZONE_RELOAD "Are you sure you want to reload the zone %s?"
|
|
IDS_MSG_ZONE_FAIL_RELOAD "Failed to reload zone"
|
|
IDS_MSG_ZONE_DELETE_FROM_DS
|
|
"WARNING: This is an Active Directory-integrated zone.\n\nClick YES if you want to remove the zone from both the Active Directory and the DNS server. The zone will also be deleted from all DNS servers that load this zone from the Active Directory.\nClick NO if you only want to delete the zone from this server, but leave the zone data in the Active Directory."
|
|
IDS_MSG_ZONE_FAIL_UPDATE_ZONE_TRANSFERS
|
|
"The zone transfer settings cannot be updated."
|
|
IDS_ZONE_LOADED_FROM_DS_WARNING
|
|
"You chose to discard the current zone and load the zone from the Active Directory Service. Any other changes you made to the zone properties will be lost. Close the zone properties, refresh the zone, and reopen the zone properties if you want to make further changes."
|
|
IDS_MSG_ZONE_WINS_FAILED
|
|
"The WINS resolution information was not updated."
|
|
IDS_MSG_ZONE_NBSTAT_FAILED
|
|
"The WINS reverse lookup information was not updated."
|
|
IDS_MSG_ZONE_DELETE_FROM_DS_BOOT3
|
|
"WARNING: This is an Active Directory-integrated zone. If you decide to delete this zone from the DNS server, it also will be deleted from the Active Directory. The zone also will be deleted from all DNS servers that load this zone from the Active Directory.\n\nClick YES if you want to remove the zone from both the Active Directory and the DNS server.\nClick NO if you don't want to remove the zone."
|
|
IDS_MSG_ZONE_DELETE_ROOT
|
|
"The root zone was deleted from the server. Root hints must be supplied to allow recursive queries.\n\nWould you like to add them now?"
|
|
IDS_MSG_ZONE_FAIL_RELOAD_FROM_MASTER
|
|
"The zone reload from master was not executed."
|
|
IDS_MSG_DOMAIN_MULTI_DELETE
|
|
"Are you sure you want to delete the selected records from the server?"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_ERROR_ACCESS_DENIED "Access was denied."
|
|
IDS_ERROR_ZONE_DYN_UPD "The zone dynamic update option failed to change."
|
|
IDS_ERROR_ZONE_PRIMARY "The data on the primary zone failed to set."
|
|
IDS_ERROR_ZONE_SECONDARY "The data on the secondary zone failed to set."
|
|
IDS_ERROR_ZONE_PAUSE "The zone failed to pause."
|
|
IDS_ERROR_ZONE_START "The zone failed to start."
|
|
IDS_DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE
|
|
"The boot from file option cannot be selected because there are one or more Active Directory integrated zones."
|
|
IDS_MSG_ERROR_SCAVENGE_RECORDS "The scavenging of stale records failed."
|
|
IDS_MSG_SERVER_SCAVENGING_STATE "The scavenging state was not set."
|
|
IDS_MSG_SERVER_SCAVENGING_INTERVAL "The scavenging interval was not set."
|
|
IDS_MSG_SERVWIZ_FAIL_SERVER_CONFIGURED "The server was not configured."
|
|
IDS_MSG_ERROR_REFRESH_INTERVAL "The refresh interval was not set."
|
|
IDS_MSG_ERROR_NO_REFRESH_INTERVAL "The no refresh interval was not set."
|
|
IDS_MSG_ERROR_SCAVENGING_ENABLED "The scavenging state was not set."
|
|
IDS_MSG_FILE_WARNING "You have chosen to enable aging on the Standard Primary zones. This will modify the zone file format. The zone transfer to secondary servers will be unaffected. The zone files saved on the Primary server may not be loaded by non-Windows 2000 DNS servers. \n\nDo you still want to apply these settings to the Standard Primary zones?"
|
|
IDS_MSG_FILE_WARNING_ZONE
|
|
"You have chosen to enable aging on this Standard Primary zone. This will modify the zone file format. The zone transfer to secondary servers will be unaffected. The zone file saved on the Primary server may not be loaded by non-Windows 2000 DNS servers. \n\nDo you still want to apply these settings to this Standard Primary zone?"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_HEADER_PARTITION "Directory Partition Name"
|
|
IDS_HEADER_NAME "Name"
|
|
IDS_HEADER_DATA "Data"
|
|
IDS_HEADER_TYPE "Type"
|
|
IDS_HEADER_STATUS "Status"
|
|
IDS_ZONE_TYPE_AD_INTEGRATED "Active Directory-integrated Primary"
|
|
IDS_ZONE_TYPE_STANDARD_PRIMARY "Standard Primary"
|
|
IDS_ZONE_TYPE_SECONDARY "Secondary"
|
|
IDS_ZONE_TYPE_RUNNING "Running"
|
|
IDS_ZONE_TYPE_PAUSED "Paused"
|
|
IDS_ZONE_TYPE_STUB "Stub"
|
|
IDS_BIG_BOLD_FONT_NAME "Verdana Bold"
|
|
IDS_BIG_BOLD_FONT_SIZE "12"
|
|
IDS_MASK_CTRL_FONT_NAME "MS Shell Dlg"
|
|
IDS_MASK_CTRL_FONT_SIZE "8"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_ROOT_HINTS_DESCR "Root hints are used to find other DNS servers on the network."
|
|
IDS_ROOT_HINTS_NO "Root hints are not required because this server is a root server."
|
|
IDS_DELEGATION_DESCR "A delegation holds the names and IP addresses of DNS servers that host the delegated zone."
|
|
IDS_ERRMSG_BASE64 "The key value must be a valid base 64 number. Please refer to RFC 2535 for more information."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_DOMAIN_NEW_NEW_ALIAS
|
|
"New &Alias...\nCreate a new alias resource record"
|
|
IDS_DOMAIN_NEW_NEW_MX "New &Mail Exchanger...\nCreate a new mail exchanger record"
|
|
IDS_DOMAIN_NEW_NEW_PTR "New &Pointer...\nCreate a new pointer resource record"
|
|
IDS_SERVER_CONFIGURE "&Configure a DNS Server...\nSet up the DNS server."
|
|
IDS_SNAPIN_MESSAGE "M&essage\nToggle viewing current messages in the result pane."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_UNKNOWN "Unknown"
|
|
IDS_ZONE_TYPE_STUB_DS "Active Directory-integrated Stub"
|
|
IDS_ROOT_ZONE_LABEL "(root)"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_SERVER_SCAVENGE_FORMAT "Scavenge stale resource records: %s"
|
|
IDS_SERVER_NO_REFRESH_FORMAT "No refresh interval: %d %s"
|
|
IDS_SERVER_REFRESH_FORMAT "Refresh interval: %d %s"
|
|
IDS_ENABLED "Enabled"
|
|
IDS_DISABLED "Disabled"
|
|
IDS_DAYS "days"
|
|
IDS_HOURS "hours"
|
|
IDS_MSG_INVALID_REFRESH_INTERVAL
|
|
"The refresh interval cannot be blank or zero. Please enter a valid refresh interval."
|
|
IDS_MSG_INVALID_NOREFRESH_INTERVAL
|
|
"The no refresh interval cannot be blank or zero. Please enter a valid no refresh interval."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MESSAGE_VIEW_NO_SERVER_MESSAGE
|
|
"The Domain Name System (DNS) is a hierarchical naming system used for locating computers and other resources on the network. DNS is mostly known for providing a service for mapping friendly DNS domain names to network resources and IP addresses. This allows computers, configured to query DNS, to specify remote systems by host names rather than by IP addresses.\n\nTo add a DNS server, on the Action menu, click Connect To Computer.\n\nFor more information about setting up a DNS server, see ""Checklist: Installing a DNS server"" in the online Help.\n"
|
|
IDS_MESSAGE_VIEW_NO_SERVER_TITLE "Welcome to DNS"
|
|
IDS_MESSAGE_VIEW_CONFIG_SERVER_TITLE "Configure a DNS Server"
|
|
IDS_MESSAGE_VIEW_CONFIG_SERVER_MESSAGE
|
|
"The Domain Name System (DNS) is a hierarchical naming system used for locating computers and other resources on the network. DNS is mostly known for providing a service for mapping friendly DNS domain names to network resources and IP addresses. This allows computers, configured to query DNS, to specify remote systems by host names rather than by IP addresses.\nThis DNS server has not been configured yet. Configuration includes updating root hints, and creating forward and reverse lookup zones.\n\nTo configure the DNS server, on the Action menu, click Configure a DNS server.\n\nFor more information about configuring a DNS server, see ""Checklist: Installing a DNS server"" in the online Help.\n"
|
|
IDS_MESSAGE_VIEW_ACCESS_DENIED_TITLE "Access is Denied"
|
|
IDS_MESSAGE_VIEW_ACCESS_DENIED_MESSAGE
|
|
"You do not have permission to access this DNS server. Only members of the Local Administrators and System Operators groups have sufficient permissions. In addition, if the DNS server is running on a Domain Controller, then members of the Enterprise Administrators, Domain Administrators, and DNS Administrators groups have sufficient permissions.\n\nTo retry the connection, either press F5 or on the Action menu, click Refresh"
|
|
IDS_MESSAGE_VIEW_NOT_LOADED_TITLE "Cannot contact the DNS Server"
|
|
IDS_MESSAGE_VIEW_NOT_LOADED_MESSAGE
|
|
"The specified DNS server cannot be contacted. Some possible reasons include: the DNS server may not be running, there may be network errors, or the computer associated with the specified name or IP address could not be found.\n\nTo retry the connection, either press F5, or on the Action menu, click Refresh.\n\nFor more information about troubleshooting a DNS server, see online Help.\n"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MESSAGE_VIEW_QUERY_FAILED_TITLE "Automated Test Query Failed"
|
|
IDS_MESSAGE_VIEW_QUERY_FAILED_MESSAGE
|
|
"The last test query failed.\n\nTo view the monitoring configuration, on the Action menu, click Properties and then select the Monitoring tab.\n\nFor more information about troubleshooting a DNS server, see online Help."
|
|
IDS_MESSAGE_VIEW_EMPTY_FOLDER_TITLE "Add a New Zone"
|
|
IDS_MESSAGE_VIEW_EMPTY_FOLDER_MESSAGE
|
|
"The Domain Name System (DNS) allows a DNS namespace to be divided up into zones. Each zone stores information about one or more contiguous DNS domains.\n\nTo add a new zone, on the Action menu, click New Zone.\n"
|
|
IDS_MESSAGE_VIEW_ZONE_NOT_LOADED_TITLE "Zone not loaded by DNS Server"
|
|
IDS_MESSAGE_VIEW_ZONE_NOT_LOADED_DS_MESSAGE
|
|
"The DNS server encountered an error while attempting to load the zone. The zone data may not be available in the Active Directory, or the zone data is corrupt.\n\nPlease correct the problem then either press F5, or on the Action menu, click Refresh.\n\nFor more information about troubleshooting DNS zone problems, see online Help.\n"
|
|
IDS_MESSAGE_VIEW_ZONE_NOT_LOADED_PRIMARY_MESSAGE
|
|
"The DNS server encountered an error while attempting to load the zone. The zone file may not be found, or the zone data is corrupt.\n\nPlease correct the problem then either press F5, or on the Action menu, click Refresh.\n\nFor more information about troubleshooting DNS zone problems, see online Help.\n"
|
|
IDS_MESSAGE_VIEW_ZONE_NOT_LOADED_SECONDARY_MESSAGE
|
|
"The DNS server encountered an error while attempting to load the zone. The transfer of zone data from the master server failed.\n\nPlease correct the problem then either press F5, or on the Action menu, click Refresh.\n\nFor more information about troubleshooting DNS zone problems, see online Help.\n"
|
|
IDS_ERRMSG_BAD_IPV6_TEXT
|
|
"The host address is not a properly formed IPv6 address per RFC 2373 section 2.2.\r\n\r\nExamples of correctly formed IPv6 addresses are:\r\n\r\n1234:5678:9abc:def0:1234:5678:9abc:def0\r\n1234:5678:0:0:0:0:3:4\r\n1234:5678::3:4\r\n1234:5678::17.3.10.4\r\n::17.3.10.4"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_BUTTON_NEW_RECORD "New Record"
|
|
IDS_TOOLTIP_NEW_RECORD "New Record"
|
|
IDS_NO_ROOTHINTS "You are about to remove the last root hint. If the DNS server is not authoritative for the root zone and is not configured for exclusive forwarding, then the DNS server may not be able to resolve queries for names not stored on the local DNS server.\n\nDo you want to continue?"
|
|
IDS_MASK_ALERT "%d is out of range: should be in [%d,%d]"
|
|
IDS_BUTTON_NEW_ZONE "New Zone"
|
|
IDS_TOOLTIP_NEW_ZONE "New Zone"
|
|
IDS_TOOLTIP_NEW_SERVER "New Server"
|
|
IDS_BUTTON_NEW_SERVER "New Server"
|
|
IDS_NO_ROOTHINTS_LAST_FORWARDER
|
|
"You are removing the last exclusive forwarder and the DNS server does not have any root hints and is not authoritative for the root zone. If you continue the DNS server may not be able to resolve queries for names not stored on the local DNS server.\n\nDo you want to continue?"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_NEW_DOMAIN_INST1 "&Type the new domain name:"
|
|
IDS_NEW_DOMAIN_INST2 "&Enter the next octet in the address:"
|
|
IDS_FORMAT_RECORDS "%d record(s) "
|
|
IDS_FORMAT_ZONES "%d zone(s) "
|
|
IDS_FORMAT_SERVERS "%d server(s) "
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MSG_ZONE_INVALID_NAME
|
|
"%s may not be a valid zone name. Do want to continue anyway?"
|
|
IDS_MSG_ZONE_RENAME_FAIL "The zone could not be renamed."
|
|
IDS_MSG_RECORD_WARNING_DUPLICATE_RECORD
|
|
"There can be only one record with this name. Would you like Windows to try to remove the previous record with this name and replace it with the new record?"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_ZWIZ_DYNAMIC_SUBTITLE
|
|
"You can allow DNS to accept secure or unsecured dynamic updates."
|
|
IDS_ZWIZ_ADREPLICATION_TITLE "Active Directory Zone Replication Scope"
|
|
IDS_ZWIZ_ADREPLICATION_SUBTITLE
|
|
"You can choose how you want DNS data to be replicated through your network."
|
|
IDS_SERVER_CREATE_PARTITIONS "Create DNS application partitions"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_SERVWIZ_SMALL_ZONE_TYPE_TITLE "Small Office/Home Office"
|
|
IDS_SERVWIZ_SMALL_ZONE_TYPE_SUBTITLE
|
|
"You can choose where the DNS data is maintained for your network resources."
|
|
IDS_SERVWIZ_SCENARIO_TITLE "Server Use"
|
|
IDS_SERVWIZ_SCENARIO_SUBTITLE
|
|
"The configuration of this server varies depending on its intended use."
|
|
IDS_SERVWIZ_FORWARDERS_TITLE "Forwarders"
|
|
IDS_SERVWIZ_FORWARDERS_SUBTITLE
|
|
"Forwarders are servers to which this server sends queries not answered by this server."
|
|
IDS_SERVWIZ_ROOTHINTS_FAILED_TITLE "Root Servers"
|
|
IDS_SERVWIZ_ROOTHINTS_FAILED_SUBTITLE
|
|
"Root servers enable other DNS servers to perform recursive name resolution."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_OTHER_DOMAINS "All other domains"
|
|
IDS_RECORD "Record"
|
|
IDS_ERROR "Error"
|
|
IDS_MSG_DOMAIN_FORWARDER_ILLEGAL_NAME
|
|
"An error occurred while trying to add the conditional forwarder %s."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MSG_SERVWIZ_FAIL_FORWARDERS "The wizard failed to set the forwarders."
|
|
IDS_SERVWIZ_ROOTHINTS_TITLE "Root Hints"
|
|
IDS_SERVWIZ_ROOTHINTS_SUBTITLE
|
|
"Root hints are used to find other DNS servers on the network."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MULTISELECT_ERROR_DIALOG_TITLE "Multiple Delete Errors"
|
|
IDS_MULTISELECT_ERROR_DIALOG_CAPTION
|
|
"One or more errors occurred while trying to delete the following records or domains."
|
|
IDS_MULTISELECT_ERROR_DIALOG_COLUMN_HEADER "Record/Domain"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_ERRMSG_WKS_INVALID_DATA
|
|
"The well known service could not be found or is misconfigured. Please type a valid service name."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_KEY_TYPES "Can't be used for authentication\nNo confidentiality\nCan be used for authentication and confidentiality\nNo key"
|
|
IDS_NAME_TYPES "User\nZone\nOther"
|
|
IDS_DISPLAY_KEY_BASE "Hexadecimal\nBase 64"
|
|
IDS_ZONE "Zone control"
|
|
IDS_STRONG "Strong update"
|
|
IDS_UNIQUE "Unique name update"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_ALGORITHM_RSAMD5 "RSA/MD5"
|
|
IDS_ALGORITHM_DIFFIE "Diffie-Hellman"
|
|
IDS_ALGORITHM_DSA "DSA"
|
|
IDS_ALGORITHM_ELIPTIC "Elliptic Curve Crypto"
|
|
IDS_ALGORITHM_INDIRECT "Indirect key"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_PROTOCOL_TLS "TLS"
|
|
IDS_PROTOCOL_EMAIL "Email"
|
|
IDS_PROTOCOL_DNSSEC "DNSSEC"
|
|
IDS_PROTOCOL_IPSEC "IPSEC"
|
|
IDS_PROTOCOL_ALL "All"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_DISABLED_FWDS_NO_RECURSION
|
|
"Forwarders are not available because this server does not use recursion."
|
|
IDS_DOMAIN_FORWARDERS_DEFAULT_TEXT
|
|
"Forwarders are servers that can resolve DNS queries not answered by this server. Forward queries for names in the following domains."
|
|
IDS_DISABLED_FWDS_DOWNLEVEL
|
|
"Conditional forwarding is not available because this server is a downlevel server."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_BROWSE_LOGFILE_FILTER "Log Files (*.log)|*.log|All Files (*.*)|*.*||"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MSG_SIG_LABEL_RANGE "The label field can only contain integers between 0 and 127. The value has been changed to 127."
|
|
IDS_ERRMSG_BASE64_TO_HEX
|
|
"The key value cannot be converted to hexadecimal because it is not a valid base 64 number. Please refer to RFC 2535 for more information."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MSG_FAIL_CREATE_DOMAIN_FORWARDER
|
|
"The server was unable to create the conditional forwarder %s. The server may be a downlevel server that does not support conditional forwarding."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MSG_RESPONSIBLE_PARTY_CONTAINS_AT
|
|
"The Mailbox of responsible person contains the '@' character. If you are trying to specify a mailbox, '.' should be used in place of '@'. Would you like Windows to make this change for you?"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_ZWIZ_AD_REPL_FORMAT "All &domain controllers in the %s Active Directory domain. Must be selected for the zone to replicate to Windows 2000 DNS servers running on the domain controllers in the domain."
|
|
IDS_ZWIZ_AD_DOMAIN_FORMAT
|
|
"All DNS &servers in the %s Active Directory domain"
|
|
IDS_ZWIZ_AD_FOREST_FORMAT
|
|
"&All DNS servers in the %s Active Directory forest"
|
|
IDS_ZONE_REPLICATION_FOREST_TEXT "All DNS servers in the forest"
|
|
IDS_ZONE_REPLICATION_DOMAIN_TEXT "All DNS servers in the domain"
|
|
IDS_ZONE_REPLICATION_W2K_TEXT "All domain controllers in the domain"
|
|
IDS_ZONE_REPLICATION_CUSTOM_TEXT
|
|
"All domain controllers in user-defined scope"
|
|
IDS_ZONE_REPLICATION_NONDS_TEXT "Not an Active Directory-integrated zone"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_ERROR_ZONE_REPLTYPE "The replication scope could not be set."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_ERRMSG_CREATE_DOMAIN_NDNC
|
|
"The partition to replicate zone data to all DNS servers in the domain was not created."
|
|
IDS_ERRMSG_CREATE_FOREST_NDNC
|
|
"The partition to replicate zone data to all DNS servers in the forest was not created."
|
|
IDS_ERRMSG_NO_NDNC_DOMAIN_FORMAT
|
|
"The zone cannot be replicated to all DNS servers in the %s Active Directory domain because the required application directory partition does not exist. Only an enterprise administrator has the appropriate permissions to create an application directory partition.\n\nTo store this zone in a domain container until the partition is created, close this message, and then select the Replicate to all domain controllers in the domain option button.\n\nFor more information about creating DNS application partitions and storing zones in domain containers, see Help and Support."
|
|
IDS_ERRMSG_NO_NDNC_FOREST_FORMAT
|
|
"The zone cannot be replicated to all DNS servers in the %s Active Directory forest because the required application directory partition does not exist. Only an enterprise administrator has the appropriate permissions to create an application directory partition.\n\nTo store this zone in a domain container until the partition is created, close this message, and then select the Replicate to all domain controllers in the domain option button.\n\nFor more information about creating DNS application partitions and storing zones in domain containers, see Help and Support."
|
|
END
|
|
|
|
#endif // English (U.S.) resources
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 3 resource.
|
|
//
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#endif // not APSTUDIO_INVOKED
|
|
|