|
|
// Microsoft Visual C++ 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 BEGIN "resource.h\0" END
2 TEXTINCLUDE BEGIN "#include ""afxres.h""\r\n" "\0" END
3 TEXTINCLUDE BEGIN "\r\n" "\0" END
#endif // APSTUDIO_INVOKED
///////////////////////////////////////////////////////////////////////////// // // Bitmap //
IDB_16x16 BITMAP "res\\16by16.bmp" IDB_32x32 BITMAP "res\\32by32.bmp" IDB_WIZBANNER BITMAP "res\\wzbanner.bmp" IDB_WIZWATERMARK BITMAP "res\\wzwater.bmp" IDB_BROWSE_TOOLBAR BITMAP "res\\up.bmp" IDB_ABOUT_16x16 BITMAP "res\\about_16.bmp" IDB_ABOUT_OPEN_16x16 BITMAP "res\\about_op.bmp" IDB_ABOUT_32x32 BITMAP "res\\about_32.bmp" IDB_TOOLBAR_BUTTONS BITMAP "res\\tbbutton.bmp"
///////////////////////////////////////////////////////////////////////////// // // Dialog //
IDD_ZWIZ_MASTERS DIALOGEX 0, 0, 317, 143 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_CAPTION | WS_TABSTOP CAPTION "New Zone Wizard" FONT 8, "MS Shell Dlg", 0, 0, 0x1 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,51,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,112,271,10 LTEXT "For more information about copying zones, click Help.", IDC_STATIC,21,125,275,16 END
IDD_ZWIZ_ZONE_TYPE DIALOGEX 0, 0, 317, 143 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_CAPTION | WS_TABSTOP CAPTION "New Zone Wizard" FONT 8, "MS Shell Dlg", 0, 0, 0x1 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,21,44,275,10 CONTROL "St&ub zone",IDC_RADIO_STUB,"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,74,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,115,290,10 LTEXT "Creates a copy of a zone that can be updated directly on this server.", IDC_STATIC,33,26,284,16,NOT WS_GROUP LTEXT "Creates a copy of a zone that exists on another server. This option helps balance the processing load of primary servers and provides fault tolerance.", IDC_STATIC,33,54,263,16,NOT WS_GROUP LTEXT "Creates a copy of a zone containing only Name Server (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 DIALOGEX 0, 0, 317, 143 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_CAPTION | WS_TABSTOP CAPTION "New Zone Wizard" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "Select how you want zone data replicated:",IDC_STATIC, 21,0,289,8,NOT WS_GROUP CONTROL "<replace in code w/ IDS_ZWIZ_AD_FOREST_FORMAT>", IDC_FOREST_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,11,289,18 CONTROL "<replace in code w/ IDS_ZWIZ_AD_DOMAIN_FORMAT>", IDC_DOMAIN_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,31,289,18 CONTROL "<replace in code w/ IDS_ZWIZ_AD_REPL_FORMAT>", IDC_DOMAIN_DC_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,51,289,18 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,89,289,18 LTEXT "Choose this option if the zone should be loaded by Windows 2000 DNS servers running on the domain controllers in the same domain.", IDC_STATIC,34,69,276,16 COMBOBOX IDC_CUSTOM_COMBO,33,110,277,43,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP END
IDD_ZWIZ_SELECT_SERVER DIALOGEX 0, 0, 317, 143 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_CAPTION | WS_TABSTOP CAPTION "New Zone Wizard" FONT 8, "MS Shell Dlg", 0, 0, 0x1 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 DIALOGEX 0, 0, 317, 143 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_CAPTION CAPTION "New Zone Wizard" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "<if you see this file a bug; it should be replaced in code>", IDC_ZONENAME_INFO,21,1,289,40 LTEXT "&Zone name:",IDC_STATIC,21,49,204,8 EDITTEXT IDC_EDIT_ZONE_NAME,22,59,234,14,ES_AUTOHSCROLL PUSHBUTTON "B&rowse...",IDC_BROWSE_BUTTON,260,59,50,14 LTEXT "For more information about zone names, click Help.", IDC_STATIC,22,125,288,16 END
IDD_ZONE_GENERAL_PAGE DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "General" FONT 8, "MS Shell Dlg", 0, 0, 0x1 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 "I&P address:",IDC_STATIC_IP,7,86,82,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 LTEXT "To set aging/scavenging properties, click Aging.", IDC_AGING_STATIC,7,107,178,16,NOT WS_VISIBLE | WS_DISABLED PUSHBUTTON "A&ging...",IDC_AGING_BUTTON,194,104,50,14,NOT WS_VISIBLE | WS_DISABLED 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 "&Up",IDC_MASTERS_BUTTON_UP,92,135,50,14,WS_DISABLED PUSHBUTTON "D&own",IDC_MASTERS_BUTTON_DOWN,92,153,50,14,WS_DISABLED PUSHBUTTON "&Find Names",IDC_FIND_MASTERS_NAMES_BUTTON,146,117,50, 14 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 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 END
IDD_SERVER_INTERFACES_PAGE DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Interfaces" FONT 8, "MS Shell Dlg", 0, 0, 0x1 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,80,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 DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Advanced" FONT 8, "MS Shell Dlg", 0, 0, 0x1 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_SETFONT | DS_SHELLFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_CONTEXTHELP CAPTION "New DNS Domain" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "&Type the new DNS 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 DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Start of Authority (SOA)" FONT 8, "MS Shell Dlg", 0, 0, 0x1 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,32,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,77,197,85,14 LTEXT "The data is not available.",IDC_STATIC_ERROR,94,177,151, 13,NOT WS_VISIBLE LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_RR_A DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Host (A)" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN LTEXT "&Host (uses parent domain if left blank):", IDC_RR_NAME_STATIC,7,7,238,8 EDITTEXT IDC_RR_NAME_EDIT,7,17,238,14,ES_AUTOHSCROLL LTEXT "&Fully qualified domain name (FQDN):",IDC_STATIC,7,38, 238,8 EDITTEXT IDC_RR_DOMAIN_EDIT,7,48,238,14,ES_AUTOHSCROLL | ES_READONLY 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 CONTROL "All&ow any authenticated user to update all DNS records with the same name. This setting applies only to DNS records for a new name.", IDC_UPDATE_SECURITY_CHECK,"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,7,150,238,19 LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,63,8 CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_RR_CNAME DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Alias (CNAME)" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN LTEXT "Alia&s name (uses parent domain if left blank):", IDC_RR_NAME_STATIC,7,7,238,8 EDITTEXT IDC_RR_NAME_EDIT,7,17,238,14,ES_AUTOHSCROLL LTEXT "F&ully qualified domain name (FQDN):",IDC_STATIC,7,38, 238,8 EDITTEXT IDC_RR_DOMAIN_EDIT,7,49,238,14,ES_AUTOHSCROLL | ES_READONLY LTEXT "&Fully qualified domain name (FQDN) for target host:", 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 CONTROL "All&ow any authenticated user to update all DNS records with the same name. This setting applies only to DNS records for a new name.", IDC_UPDATE_SECURITY_CHECK,"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,7,132,238,20 LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,62,8 CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_RR_MX DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Mail Exchanger (MX)" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN LTEXT "&Host or child domain:",IDC_RR_NAME_STATIC,7,7,238,8 EDITTEXT IDC_RR_NAME_EDIT,7,17,238,14,ES_AUTOHSCROLL 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 above field is left blank.", IDC_STATIC,7,35,238,24 LTEXT "F&ully qualified domain name (FQDN):",IDC_STATIC,7,65, 238,8 EDITTEXT IDC_RR_DOMAIN_EDIT,7,75,238,14,ES_AUTOHSCROLL | ES_READONLY LTEXT "&Fully qualified domain name (FQDN) of 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 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_RR_UNK DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Unknown Resource Record" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "&Record name:",IDC_STATIC,7,7,238,8 EDITTEXT IDC_RR_NAME_EDIT,7,17,238,14,ES_AUTOHSCROLL LTEXT "&Fully qualified domain name (FQDN):",IDC_STATIC,7,38, 238,8 EDITTEXT IDC_RR_DOMAIN_EDIT,7,49,238,14,ES_AUTOHSCROLL | ES_READONLY 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 "Re&cord 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 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_RR_TXT DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Text (TXT)" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "&Record name (uses parent domain if left blank):", IDC_RR_NAME_STATIC,7,7,238,8 EDITTEXT IDC_RR_NAME_EDIT,7,17,238,14,ES_AUTOHSCROLL LTEXT "&Fully qualified domain name (FQDN):",IDC_STATIC,7,38, 238,8 EDITTEXT IDC_RR_DOMAIN_EDIT,7,49,238,14,ES_AUTOHSCROLL | ES_READONLY 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 "Re&cord 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 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_RR_X25 DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "X.25 (X25)" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "&Record (uses parent domain if left blank):",IDC_STATIC, 7,7,238,8 EDITTEXT IDC_RR_NAME_EDIT,7,17,238,14,ES_AUTOHSCROLL LTEXT "&Fully qualified domain name (FQDN):",IDC_STATIC,7,38, 238,8 EDITTEXT IDC_RR_DOMAIN_EDIT,7,49,238,14,ES_AUTOHSCROLL | ES_READONLY 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 "R&ecord 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 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_RR_ISDN DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "ISDN" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "&Record name (uses parent domain if left blank):", IDC_STATIC,7,7,238,8 EDITTEXT IDC_RR_NAME_EDIT,7,17,238,14,ES_AUTOHSCROLL LTEXT "&Fully qualified domain name (FQDN):",IDC_STATIC,7,38, 238,8 EDITTEXT IDC_RR_DOMAIN_EDIT,7,49,238,14,ES_AUTOHSCROLL | ES_READONLY 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 "R&ecord 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 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_RR_HINFO DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Host Information (HINFO)" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "&Host (uses parent domain if left blank):",IDC_STATIC,7, 7,238,10 EDITTEXT IDC_RR_NAME_EDIT,7,17,238,14,ES_AUTOHSCROLL LTEXT "&Fully qualified domain name (FQDN):",IDC_STATIC,7,38, 238,8 EDITTEXT IDC_RR_DOMAIN_EDIT,7,49,238,14,ES_AUTOHSCROLL | ES_READONLY 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 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_RR_AAAA DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "IPv6 Host (AAAA)" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "&Host (uses parent domain if left blank):", IDC_RR_NAME_STATIC,7,7,238,9 EDITTEXT IDC_RR_NAME_EDIT,7,17,238,14,ES_AUTOHSCROLL LTEXT "&Fully qualified domain name (FQDN):",IDC_STATIC,7,38, 238,8 EDITTEXT IDC_RR_DOMAIN_EDIT,7,49,238,14,ES_AUTOHSCROLL | ES_READONLY 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 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_RR_MB DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Mailbox (MB)" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "&Mailbox (uses parent domain if left blank):", IDC_RR_NAME_STATIC,7,7,238,8 EDITTEXT IDC_RR_NAME_EDIT,7,17,238,14,ES_AUTOHSCROLL LTEXT "&Fully qualified domain name (FQDN):",IDC_STATIC,7,38, 238,8 EDITTEXT IDC_RR_DOMAIN_EDIT,7,49,238,14,ES_AUTOHSCROLL | ES_READONLY 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 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_RR_MG DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Mail Group (MG)" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "&Mail group (uses parent domain if left blank):", IDC_RR_NAME_STATIC,7,7,238,8 EDITTEXT IDC_RR_NAME_EDIT,7,17,238,14,ES_AUTOHSCROLL LTEXT "&Fully qualified domain name (FQDN):",IDC_STATIC,7,38, 238,8 EDITTEXT IDC_RR_DOMAIN_EDIT,7,49,238,14,ES_AUTOHSCROLL | ES_READONLY 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 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_RR_MD DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "MD (Obsolete)" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "&Mail addressed to host or domain\n(optional, if blank uses parent domain name):", IDC_RR_NAME_STATIC,7,7,238,17 EDITTEXT IDC_RR_NAME_EDIT,7,25,238,14,ES_AUTOHSCROLL LTEXT "&Fully qualified domain name (FQDN):",IDC_STATIC,7,46, 238,8 EDITTEXT IDC_RR_DOMAIN_EDIT,7,57,238,14,ES_AUTOHSCROLL | ES_READONLY 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 "&Time to live (TTL):",IDC_STATIC_TTL,7,200,63,8 CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_RR_MF DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "MF (Obsolete)" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "&Mail addressed to host or domain \n(optional, if blank uses parent domain name):", IDC_RR_NAME_STATIC,7,7,238,16 EDITTEXT IDC_RR_NAME_EDIT,7,25,238,14,ES_AUTOHSCROLL LTEXT "&Fully qualified domain name (FQDN):",IDC_STATIC,7,47, 238,8 EDITTEXT IDC_RR_DOMAIN_EDIT,7,58,238,14,ES_AUTOHSCROLL | ES_READONLY 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 "&Time to live (TTL):",IDC_STATIC_TTL,7,200,63,8 CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_RR_MR DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Renamed Mailbox (MR)" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "&Mailbox (uses parent domain if left blank):", IDC_RR_NAME_STATIC,7,7,238,8 EDITTEXT IDC_RR_NAME_EDIT,7,17,238,14,ES_AUTOHSCROLL LTEXT "&Fully qualified domain name (FQDN):",IDC_STATIC,7,38, 238,8 EDITTEXT IDC_RR_DOMAIN_EDIT,7,49,238,14,ES_AUTOHSCROLL | ES_READONLY 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 "R&ecord 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 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_RR_MINFO DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Mailbox Information (MINFO)" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "&Mailbox (uses parent domain if left blank):", IDC_STATIC,7,6,238,8 EDITTEXT IDC_RR_NAME_EDIT,7,16,238,14,ES_AUTOHSCROLL LTEXT "&Fully qualified domain name (FQDN):",IDC_STATIC,7,38, 238,8 EDITTEXT IDC_RR_DOMAIN_EDIT,7,49,238,14,ES_AUTOHSCROLL | ES_READONLY 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 "Re&cord 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 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_RR_RP DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Responsible Person (RP)" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "&Host or domain (uses parent domain if left blank):", IDC_STATIC,7,7,238,8 EDITTEXT IDC_RR_NAME_EDIT,7,17,238,14,ES_AUTOHSCROLL LTEXT "&Fully qualified domain name (FQDN):",IDC_STATIC,7,38, 238,8 EDITTEXT IDC_RR_DOMAIN_EDIT,7,49,238,14,ES_AUTOHSCROLL | ES_READONLY 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 "R&ecord 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 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_RR_RT DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Route Through (RT)" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "&Host (uses parent domain if left blank):", IDC_RR_NAME_STATIC,7,7,238,8 EDITTEXT IDC_RR_NAME_EDIT,7,17,238,14,ES_AUTOHSCROLL LTEXT "&Fully qualified domain name (FQDN):",IDC_STATIC,7,38, 238,8 EDITTEXT IDC_RR_DOMAIN_EDIT,7,49,238,14,ES_AUTOHSCROLL | ES_READONLY 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 "R&ecord 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 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_RR_AFSDB DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "AFS Database (AFSDB)" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "&Host or domain (uses parent domain if left blank):", IDC_RR_NAME_STATIC,7,7,238,8 EDITTEXT IDC_RR_NAME_EDIT,7,17,238,14,ES_AUTOHSCROLL LTEXT "F&ully qualified domain name (FQDN):",IDC_STATIC,7,37, 238,8 EDITTEXT IDC_RR_DOMAIN_EDIT,7,49,238,14,ES_AUTOHSCROLL | ES_READONLY GROUPBOX "Server subtype",IDC_STATIC,7,69,238,62 CONTROL "A&FS volume location server",IDC_AFS_VLS_RADIO,"Button", BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,17,84,105,10 CONTROL "D&CE-authenticated name server",IDC_DCE_ANS_RADIO, "Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,17, 97,117,10 CONTROL "Th&e following subtype:",IDC_OTHER_RADIO,"Button", BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,17,113,88,10 EDITTEXT IDC_SUBTYPE_EDIT,122,111,114,14,ES_AUTOHSCROLL | ES_NUMBER | WS_GROUP LTEXT "&Server name:",IDC_STATIC,7,134,111,8 EDITTEXT IDC_NAME_EXCHANGE_EDIT,7,144,184,14,ES_AUTOHSCROLL PUSHBUTTON "&Browse...",IDC_BROWSE_BUTTON,195,144,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,163,141,10 LTEXT "&Record time stamp:",IDC_STATIC_TIME_STAMP,19,180,66,8 EDITTEXT IDC_TIME_EDIT,106,177,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 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_RR_WKS DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Well Known Service (WKS)" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "&Host (uses parent domain if left blank):", IDC_RR_NAME_STATIC,7,7,238,8 EDITTEXT IDC_RR_NAME_EDIT,7,17,238,14,ES_AUTOHSCROLL LTEXT "&Fully qualified domain name (FQDN):",IDC_STATIC,7,38, 238,8 EDITTEXT IDC_RR_DOMAIN_EDIT,7,49,238,14,ES_AUTOHSCROLL | ES_READONLY LTEXT "I&P address:",IDC_STATIC,7,71,55,8 CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,73,68,72, 14 GROUPBOX "Protocol",IDC_STATIC,7,90,238,31 CONTROL "T&CP",IDC_TCP_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,17,102,29, 10 CONTROL "&UDP",IDC_UDP_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,105,102,29,10 LTEXT "&Services (separated by blanks):",IDC_STATIC,7,129,238, 8 EDITTEXT IDC_SERVICES_EDIT,7,139,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,161,141,10 LTEXT "&Record time stamp:",IDC_STATIC_TIME_STAMP,19,178,66,8 EDITTEXT IDC_TIME_EDIT,92,175,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 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_RR_PTR DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Pointer (PTR)" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN LTEXT "Host I&P number:",IDC_RR_NAME_STATIC,7,7,238,8 CONTROL "",IDC_RR_NAME_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,7, 17,72,14 EDITTEXT IDC_RR_NAME_EDIT,88,17,158,14,ES_AUTOHSCROLL LTEXT "&Fully qualified domain name (FQDN):",IDC_STATIC,7,39, 238,8 EDITTEXT IDC_RR_DOMAIN_EDIT,7,49,238,14,ES_AUTOHSCROLL | ES_READONLY 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 CONTROL "All&ow any authenticated user to update all DNS records with the same name. This setting applies only to DNS records for a new name.", IDC_UPDATE_SECURITY_CHECK,"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,7,132,238,19 LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,60,8 CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_RR_SRV DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Service Location (SRV)" FONT 8, "MS Shell Dlg", 0, 0, 0x0 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 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 CONTROL "Allow any a&uthenticated user to update all DNS records with the same name. This setting applies only to DNS records for a new name.", IDC_UPDATE_SECURITY_CHECK,"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,7,176,238,19 LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,60,8 CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_NAME_SERVERS_PAGE DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Name Servers" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "To add name servers to the list, click Add.", IDC_STATIC_LIST_CAPTION,7,7,238,8 LTEXT "",IDC_STATIC_MESSAGE,7,17,237,8 LTEXT "&Name servers:",IDC_LIST_LABEL,7,27,237,8 CONTROL "List1",IDC_NS_LIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,7,39,238,124 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,177,169,68,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 DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "WINS-R" FONT 8, "MS Shell Dlg", 0, 0, 0x1 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_GROUP | 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,175,55,14 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_ZONE_WINS_ADVANCED DIALOGEX 0, 0, 199, 122 STYLE DS_SETFONT | DS_SHELLFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_CONTEXTHELP CAPTION "Advanced" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "Enter the default values:",IDC_STATIC,7,7,185,8 LTEXT "&Cache time-out:",IDC_STATIC,7,20,185,8 CONTROL "",IDC_CACHE_TIMEOUT_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,7, 30,85,14 LTEXT "(DDDDD:HH.MM.SS)",IDC_STATIC,99,33,73,8 LTEXT "&Lookup time-out:",IDC_STATIC,7,50,59,8 CONTROL "",IDC_LOOKUP_TIMEOUT_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,7, 60,85,14 LTEXT "(DDDDD:HH.MM.SS)",IDC_STATIC,99,63,73,8 CONTROL "&Submit DNS domain as NetBIOS scope",IDC_NETBIOS_CHECK, "Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,7,82,153,10 DEFPUSHBUTTON "OK",IDOK,88,101,50,14 PUSHBUTTON "Cancel",IDCANCEL,142,101,50,14 END
IDD_DELEGWIZ_DOMAIN_NAME DIALOGEX 0, 0, 317, 143 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_CAPTION | WS_TABSTOP CAPTION "New Delegation Wizard" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN LTEXT "Specify the name of the DNS domain you want to delegate.", 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 (FQDN):",IDC_STATIC,21,48, 273,8 EDITTEXT IDC_NEW_DOMAIN_FQDN,21,59,275,14,ES_AUTOHSCROLL | ES_READONLY END
IDD_SERVMON_TEST_PAGE DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | 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,238,8 CONTROL "A si&mple query against this DNS server", IDC_SIMPLE_QUERY_CHECK,"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_GROUP | 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 DIALOGEX 0, 0, 317, 143 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_CAPTION CAPTION "Configure DNS Server Wizard" FONT 8, "MS Shell Dlg", 0, 0, 0x1 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 DIALOGEX 0, 0, 317, 193 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_CAPTION CAPTION "Configure a DNS Server Wizard" FONT 8, "MS Shell Dlg", 0, 0, 0x1 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,34,195,24 LTEXT "Settings:",IDC_STATIC,115,63,194,8 LTEXT "<TODO, summary info>",IDC_SUMMARY_STATIC,115,73,194,50, SS_SUNKEN LTEXT "<if you see this message file a bug, it needs to be replaced in code>", IDC_FINISH_STATIC,114,128,196,48 LTEXT "To close this wizard, click Finish.",IDC_STATIC,114,178, 196,8 END
IDD_SERVWIZ_FWD_ZONE DIALOGEX 0, 0, 317, 143 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_CAPTION CAPTION "Configure a DNS Server Wizard" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "A forward lookup zone translates DNS names to IP addresses and network services. This is an essential function for most DNS servers.", IDC_STATIC,21,4,275,24 LTEXT "Do you want to create a forward lookup zone now?", IDC_STATIC,21,28,275,9,NOT WS_GROUP CONTROL "&Yes, create a forward lookup zone now (recommended)", IDC_ZONE_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,43,275,10 CONTROL "N&o, don't create a forward lookup zone now", IDC_NO_ZONE_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,56,275,10 LTEXT "For more information about forward lookup zones, click Help.", IDC_STATIC,21,125,275,16 END
IDD_SERVWIZ_REV_ZONE DIALOGEX 0, 0, 317, 143 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_CAPTION CAPTION "Configure a DNS Server Wizard" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "A reverse lookup zone translates IP addresses to DNS names. Reverse lookup zones are usually necessary only if programs require this information.", IDC_STATIC,21,1,275,16 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, don't create a reverse lookup zone now", IDC_NO_ZONE_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,52,275,10 LTEXT "For more information about reverse lookup zones, click Help.", IDC_STATIC,21,125,275,16 END
IDD_SEARCHING_DIALOG DIALOGEX 0, 0, 205, 85 STYLE DS_SETFONT | DS_SHELLFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN CONTROL "Animate2",IDC_SEARCH_ANIMATE,"SysAnimate32",ACS_CENTER | ACS_TRANSPARENT | ACS_AUTOPLAY | WS_TABSTOP,35,7,111,55, WS_EX_TRANSPARENT PUSHBUTTON "Cancel",IDCANCEL,148,64,50,14 END
IDD_ZWIZ_FINISH DIALOGEX 0, 0, 317, 193 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_CAPTION | WS_TABSTOP CAPTION "New Zone Wizard" FONT 8, "MS Shell Dlg", 0, 0, 0x1 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 "Note: You should now add records to the zone or ensure that records are updated dynamically. You can then verify name resolution using nslookup.", IDC_STATIC,115,130,189,32 LTEXT "To close this wizard and create the new zone, click Finish.", IDC_STATIC,115,170,195,16 END
IDD_ZWIZ_ZONE_LOOKUP DIALOGEX 0, 0, 317, 143 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_CAPTION CAPTION "New Zone Wizard" FONT 8, "MS Shell Dlg", 0, 0, 0x1 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,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 translates DNS names into IP addresses and provides information about available network services.", IDC_STATIC,33,28,263,24,NOT WS_GROUP LTEXT "A reverse lookup zone translates IP addresses into DNS names.", IDC_STATIC,33,71,263,16,NOT WS_GROUP END
IDD_ZWIZ_REV_ZONE_NAME DIALOGEX 0, 0, 317, 143 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_CAPTION CAPTION "New Zone Wizard" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN LTEXT "To identify the reverse lookup zone, type the network ID or the name of the zone.", IDC_STATIC,21,1,289,10 CONTROL "N&etwork ID:",IDC_USE_IP_RADIO,"Button", BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,12,289,10 CONTROL "Re&verse lookup zone name:",IDC_USE_EDIT_RADIO,"Button", BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,90,289,10 LTEXT "The network ID is the portion of the IP addresses that belongs to this zone. Enter the network ID in its normal (not reversed) order.", IDC_STATIC,33,39,277,24 LTEXT "If you use a zero in the network ID, it will appear in the zone name. For example, network ID 10 would create zone 10.in-addr.arpa, and network ID 10.0 would create zone 0.10.in-addr.arpa.", IDC_STATIC,33,63,277,24 CONTROL "",IDC_SUBNET_IPEDIT,"DNS_IPv4AddressCtrl",WS_GROUP | WS_TABSTOP,33,22,79,14 PUSHBUTTON "B&rowse...",IDC_BROWSE_BUTTON,116,22,50,14,NOT WS_VISIBLE | WS_DISABLED EDITTEXT IDC_EDIT_ZONE_NAME,33,100,128,14,ES_AUTOHSCROLL | WS_GROUP LTEXT "For more information on creating a reverse lookup zone, click Help.", IDC_STATIC,21,125,289,16 END
IDD_SELECT_RECORD_TYPE_DIALOG DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_MODALFRAME | DS_FIXEDSYS | 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_SETFONT | DS_SHELLFONT | DS_MODALFRAME | DS_FIXEDSYS | 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 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,NOT WS_GROUP 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_GROUP | WS_TABSTOP,7,121,301,10 DEFPUSHBUTTON "OK",IDOK,204,143,50,14,WS_GROUP PUSHBUTTON "Cancel",IDCANCEL,258,143,50,14 END
IDD_DELEGWIZ_FINISH DIALOGEX 0, 0, 317, 193 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_CAPTION | WS_TABSTOP CAPTION "New Delegation Wizard" FONT 8, "MS Shell Dlg", 0, 0, 0x1 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 DIALOGEX 0, 0, 317, 143 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "New Delegation Wizard" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "Specify the names and IP addresses of the DNS servers you want to have host the delegated zone.", IDC_STATIC,21,1,275,17 LTEXT "Name &servers:",IDC_STATIC,21,27,276,8 CONTROL "List1",IDC_NS_LIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,21,39,275,78 PUSHBUTTON "&Add...",IDC_ADD_NS_BUTTON,21,123,50,14 PUSHBUTTON "&Edit...",IDC_EDIT_NS_BUTTON,75,123,50,14 PUSHBUTTON "&Remove",IDC_REMOVE_NS_BUTTON,129,123,50,14 END
IDD_SERVWIZ_START DIALOGEX 0, 0, 317, 193 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_CAPTION CAPTION "Configure a DNS Server Wizard" FONT 8, "MS Shell Dlg", 0, 0, 0x1 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 creating forward and reverse lookup zones and by specifying root hints and forwarders.", IDC_STATIC,115,40,195,24 LTEXT "Before continuing, review the DNS checklists.", IDC_STATIC,115,73,195,16 PUSHBUTTON "&DNS Checklists",IDC_HELP_BUTTON,115,93,70,14 LTEXT "For more information about configuring DNS, click Help.", IDC_STATIC,115,117,195,16 LTEXT "To continue, click Next.",IDC_STATIC,115,133,192,8 END
IDD_DOMAIN_ADDNEWHOST DIALOGEX 0, 0, 227, 183 STYLE DS_SETFONT | DS_SHELLFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_CONTEXTHELP CAPTION "New Host" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "&Name (uses parent domain name if blank):", IDC_RR_NAME_STATIC,7,7,213,8 EDITTEXT IDC_RR_NAME_EDIT,7,17,213,14,ES_AUTOHSCROLL LTEXT "Fully qualified domain name (FQDN):",IDC_STATIC,7,38, 213,8 EDITTEXT IDC_RR_DOMAIN_EDIT,7,48,213,14,ES_AUTOHSCROLL | ES_READONLY 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_GROUP | WS_TABSTOP,7,98,213,10 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 LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,132,86,8 CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,7,142,85,14 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,102,145,85,8 DEFPUSHBUTTON "Add &Host",IDC_BUTTON_ADDHOST,116,162,50,14 PUSHBUTTON "",IDCANCEL,170,162,50,14 END
IDD_BROWSE_DIALOG DIALOGEX 0, 0, 252, 201 STYLE DS_SETFONT | DS_SHELLFONT | DS_MODALFRAME | DS_FIXEDSYS | 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 LTEXT "&Records:",IDC_STATIC,7,25,50,8 CONTROL "List1",IDC_LIST_NODE_ITEMS,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,7,38,238,91 LTEXT "&Selection:",IDC_STATIC,7,140,44,8 EDITTEXT IDC_SELECTION_EDIT,67,138,178,13,ES_AUTOHSCROLL | WS_DISABLED | NOT WS_TABSTOP LTEXT "Record &types:",IDC_STATIC,7,158,47,8 COMBOBOX IDC_COMBO_FILTER,67,156,178,50,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP DEFPUSHBUTTON "OK",IDOK,141,180,50,14 PUSHBUTTON "Cancel",IDCANCEL,195,180,50,14 LTEXT "<dummy>",IDC_TOOLBAR_CTRL,211,8,30,16 END
IDD_ZONE_ZONE_TRANSFER_PAGE DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Zone Transfers" FONT 8, "MS Shell Dlg", 0, 0, 0x1 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 DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "WINS" FONT 8, "MS Shell Dlg", 0, 0, 0x0 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_GROUP | 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_IP_STATIC,32,65,69,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,175,55,14 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_RR_NS_EDIT DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | 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 fully qualified domain name (FQDN):",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,180,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 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_CHOOSER_CHOOSE_MACHINE DIALOGEX 0, 0, 252, 107 STYLE DS_SETFONT | DS_SHELLFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Connect to DNS Server" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN CONTROL "&This computer",IDC_CHOOSER_RADIO_LOCAL_MACHINE,"Button", BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,16,19,229,10 CONTROL "T&he following computer:", IDC_CHOOSER_RADIO_SPECIFIC_MACHINE,"Button", BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,16,32,229,10 EDITTEXT IDC_CHOOSER_EDIT_MACHINE_NAME,28,45,163,14, ES_AUTOHSCROLL | WS_GROUP PUSHBUTTON "B&rowse...",IDC_CHOOSER_BUTTON_BROWSE_MACHINENAMES,195, 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,69,238,10 DEFPUSHBUTTON "OK",IDOK,141,86,50,14 PUSHBUTTON "Cancel",IDCANCEL,195,86,50,14 LTEXT "The Windows DNS server is running on:",IDC_STATIC,7,7, 128,8 END
IDD_ZWIZ_START DIALOGEX 0, 0, 317, 193 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_CAPTION CAPTION "New Zone Wizard" FONT 8, "MS Shell Dlg", 0, 0, 0x1 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,16 LTEXT "A zone translates DNS names to related data, such as IP addresses or network services.", IDC_STATIC,115,60,195,24 LTEXT "To continue, click Next.",IDC_STATIC,115,90,195,8 END
IDD_DELEGWIZ_START DIALOGEX 0, 0, 317, 193 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_CAPTION | WS_TABSTOP CAPTION "New Delegation Wizard" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "Welcome to the New Delegation Wizard", IDC_STATIC_WELCOME,115,8,189,24 LTEXT "This wizard helps you delegate authority for a subdomain to a different zone, either on this DNS server or on another DNS server. Zone delegation can help simplify administration.", IDC_STATIC,115,40,189,40 LTEXT "To continue, click Next.",IDC_STATIC,115,84,189,8 END
IDD_ZONE_GENERAL_CHANGE_TYPE_DATA_CONFLICT DIALOGEX 0, 0, 252, 108 STYLE DS_SETFONT | DS_SHELLFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Active Directory Service" FONT 8, "MS Shell Dlg", 0, 0, 0x1 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 | WS_GROUP | WS_TABSTOP,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,41,53,204,16 DEFPUSHBUTTON "OK",IDOK,141,87,50,14,WS_GROUP PUSHBUTTON "Cancel",IDCANCEL,195,87,50,14 ICON 32515,IDC_STATIC,7,7,20,20 END
IDD_FILTERING_NAME DIALOGEX 0, 0, 227, 156 STYLE DS_SETFONT | DS_SHELLFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_CONTEXTHELP CAPTION "Resource Records" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "Display resource records with the following names:", IDC_STATIC,7,5,213,8 CONTROL "All name&s",IDC_RADIO_FILTER_NONE,"Button", BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,7,22,46,10 CONTROL "&Names starting with:",IDC_RADIO_FILTER_STARTS,"Button", BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,7,40,89,10 CONTROL "Na&mes containing:",IDC_RADIO_FILTER_CONTAINS,"Button", BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,7,58,85,10 CONTROL "Nam&es in the following range:",IDC_RADIO_FILTER_RANGE, "Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,7,80, 119,10 EDITTEXT IDC_EDIT_FILTER_STARTS,120,38,100,14,ES_AUTOHSCROLL | WS_GROUP EDITTEXT IDC_EDIT_FILTER_CONTAINS,120,56,100,14,ES_AUTOHSCROLL LTEXT "&From name starting with:",IDC_STATIC,20,97,81,8 EDITTEXT IDC_EDIT_FILTER_RANGE_FROM,120,94,100,14,ES_AUTOHSCROLL LTEXT "&To name starting with:",IDC_STATIC,20,115,73,8 EDITTEXT IDC_EDIT_FILTER_RANGE_TO,120,112,100,14,ES_AUTOHSCROLL END
IDD_FILTERING_LIMITS DIALOGEX 0, 0, 227, 156 STYLE DS_SETFONT | DS_SHELLFONT | DS_MODALFRAME | DS_FIXEDSYS | 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 DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "ATM Address (ATMA)" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "&Host (uses parent domain if left blank):", IDC_RR_NAME_STATIC,7,7,237,8 EDITTEXT IDC_RR_NAME_EDIT,7,17,238,14,ES_AUTOHSCROLL LTEXT "&Fully qualified domain name (FQDN):",IDC_STATIC,7,38, 238,8 EDITTEXT IDC_RR_DOMAIN_EDIT,7,49,238,14,ES_AUTOHSCROLL | ES_READONLY 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 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_RR_NS_CACHE DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Name Server (NS)" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "&Server name:",IDC_RR_NAME_STATIC,7,6,238,8 EDITTEXT IDC_NAME_NODE_EDIT,7,16,238,14,ES_AUTOHSCROLL LTEXT "&Fully qualified domain name (FQDN):",IDC_STATIC,7,38, 238,8 EDITTEXT IDC_RR_DOMAIN_EDIT,7,49,238,14,ES_AUTOHSCROLL | ES_READONLY 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 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 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_ZONE_NOTIFY_SUBDIALOG DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_MODALFRAME | DS_FIXEDSYS | 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 Automatically Notify 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 | WS_TABSTOP,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,81,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,124,50,14,NOT WS_VISIBLE | WS_DISABLED PUSHBUTTON "Do&wn",IDC_BUTTON_DOWN,115,142,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_SETFONT | DS_SHELLFONT | DS_MODALFRAME | DS_FIXEDSYS | 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 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_SETFONT | DS_SHELLFONT | DS_MODALFRAME | DS_FIXEDSYS | 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 DIALOGEX 0, 0, 252, 111 STYLE DS_SETFONT | DS_SHELLFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Server Aging/Scavenging Confirmation" FONT 8, "MS Shell Dlg", 0, 0, 0x1 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 DIALOGEX 0, 0, 317, 143 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "New Zone Wizard" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "Dynamic updates enable DNS client computers to register and dynamically update their resource records with a DNS server whenever changes occur.\n\nSelect the type of dynamic updates you want to allow:", IDC_STATIC,21,1,289,39 CONTROL "Allow only &secure dynamic updates (recommended for Active Directory)", IDC_SECURE_DYNAMIC_RADIO,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,21,45,289,10 CONTROL "&Allow both nonsecure and secure dynamic updates", IDC_ALLOW_DYNAMIC_RADIO,"Button",BS_AUTORADIOBUTTON,21, 68,289,10 CONTROL "&Do not allow dynamic updates",IDC_DENY_DYNAMIC_RADIO, "Button",BS_AUTORADIOBUTTON,20,109,289,10 LTEXT "This option is available only for Active Directory-integrated zones.", IDC_STATIC,33,55,278,10 LTEXT "Dynamic updates of resource records are accepted from any client.", IDC_STATIC,33,78,278,8 ICON IDI_WARNING_ICON,IDC_STATIC,32,91,20,20,SS_REALSIZEIMAGE LTEXT "This option is a significant security vulnerability because updates can be accepted from untrusted sources.", IDC_STATIC,53,88,257,16 LTEXT "Dynamic updates of resource records are not accepted by this zone. You must update these records manually.", IDC_STATIC,32,119,278,16 END
IDD_SERVER_DOMAIN_FORWARDERS_PAGE DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Forwarders" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "Forwarders are servers that can resolve DNS queries not answered by this server. Forward queries for names in the following DNS domains.", IDC_STATIC_CAPTION,7,7,238,16 LTEXT "Forwarders are not available because this is a root server.", IDC_STATIC_MESSAGE,7,24,238,8 LTEXT "DNS do&main:",IDC_STATIC,8,35,78,8 LISTBOX IDC_DOMAIN_LIST,7,45,182,35,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP PUSHBUTTON "&New...",IDC_DOMAIN_ADD_BUTTON,195,45,50,14 PUSHBUTTON "R&emove",IDC_DOMAIN_REMOVE_BUTTON,195,63,50,14, WS_DISABLED LTEXT "To add a forwarder, select a DNS domain, type the forwarder's IP address below, and then click Add.", IDC_STATIC,7,82,238,16 LTEXT "Selected domain's forwarder I&P address list:", IDC_STATIC,7,103,238,8 CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,7,114,79, 14 PUSHBUTTON "A&dd",IDC_BUTTON_ADD,93,114,50,14,WS_DISABLED LISTBOX IDC_LIST,7,135,79,50,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP PUSHBUTTON "&Remove",IDC_BUTTON_REMOVE,93,135,50,14,WS_DISABLED PUSHBUTTON "&Up",IDC_BUTTON_UP,93,153,50,14,WS_DISABLED PUSHBUTTON "D&own",IDC_BUTTON_DOWN,93,171,50,14,WS_DISABLED LTEXT "Num&ber of seconds before forward queries time out:", IDC_FWD_TIMEOUT_STATIC,7,189,200,8 EDITTEXT IDC_FWD_TIMEOUT_EDIT,211,187,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,114,94,24 END
IDD_SERVWIZ_SM_FORWARDERS_PAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_CAPTION CAPTION "Configure a DNS Server Wizard" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "Should this DNS server forward queries?",IDC_STATIC,21, 1,283,8 CONTROL "&Yes, it should forward queries to DNS servers with the following IP addresses:", IDC_FORWARD_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,15,283,10 CONTROL "N&o, it should not forward queries", IDC_NO_FORWARDERS_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,68,283,10 CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_GROUP | WS_TABSTOP,33,28,79,14 CONTROL "",IDC_IPEDIT2,"DNS_IPv4AddressCtrl",WS_GROUP | WS_TABSTOP,33,46,79,14 LTEXT "(optional)",IDC_STATIC,120,49,184,8 LTEXT "If this server is not configured to use forwarders, it can still resolve names using root name servers.", IDC_STATIC,33,83,271,24 LTEXT "For more information about forwarders, click Help.", IDC_STATIC,21,125,283,16 END
IDD_SERVWIZ_SM_ZONE_TYPE_PAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_CAPTION CAPTION "Configure a DNS Server Wizard" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "Which DNS server maintains your primary forward lookup zone?", IDC_STATIC,21,1,289,16,NOT WS_GROUP CONTROL "&This server maintains the zone",IDC_PRIMARY_RADIO, "Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,22,289,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,50,289,10 LTEXT "The wizard will help you create a primary forward lookup zone.", IDC_STATIC,33,32,277,16 LTEXT "The wizard will help you create a secondary forward lookup zone.", IDC_STATIC,33,60,277,16 LTEXT "For more information about maintaining DNS server zones, click Help.", IDC_STATIC,21,125,243,16 END
IDD_SERVWIZ_SCENARIO_PAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_CAPTION CAPTION "Configure a DNS Server Wizard" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "Select the action you would like this wizard to perform:", IDC_STATIC,21,1,278,8,NOT WS_GROUP CONTROL "Create a &forward lookup zone (recommended for small networks)", IDC_SMALL_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,15,278,10 CONTROL "Create forward and &reverse lookup zones (recommended for large networks)", IDC_MEDIUM_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_TABSTOP,21,55,278,10 CONTROL "&Configure root hints only (recommended for advanced users only)", IDC_MANUALLY_RADIO,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,21,95,278,10 LTEXT "This server is authoritative for the DNS names of local resources but forwards all other queries to an ISP or other DNS servers. The wizard will configure the root hints but not create a reverse lookup zone.", IDC_STATIC,33,25,266,24 LTEXT "This server can be authoritative for forward and reverse lookup zones. It can be configured to perform recursive resolution, forward queries to other DNS servers, or both. The wizard will configure the root hints.", IDC_STATIC,33,65,266,24 LTEXT "The wizard will configure the root hints only. You can later configure forward and reverse lookup zones and forwarders.", IDC_STATIC,33,105,266,24 END
IDD_SERVER_NEW_DOMAIN_FORWARDER DIALOGEX 0, 0, 213, 74 STYLE DS_SETFONT | DS_SHELLFONT | DS_MODALFRAME | DS_FIXEDSYS | 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 DNS domain.", IDC_STATIC,7,7,198,8 LTEXT "&DNS domain:",IDC_STATIC,7,20,198,8 EDITTEXT IDC_DOMAIN_NAME_EDIT,7,30,198,14,ES_AUTOHSCROLL DEFPUSHBUTTON "OK",IDOK,101,53,50,14 PUSHBUTTON "Cancel",IDCANCEL,155,53,50,14 END
IDD_MULTISELECT_ERROR_DIALOG DIALOGEX 0, 0, 261, 186 STYLE DS_SETFONT | DS_SHELLFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Title" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN 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 DEFPUSHBUTTON "OK",IDOK,204,165,50,14 END
IDD_RR_KEY DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Key (KEY)" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN 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 "&FQDN:",IDC_STATIC,157,7,88,8 EDITTEXT IDC_RR_DOMAIN_EDIT,157,17,88,14,ES_AUTOHSCROLL | ES_READONLY 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 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_RR_SIG DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Signature (SIG)" FONT 8, "MS Shell Dlg", 0, 0, 0x1 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 "&FQDN:",IDC_STATIC,160,7,85,8 EDITTEXT IDC_RR_DOMAIN_EDIT,160,17,85,14,ES_AUTOHSCROLL | ES_READONLY 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 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_RR_NXT DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Next (NXT)" FONT 8, "MS Shell Dlg", 0, 0, 0x1 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 "&FQDN:",IDC_STATIC,160,7,85,8 EDITTEXT IDC_RR_DOMAIN_EDIT,160,17,85,14,ES_AUTOHSCROLL | ES_READONLY 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 "R&ecord 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 LTEXT "(DDDDD:HH.MM.SS)",IDC_TTL_LABEL,170,200,75,8 END
IDD_COPY_ROOTHINTS_DIALOG DIALOGEX 0, 0, 186, 73 STYLE DS_SETFONT | DS_SHELLFONT | DS_MODALFRAME | DS_FIXEDSYS | 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 IP address:",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 DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Event Logging" FONT 8, "MS Shell Dlg", 0, 0, 0x1 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 | WS_GROUP | WS_TABSTOP,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_SETFONT | DS_SHELLFONT | DS_MODALFRAME | DS_FIXEDSYS | 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,88,50,14,WS_DISABLED PUSHBUTTON "D&own",IDC_BUTTON_DOWN,93,106,50,14,WS_DISABLED DEFPUSHBUTTON "OK",IDOK,75,136,50,14 PUSHBUTTON "Cancel",IDCANCEL,129,136,50,14 END
IDD_ZWIZ_STORAGE DIALOGEX 0, 0, 317, 143 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_CAPTION | WS_TABSTOP CAPTION "New Zone Wizard" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "Do you want to create a new zone file or use an existing file that you have copied from another DNS server?", 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,21,61,275,10 EDITTEXT IDC_EDIT_NEW_FILE,32,39,198,14,ES_AUTOHSCROLL | WS_GROUP EDITTEXT IDC_EDIT_IMPORT_FILE,32,76,198,14,ES_AUTOHSCROLL LTEXT "To use this existing file, ensure that it has been copied to the folder %SystemRoot%\\system32\\dns on this server, and then click Next.", IDC_STATIC,32,98,264,24 END
IDD_ZONE_GENERAL_CHANGE_REPLICATION DIALOGEX 0, 0, 290, 165 STYLE DS_SETFONT | DS_SHELLFONT | DS_MODALFRAME | DS_FIXEDSYS | 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 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 | WS_TABSTOP,7,18,276,18 CONTROL "T&o all DNS servers in the %s Active Directory domain", IDC_DOMAIN_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,7,36,276,18 CONTROL "To all &domain controllers in the %s Active Directory domain", IDC_DOMAIN_DC_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,7,54,276,18 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,94,276,18 LTEXT "Choose this option if the zone should be loaded by Windows 2000 DNS servers running on the domain controllers in the same domain.", IDC_STATIC,20,72,263,16 LTEXT "Application di&rectory partition name:", IDC_CUSTOM_STATIC,19,113,264,8 COMBOBOX IDC_CUSTOM_COMBO,19,123,264,43,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP DEFPUSHBUTTON "OK",IDOK,179,144,50,14,WS_GROUP PUSHBUTTON "Cancel",IDCANCEL,233,144,50,14 END
IDD_ZONE_GENERAL_PAGE_NDNC DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "General" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN LTEXT "Status:",IDC_STATIC,7,10,31,8 LTEXT "Running\nPaused\nExpired",IDC_STATUS_STATIC,47,10,143,8 PUSHBUTTON "",IDC_PAUSE_START_BUTTON,195,7,50,14 LTEXT "Type:",IDC_STATIC,7,28,32,8 LTEXT "Primary\nActive Directory-Integrated\nSecondary\nStub", IDC_TYPE_STATIC,47,28,145,8 PUSHBUTTON "&Change...",IDC_CHANGE_TYPE_BUTTON,195,25,50,14 LTEXT "Replication:",IDC_REPL_LABEL_STATIC,7,46,39,8 LTEXT "All domain controllers in this domain", IDC_REPLICATION_STATIC,47,46,146,16 PUSHBUTTON "C&hange...",IDC_CHANGE_REPL_BUTTON,195,43,50,14 CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,65, 237,1 LTEXT "&Zone file name:\nData is stored in Active Directory.", IDC_STORAGE_STATIC,7,68,237,8 ICON IDI_WARNING_ICON,IDC_WARNING_ICON_STATIC,7,112,20,20,SS_REALSIZEIMAGE LTEXT "Allowing nonsecure dynamic updates is a significant security vulnerability because updates can be accepted from untrusted sources.", IDC_WARNING_TEXT_STATIC,27,112,222,24 EDITTEXT IDC_FILE_NAME_EDIT,7,79,237,14,ES_AUTOHSCROLL LTEXT "I&P address:",IDC_STATIC_IP,7,96,84,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 LTEXT "Dy&namic 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,143,178,8,NOT WS_VISIBLE | WS_DISABLED PUSHBUTTON "A&ging...",IDC_AGING_BUTTON,194,140,50,14,NOT WS_VISIBLE | WS_DISABLED 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 "&Up",IDC_MASTERS_BUTTON_UP,92,145,50,14,WS_DISABLED PUSHBUTTON "D&own",IDC_MASTERS_BUTTON_DOWN,92,163,50,14,WS_DISABLED PUSHBUTTON "&Find Names",IDC_FIND_MASTERS_NAMES_BUTTON,146,127,50, 14 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 END
IDD_SERVER_DEBUG_LOGGING_PAGE DIALOGEX 0, 0, 252, 218 STYLE DS_SETFONT | DS_SHELLFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Debug Logging" FONT 8, "MS Shell Dlg", 0, 0, 0x0 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,73,51,20,20,WS_GROUP LTEXT "select at least one",IDC_SELECT1_STATIC,90,53,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,20,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,20,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,20,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,90,174,146,14,ES_AUTOHSCROLL LTEXT "&Maximum size (bytes):",IDC_MAXSIZE_STATIC,14,195,75,8 EDITTEXT IDC_MAX_SIZE_EDIT,90,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 "res\\dnssnap.ico" IDI_BRACE ICON "res\\brace.ico" IDI_WARNING_ICON ICON "res\\warning.ico"
///////////////////////////////////////////////////////////////////////////// // // DESIGNINFO //
#ifdef APSTUDIO_INVOKED GUIDELINES DESIGNINFO BEGIN IDD_ZWIZ_MASTERS, DIALOG BEGIN VERTGUIDE, 21 END
IDD_ZWIZ_AD_REPLICATION, DIALOG BEGIN LEFTMARGIN, 21 RIGHTMARGIN, 310 VERTGUIDE, 34 TOPMARGIN, 1 BOTTOMMARGIN, 136 END
IDD_ZWIZ_SELECT_SERVER, DIALOG BEGIN VERTGUIDE, 21 VERTGUIDE, 296 END
IDD_ZWIZ_FWD_ZONE_NAME, DIALOG BEGIN RIGHTMARGIN, 310 VERTGUIDE, 22 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 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_MD, DIALOG BEGIN LEFTMARGIN, 7 TOPMARGIN, 7 END
IDD_RR_MF, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 245 VERTGUIDE, 166 VERTGUIDE, 172 TOPMARGIN, 7 BOTTOMMARGIN, 211 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 TOPMARGIN, 7 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, 192 TOPMARGIN, 7 BOTTOMMARGIN, 115 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_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 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_SERVWIZ_START, DIALOG BEGIN RIGHTMARGIN, 310 VERTGUIDE, 115 BOTTOMMARGIN, 186 END
IDD_DOMAIN_ADDNEWHOST, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 220 TOPMARGIN, 7 BOTTOMMARGIN, 176 HORZGUIDE, 11 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 VERTGUIDE, 7 VERTGUIDE, 16 VERTGUIDE, 28 HORZGUIDE, 7 HORZGUIDE, 100 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 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, 304 VERTGUIDE, 21 VERTGUIDE, 33 END
IDD_SERVWIZ_SM_ZONE_TYPE_PAGE, DIALOG BEGIN RIGHTMARGIN, 310 VERTGUIDE, 21 END
IDD_SERVWIZ_SCENARIO_PAGE, DIALOG BEGIN RIGHTMARGIN, 299 VERTGUIDE, 21 VERTGUIDE, 33 END
IDD_SERVER_NEW_DOMAIN_FORWARDER, DIALOG BEGIN VERTGUIDE, 7 VERTGUIDE, 205 BOTTOMMARGIN, 67 END
IDD_MULTISELECT_ERROR_DIALOG, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 254 TOPMARGIN, 7 BOTTOMMARGIN, 179 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 VERTGUIDE, 32 TOPMARGIN, 1 END
IDD_ZONE_GENERAL_CHANGE_REPLICATION, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 283 VERTGUIDE, 20 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 "res\\search.avi"
///////////////////////////////////////////////////////////////////////////// // // String Table //
STRINGTABLE BEGIN IDS_SNAPIN_NAME "DNS" IDS_SNAPIN_NAME_EX "DNS Extension" IDS_ZONENAME_INFO "The zone name specifies the portion of the DNS namespace for which this server is authoritative. It might be your organization's domain name (for example, microsoft.com) or a portion of the domain name (for example, newzone.microsoft.com). The zone name is not the name of the DNS server." IDS_SERVWIZ_FINISH_NOTE_PREAMBLE "Configure the hosts that will use this DNS server to point to this DNS server for name resolution, and then verify name resolution using nslookup." IDS_SERVWIZ_FINISH_NOTE_PRIMARY_SUFFIX " If you added a new primary zone, add resource records to it for the hosts whose names need to be resolved by this DNS server." 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. Provide a master DNS server IP address for the domain %s." IDS_SERVER_CREATE_NDNC "Crea&te Default Application Directory Partitions...\nCreates a the default application directory partitions to store DNS zone data." IDS_ROOT_HINTS_NODE_DISPLAY_NAME "Root Hints" 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 Active Directory 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 Active Directory forest %s?" END
STRINGTABLE 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_SERVER_NSLOOKUP "L&aunch nslookup\nLaunches the nslookup command-line utility." 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 DNS domain under the current domain." IDS_DOMAIN_NEW_NEW_DELEGATION "New Dele&gation...\nCreate a new delegated DNS domain." IDS_SERVER_UPDATE_DATA_FILES "&Update Server Data Files\nSend command to server to update files." IDS_DOMAIN_NEW_NEW_HOST "New Ho&st (A)...\nCreate a new host resource record." END
STRINGTABLE 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 "Scave&nge Stale Resource Records\nSend command to server to start scavenging of stale resource records." END
STRINGTABLE BEGIN IDS_RECORD_INFO_A "Host (A)\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 (NS)\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 (CNAME)\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 (SOA)\nDescription for Start of Authority" IDS_RECORD_INFO_MB "Mailbox (MB)\nMailbox (MB) record. Maps a specified domain mailbox name to a host that hosts this mailbox. (RFC 1035)" IDS_RECORD_INFO_MG "Mail Group (MG)\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 (MR)\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 (WKS)\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, multiple WKS records are used. (RFC 1035)" IDS_RECORD_INFO_PTR "Pointer (PTR)\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 (HINFO)\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 (MINFO)\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 (MX)\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 (TXT)\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 BEGIN IDS_RECORD_INFO_RP "Responsible Person (RP)\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 (AFSDB)\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 (RT)\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 (KEY)\nPublic key (KEY) record. Stores a public key that is related to a DNS 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 (AAAA)\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 (ATMA)\nATM address (ATMA) record. Maps a DNS domain name to an ATM address." IDS_RECORD_INFO_WINS "WINS Lookup\nWINS Record" END
STRINGTABLE BEGIN IDS_RECORD_INFO_NBSTAT "WINS Reverse Lookup (WINS-R)\nWINS-R Information Record" IDS_RECORD_INFO_SIG "Signature (SIG)\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 DNS 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 (SRV)\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 (NXT)\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_RECORD_DATA_UNK "Unknown - view properties for more info" IDS_TIME_AGING_INTERVAL_UNITS "hours\ndays" END
STRINGTABLE 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 Fully Qualified Domain Name (FQDN)\nIP Address" IDS_TEST_LISTVIEW_HEADERS "Date\nTime\nSimple Query\nRecursive Query" IDS_NSPAGE_ROOT_HINTS "Root Hints" END
STRINGTABLE 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 BEGIN IDS_MSG_SERVER_DELETE "Do you want to delete the server %s from the server list?" 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 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 DNS Server...\nAdd a server name to the list of administered Windows DNS servers." IDS_SNAPIN_FILTERING_TITLE "Filter" IDS_FILTER_ENABLED "[Filter Activated]" END
STRINGTABLE BEGIN IDS_MSG_ZWIZ_FAIL "The zone cannot be created." END
STRINGTABLE 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 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 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 "Searching for Root Hints" 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 or Windows Server 2003 family DNS server. This DNS Management Console can administer only Windows 2000 or Windows Server 2003 family DNS servers." IDS_MSG_SERVWIZ_FAIL_CONTACT_ADD "%s. Would you like to add it anyway?" END
STRINGTABLE 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 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" END
STRINGTABLE BEGIN IDS_SERVER_ADV_PP_OPTIONS "Disable recursion (also disables forwarders)\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" END
STRINGTABLE 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 BEGIN IDS_MSG_DELEGWIZ_SUDOMAIN_EXISTS "A DNS domain or delegation by this name already exists. To change an existing delegation, right-click on the delegation and select Properties. To change a DNS domain into a delegation, delete the domain and then create the delegation." IDS_MSG_DELEGWIZ_NS_RECORD_FAILED "The name server (NS) 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 "Authority for the DNS domain you supply will be delegated to a different zone." 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 is the name of 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 Name" END
STRINGTABLE 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_ZONE_SOA_UPDATE_FAILED "The start of authority (SOA) record cannot be updated." IDS_MSG_ZONE_DELETE "Do 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 "Do you no longer want this zone to be Active Directory integrated?" END
STRINGTABLE BEGIN IDS_MSG_DOMAIN_DELETE "Do you want to delete the DNS domain %s from the server?" IDS_MSG_DOMAIN_FAIL_CREATE "The DNS domain cannot be created." IDS_MSG_DOMAIN_FAIL_DELETE "The DNS domain cannot be deleted." IDS_MSG_DOMAIN_EXISTS "A DNS domain or record of this name already exists. To create a record with the same name as the DNS domain, select the domain and then create the record." IDS_MSG_SERVER_CONFIRM_SCAVENGE "Do 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 Active Directory and the DNS server. The forwarder will also be deleted from all DNS servers that load this forwarder from Active Directory.\nClick No if you want only to delete the forwarder from this server, but leave the forwarder data in 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 Active Directory. The forwarder also will be deleted from all DNS servers that load this forwarder from Active Directory.\n\nClick Yes if you want to remove the forwarder from both Active Directory and the DNS server.\nClick No if you don't want to remove the forwarder." END
STRINGTABLE BEGIN IDS_MSG_RECORD_DELETE "Do 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_NS_NO_IP "This name server (NS) 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 "Do you want to delete the host record %s [%s]?" IDS_MSG_RECORD_NS_RESOLVE_IP "An IP address associated with the given name server (NS) 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 BEGIN IDS_MSG_CONT_CLOSE_SHEET "This folder or one of its children has one or more property sheets open. The operation cannot continue until the property sheets are closed." 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. To 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 BEGIN IDS_ZWIZ_REV_ZONE_NAME_SUBTITLE "A reverse lookup zone translates 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 DNS server." 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 running the New Zone Wizard in the DNS console." 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 running the New Zone Wizard in the DNS console." 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 BEGIN IDS_ZONE_PRIMARY_DYN_UPD_OPTIONS "None\nNonsecure and secure\nSecure only" END
STRINGTABLE 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 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 problem occurred." IDS_DNS_ERROR_ZONE_HAS_NO_SOA_RECORD "The zone has no start of authority (SOA) record." IDS_DNS_ERROR_ZONE_HAS_NO_NS_RECORDS "The zone has no name server (NS) 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 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 BEGIN IDS_DNS_ERROR_NAME_NOT_IN_ZONE "The name is not in the zone." IDS_DNS_ERROR_CNAME_COLLISION "An alias (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 pointer (PTR) record was not created." IDS_DNS_WARNING_DOMAIN_UNDELETED "Warning: The DNS 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 BEGIN IDS_MSG_ZONE_WARNING_CHANGE_TYPE_TO_DS "Do 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. The zone cannot be deleted until all property sheets are closed." IDS_MSG_ZONE_FAIL_TRANSFER "The zone transfer was not executed." IDS_MSG_ZONE_RELOAD "Do 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 Active Directory and the DNS server. The zone will also be deleted from all DNS servers that load this zone from Active Directory.\nClick No if you want only to delete the zone from this server, but leave the zone data in 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 Active Directory. The zone also will be deleted from all DNS servers that load this zone from Active Directory.\n\nClick Yes if you want to remove the zone from both 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 "Do you want to delete the selected records from the server?" END
STRINGTABLE 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, which 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 and non-Windows Server 2003 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, which 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 and non-Windows Server 2003 DNS servers.\n\nDo you still want to apply these settings to this Standard Primary zone?" END
STRINGTABLE 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 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. Refer to RFC 2535 for more information." END
STRINGTABLE BEGIN IDS_DOMAIN_NEW_NEW_ALIAS "New &Alias (CNAME)...\nCreate a new alias resource record." IDS_DOMAIN_NEW_NEW_MX "New &Mail Exchanger (MX)...\nCreate a new mail exchanger record." IDS_DOMAIN_NEW_NEW_PTR "New &Pointer (PTR)...\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 BEGIN IDS_UNKNOWN "Unknown" IDS_ZONE_TYPE_STUB_DS "Active Directory-Integrated Stub" IDS_ROOT_ZONE_LABEL "(root)" IDS_ERR_PRIME_ROOT_HINTS "The Configure a DNS Server Wizard could not configure root hints. To configure root hints manually or copy them from another server, in the server properties, select the Root Hints tab." END
STRINGTABLE 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. Enter a valid refresh interval." IDS_MSG_INVALID_NOREFRESH_INTERVAL "The no refresh interval cannot be blank or zero. Enter a valid no refresh interval." END
STRINGTABLE BEGIN IDS_MESSAGE_VIEW_NO_SERVER_MESSAGE "The Domain Name System (DNS) is a hierarchical naming system used for locating computers and network services. DNS is best known for translating friendly DNS domain names to IP addresses and network services.\n\nTo add a DNS server, on the Action menu, click Connect to DNS Server.\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 network services. DNS is best known for translating friendly DNS domain names to IP addresses and network services.\n\nThis DNS server has not been configured. Configuration includes creating forward and reverse lookup zones and specifying root hints and forwarders.\n\nTo configure the DNS server, on the Action menu, click Configure a DNS server.\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. \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 problems, 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 Help.\n" END
STRINGTABLE 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 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 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 a problem while attempting to load the zone. The zone data may not be available in Active Directory, or the zone data is corrupt.\n\nCorrect the problem then either press F5, or on the Action menu, click Refresh.\n\nFor more information about troubleshooting DNS zone problems, see Help.\n" IDS_MESSAGE_VIEW_ZONE_NOT_LOADED_PRIMARY_MESSAGE "The DNS server encountered a problem while attempting to load the zone. The zone file may not be found, or the zone data is corrupt.\n\nCorrect the problem then either press F5, or on the Action menu, click Refresh.\n\nFor more information about troubleshooting DNS zone problems, see Help.\n" IDS_MESSAGE_VIEW_ZONE_NOT_LOADED_SECONDARY_MESSAGE "The DNS server encountered a problem while attempting to load the zone. The transfer of zone data from the master server failed.\n\nCorrect the problem then either press F5, or on the Action menu, click Refresh.\n\nFor more information about troubleshooting DNS zone problems, see 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 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, 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 "You should now enter this DNS server as the preferred DNS server in the TCP/IP properties of each network resource that will use it, and then verify name resolution using nslookup." IDS_MSG_RECORD_WARNING_NS_NOT_FQDN "To create a valid name server (NS) resource record, you must enter the fully qualified domain name (FQDN) for a name server, for example, ""nameserver.microsoft.com.""." END
STRINGTABLE BEGIN IDS_NEW_DOMAIN_INST1 "&Type the new DNS 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 BEGIN IDS_MSG_ZONE_INVALID_NAME "%s may not be a valid zone name. Do want to continue anyway?" IDS_MSG_RECORD_WARNING_DUPLICATE_RECORD "There can be only one record with this name. Would you like to remove the previous record with this name and replace it with the new record?" END
STRINGTABLE BEGIN IDS_ZWIZ_DYNAMIC_SUBTITLE "You can specify that this DNS zone accepts secure, nonsecure, or no dynamic updates." IDS_ZWIZ_ADREPLICATION_TITLE "Active Directory Zone Replication Scope" IDS_ZWIZ_ADREPLICATION_SUBTITLE "You can select how you want DNS data replicated throughout your network." END
STRINGTABLE BEGIN IDS_SERVWIZ_SMALL_ZONE_TYPE_TITLE "Primary Server Location" IDS_SERVWIZ_SMALL_ZONE_TYPE_SUBTITLE "You can choose where the DNS data is maintained for your network resources." IDS_SERVWIZ_SCENARIO_TITLE "Select Configuration Action" IDS_SERVWIZ_SCENARIO_SUBTITLE "You can choose the lookup zone types that are appropriate to your network size. Advanced administrators can configure root hints." IDS_SERVWIZ_FORWARDERS_TITLE "Forwarders" IDS_SERVWIZ_FORWARDERS_SUBTITLE "Forwarders are DNS servers to which this server sends queries that it cannot answer." 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 BEGIN IDS_OTHER_DOMAINS "All other DNS domains" IDS_RECORD "Record" IDS_ERROR "Error" IDS_MSG_DOMAIN_FORWARDER_ILLEGAL_NAME "A problem occurred while trying to add the conditional forwarder %s." END
STRINGTABLE 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 BEGIN IDS_MULTISELECT_ERROR_DIALOG_TITLE "Multiple Delete Errors" IDS_MULTISELECT_ERROR_DIALOG_CAPTION "One or more problems occurred while trying to delete the following records or DNS domains." IDS_MULTISELECT_ERROR_DIALOG_COLUMN_HEADER "Record/Domain" END
STRINGTABLE BEGIN IDS_ERRMSG_WKS_INVALID_DATA "The well known service could not be found or is misconfigured. Type a valid service name." END
STRINGTABLE 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_ZONE "Zone control" IDS_STRONG "Strong update" IDS_UNIQUE "Unique name update" END
STRINGTABLE 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 BEGIN IDS_PROTOCOL_TLS "TLS" IDS_PROTOCOL_EMAIL "Email" IDS_PROTOCOL_DNSSEC "DNSSEC" IDS_PROTOCOL_IPSEC "IPSEC" IDS_PROTOCOL_ALL "All" END
STRINGTABLE BEGIN IDS_DISABLED_FWDS_NO_RECURSION "Forwarders are not available because this server does not use recursion." IDS_DISABLED_FWDS_DOWNLEVEL "Conditional forwarding is not available because this server is a downlevel server." END
STRINGTABLE BEGIN IDS_MSG_SIG_LABEL_RANGE "The label field can contain only integers between 0 and 127. The value has been changed to 127." END
STRINGTABLE 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 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 BEGIN IDS_ZWIZ_AD_REPL_FORMAT "To all d&omain controllers in the Active Directory domain %s" IDS_ZWIZ_AD_DOMAIN_FORMAT "To all &DNS servers in the Active Directory domain %s" IDS_ZWIZ_AD_FOREST_FORMAT "To &all DNS servers in the Active Directory forest %s" IDS_ZONE_REPLICATION_FOREST_TEXT "All DNS servers in the Active Directory forest" IDS_ZONE_REPLICATION_DOMAIN_TEXT "All DNS servers in the Active Directory domain" IDS_ZONE_REPLICATION_W2K_TEXT "All domain controllers in the Active Directory domain" IDS_ZONE_REPLICATION_CUSTOM_TEXT "All domain controllers in user-defined scope" IDS_ZONE_REPLICATION_NONDS_TEXT "Not an Active Directory-integrated zone" IDS_QUESTION_MARK "?" END
STRINGTABLE BEGIN IDS_ERROR_ZONE_REPLTYPE "The replication scope could not be set. For more information, see ""DNS zone replication in Active Directory"" in Help and Support. The error was: \r\n" END
STRINGTABLE BEGIN IDS_ERRMSG_CREATE_DOMAIN_NDNC "The partition to replicate zone data to all DNS servers in the Active Directory domain was not created." IDS_ERRMSG_CREATE_FOREST_NDNC "The partition to replicate zone data to all DNS servers in the Active Directory 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 Enterprise Administrators have 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 click Replicate to All Domain Controllers in the Active Directory Domain option.\n\nFor more information about creating DNS application partitions and storing zones in domain containers, see Help." 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 Enterprise Administrators have 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 click Replicate to All Domain Controllers in the Active Directory Domain option.\n\nFor more information about creating DNS application partitions and storing zones in domain containers, see Help." IDS_PERIOD "." IDS_FORWARDERS_NODE_DISPLAY_NAME "Forwarders" IDS_DNS_EVENTS "DNS Events" END
#endif // English (U.S.) resources /////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. //
///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED
|