Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3775 lines
182 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include ""afxres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "\r\n"
  36. "\0"
  37. END
  38. #endif // APSTUDIO_INVOKED
  39. /////////////////////////////////////////////////////////////////////////////
  40. //
  41. // Bitmap
  42. //
  43. IDB_16x16 BITMAP DISCARDABLE "res\\16by16.bmp"
  44. IDB_32x32 BITMAP DISCARDABLE "res\\32by32.bmp"
  45. IDB_WIZBANNER BITMAP DISCARDABLE "res\\wzbanner.bmp"
  46. IDB_WIZWATERMARK BITMAP DISCARDABLE "res\\wzwater.bmp"
  47. IDB_BROWSE_TOOLBAR BITMAP DISCARDABLE "res\\up.bmp"
  48. IDB_ABOUT_16x16 BITMAP DISCARDABLE "res\\about_16.bmp"
  49. IDB_ABOUT_OPEN_16x16 BITMAP DISCARDABLE "res\\about_op.bmp"
  50. IDB_ABOUT_32x32 BITMAP DISCARDABLE "res\\about_32.bmp"
  51. IDB_TOOLBAR_BUTTONS BITMAP DISCARDABLE "res\\tbbutton.bmp"
  52. /////////////////////////////////////////////////////////////////////////////
  53. //
  54. // Dialog
  55. //
  56. IDD_ZWIZ_MASTERS DIALOG DISCARDABLE 0, 0, 317, 143
  57. STYLE DS_CONTROL | WS_CHILD | WS_CAPTION | WS_TABSTOP
  58. CAPTION "New Zone Wizard"
  59. FONT 8, "MS Shell Dlg"
  60. BEGIN
  61. LTEXT "Specify the DNS servers from which you want to copy the zone. Servers are contacted in the order shown.",
  62. IDC_STATIC,21,1,275,16
  63. LTEXT "I&P address:",IDC_STATIC,21,24,60,8
  64. CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,21,34,79,
  65. 14
  66. PUSHBUTTON "&Add",IDC_BUTTON_ADD,106,34,50,14,WS_DISABLED
  67. PUSHBUTTON "B&rowse...",IDC_BROWSE_BUTTON,162,34,50,14
  68. LISTBOX IDC_LIST,21,56,79,69,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  69. WS_VSCROLL | WS_TABSTOP
  70. PUSHBUTTON "R&emove",IDC_BUTTON_REMOVE,106,56,50,14,WS_DISABLED
  71. PUSHBUTTON "&Up",IDC_BUTTON_UP,106,74,50,14,WS_DISABLED
  72. PUSHBUTTON "&Down",IDC_BUTTON_DOWN,106,92,50,14,WS_DISABLED
  73. CONTROL "U&se the above servers to create a local list of master servers",
  74. IDC_LOCAL_LIST_CHECK,"Button",BS_AUTOCHECKBOX | NOT
  75. WS_VISIBLE | WS_DISABLED | WS_TABSTOP,21,128,271,10
  76. END
  77. IDD_ZWIZ_ZONE_TYPE DIALOG DISCARDABLE 0, 0, 317, 143
  78. STYLE DS_CONTROL | WS_CHILD | WS_CAPTION | WS_TABSTOP
  79. CAPTION "New Zone Wizard"
  80. FONT 8, "MS Shell Dlg"
  81. BEGIN
  82. LTEXT "Select the type of zone you want to create:",IDC_STATIC,
  83. 21,1,275,8
  84. CONTROL "&Primary zone",IDC_RADIO_PRIMARY_ZONE,"Button",
  85. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
  86. WS_TABSTOP,21,16,275,10
  87. CONTROL "&Secondary zone",IDC_RADIO_SECONDARY,"Button",
  88. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_TABSTOP,
  89. 21,41,275,10
  90. CONTROL "St&ub zone",IDC_RADIO_STUB,"Button",BS_AUTORADIOBUTTON |
  91. BS_TOP | BS_MULTILINE | WS_TABSTOP,21,72,275,10
  92. CONTROL "Store the zone in &Active Directory (available only if DNS server is a domain controller)",
  93. IDC_ADINT_CHECK,"Button",BS_AUTOCHECKBOX | BS_TOP |
  94. BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,113,290,10
  95. LTEXT "Creates a copy of the zone that can be updated directly.",
  96. IDC_STATIC,33,28,284,8,NOT WS_GROUP
  97. LTEXT "Creates a copy of an existing zone. This option helps balance the processing load of primary servers and provides fault tolerance.",
  98. IDC_STATIC,33,52,263,16,NOT WS_GROUP
  99. LTEXT "Creates a copy of a zone containing only Name Servers(NS), Start of Authority(SOA), and possibly glue Host(A) records. A server containing a stub zone is not authoritative for that zone.",
  100. IDC_STUB_STATIC,33,84,263,24,NOT WS_GROUP
  101. END
  102. IDD_ZWIZ_AD_REPLICATION DIALOG DISCARDABLE 0, 0, 317, 143
  103. STYLE DS_CONTROL | WS_CHILD | WS_CAPTION | WS_TABSTOP
  104. CAPTION "New Zone Wizard"
  105. FONT 8, "MS Shell Dlg"
  106. BEGIN
  107. LTEXT "Choose how you want zone data to be replicated.",
  108. IDC_STATIC,21,0,275,8,NOT WS_GROUP
  109. CONTROL "To all DNS servers in the %s Active Directory forest",
  110. IDC_FOREST_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  111. BS_MULTILINE | WS_GROUP,21,11,275,20
  112. CONTROL "To all DNS servers in the %s Active Directory domain",
  113. IDC_DOMAIN_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  114. BS_MULTILINE,21,33,275,20
  115. CONTROL "To all &domain controllers in the %s Active Directory Domain (choose this option if the zone should be loaded by Windows 2000 DNS servers running on the domain controllers in the same domain)",
  116. IDC_DOMAIN_DC_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  117. BS_MULTILINE,21,55,275,25
  118. CONTROL "To all domain &controllers specified in the scope of the following application directory partition.",
  119. IDC_CUSTOM_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  120. BS_MULTILINE,21,83,275,18
  121. LTEXT "Application &directory partition name:",
  122. IDC_CUSTOM_STATIC,33,103,263,8
  123. COMBOBOX IDC_CUSTOM_COMBO,33,114,263,43,CBS_DROPDOWNLIST |
  124. CBS_SORT | WS_VSCROLL | WS_TABSTOP
  125. END
  126. IDD_ZWIZ_SELECT_SERVER DIALOG DISCARDABLE 0, 0, 317, 143
  127. STYLE DS_CONTROL | WS_CHILD | WS_CAPTION | WS_TABSTOP
  128. CAPTION "New Zone Wizard"
  129. FONT 8, "MS Shell Dlg"
  130. BEGIN
  131. LTEXT "&Server name:",IDC_STATIC,21,1,138,8
  132. LISTBOX IDC_SERVERS_LIST,21,11,202,65,LBS_SORT |
  133. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  134. END
  135. IDD_ZWIZ_FWD_ZONE_NAME DIALOG DISCARDABLE 0, 0, 317, 143
  136. STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
  137. CAPTION "New Zone Wizard"
  138. FONT 8, "MS Shell Dlg"
  139. BEGIN
  140. LTEXT "Type the name of the zone (for example, ""example.microsoft.com.""):",
  141. IDC_STATIC,21,1,253,8
  142. LTEXT "N&ame:",IDC_STATIC,21,19,25,8
  143. EDITTEXT IDC_EDIT_ZONE_NAME,60,16,182,14,ES_AUTOHSCROLL
  144. PUSHBUTTON "B&rowse...",IDC_BROWSE_BUTTON,246,16,50,14
  145. END
  146. IDD_ZONE_GENERAL_PAGE DIALOG DISCARDABLE 0, 0, 252, 218
  147. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  148. CAPTION "General"
  149. FONT 8, "MS Shell Dlg"
  150. BEGIN
  151. LTEXT "Status:",IDC_STATIC,7,10,31,8
  152. LTEXT "Running\nPaused\nExpired",IDC_STATUS_STATIC,44,10,129,8
  153. PUSHBUTTON "",IDC_PAUSE_START_BUTTON,190,7,55,14
  154. LTEXT "Type:",IDC_STATIC,7,28,32,8
  155. LTEXT "Primary\nActive Directory-integrated\nSecondary\nStub",
  156. IDC_TYPE_STATIC,44,28,137,8
  157. PUSHBUTTON "&Change...",IDC_CHANGE_TYPE_BUTTON,190,25,55,14
  158. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,47,
  159. 237,1
  160. LTEXT "&Zone file name:\nData is stored in Active Directory.",
  161. IDC_STORAGE_STATIC,7,53,237,8
  162. EDITTEXT IDC_FILE_NAME_EDIT,7,64,237,14,ES_AUTOHSCROLL
  163. LTEXT "Allo&w dynamic updates?",IDC_PRIMARY_DYN_UPD_STATIC,7,
  164. 205,92,12
  165. COMBOBOX IDC_PRIMARY_DYN_UPD_COMBO,121,205,124,42,
  166. CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
  167. LTEXT "To set aging/scavenging properties, click Aging.",
  168. IDC_AGING_STATIC,7,107,178,8,NOT WS_VISIBLE |
  169. WS_DISABLED
  170. PUSHBUTTON "A&ging...",IDC_AGING_BUTTON,194,104,50,14,NOT
  171. WS_VISIBLE | WS_DISABLED
  172. LTEXT "I&P address:",IDC_STATIC_IP,7,86,36,8
  173. CONTROL "",IDC_MASTERS_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,7,
  174. 97,79,14
  175. PUSHBUTTON "A&dd",IDC_MASTERS_BUTTON_ADD,92,97,50,14,WS_DISABLED
  176. PUSHBUTTON "&Browse...",IDC_BROWSE_MASTERS_BUTTON,146,97,50,14
  177. LISTBOX IDC_MASTERS_IP_LIST,7,117,79,64,LBS_SORT |
  178. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
  179. WS_TABSTOP
  180. PUSHBUTTON "&Remove",IDC_MASTERS_BUTTON_REMOVE,92,117,50,14,
  181. WS_DISABLED
  182. PUSHBUTTON "&Find Names",IDC_FIND_MASTERS_NAMES_BUTTON,146,117,50,
  183. 14
  184. PUSHBUTTON "&Up",IDC_MASTERS_BUTTON_UP,92,135,50,14,WS_DISABLED
  185. PUSHBUTTON "D&own",IDC_MASTERS_BUTTON_DOWN,92,153,50,14,WS_DISABLED
  186. CONTROL "U&se the list above as a local list of masters",
  187. IDC_LOCAL_LIST_CHECK,"Button",BS_AUTOCHECKBOX |
  188. WS_TABSTOP,7,185,238,10
  189. END
  190. IDD_SERVER_INTERFACES_PAGE DIALOG DISCARDABLE 0, 0, 252, 218
  191. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  192. CAPTION "Interfaces"
  193. FONT 8, "MS Shell Dlg"
  194. BEGIN
  195. 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.",
  196. IDC_STATIC,7,7,238,24
  197. LTEXT "Listen on:",IDC_STATIC,7,39,32,8
  198. CONTROL "All IP addr&esses",IDC_LISTEN_ON_ALL_RADIO,"Button",
  199. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
  200. WS_TABSTOP,7,54,101,10
  201. CONTROL "&Only the following IP addresses:",
  202. IDC_LISTEN_ON_SPECIFIED_RADIO,"Button",
  203. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,7,67,130,10
  204. LTEXT "I&P address:",IDC_STATIC,20,81,36,8
  205. CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,20,92,79,
  206. 14
  207. PUSHBUTTON "A&dd",IDC_BUTTON_ADD,105,92,50,14,WS_DISABLED
  208. LISTBOX IDC_LIST,20,114,79,69,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  209. WS_VSCROLL | WS_TABSTOP
  210. PUSHBUTTON "&Remove",IDC_BUTTON_REMOVE,105,114,50,14,WS_DISABLED
  211. PUSHBUTTON "&Up",IDC_BUTTON_UP,105,132,50,14,WS_DISABLED
  212. PUSHBUTTON "Do&wn",IDC_BUTTON_DOWN,105,150,50,14,WS_DISABLED
  213. END
  214. IDD_SERVER_ADVANCED_PAGE DIALOG DISCARDABLE 0, 0, 252, 218
  215. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  216. CAPTION "Advanced"
  217. FONT 8, "MS Shell Dlg"
  218. BEGIN
  219. LTEXT "&Server version number: ",IDC_STATIC,7,7,238,8
  220. EDITTEXT IDC_SERVER_VERSION_EDIT,7,17,238,14,ES_AUTOHSCROLL |
  221. WS_DISABLED
  222. LTEXT "Ser&ver options:",IDC_STATIC,7,38,238,8
  223. LISTBOX IDC_ADVANCED_OPTIONS_LIST,7,48,238,68,LBS_OWNERDRAWFIXED |
  224. LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | WS_VSCROLL |
  225. WS_HSCROLL | WS_TABSTOP
  226. LTEXT "&Name checking:",IDC_STATIC,7,126,95,8
  227. COMBOBOX IDC_NAME_CHECKING_COMBO,114,124,131,63,CBS_DROPDOWNLIST |
  228. WS_VSCROLL | WS_TABSTOP
  229. LTEXT "&Load zone data on startup:",IDC_STATIC,7,142,101,8
  230. COMBOBOX IDC_BOOT_METHOD_COMBO,114,140,131,48,CBS_DROPDOWNLIST |
  231. WS_VSCROLL | WS_TABSTOP
  232. CONTROL "&Enable automatic scavenging of stale records",
  233. IDC_CHECK_ENABLE_SCAVENGING,"Button",BS_AUTOCHECKBOX |
  234. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,160,161,10
  235. LTEXT "S&cavenging period:",IDC_STATIC_SCAVENGE,19,176,63,8
  236. EDITTEXT IDC_REFR_INT_EDIT,114,174,51,13,ES_AUTOHSCROLL |
  237. ES_NUMBER
  238. COMBOBOX IDC_REFR_INT_COMBO,169,174,76,41,CBS_DROPDOWNLIST |
  239. WS_VSCROLL | WS_TABSTOP
  240. PUSHBUTTON "&Reset to Default",IDC_RESET_BUTTON,169,197,76,14
  241. END
  242. IDD_DOMAIN_ADDNEWDOMAIN DIALOGEX 70, 70, 205, 71
  243. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  244. EXSTYLE WS_EX_CONTEXTHELP
  245. CAPTION "New Domain"
  246. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  247. BEGIN
  248. LTEXT "&Type the new domain name:",IDC_STATIC_TEXT,7,7,189,11
  249. EDITTEXT IDC_EDIT_DOMAIN_NAME,7,17,154,14,ES_AUTOHSCROLL
  250. CONTROL "",IDC_IPEDIT_DOMAIN_NAME,"DNS_IPv4AddressCtrl",
  251. WS_TABSTOP,7,50,72,14
  252. DEFPUSHBUTTON "OK",IDOK,94,50,50,14
  253. PUSHBUTTON "Cancel",IDCANCEL,148,50,50,14
  254. END
  255. IDD_RR_SOA DIALOG DISCARDABLE 0, 0, 252, 218
  256. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  257. CAPTION "Start of Authority (SOA)"
  258. FONT 8, "MS Shell Dlg"
  259. BEGIN
  260. LTEXT "&Serial number:",IDC_STATIC,7,7,184,8
  261. EDITTEXT IDC_SERIAL_NUMBER_EDIT,7,17,184,14,ES_AUTOHSCROLL |
  262. ES_NUMBER
  263. PUSHBUTTON "I&ncrement",IDC_SERIAL_UP,195,17,50,14
  264. PUSHBUTTON "&Down",IDC_SERIAL_DOWN,215,17,30,14,NOT WS_VISIBLE |
  265. WS_DISABLED
  266. LTEXT "&Primary server:",IDC_STATIC,7,38,184,8
  267. EDITTEXT IDC_PRIMARY_SERV_EDIT,7,48,184,14,ES_AUTOHSCROLL
  268. PUSHBUTTON "&Browse...",IDC_BROWSE_SERV_BUTTON,195,48,50,14
  269. LTEXT "&Responsible person:",IDC_STATIC,7,69,238,8
  270. EDITTEXT IDC_RESP_PARTY_EDIT,7,79,184,14,ES_AUTOHSCROLL
  271. PUSHBUTTON "Br&owse...",IDC_BROWSE_PARTY_BUTTON,195,79,50,14
  272. LTEXT "R&efresh interval:",IDC_STATIC,7,103,63,8
  273. EDITTEXT IDC_REFR_INT_EDIT,93,101,25,13,ES_AUTOHSCROLL |
  274. ES_NUMBER
  275. COMBOBOX IDC_REFR_INT_COMBO,121,101,70,41,CBS_DROPDOWNLIST |
  276. WS_VSCROLL | WS_TABSTOP
  277. LTEXT "Retry inter&val:",IDC_STATIC,7,119,53,8
  278. EDITTEXT IDC_RETRY_INT_EDIT,93,117,25,13,ES_AUTOHSCROLL |
  279. ES_NUMBER
  280. COMBOBOX IDC_RETRY_INT_COMBO,121,117,70,40,CBS_DROPDOWNLIST |
  281. WS_VSCROLL | WS_TABSTOP
  282. LTEXT "E&xpires after:",IDC_STATIC,7,135,53,8
  283. EDITTEXT IDC_EXP_INT_EDIT,93,133,25,13,ES_AUTOHSCROLL | ES_NUMBER
  284. COMBOBOX IDC_EXP_INT_COMBO,121,133,70,45,CBS_DROPDOWNLIST |
  285. WS_VSCROLL | WS_TABSTOP
  286. LTEXT "&Minimum (default) TTL:",IDC_STATIC,7,156,76,8
  287. EDITTEXT IDC_MINTTL_INT_EDIT,93,154,25,13,ES_AUTOHSCROLL |
  288. ES_NUMBER
  289. COMBOBOX IDC_MINTTL_INT_COMBO,121,154,70,45,CBS_DROPDOWNLIST |
  290. WS_VSCROLL | WS_TABSTOP
  291. LTEXT "&TTL for this record:",IDC_STATIC,7,200,62,8
  292. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,93,197,85,14
  293. LTEXT "The data is not available.",IDC_STATIC_ERROR,94,177,151,
  294. 13,NOT WS_VISIBLE
  295. END
  296. IDD_RR_A DIALOG DISCARDABLE 0, 0, 252, 218
  297. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  298. CAPTION "Host (A)"
  299. FONT 8, "MS Shell Dlg"
  300. BEGIN
  301. LTEXT "Par&ent domain:",IDC_STATIC,7,7,238,8
  302. EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
  303. ES_READONLY | NOT WS_TABSTOP
  304. LTEXT "&Host (uses parent domain if left blank):",
  305. IDC_RR_NAME_STATIC,7,38,238,8
  306. EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
  307. LTEXT "I&P address:",IDC_STATIC,7,69,238,8
  308. CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,7,79,72,
  309. 14
  310. CONTROL "&Update associated pointer (PTR) record",
  311. IDC_UPDATE_PRT_CHECK,"Button",BS_AUTOCHECKBOX | BS_TOP |
  312. BS_MULTILINE | WS_TABSTOP,7,100,238,10
  313. CONTROL "&Delete this record when it becomes stale",
  314. IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
  315. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,116,147,10
  316. LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,133,66,8
  317. EDITTEXT IDC_TIME_EDIT,103,130,86,14,ES_AUTOHSCROLL | ES_READONLY
  318. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,63,8
  319. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
  320. CONTROL "All&ow any authenticated user to update DNS records with the same owner name",
  321. IDC_UPDATE_SECURITY_CHECK,"Button",BS_AUTOCHECKBOX |
  322. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,150,238,16
  323. END
  324. IDD_RR_CNAME DIALOG DISCARDABLE 0, 0, 252, 218
  325. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  326. CAPTION "Alias (CNAME)"
  327. FONT 8, "MS Shell Dlg"
  328. BEGIN
  329. LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
  330. EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
  331. ES_READONLY | NOT WS_TABSTOP
  332. EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
  333. EDITTEXT IDC_NAME_NODE_EDIT,7,79,184,14,ES_AUTOHSCROLL
  334. PUSHBUTTON "&Browse...",IDC_BROWSE_BUTTON,195,79,50,14
  335. CONTROL "&Delete this record when it becomes stale",
  336. IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
  337. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,100,147,10
  338. LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,117,66,8
  339. EDITTEXT IDC_TIME_EDIT,103,114,88,14,ES_AUTOHSCROLL | ES_READONLY
  340. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
  341. LTEXT "Alia&s name (uses parent domain if left blank):",
  342. IDC_RR_NAME_STATIC,7,38,238,8
  343. LTEXT "&Fully qualified name for target host:",IDC_STATIC,7,69,
  344. 238,8
  345. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,62,8
  346. CONTROL "All&ow any authenticated user to update DNS records with the same owner name",
  347. IDC_UPDATE_SECURITY_CHECK,"Button",BS_AUTOCHECKBOX |
  348. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,132,238,16
  349. END
  350. IDD_RR_MX DIALOG DISCARDABLE 0, 0, 252, 218
  351. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  352. CAPTION "Mail Exchanger (MX)"
  353. FONT 8, "MS Shell Dlg"
  354. BEGIN
  355. LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
  356. EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
  357. ES_READONLY | NOT WS_TABSTOP
  358. LTEXT "By default, DNS uses the parent domain name when creating a Mail Exchange record. You can specify a host or child name, but in most deployments, the field is left blank.",
  359. IDC_STATIC,7,37,238,32
  360. LTEXT "&Host or child domain:",IDC_RR_NAME_STATIC,7,71,238,8
  361. EDITTEXT IDC_RR_NAME_EDIT,7,81,238,14,ES_AUTOHSCROLL
  362. LTEXT "&Mail server:",IDC_STATIC,7,102,238,8
  363. EDITTEXT IDC_NAME_EXCHANGE_EDIT,7,112,184,14,ES_AUTOHSCROLL
  364. PUSHBUTTON "&Browse...",IDC_BROWSE_BUTTON,195,112,50,14
  365. LTEXT "Mail &server priority:",IDC_STATIC,7,133,238,8
  366. EDITTEXT IDC_PREFERENCE_EDIT,7,143,184,14,ES_AUTOHSCROLL |
  367. ES_NUMBER
  368. CONTROL "&Delete this record when it becomes stale",
  369. IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
  370. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,164,147,10
  371. LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,181,66,8
  372. EDITTEXT IDC_TIME_EDIT,103,178,88,14,ES_AUTOHSCROLL | ES_READONLY
  373. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,59,8
  374. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
  375. END
  376. IDD_RR_UNK DIALOG DISCARDABLE 0, 0, 252, 218
  377. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  378. CAPTION "Unknown Resource Record"
  379. FONT 8, "MS Shell Dlg"
  380. BEGIN
  381. LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
  382. EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
  383. ES_READONLY | NOT WS_TABSTOP
  384. LTEXT "&Record name:",IDC_STATIC,7,38,238,8
  385. EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
  386. LTEXT "Typ&e:",IDC_STATIC,7,69,23,8
  387. LTEXT "<type in hex>",IDC_TYPE_STATIC,33,69,54,8
  388. LTEXT "&Size in bytes:",IDC_STATIC,109,69,45,8
  389. LTEXT "<size in hex>",IDC_SIZE_STATIC,156,69,52,8
  390. LTEXT "Offset",IDC_STATIC,7,85,20,8
  391. LTEXT "Hex Value",IDC_STATIC,57,85,34,8
  392. LTEXT "Char Value",IDC_STATIC,109,85,40,8
  393. EDITTEXT IDC_DATA_EDIT,7,96,146,55,ES_MULTILINE | ES_AUTOVSCROLL |
  394. ES_AUTOHSCROLL | WS_VSCROLL
  395. CONTROL "&Delete this record when it becomes stale",
  396. IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
  397. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,160,141,10
  398. LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,177,66,8
  399. EDITTEXT IDC_TIME_EDIT,103,174,66,14,ES_AUTOHSCROLL | ES_READONLY
  400. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,62,8
  401. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
  402. END
  403. IDD_RR_TXT DIALOG DISCARDABLE 0, 0, 252, 218
  404. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  405. CAPTION "Text (TXT)"
  406. FONT 8, "MS Shell Dlg"
  407. BEGIN
  408. LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
  409. EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
  410. ES_READONLY | NOT WS_TABSTOP
  411. LTEXT "&Record name (uses parent domain if left blank):",
  412. IDC_RR_NAME_STATIC,7,38,238,8
  413. EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
  414. LTEXT "T&ext:",IDC_STATIC,7,69,238,8
  415. EDITTEXT IDC_RR_TXT_EDIT,7,79,238,68,ES_MULTILINE |
  416. ES_AUTOVSCROLL | ES_AUTOHSCROLL | ES_WANTRETURN |
  417. WS_VSCROLL | WS_HSCROLL
  418. CONTROL "&Delete this record when it becomes stale",
  419. IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
  420. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,155,147,10
  421. LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,172,66,8
  422. EDITTEXT IDC_TIME_EDIT,103,169,86,14,ES_AUTOHSCROLL | ES_READONLY
  423. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,62,8
  424. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
  425. END
  426. IDD_RR_X25 DIALOG DISCARDABLE 0, 0, 252, 218
  427. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  428. CAPTION "X.25 (X25)"
  429. FONT 8, "MS Shell Dlg"
  430. BEGIN
  431. LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
  432. EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
  433. ES_READONLY | NOT WS_TABSTOP
  434. LTEXT "&Record (uses parent domain if left blank):",IDC_STATIC,
  435. 7,38,238,8
  436. EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
  437. LTEXT "&X.121 PSDN address:",IDC_STATIC,7,69,238,8
  438. EDITTEXT IDC_X121_ADDRESS_EDIT,7,79,238,14,ES_AUTOHSCROLL
  439. CONTROL "&Delete this record when it becomes stale",
  440. IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
  441. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,100,147,10
  442. LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,117,66,8
  443. EDITTEXT IDC_TIME_EDIT,103,114,86,14,ES_AUTOHSCROLL | ES_READONLY
  444. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,61,8
  445. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
  446. END
  447. IDD_RR_ISDN DIALOG DISCARDABLE 0, 0, 252, 218
  448. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  449. CAPTION "ISDN"
  450. FONT 8, "MS Shell Dlg"
  451. BEGIN
  452. LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
  453. EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
  454. ES_READONLY | NOT WS_TABSTOP
  455. LTEXT "&Record name (uses parent domain if left blank):",
  456. IDC_STATIC,7,38,238,8
  457. EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
  458. LTEXT "I&SDN phone number and DDI:",IDC_STATIC,7,69,238,8
  459. EDITTEXT IDC_PHONE_NUM_AND_DDI_EDIT,7,79,238,14,ES_AUTOHSCROLL
  460. LTEXT "ISD&N subaddress (in hex):",IDC_STATIC,7,100,238,8
  461. EDITTEXT IDC_SUBADDRESS_EDIT,7,110,238,14,ES_AUTOHSCROLL
  462. CONTROL "&Delete this record when it becomes stale",
  463. IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
  464. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,132,147,10
  465. LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,149,66,8
  466. EDITTEXT IDC_TIME_EDIT,103,146,85,14,ES_AUTOHSCROLL | ES_READONLY
  467. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,60,8
  468. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
  469. END
  470. IDD_RR_HINFO DIALOG DISCARDABLE 0, 0, 252, 218
  471. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  472. CAPTION "Host Information (HINFO)"
  473. FONT 8, "MS Shell Dlg"
  474. BEGIN
  475. LTEXT "&Parent domain:",IDC_STATIC,7,7,80,8
  476. EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
  477. ES_READONLY | NOT WS_TABSTOP
  478. LTEXT "&Host (uses parent domain if left blank):",IDC_STATIC,7,
  479. 38,238,10
  480. EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
  481. LTEXT "&CPU type:",IDC_STATIC,7,69,238,8
  482. EDITTEXT IDC_CPU_TYPE_EDIT,7,79,238,14,ES_AUTOHSCROLL
  483. LTEXT "&Operating system:",IDC_STATIC,7,100,238,8
  484. EDITTEXT IDC_OPERATING_SYSTEM_EDIT,7,110,238,14,ES_AUTOHSCROLL
  485. CONTROL "&Delete this record when it becomes stale",
  486. IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
  487. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,131,147,10
  488. LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,148,66,8
  489. EDITTEXT IDC_TIME_EDIT,103,145,86,14,ES_AUTOHSCROLL | ES_READONLY
  490. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,64,8
  491. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
  492. END
  493. IDD_RR_AAAA DIALOG DISCARDABLE 0, 0, 252, 218
  494. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  495. CAPTION "IPv6 Host (AAAA)"
  496. FONT 8, "MS Shell Dlg"
  497. BEGIN
  498. LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
  499. EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
  500. ES_READONLY | NOT WS_TABSTOP
  501. LTEXT "&Host (uses parent domain if left blank):",
  502. IDC_RR_NAME_STATIC,7,38,238,9
  503. EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
  504. LTEXT "IP &version 6 host address:",IDC_STATIC,7,69,97,8
  505. EDITTEXT IDC_IPV6EDIT,7,79,181,14,ES_AUTOHSCROLL
  506. CONTROL "&Delete this record when it becomes stale",
  507. IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
  508. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,100,147,10
  509. LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,119,66,8
  510. EDITTEXT IDC_TIME_EDIT,103,116,85,14,ES_AUTOHSCROLL | ES_READONLY
  511. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,65,8
  512. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
  513. END
  514. IDD_RR_MB DIALOG DISCARDABLE 0, 0, 252, 218
  515. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  516. CAPTION "Mailbox (MB)"
  517. FONT 8, "MS Shell Dlg"
  518. BEGIN
  519. LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
  520. EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
  521. ES_READONLY | NOT WS_TABSTOP
  522. LTEXT "&Mailbox (uses parent domain if left blank):",
  523. IDC_RR_NAME_STATIC,7,38,238,8
  524. EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
  525. LTEXT "M&ailbox host:",IDC_STATIC,7,69,181,8
  526. EDITTEXT IDC_NAME_NODE_EDIT,7,79,184,14,ES_AUTOHSCROLL
  527. PUSHBUTTON "&Browse...",IDC_BROWSE_BUTTON,195,79,50,14
  528. CONTROL "&Delete this record when it becomes stale",
  529. IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
  530. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,100,147,10
  531. LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,117,62,8
  532. EDITTEXT IDC_TIME_EDIT,103,114,88,14,ES_AUTOHSCROLL | ES_READONLY
  533. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,64,8
  534. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
  535. END
  536. IDD_RR_MG DIALOG DISCARDABLE 0, 0, 252, 218
  537. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  538. CAPTION "Mail Group (MG)"
  539. FONT 8, "MS Shell Dlg"
  540. BEGIN
  541. LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
  542. EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
  543. ES_READONLY | NOT WS_TABSTOP
  544. LTEXT "&Mail group (uses parent domain if left blank):",
  545. IDC_RR_NAME_STATIC,7,38,238,8
  546. EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
  547. LTEXT "M&ember mailbox:",IDC_STATIC,7,69,238,8
  548. EDITTEXT IDC_NAME_NODE_EDIT,7,79,184,14,ES_AUTOHSCROLL
  549. PUSHBUTTON "&Browse...",IDC_BROWSE_BUTTON,195,79,50,14
  550. CONTROL "&Delete this record when it becomes stale",
  551. IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
  552. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,100,147,10
  553. LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,117,66,8
  554. EDITTEXT IDC_TIME_EDIT,103,114,88,14,ES_AUTOHSCROLL | ES_READONLY
  555. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,63,8
  556. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
  557. END
  558. IDD_RR_MD DIALOG DISCARDABLE 0, 0, 252, 218
  559. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  560. CAPTION "MD (Obsolete)"
  561. FONT 8, "MS Shell Dlg"
  562. BEGIN
  563. LTEXT "&Parent domain name:",IDC_STATIC,7,7,238,8
  564. EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
  565. ES_READONLY | NOT WS_TABSTOP
  566. LTEXT "&Mail addressed to host or domain\n(optional, if blank uses parent domain name):",
  567. IDC_RR_NAME_STATIC,7,41,238,17
  568. EDITTEXT IDC_RR_NAME_EDIT,7,59,238,14,ES_AUTOHSCROLL
  569. LTEXT "Should be delivered to mail server with &host name:",
  570. IDC_STATIC,7,84,163,8
  571. EDITTEXT IDC_NAME_NODE_EDIT,7,94,180,14,ES_AUTOHSCROLL
  572. PUSHBUTTON "&Browse...",IDC_BROWSE_BUTTON,195,95,50,14
  573. CONTROL "&Delete the record when it becomes stale.",
  574. IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
  575. WS_TABSTOP,7,115,147,10
  576. LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,21,130,66,8
  577. EDITTEXT IDC_TIME_EDIT,87,128,86,14,ES_AUTOHSCROLL | ES_READONLY
  578. LTEXT "&TTL (DDDDDD:HH:MM:SS)",IDC_STATIC_TTL,7,187,86,8
  579. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,7,197,85,14
  580. END
  581. IDD_RR_MF DIALOG DISCARDABLE 0, 0, 252, 218
  582. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  583. CAPTION "MF (Obsolete)"
  584. FONT 8, "MS Shell Dlg"
  585. BEGIN
  586. LTEXT "&Parent domain name:",IDC_STATIC,7,7,238,8
  587. EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
  588. ES_READONLY | NOT WS_TABSTOP
  589. LTEXT "&Mail addressed to host or domain \n(optional, if blank uses parent domain name):",
  590. IDC_RR_NAME_STATIC,7,41,238,16
  591. EDITTEXT IDC_RR_NAME_EDIT,7,59,238,14,ES_AUTOHSCROLL
  592. LTEXT "Should be delivered to mail server with &host name:",
  593. IDC_STATIC,7,83,238,8
  594. EDITTEXT IDC_NAME_NODE_EDIT,7,93,179,14,ES_AUTOHSCROLL
  595. PUSHBUTTON "&Browse...",IDC_BROWSE_BUTTON,195,93,50,14
  596. CONTROL "&Delete the record when it becomes stale.",
  597. IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
  598. WS_TABSTOP,7,117,147,10
  599. LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,21,132,66,8
  600. EDITTEXT IDC_TIME_EDIT,87,130,86,14,ES_AUTOHSCROLL | ES_READONLY
  601. LTEXT "&TTL (DDDDDD:HH:MM:SS)",IDC_STATIC_TTL,7,187,86,8
  602. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,7,197,85,14
  603. END
  604. IDD_RR_MR DIALOG DISCARDABLE 0, 0, 252, 218
  605. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  606. CAPTION "Renamed Mailbox (MR)"
  607. FONT 8, "MS Shell Dlg"
  608. BEGIN
  609. LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
  610. EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
  611. ES_READONLY | NOT WS_TABSTOP
  612. LTEXT "&Mailbox (uses parent domain if left blank):",
  613. IDC_RR_NAME_STATIC,7,38,238,8
  614. EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
  615. LTEXT "&Replacement mailbox:",IDC_STATIC,7,69,91,8
  616. EDITTEXT IDC_NAME_NODE_EDIT,7,79,184,14,ES_AUTOHSCROLL
  617. PUSHBUTTON "&Browse...",IDC_BROWSE_BUTTON,195,79,50,14
  618. CONTROL "&Delete this record when it becomes stale",
  619. IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
  620. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,100,147,10
  621. LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,117,66,8
  622. EDITTEXT IDC_TIME_EDIT,103,114,88,14,ES_AUTOHSCROLL | ES_READONLY
  623. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,60,8
  624. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
  625. END
  626. IDD_RR_MINFO DIALOG DISCARDABLE 0, 0, 252, 218
  627. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  628. CAPTION "Mailbox Information (MINFO)"
  629. FONT 8, "MS Shell Dlg"
  630. BEGIN
  631. LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
  632. EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
  633. ES_READONLY | NOT WS_TABSTOP
  634. LTEXT "&Mailbox (uses parent domain if left blank):",
  635. IDC_STATIC,7,38,238,8
  636. EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
  637. LTEXT "&Responsible mailbox:",IDC_STATIC,7,69,183,8
  638. EDITTEXT IDC_NAME_MAILBOX_EDIT,7,79,184,14,ES_AUTOHSCROLL
  639. PUSHBUTTON "&Browse...",IDC_BROWSE_NAME_MAILBOX_BUTTON,195,79,50,14
  640. LTEXT "&Error mailbox:",IDC_STATIC,7,100,183,8
  641. EDITTEXT IDC_ERROR_MAILBOX_EDIT,7,110,184,14,ES_AUTOHSCROLL
  642. PUSHBUTTON "Br&owse...",IDC_BROWSE_ERROR_MAILBOX_BUTTON,195,110,50,
  643. 14
  644. CONTROL "&Delete this record when it becomes stale",
  645. IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
  646. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,132,147,10
  647. LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,149,66,8
  648. EDITTEXT IDC_TIME_EDIT,103,146,88,14,ES_AUTOHSCROLL | ES_READONLY
  649. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,62,8
  650. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
  651. END
  652. IDD_RR_RP DIALOG DISCARDABLE 0, 0, 252, 218
  653. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  654. CAPTION "Responsible Person (RP)"
  655. FONT 8, "MS Shell Dlg"
  656. BEGIN
  657. LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
  658. EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
  659. ES_READONLY | NOT WS_TABSTOP
  660. LTEXT "&Host or domain (uses parent domain if left blank):",
  661. IDC_STATIC,7,38,238,8
  662. EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
  663. LTEXT "&Mailbox of responsible person:",IDC_STATIC,7,69,238,8
  664. EDITTEXT IDC_NAME_MAILBOX_EDIT,7,79,184,14,ES_AUTOHSCROLL
  665. PUSHBUTTON "&Browse...",IDC_BROWSE_NAME_MAILBOX_BUTTON,195,79,50,14
  666. LTEXT "&Optional associated text (TXT) record:",IDC_STATIC,7,
  667. 101,143,8
  668. EDITTEXT IDC_ERROR_MAILBOX_EDIT,7,111,184,14,ES_AUTOHSCROLL
  669. PUSHBUTTON "B&rowse...",IDC_BROWSE_ERROR_MAILBOX_BUTTON,195,111,50,
  670. 14
  671. CONTROL "&Delete this record when it becomes stale",
  672. IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
  673. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,133,147,10
  674. LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,150,66,8
  675. EDITTEXT IDC_TIME_EDIT,103,147,88,14,ES_AUTOHSCROLL | ES_READONLY
  676. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,62,8
  677. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
  678. END
  679. IDD_RR_RT DIALOG DISCARDABLE 0, 0, 252, 218
  680. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  681. CAPTION "Route Through (RT)"
  682. FONT 8, "MS Shell Dlg"
  683. BEGIN
  684. LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
  685. EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
  686. ES_READONLY | NOT WS_TABSTOP
  687. LTEXT "&Host (uses parent domain if left blank):",
  688. IDC_RR_NAME_STATIC,7,38,238,8
  689. EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
  690. LTEXT "I&ntermediate (routing) host:",IDC_STATIC,7,69,238,8
  691. EDITTEXT IDC_NAME_EXCHANGE_EDIT,7,79,184,14,ES_AUTOHSCROLL
  692. PUSHBUTTON "&Browse...",IDC_BROWSE_BUTTON,195,79,50,14
  693. LTEXT "P&reference:",IDC_STATIC,7,101,238,8
  694. EDITTEXT IDC_PREFERENCE_EDIT,7,111,67,14,ES_AUTOHSCROLL |
  695. ES_NUMBER
  696. CONTROL "&Delete this record when it becomes stale",
  697. IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
  698. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,133,147,10
  699. LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,150,66,8
  700. EDITTEXT IDC_TIME_EDIT,103,147,86,14,ES_AUTOHSCROLL | ES_READONLY
  701. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,61,8
  702. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
  703. END
  704. IDD_RR_AFSDB DIALOG DISCARDABLE 0, 0, 252, 218
  705. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  706. CAPTION "AFS Database (AFSDB)"
  707. FONT 8, "MS Shell Dlg"
  708. BEGIN
  709. LTEXT "&Parent domain:",IDC_STATIC,7,10,56,8
  710. EDITTEXT IDC_RR_DOMAIN_EDIT,73,7,172,14,ES_AUTOHSCROLL |
  711. ES_READONLY | NOT WS_TABSTOP
  712. LTEXT "&Host or domain (uses parent domain if left blank):",
  713. IDC_RR_NAME_STATIC,7,27,238,8
  714. EDITTEXT IDC_RR_NAME_EDIT,7,37,238,14,ES_AUTOHSCROLL
  715. GROUPBOX "Server subtype",IDC_STATIC,7,57,238,62
  716. CONTROL "A&FS volume location server",IDC_AFS_VLS_RADIO,"Button",
  717. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
  718. WS_TABSTOP,17,72,105,10
  719. CONTROL "D&CE-authenticated name server",IDC_DCE_ANS_RADIO,
  720. "Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,17,
  721. 85,117,10
  722. CONTROL "Th&e following subtype:",IDC_OTHER_RADIO,"Button",
  723. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,17,101,88,10
  724. EDITTEXT IDC_SUBTYPE_EDIT,122,99,114,14,ES_AUTOHSCROLL |
  725. ES_NUMBER | WS_GROUP
  726. LTEXT "&Server name:",IDC_STATIC,7,125,111,8
  727. EDITTEXT IDC_NAME_EXCHANGE_EDIT,7,135,184,14,ES_AUTOHSCROLL
  728. PUSHBUTTON "&Browse...",IDC_BROWSE_BUTTON,195,135,50,14
  729. CONTROL "&Delete this record when it becomes stale",
  730. IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
  731. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,155,141,10
  732. LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,172,66,8
  733. EDITTEXT IDC_TIME_EDIT,106,169,85,14,ES_AUTOHSCROLL | ES_READONLY
  734. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,61,8
  735. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
  736. END
  737. IDD_RR_WKS DIALOG DISCARDABLE 0, 0, 252, 218
  738. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  739. CAPTION "Well Known Service (WKS)"
  740. FONT 8, "MS Shell Dlg"
  741. BEGIN
  742. LTEXT "Parent d&omain:",IDC_STATIC,7,10,51,8
  743. EDITTEXT IDC_RR_DOMAIN_EDIT,73,7,172,14,ES_AUTOHSCROLL |
  744. ES_READONLY | NOT WS_TABSTOP
  745. LTEXT "&Host (uses parent domain if left blank):",
  746. IDC_RR_NAME_STATIC,7,29,238,8
  747. EDITTEXT IDC_RR_NAME_EDIT,7,39,238,14,ES_AUTOHSCROLL
  748. LTEXT "I&P address:",IDC_STATIC,7,63,55,8
  749. CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,73,60,72,
  750. 14
  751. GROUPBOX "Protocol",IDC_STATIC,7,82,238,31
  752. CONTROL "T&CP",IDC_TCP_RADIO,"Button",BS_AUTORADIOBUTTON |
  753. BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,17,94,29,
  754. 10
  755. CONTROL "&UDP",IDC_UDP_RADIO,"Button",BS_AUTORADIOBUTTON |
  756. BS_TOP | BS_MULTILINE,105,94,29,10
  757. LTEXT "&Services (separated by blanks):",IDC_STATIC,7,121,238,
  758. 8
  759. EDITTEXT IDC_SERVICES_EDIT,7,131,238,14,ES_AUTOHSCROLL
  760. CONTROL "&Delete this record when it becomes stale",
  761. IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
  762. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,153,141,10
  763. LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,170,66,8
  764. EDITTEXT IDC_TIME_EDIT,92,167,66,14,ES_AUTOHSCROLL | ES_READONLY
  765. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,61,8
  766. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
  767. END
  768. IDD_RR_PTR DIALOG DISCARDABLE 0, 0, 252, 218
  769. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  770. CAPTION "Pointer (PTR)"
  771. FONT 8, "MS Shell Dlg"
  772. BEGIN
  773. LTEXT "&Subnet:",IDC_STATIC,7,7,238,8
  774. EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
  775. ES_READONLY | NOT WS_TABSTOP
  776. LTEXT "Host I&P number:",IDC_RR_NAME_STATIC,7,38,238,8
  777. CONTROL "",IDC_RR_NAME_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,7,
  778. 48,72,14
  779. EDITTEXT IDC_RR_NAME_EDIT,88,48,158,14,ES_AUTOHSCROLL
  780. LTEXT "&Host name:",IDC_STATIC,7,69,238,8
  781. EDITTEXT IDC_NAME_NODE_EDIT,7,79,184,14,ES_AUTOHSCROLL
  782. PUSHBUTTON "&Browse...",IDC_BROWSE_BUTTON,195,79,50,14
  783. CONTROL "&Delete this record when it becomes stale",
  784. IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
  785. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,100,147,10
  786. LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,117,66,8
  787. EDITTEXT IDC_TIME_EDIT,103,114,88,14,ES_AUTOHSCROLL | ES_READONLY
  788. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,60,8
  789. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
  790. CONTROL "All&ow any authenticated user to update DNS records with the same owner name",
  791. IDC_UPDATE_SECURITY_CHECK,"Button",BS_AUTOCHECKBOX |
  792. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,132,238,16
  793. END
  794. IDD_RR_SRV DIALOG DISCARDABLE 0, 0, 252, 218
  795. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  796. CAPTION "Service Location (SRV)"
  797. FONT 8, "MS Shell Dlg"
  798. BEGIN
  799. LTEXT "Do&main:",IDC_RR_NAME_STATIC,7,10,58,8
  800. EDITTEXT IDC_RR_DOMAIN_EDIT,72,7,173,14,ES_AUTOHSCROLL |
  801. ES_READONLY | NOT WS_TABSTOP
  802. LTEXT "&Service:",IDC_STATIC,7,31,59,8
  803. COMBOBOX IDC_SERVICE_NAME_COMBO,72,29,173,61,CBS_DROPDOWN |
  804. CBS_SORT | WS_VSCROLL | WS_TABSTOP
  805. LTEXT "&Protocol:",IDC_STATIC,7,47,52,8
  806. COMBOBOX IDC_PROTOCOL_NAME_COMBO,72,45,173,55,CBS_DROPDOWN |
  807. CBS_SORT | WS_VSCROLL | WS_TABSTOP
  808. LTEXT "Pri&ority:",IDC_STATIC,7,65,33,8
  809. EDITTEXT IDC_PRIORITY_EDIT,72,62,60,14,ES_AUTOHSCROLL | ES_NUMBER
  810. LTEXT "&Weight:",IDC_STATIC,7,83,38,8
  811. EDITTEXT IDC_WEIGHT_EDIT,72,80,60,14,ES_AUTOHSCROLL | ES_NUMBER
  812. LTEXT "Port &number:",IDC_STATIC,7,101,58,8
  813. EDITTEXT IDC_PORT_EDIT,72,98,60,14,ES_AUTOHSCROLL | ES_NUMBER
  814. LTEXT "&Host offering this service:",IDC_STATIC,7,117,238,8
  815. EDITTEXT IDC_NAME_TARGET_EDIT,7,127,238,14,ES_AUTOHSCROLL
  816. CONTROL "&Delete this record when it becomes stale",
  817. IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
  818. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,146,147,10
  819. LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,163,66,8
  820. EDITTEXT IDC_TIME_EDIT,103,160,86,14,ES_AUTOHSCROLL | ES_READONLY
  821. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,60,8
  822. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
  823. CONTROL "Allow any a&uthenticated user to update DNS records with the same owner name",
  824. IDC_UPDATE_SECURITY_CHECK,"Button",BS_AUTOCHECKBOX |
  825. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,178,238,16
  826. END
  827. IDD_NAME_SERVERS_PAGE DIALOG DISCARDABLE 0, 0, 252, 218
  828. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  829. CAPTION "Name Servers"
  830. FONT 8, "MS Shell Dlg"
  831. BEGIN
  832. LTEXT "To add name servers to the list, click Add.",
  833. IDC_STATIC_LIST_CAPTION,7,7,199,8
  834. LTEXT "",IDC_STATIC_MESSAGE,7,17,237,8
  835. CONTROL "List1",IDC_NS_LIST,"SysListView32",LVS_REPORT |
  836. LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER |
  837. WS_TABSTOP,7,29,238,134
  838. PUSHBUTTON "A&dd...",IDC_ADD_NS_BUTTON,7,169,50,14
  839. PUSHBUTTON "&Edit...",IDC_EDIT_NS_BUTTON,61,169,50,14
  840. PUSHBUTTON "&Remove",IDC_REMOVE_NS_BUTTON,115,169,50,14
  841. LTEXT "",IDC_STATIC_DESCR,7,7,237,8,NOT WS_VISIBLE |
  842. WS_DISABLED
  843. PUSHBUTTON "&Copy from server",IDC_COPY_FROM_BUTTON,185,169,60,14,
  844. NOT WS_VISIBLE | WS_DISABLED
  845. LTEXT "* represents an IP address retrieved as the result of a DNS query and may not represent actual records stored on this server.",
  846. IDC_DNSQUERY_STATIC,7,187,238,24
  847. END
  848. IDD_ZONE_NBSTAT_PAGE DIALOG DISCARDABLE 0, 0, 252, 218
  849. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  850. CAPTION "WINS-R"
  851. FONT 8, "MS Shell Dlg"
  852. BEGIN
  853. LTEXT "You can use WINS-R for reverse lookup of names not found by querying the DNS namespace.",
  854. IDC_STATIC,7,7,238,16
  855. CONTROL "&Use WINS-R lookup",IDC_USE_WINS_RES_CHECK,"Button",
  856. BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,7,
  857. 31,238,10
  858. CONTROL "Do &not replicate this record",IDC_NOT_REPL_CHECK,
  859. "Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE |
  860. WS_TABSTOP,19,47,226,10
  861. LTEXT "D&omain to append to returned name:",IDC_STATIC,7,67,
  862. 238,8
  863. EDITTEXT IDC_DOMAIN_NAME_EDIT,7,78,238,14,ES_AUTOHSCROLL
  864. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,60,8
  865. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
  866. PUSHBUTTON "Ad&vanced...",IDC_ADVANCED_BUTTON,190,197,55,14
  867. END
  868. IDD_ZONE_WINS_ADVANCED DIALOGEX 0, 0, 252, 126
  869. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  870. EXSTYLE WS_EX_CONTEXTHELP
  871. CAPTION "Advanced"
  872. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  873. BEGIN
  874. LTEXT "To change the default values, provide new values, and then click OK.",
  875. IDC_STATIC,7,7,238,8
  876. LTEXT "DDDDD:HH:MM:SS",IDC_STATIC,106,25,90,8
  877. LTEXT "&Cache time-out:",IDC_STATIC,7,38,61,8
  878. CONTROL "",IDC_CACHE_TIMEOUT_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,
  879. 105,35,85,14
  880. LTEXT "&Lookup time-out:",IDC_STATIC,7,56,59,8
  881. CONTROL "",IDC_LOOKUP_TIMEOUT_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,
  882. 105,53,85,14
  883. CONTROL "&Submit DNS domain as NetBIOS scope",IDC_NETBIOS_CHECK,
  884. "Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE |
  885. WS_TABSTOP,7,75,153,10
  886. DEFPUSHBUTTON "OK",IDOK,141,105,50,14
  887. PUSHBUTTON "Cancel",IDCANCEL,195,105,50,14
  888. END
  889. IDD_DELEGWIZ_DOMAIN_NAME DIALOG DISCARDABLE 0, 0, 317, 143
  890. STYLE DS_CONTROL | WS_CHILD | WS_CAPTION | WS_TABSTOP
  891. CAPTION "New Delegation Wizard"
  892. FONT 8, "MS Shell Dlg"
  893. BEGIN
  894. LTEXT "Authority for the domain you create will be delegated to a different zone.",
  895. IDC_STATIC,21,1,275,10
  896. LTEXT "&Delegated domain:",IDC_STATIC,21,16,135,8
  897. EDITTEXT IDC_NEW_DOMAIN_NAME_EDIT,21,27,140,14,ES_AUTOHSCROLL
  898. LTEXT "Fully qualified domain name:",IDC_STATIC,21,48,145,8
  899. EDITTEXT IDC_NEW_DOMAIN_FQDN,21,59,275,14,ES_AUTOHSCROLL |
  900. ES_READONLY | NOT WS_TABSTOP
  901. END
  902. IDD_SERVMON_TEST_PAGE DIALOGEX 0, 0, 252, 218
  903. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  904. CAPTION "Monitoring"
  905. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  906. BEGIN
  907. LTEXT "To verify the configuration of the server, you can perform manual or automatic testing.",
  908. IDC_STATIC,7,7,238,16
  909. LTEXT "Select a test type:",IDC_STATIC,7,31,58,8
  910. CONTROL "A si&mple query against this DNS server",
  911. IDC_SIMPLE_QUERY_CHECK,"Button",BS_AUTOCHECKBOX | BS_TOP |
  912. BS_MULTILINE | WS_TABSTOP,7,44,238,10
  913. CONTROL "A re&cursive query to other DNS servers",
  914. IDC_RECURSIVE_QUERY_CHECK,"Button",BS_AUTOCHECKBOX |
  915. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,57,238,10
  916. LTEXT "To perform the test immediately, click Test Now.",
  917. IDC_STATIC,7,74,156,8
  918. PUSHBUTTON "&Test Now",IDC_TEST_NOW_BUTTON,195,71,50,14
  919. CONTROL "&Perform automatic testing at the following interval:",
  920. IDC_ENABLE_TESTING_CHECK,"Button",BS_AUTOCHECKBOX |
  921. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,93,238,10,
  922. WS_EX_TRANSPARENT
  923. LTEXT "T&est interval:",IDC_STATIC,19,108,49,8
  924. EDITTEXT IDC_POLLING_INT_EDIT,77,106,22,13,ES_AUTOHSCROLL |
  925. ES_NUMBER
  926. COMBOBOX IDC_POLLING_INT_COMBO,103,106,72,45,CBS_DROPDOWNLIST |
  927. WS_VSCROLL | WS_TABSTOP
  928. LTEXT "Te&st results:",IDC_STATIC,7,126,238,8
  929. CONTROL "List1",IDC_RESULTS_LIST,"SysListView32",LVS_REPORT |
  930. LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER |
  931. WS_TABSTOP,7,136,238,61
  932. END
  933. IDD_SERVWIZ_NAME DIALOG DISCARDABLE 0, 0, 317, 143
  934. STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
  935. CAPTION "Configure DNS Server Wizard"
  936. FONT 8, "MS Shell Dlg"
  937. BEGIN
  938. LTEXT "Type the name or IP address of the new DNS server.",
  939. IDC_STATIC,21,1,275,9
  940. LTEXT "&Server name or IP address:",IDC_STATIC,21,16,275,8
  941. EDITTEXT IDC_EDIT_DNSSERVER,21,27,275,15,ES_AUTOHSCROLL
  942. END
  943. IDD_SERVWIZ_FINISH DIALOG DISCARDABLE 0, 0, 317, 193
  944. STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
  945. CAPTION "Configure a DNS Server Wizard"
  946. FONT 8, "MS Shell Dlg"
  947. BEGIN
  948. LTEXT "Completing the Configure a DNS Server Wizard",
  949. IDC_STATIC_COMPLETE,115,8,195,24
  950. LTEXT "You have successfully completed the Configure a DNS Server Wizard. When you click Finish, the following settings will be saved.",
  951. IDC_STATIC,115,40,195,24
  952. LTEXT "Settings:",IDC_STATIC,115,71,194,8
  953. LTEXT "<TODO, summary info>",IDC_SUMMARY_STATIC,115,82,194,71,
  954. SS_SUNKEN
  955. LTEXT "To close this wizard, click Finish.",IDC_STATIC,115,169,
  956. 195,16
  957. END
  958. IDD_SERVWIZ_ROOT_SERV DIALOG DISCARDABLE 0, 0, 317, 143
  959. STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
  960. CAPTION "Configure DNS Server Wizard"
  961. FONT 8, "MS Shell Dlg"
  962. BEGIN
  963. LTEXT "For DNS to function correctly, the network must have one or more root servers. Select the correct option for your network.",
  964. IDC_STATIC,21,1,275,16
  965. CONTROL "&This is the first DNS server on this network",
  966. IDC_NO_DNS_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  967. BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,24,275,10
  968. CONTROL "&One or more DNS servers are running on this network",
  969. IDC_DNS_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  970. BS_MULTILINE,21,53,275,10
  971. LTEXT "Selecting this option makes this server a root server.",
  972. IDC_STATIC,34,36,267,9
  973. LTEXT "To use this option, provide the IP address of a known DNS server.",
  974. IDC_STATIC,34,65,262,9
  975. LTEXT "I&P address:",IDC_STATIC,34,80,87,8
  976. CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,34,90,72,
  977. 14
  978. END
  979. IDD_SERVWIZ_FWD_ZONE DIALOG DISCARDABLE 0, 0, 317, 143
  980. STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
  981. CAPTION "Configure a DNS Server Wizard"
  982. FONT 8, "MS Shell Dlg"
  983. BEGIN
  984. CONTROL "&Yes, create a forward lookup zone now (recommended)",
  985. IDC_ZONE_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  986. BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,39,275,10
  987. CONTROL "N&o, I don't want to create a forward lookup zone now",
  988. IDC_NO_ZONE_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  989. BS_MULTILINE,21,52,275,10
  990. LTEXT "A forward lookup zone is a database that maps DNS names to IP addresses and other DNS data.",
  991. IDC_STATIC,21,1,275,16,NOT WS_GROUP
  992. LTEXT "Do you want to create a forward lookup zone now?",
  993. IDC_STATIC,21,24,275,9,NOT WS_GROUP
  994. END
  995. IDD_SERVWIZ_REV_ZONE DIALOG DISCARDABLE 0, 0, 317, 143
  996. STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
  997. CAPTION "Configure a DNS Server Wizard"
  998. FONT 8, "MS Shell Dlg"
  999. BEGIN
  1000. LTEXT "A reverse lookup zone is an address-to-name database that translates IP addresses into DNS names.",
  1001. IDC_STATIC,21,1,275,16,NOT WS_GROUP
  1002. LTEXT "Do you want to create a reverse lookup zone now?",
  1003. IDC_STATIC,21,24,275,8
  1004. CONTROL "&Yes, create a reverse lookup zone now",IDC_ZONE_RADIO,
  1005. "Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE |
  1006. WS_GROUP | WS_TABSTOP,21,39,275,10
  1007. CONTROL "N&o, I don't want to create a reverse lookup zone now",
  1008. IDC_NO_ZONE_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  1009. BS_MULTILINE,21,52,275,10
  1010. END
  1011. IDD_SEARCHING_DIALOG DIALOG DISCARDABLE 0, 0, 205, 85
  1012. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1013. FONT 8, "MS Shell Dlg"
  1014. BEGIN
  1015. CONTROL "Animate2",IDC_SEARCH_ANIMATE,"SysAnimate32",ACS_CENTER |
  1016. ACS_TRANSPARENT | ACS_AUTOPLAY | WS_TABSTOP,7,10,111,55
  1017. PUSHBUTTON "Cancel",IDCANCEL,148,64,50,14
  1018. END
  1019. IDD_ZWIZ_FINISH DIALOG DISCARDABLE 0, 0, 317, 193
  1020. STYLE DS_CONTROL | WS_CHILD | WS_CAPTION | WS_TABSTOP
  1021. CAPTION "New Zone Wizard"
  1022. FONT 8, "MS Shell Dlg"
  1023. BEGIN
  1024. LTEXT "Completing the New Zone Wizard",IDC_STATIC_COMPLETE,115,
  1025. 8,195,24
  1026. LTEXT "You have successfully completed the New Zone wizard. You specified the following settings:",
  1027. IDC_STATIC,115,40,195,16
  1028. LTEXT "Name:",IDC_STATIC,115,63,22,8
  1029. LTEXT "<name>",IDC_NAME_STATIC,177,63,133,8
  1030. LTEXT "Type:",IDC_STATIC,115,78,20,8
  1031. LTEXT "Primary\nActive Directory Integrated Primary\nSecondary\nStub",
  1032. IDC_TYPE_STATIC,177,78,133,8
  1033. LTEXT "Lookup type:",IDC_STATIC,115,93,44,8
  1034. LTEXT "Forward\nReverse",IDC_LOOKUP_STATIC,177,93,61,8
  1035. LTEXT "File name:",IDC_STORAGE_TYPE_STATIC,115,108,55,8
  1036. LTEXT "<storage name>",IDC_STORAGE_NAME_STATIC,177,108,133,8
  1037. LTEXT "To close this wizard and create the new zone, click Finish.",
  1038. IDC_STATIC,115,123,195,16
  1039. END
  1040. IDD_ZWIZ_ZONE_LOOKUP DIALOG DISCARDABLE 0, 0, 317, 143
  1041. STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
  1042. CAPTION "New Zone Wizard"
  1043. FONT 8, "MS Shell Dlg"
  1044. BEGIN
  1045. CONTROL "&Forward lookup zone",IDC_RADIO_FWD,"Button",
  1046. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
  1047. WS_TABSTOP,21,16,275,10
  1048. CONTROL "&Reverse lookup zone",IDC_RADIO_REV,"Button",
  1049. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_TABSTOP,
  1050. 21,59,275,10
  1051. LTEXT "Select the type of lookup zone you want to create:",
  1052. IDC_STATIC,21,1,275,8
  1053. LTEXT "A forward lookup zone is a name-to-address database that helps computers translate DNS names into IP addresses and provides information about available services.",
  1054. IDC_STATIC,33,28,263,24,NOT WS_GROUP
  1055. LTEXT "A reverse lookup zone is an address-to-name database that helps computers translate IP addresses into DNS names.",
  1056. IDC_STATIC,33,71,263,16,NOT WS_GROUP
  1057. END
  1058. IDD_ZWIZ_REV_ZONE_NAME DIALOG DISCARDABLE 0, 0, 317, 143
  1059. STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
  1060. CAPTION "New Zone Wizard"
  1061. FONT 8, "MS Shell Dlg"
  1062. BEGIN
  1063. LTEXT "To identify the reverse lookup zone, type the network ID or the name of the zone.",
  1064. IDC_STATIC,21,1,275,10
  1065. CONTROL "N&etwork ID:",IDC_USE_IP_RADIO,"Button",
  1066. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
  1067. WS_TABSTOP,21,16,91,10
  1068. CONTROL "Re&verse lookup zone name:",IDC_USE_EDIT_RADIO,"Button",
  1069. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_TABSTOP,
  1070. 21,81,139,10
  1071. CONTROL "",IDC_SUBNET_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,33,
  1072. 26,79,14
  1073. EDITTEXT IDC_EDIT_ZONE_NAME,33,91,128,14,ES_AUTOHSCROLL
  1074. LTEXT "If you use a zero in the network ID, it will appear in the zone name. For example, network ID 169 would create zone 169.in-addr.arpa, and network ID 169.0 would create zone 0.169.in-addr.arpa.",
  1075. IDC_STATIC,33,50,263,30
  1076. PUSHBUTTON "B&rowse...",IDC_BROWSE_BUTTON,116,26,50,14,NOT
  1077. WS_VISIBLE | WS_DISABLED
  1078. LTEXT "Click Help for more information on creating a reverse lookup zone.",
  1079. IDC_STATIC,21,113,219,8
  1080. PUSHBUTTON "Help...",IDC_HELP_BUTTON,246,110,50,14
  1081. END
  1082. IDD_SELECT_RECORD_TYPE_DIALOG DIALOGEX 0, 0, 252, 218
  1083. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1084. EXSTYLE WS_EX_CONTEXTHELP
  1085. CAPTION "Resource Record Type"
  1086. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1087. BEGIN
  1088. LTEXT "&Select a resource record type:",IDC_STATIC,7,7,238,8
  1089. LISTBOX IDC_RECORD_TYPE_LIST,7,17,238,51,LBS_SORT |
  1090. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  1091. LTEXT "Description:",IDC_STATIC,7,76,38,8
  1092. EDITTEXT IDC_RECORD_TYPE_DESCR,7,87,238,101,ES_MULTILINE |
  1093. ES_READONLY | WS_VSCROLL | WS_GROUP | NOT WS_TABSTOP
  1094. DEFPUSHBUTTON "&Create Record...",IDC_CREATE_RECORD_BUTTON,116,197,75,
  1095. 14
  1096. PUSHBUTTON "",IDCANCEL,195,197,50,14
  1097. END
  1098. IDD_ZONE_GENERAL_CHANGE_TYPE DIALOGEX 0, 0, 315, 164
  1099. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1100. EXSTYLE WS_EX_CONTEXTHELP
  1101. CAPTION "Change Zone Type"
  1102. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1103. BEGIN
  1104. LTEXT "Select a zone type:",IDC_STATIC,7,7,301,8
  1105. CONTROL "&Primary zone",IDC_RADIO_ZONE_PRIMARY,"Button",
  1106. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
  1107. WS_TABSTOP,7,22,301,10
  1108. CONTROL "&Secondary zone",IDC_RADIO_ZONE_SECONDARY,"Button",
  1109. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,7,45,301,10
  1110. CONTROL "St&ub zone",IDC_RADIO_ZONE_STUB,"Button",
  1111. BS_AUTORADIOBUTTON,7,78,301,10
  1112. LTEXT "Stores a copy of the zone that can be updated directly.",
  1113. IDC_STATIC,19,34,289,8,NOT WS_GROUP
  1114. LTEXT "Stores a copy of an existing zone. This option helps balance the processing load of primary servers and provides fault tolerance.",
  1115. IDC_STATIC,19,56,289,16
  1116. DEFPUSHBUTTON "OK",IDOK,201,143,50,14,WS_GROUP
  1117. PUSHBUTTON "Cancel",IDCANCEL,258,143,50,14
  1118. 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.",
  1119. IDC_STUB_STATIC,19,88,214,24,NOT WS_GROUP
  1120. CONTROL "Store the zone in &Active Directory (available only if DNS server is a domain controller)",
  1121. IDC_ADINT_CHECK,"Button",BS_AUTOCHECKBOX | BS_TOP |
  1122. BS_MULTILINE | WS_TABSTOP,7,121,301,10
  1123. END
  1124. IDD_DELEGWIZ_FINISH DIALOG DISCARDABLE 0, 0, 317, 193
  1125. STYLE DS_CONTROL | WS_CHILD | WS_CAPTION | WS_TABSTOP
  1126. CAPTION "New Delegation Wizard"
  1127. FONT 8, "MS Shell Dlg"
  1128. BEGIN
  1129. LTEXT "You specified the following settings:",IDC_STATIC,115,
  1130. 63,188,11
  1131. LTEXT "Name:",IDC_STATIC,115,75,29,8
  1132. LTEXT "<name>",IDC_NAME_STATIC,148,75,155,10
  1133. LTEXT "Completing the New Delegation Wizard",IDC_STATIC,115,8,
  1134. 188,24
  1135. LTEXT "You have successfully completed the New Delegation wizard.",
  1136. IDC_STATIC,115,40,188,20
  1137. LTEXT "To close this wizard and create the delegation, click Finish.",
  1138. IDC_STATIC,115,93,188,8
  1139. END
  1140. IDD_DELEGWIZ_NAME_SERVERS DIALOG DISCARDABLE 0, 0, 317, 143
  1141. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  1142. CAPTION "New Delegation Wizard"
  1143. FONT 8, "MS Shell Dlg"
  1144. BEGIN
  1145. LTEXT "Specify the names and IP addresses of any DNS servers you want to have host the delegated zone.",
  1146. IDC_STATIC,21,1,275,17
  1147. CONTROL "List1",IDC_NS_LIST,"SysListView32",LVS_REPORT |
  1148. LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER |
  1149. WS_TABSTOP,21,24,275,78
  1150. PUSHBUTTON "&Add...",IDC_ADD_NS_BUTTON,21,108,50,14
  1151. PUSHBUTTON "&Edit...",IDC_EDIT_NS_BUTTON,75,108,50,14
  1152. PUSHBUTTON "&Remove",IDC_REMOVE_NS_BUTTON,129,108,50,14
  1153. END
  1154. IDD_SERVER_DEBUG_LOGGING_PAGE_OLD DIALOG DISCARDABLE 0, 0, 252, 218
  1155. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  1156. CAPTION "Debug Logging"
  1157. FONT 8, "MS Shell Dlg"
  1158. BEGIN
  1159. 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.",
  1160. IDC_STATIC,7,7,238,16
  1161. LTEXT "Select which packets to record:",IDC_STATIC,7,27,238,8
  1162. LTEXT "Packet direction:",IDC_STATIC,7,38,115,8
  1163. CONTROL "&Outgoing",IDC_SEND_CHECK,"Button",BS_AUTOCHECKBOX |
  1164. WS_TABSTOP,7,48,115,10
  1165. CONTROL "&Incoming",IDC_RECEIVE_CHECK,"Button",BS_AUTOCHECKBOX |
  1166. WS_TABSTOP,7,60,115,10
  1167. LTEXT "Transport protocol:",IDC_STATIC,7,87,115,8
  1168. CONTROL "&UDP",IDC_UDP_CHECK,"Button",BS_AUTOCHECKBOX |
  1169. WS_TABSTOP,7,97,115,10
  1170. CONTROL "&TCP",IDC_TCP_CHECK,"Button",BS_AUTOCHECKBOX |
  1171. WS_TABSTOP,7,109,115,10
  1172. LTEXT "Packet contents:",IDC_STATIC,129,38,115,8
  1173. CONTROL "&Queries and zone transfers",IDC_QUERIES_CHECK,"Button",
  1174. BS_AUTOCHECKBOX | WS_TABSTOP,129,48,115,10
  1175. CONTROL "Update&s",IDC_UPDATES,"Button",BS_AUTOCHECKBOX |
  1176. WS_TABSTOP,129,60,115,10
  1177. CONTROL "&Notifications",IDC_NOTIFIES_CHECK,"Button",
  1178. BS_AUTOCHECKBOX | WS_TABSTOP,129,72,115,10
  1179. LTEXT "Packet type:",IDC_STATIC,129,87,116,8
  1180. CONTROL "Requ&est",IDC_REQUEST_CHECK,"Button",BS_AUTOCHECKBOX |
  1181. WS_TABSTOP,129,97,116,10
  1182. CONTROL "&Response",IDC_RESPONSE_CHECK,"Button",BS_AUTOCHECKBOX |
  1183. WS_TABSTOP,129,109,116,10
  1184. LTEXT "Other options:",IDC_STATIC,7,124,131,8
  1185. CONTROL "&Details",IDC_DETAIL_CHECK,"Button",BS_AUTOCHECKBOX |
  1186. WS_TABSTOP,7,135,37,10
  1187. CONTROL "Filter pa&ckets by IP address",IDC_FILTERING_CHECK,
  1188. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,147,118,10
  1189. PUSHBUTTON "&Filter...",IDC_FILTER_BUTTON,129,144,50,14,WS_DISABLED
  1190. GROUPBOX "Log file",IDC_STATIC,7,161,238,50
  1191. LTEXT "File pat&h and name:",IDC_FILENAME_STATIC,14,174,63,8
  1192. EDITTEXT IDC_LOGFILE_EDIT,80,171,156,14,ES_AUTOHSCROLL
  1193. LTEXT "&Maximum size (KB):",IDC_MAXSIZE_STATIC,14,192,63,8
  1194. EDITTEXT IDC_MAX_SIZE_EDIT,80,189,47,14,ES_AUTOHSCROLL |
  1195. ES_NUMBER
  1196. END
  1197. IDD_SERVWIZ_START DIALOG DISCARDABLE 0, 0, 317, 193
  1198. STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
  1199. CAPTION "Configure a DNS Server Wizard"
  1200. FONT 8, "MS Shell Dlg"
  1201. BEGIN
  1202. LTEXT "Welcome to the Configure a DNS Server Wizard",
  1203. IDC_STATIC_WELCOME,115,8,195,24
  1204. LTEXT "This wizard helps you configure a DNS server by specifying root hints and forwarders and by creating DNS zones. A DNS zone is a database that links DNS names and related data such as IP addresses.",
  1205. IDC_STATIC,115,40,192,33
  1206. LTEXT "To continue, click Next.",IDC_STATIC,115,125,192,8
  1207. LTEXT "Before you continue, we recommend that you read the checklists in DNS Help.",
  1208. IDC_STATIC,115,81,195,16
  1209. PUSHBUTTON "Help...",IDC_HELP_BUTTON,115,100,50,14
  1210. END
  1211. IDD_DOMAIN_ADDNEWHOST DIALOGEX 0, 0, 227, 178
  1212. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  1213. EXSTYLE WS_EX_CONTEXTHELP
  1214. CAPTION "New Host"
  1215. FONT 8, "MS Shell Dlg"
  1216. BEGIN
  1217. LTEXT "&Location:",IDC_STATIC,7,7,213,8
  1218. EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,213,14,ES_AUTOHSCROLL |
  1219. ES_READONLY | NOT WS_TABSTOP
  1220. LTEXT "&Name (uses parent domain name if blank):",
  1221. IDC_RR_NAME_STATIC,7,38,213,8
  1222. EDITTEXT IDC_RR_NAME_EDIT,7,48,213,14,ES_AUTOHSCROLL
  1223. LTEXT "I&P address:",IDC_STATIC,7,69,88,8
  1224. CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,7,79,72,
  1225. 14
  1226. CONTROL "&Create associated pointer (PTR) record",
  1227. IDC_UPDATE_PRT_CHECK,"Button",BS_AUTOCHECKBOX | BS_TOP |
  1228. BS_MULTILINE | WS_TABSTOP,7,98,213,10
  1229. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,132,86,8
  1230. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,7,142,85,14
  1231. DEFPUSHBUTTON "Add &Host",IDC_BUTTON_ADDHOST,116,157,50,14
  1232. PUSHBUTTON "",IDCANCEL,170,157,50,14
  1233. CONTROL "All&ow any authenticated user to update DNS records with the same owner name",
  1234. IDC_UPDATE_SECURITY_CHECK,"Button",BS_AUTOCHECKBOX |
  1235. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,111,213,16
  1236. END
  1237. IDD_BROWSE_DIALOG DIALOGEX 0, 0, 252, 191
  1238. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1239. EXSTYLE WS_EX_CONTEXTHELP
  1240. CAPTION "Browse"
  1241. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1242. BEGIN
  1243. LTEXT "&Look in:",IDC_STATIC,7,11,34,8
  1244. CONTROL "",IDC_COMBO_SEL_NODE,"ComboBoxEx32",CBS_DROPDOWNLIST |
  1245. WS_VSCROLL | WS_TABSTOP,50,9,159,95
  1246. CONTROL "List1",IDC_LIST_NODE_ITEMS,"SysListView32",LVS_REPORT |
  1247. LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER |
  1248. WS_TABSTOP,7,28,238,91
  1249. LTEXT "&Selection:",IDC_STATIC,7,130,44,8
  1250. EDITTEXT IDC_SELECTION_EDIT,67,128,178,13,ES_AUTOHSCROLL |
  1251. WS_DISABLED | NOT WS_TABSTOP
  1252. LTEXT "&Object type:",IDC_STATIC,7,148,47,8
  1253. COMBOBOX IDC_COMBO_FILTER,67,146,178,50,CBS_DROPDOWNLIST |
  1254. WS_VSCROLL | WS_TABSTOP
  1255. DEFPUSHBUTTON "OK",IDOK,141,170,50,14
  1256. PUSHBUTTON "Cancel",IDCANCEL,195,170,50,14
  1257. LTEXT "<dummy>",IDC_TOOLBAR_CTRL,211,8,30,16
  1258. END
  1259. IDD_ZONE_ZONE_TRANSFER_PAGE DIALOG DISCARDABLE 0, 0, 252, 218
  1260. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  1261. CAPTION "Zone Transfers"
  1262. FONT 8, "MS Shell Dlg"
  1263. BEGIN
  1264. LTEXT "A zone transfer sends a copy of the zone to requesting servers.",
  1265. IDC_STATIC,7,7,238,8
  1266. CONTROL "All&ow zone transfers:",IDC_CHECK_ALLOW_TRANSFERS,
  1267. "Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE |
  1268. WS_TABSTOP,7,23,238,10
  1269. CONTROL "&To any server",IDC_RADIO_SECSECURE_OFF,"Button",
  1270. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
  1271. WS_TABSTOP,19,39,226,10
  1272. CONTROL "Only to &servers listed on the Name Servers tab",
  1273. IDC_RADIO_SECSECURE_NS,"Button",BS_AUTORADIOBUTTON |
  1274. BS_TOP | BS_MULTILINE,19,52,226,10
  1275. CONTROL "Only to t&he following servers",
  1276. IDC_RADIO_SECSECURE_LIST,"Button",BS_AUTORADIOBUTTON |
  1277. BS_TOP | BS_MULTILINE,19,65,226,10
  1278. LTEXT "I&P address:",IDC_STATIC,32,83,113,8
  1279. CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,32,93,79,
  1280. 14
  1281. PUSHBUTTON "A&dd",IDC_BUTTON_ADD,117,93,50,14,WS_DISABLED
  1282. LISTBOX IDC_LIST,32,115,79,53,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  1283. WS_VSCROLL | WS_TABSTOP
  1284. PUSHBUTTON "&Remove",IDC_BUTTON_REMOVE,117,115,50,14,WS_DISABLED
  1285. PUSHBUTTON "&Up",IDC_BUTTON_UP,117,133,50,14,NOT WS_VISIBLE |
  1286. WS_DISABLED
  1287. PUSHBUTTON "Do&wn",IDC_BUTTON_DOWN,117,151,50,14,NOT WS_VISIBLE |
  1288. WS_DISABLED
  1289. LTEXT "To specify secondary servers to be notified of zone updates, click Notify.",
  1290. IDC_STATIC,19,176,218,16
  1291. PUSHBUTTON "&Notify...",IDC_BUTTON_NOTIFY,195,197,50,14
  1292. END
  1293. IDD_ZONE_WINS_PAGE DIALOG DISCARDABLE 0, 0, 252, 218
  1294. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  1295. CAPTION "WINS"
  1296. FONT 8, "MS Shell Dlg"
  1297. BEGIN
  1298. LTEXT "You can use WINS to resolve names not found by querying the DNS namespace.",
  1299. IDC_STATIC,7,6,238,16
  1300. CONTROL "U&se WINS forward lookup",IDC_USE_WINS_RES_CHECK,"Button",
  1301. BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,7,
  1302. 31,237,10
  1303. CONTROL "Do &not replicate this record",IDC_NOT_REPL_CHECK,
  1304. "Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE |
  1305. WS_TABSTOP,19,47,226,10
  1306. LTEXT "I&P address:",IDC_STATIC,32,65,36,8
  1307. CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,32,75,79,
  1308. 14
  1309. PUSHBUTTON "A&dd",IDC_BUTTON_ADD,117,75,50,14,WS_DISABLED
  1310. LISTBOX IDC_LIST,32,97,79,69,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  1311. WS_VSCROLL | WS_TABSTOP
  1312. PUSHBUTTON "&Remove",IDC_BUTTON_REMOVE,117,97,50,14,WS_DISABLED
  1313. PUSHBUTTON "&Up",IDC_BUTTON_UP,117,115,50,14,WS_DISABLED
  1314. PUSHBUTTON "D&own",IDC_BUTTON_DOWN,117,133,50,14,WS_DISABLED
  1315. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,61,8
  1316. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
  1317. PUSHBUTTON "Ad&vanced...",IDC_ADVANCED_BUTTON,190,197,55,14
  1318. END
  1319. IDD_RR_NS_EDIT DIALOGEX 0, 0, 252, 218
  1320. STYLE DS_CONTEXTHELP | WS_CHILD | WS_CAPTION
  1321. EXSTYLE WS_EX_CONTEXTHELP
  1322. CAPTION "Name Server (NS)"
  1323. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1324. BEGIN
  1325. LTEXT "&Server name:",IDC_STATIC,7,26,238,8
  1326. EDITTEXT IDC_SERVER_NAME_EDIT,7,36,130,14,ES_AUTOHSCROLL
  1327. PUSHBUTTON "&Browse...",IDC_BROWSE_BUTTON,141,36,50,14
  1328. PUSHBUTTON "Resol&ve",IDC_QUERY_BUTTON,195,36,50,14
  1329. LTEXT "I&P address:",IDC_STATIC,7,57,36,8
  1330. CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,7,68,79,
  1331. 14
  1332. PUSHBUTTON "A&dd",IDC_BUTTON_ADD,92,69,50,14,WS_DISABLED
  1333. LISTBOX IDC_LIST,7,90,79,69,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  1334. WS_VSCROLL | WS_TABSTOP
  1335. PUSHBUTTON "&Remove",IDC_BUTTON_REMOVE,92,90,50,14,WS_DISABLED
  1336. PUSHBUTTON "&Up",IDC_BUTTON_UP,92,108,50,14,WS_DISABLED
  1337. PUSHBUTTON "D&own",IDC_BUTTON_DOWN,92,126,50,14,WS_DISABLED
  1338. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,58,8
  1339. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
  1340. LTEXT "Enter a server name and one or more IP addresses. Both are required to identify the name server.",
  1341. IDC_STATIC,7,7,238,16
  1342. END
  1343. IDD_CHOOSER_CHOOSE_MACHINE DIALOG DISCARDABLE 0, 0, 252, 119
  1344. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1345. CAPTION "Select Target Computer"
  1346. FONT 8, "MS Shell Dlg"
  1347. BEGIN
  1348. GROUPBOX "Windows 2000 DNS Server is running on:",
  1349. IDC_CHOOSER_GROUP_TARGET_MACHINE,7,7,238,62
  1350. CONTROL "&This computer",IDC_CHOOSER_RADIO_LOCAL_MACHINE,"Button",
  1351. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
  1352. WS_TABSTOP,17,19,174,10
  1353. CONTROL "T&he following computer:",
  1354. IDC_CHOOSER_RADIO_SPECIFIC_MACHINE,"Button",
  1355. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,17,32,170,10
  1356. EDITTEXT IDC_CHOOSER_EDIT_MACHINE_NAME,30,45,152,14,
  1357. ES_AUTOHSCROLL
  1358. PUSHBUTTON "B&rowse...",IDC_CHOOSER_BUTTON_BROWSE_MACHINENAMES,186,
  1359. 45,50,14,NOT WS_VISIBLE | WS_DISABLED
  1360. CONTROL "&Connect to the specified computer now",
  1361. IDC_CHOOSER_CHECK_CONTACT,"Button",BS_AUTOCHECKBOX |
  1362. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,76,184,10
  1363. DEFPUSHBUTTON "OK",IDOK,142,98,50,14
  1364. PUSHBUTTON "Cancel",IDCANCEL,195,98,50,14
  1365. END
  1366. IDD_ZWIZ_START DIALOG DISCARDABLE 0, 0, 317, 193
  1367. STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
  1368. CAPTION "New Zone Wizard"
  1369. FONT 8, "MS Shell Dlg"
  1370. BEGIN
  1371. LTEXT "Welcome to the New Zone Wizard",IDC_STATIC_WELCOME,115,
  1372. 8,195,24
  1373. LTEXT "This wizard helps you create a new zone for your DNS server.",
  1374. IDC_STATIC,115,40,195,8
  1375. LTEXT "A zone is a database that links DNS names and related data, such as IP addresses or network services.",
  1376. IDC_STATIC,115,55,195,16
  1377. LTEXT "To continue, click Next.",IDC_STATIC,115,78,195,8
  1378. END
  1379. IDD_DELEGWIZ_START DIALOG DISCARDABLE 0, 0, 317, 193
  1380. STYLE DS_CONTROL | WS_CHILD | WS_CAPTION | WS_TABSTOP
  1381. CAPTION "New Delegation Wizard"
  1382. FONT 8, "MS Shell Dlg"
  1383. BEGIN
  1384. LTEXT "Welcome to the New Delegation Wizard",
  1385. IDC_STATIC_WELCOME,115,8,181,24
  1386. LTEXT "This wizard helps you delegate authority for a subdomain to a different zone, either on this computer or on another computer. Zone delegation can help simplify administration.",
  1387. IDC_STATIC,115,40,181,34
  1388. LTEXT "To continue, click Next.",IDC_STATIC,115,79,76,8
  1389. END
  1390. IDD_ZONE_GENERAL_CHANGE_TYPE_DATA_CONFLICT DIALOG DISCARDABLE 0, 0, 252, 108
  1391. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1392. CAPTION "Active Directory Service"
  1393. FONT 8, "MS Shell Dlg"
  1394. BEGIN
  1395. LTEXT "A zone with this name already exists in Active Directory. What do you want to do?",
  1396. IDC_STATIC,41,7,204,16
  1397. CONTROL "Discard the new zone, and load the existing zone from Active Directory",
  1398. IDC_RADIO_USE_DS_DATA,"Button",BS_AUTORADIOBUTTON |
  1399. BS_TOP | BS_MULTILINE,41,30,204,16
  1400. CONTROL "&Overwrite the existing zone in Active Directory with the new zone",
  1401. IDC_RADIO_USE_MEM_DATA,"Button",BS_AUTORADIOBUTTON |
  1402. BS_TOP | BS_MULTILINE | WS_TABSTOP,41,53,204,16
  1403. DEFPUSHBUTTON "OK",IDOK,73,87,50,14
  1404. PUSHBUTTON "Cancel",IDCANCEL,128,87,50,14
  1405. ICON 32515,IDC_STATIC,7,7,20,20
  1406. END
  1407. IDD_FILTERING_NAME DIALOGEX 0, 0, 227, 156
  1408. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1409. EXSTYLE WS_EX_CONTEXTHELP
  1410. CAPTION "Name Filtering"
  1411. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1412. BEGIN
  1413. LTEXT "The settings you select apply to the entire DNS snap-in.",
  1414. IDC_STATIC,7,7,213,8
  1415. LTEXT "Display the following items:",IDC_STATIC,7,22,213,8
  1416. CONTROL "&All names",IDC_RADIO_FILTER_NONE,"Button",
  1417. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
  1418. WS_TABSTOP,7,34,46,10
  1419. CONTROL "&Names starting with:",IDC_RADIO_FILTER_STARTS,"Button",
  1420. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_TABSTOP,
  1421. 7,52,89,10
  1422. CONTROL "Na&mes containing:",IDC_RADIO_FILTER_CONTAINS,"Button",
  1423. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_TABSTOP,
  1424. 7,70,85,10
  1425. CONTROL "Nam&es in the following range:",IDC_RADIO_FILTER_RANGE,
  1426. "Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE |
  1427. WS_TABSTOP,7,92,119,10
  1428. EDITTEXT IDC_EDIT_FILTER_STARTS,120,50,100,14,ES_AUTOHSCROLL
  1429. EDITTEXT IDC_EDIT_FILTER_CONTAINS,120,68,100,14,ES_AUTOHSCROLL
  1430. LTEXT "&From name starting with:",IDC_STATIC,20,109,81,8
  1431. EDITTEXT IDC_EDIT_FILTER_RANGE_FROM,120,106,100,14,ES_AUTOHSCROLL
  1432. LTEXT "&To name starting with:",IDC_STATIC,20,127,73,8
  1433. EDITTEXT IDC_EDIT_FILTER_RANGE_TO,120,124,100,14,ES_AUTOHSCROLL
  1434. END
  1435. IDD_FILTERING_LIMITS DIALOGEX 0, 0, 227, 156
  1436. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1437. EXSTYLE WS_EX_CONTEXTHELP
  1438. CAPTION "Display Limit"
  1439. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1440. BEGIN
  1441. LTEXT "&Maximum number of items to display per folder:",
  1442. IDC_STATIC,7,7,213,8
  1443. EDITTEXT IDC_EDIT_COUNT,7,17,38,14,ES_AUTOHSCROLL | ES_NUMBER
  1444. END
  1445. IDD_RR_ATMA DIALOG DISCARDABLE 0, 0, 252, 218
  1446. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  1447. CAPTION "ATM Address (ATMA)"
  1448. FONT 8, "MS Shell Dlg"
  1449. BEGIN
  1450. LTEXT "&Parent domain:",IDC_STATIC,7,7,238,8
  1451. EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
  1452. ES_READONLY | NOT WS_TABSTOP
  1453. LTEXT "&Host (uses parent domain if left blank):",
  1454. IDC_RR_NAME_STATIC,7,38,237,8
  1455. EDITTEXT IDC_RR_NAME_EDIT,7,48,238,14,ES_AUTOHSCROLL
  1456. LTEXT "Format:",IDC_STATIC,7,70,24,8
  1457. CONTROL "&E164 (0 to 20 decimal digits, possibly with arbitrary dots)",
  1458. IDC_RADIO_E164,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  1459. BS_MULTILINE | WS_GROUP | WS_TABSTOP,7,82,201,10
  1460. CONTROL "&NSAP (40 hexadecimal digits, possibly with arbitrary dots)",
  1461. IDC_RADIO_NSAP,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  1462. BS_MULTILINE,7,95,204,10
  1463. LTEXT "&Value:",IDC_STATIC,7,113,238,8
  1464. EDITTEXT IDC_EDIT_ATMA_ADDRESS,7,123,238,14,ES_AUTOHSCROLL
  1465. CONTROL "&Delete this record when it becomes stale",
  1466. IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
  1467. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,145,141,10
  1468. LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,162,80,8
  1469. EDITTEXT IDC_TIME_EDIT,103,159,66,14,ES_AUTOHSCROLL | ES_READONLY
  1470. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,62,8
  1471. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
  1472. END
  1473. IDD_RR_NS_CACHE DIALOG DISCARDABLE 0, 0, 252, 218
  1474. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  1475. CAPTION "Name Server (NS)"
  1476. FONT 8, "MS Shell Dlg"
  1477. BEGIN
  1478. LTEXT "D&omain name:",IDC_STATIC,7,7,238,8
  1479. EDITTEXT IDC_RR_DOMAIN_EDIT,7,17,238,14,ES_AUTOHSCROLL |
  1480. ES_READONLY | NOT WS_TABSTOP
  1481. LTEXT "&Server name:",IDC_RR_NAME_STATIC,7,38,238,8
  1482. EDITTEXT IDC_RR_NAME_EDIT,7,79,183,14,ES_AUTOHSCROLL | NOT
  1483. WS_VISIBLE | WS_DISABLED
  1484. LTEXT "&Host name:",IDC_STATIC,7,69,91,8,NOT WS_VISIBLE |
  1485. WS_DISABLED
  1486. EDITTEXT IDC_NAME_NODE_EDIT,7,48,238,14,ES_AUTOHSCROLL
  1487. PUSHBUTTON "&Browse...",IDC_BROWSE_BUTTON,195,79,50,14,NOT
  1488. WS_VISIBLE | WS_DISABLED
  1489. CONTROL "&Delete this record when it becomes stale",
  1490. IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
  1491. BS_TOP | BS_MULTILINE | NOT WS_VISIBLE | WS_DISABLED |
  1492. WS_TABSTOP,7,100,147,10
  1493. LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,117,66,8,
  1494. NOT WS_VISIBLE | WS_DISABLED
  1495. EDITTEXT IDC_TIME_EDIT,103,114,88,14,ES_AUTOHSCROLL | ES_READONLY |
  1496. NOT WS_VISIBLE | WS_DISABLED
  1497. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,60,8
  1498. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
  1499. END
  1500. IDD_ZONE_NOTIFY_SUBDIALOG DIALOGEX 0, 0, 252, 218
  1501. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1502. EXSTYLE WS_EX_CONTEXTHELP
  1503. CAPTION "Notify"
  1504. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1505. BEGIN
  1506. LTEXT "To automatically notify secondary servers when the zone changes, select the following check box, and then specify the servers.",
  1507. IDC_STATIC,7,7,238,16
  1508. CONTROL "&Automatically notify:",IDC_CHECK_AUTO_NOTIFY,"Button",
  1509. BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_GROUP |
  1510. WS_TABSTOP,7,31,129,10
  1511. CONTROL "&Servers listed on the Name Servers tab",
  1512. IDC_RADIO_NOTIFY_ALL,"Button",BS_AUTORADIOBUTTON |
  1513. BS_TOP | BS_MULTILINE | WS_GROUP,17,45,203,10
  1514. CONTROL "&The following servers",IDC_RADIO_NOTIFY_LIST,"Button",
  1515. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,17,60,203,10
  1516. LTEXT "I&P address:",IDC_STATIC,30,74,36,8
  1517. CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,30,84,79,
  1518. 14
  1519. PUSHBUTTON "A&dd",IDC_BUTTON_ADD,115,84,50,14,WS_DISABLED
  1520. LISTBOX IDC_LIST,30,106,79,68,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  1521. WS_VSCROLL | WS_TABSTOP
  1522. PUSHBUTTON "&Remove",IDC_BUTTON_REMOVE,115,106,50,14,WS_DISABLED
  1523. PUSHBUTTON "&Up",IDC_BUTTON_UP,115,126,50,14,NOT WS_VISIBLE |
  1524. WS_DISABLED
  1525. PUSHBUTTON "Do&wn",IDC_BUTTON_DOWN,114,145,50,14,NOT WS_VISIBLE |
  1526. WS_DISABLED
  1527. DEFPUSHBUTTON "OK",IDOK,141,197,50,14
  1528. PUSHBUTTON "Cancel",IDCANCEL,195,197,50,14
  1529. END
  1530. IDD_ZONE_AGING_DIALOG DIALOGEX 0, 0, 252, 230
  1531. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1532. EXSTYLE WS_EX_CONTEXTHELP
  1533. CAPTION "Zone Aging/Scavenging Properties"
  1534. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1535. BEGIN
  1536. CONTROL "&Scavenge stale resource records",
  1537. IDC_SCAVENGING_ENABLED,"Button",BS_AUTOCHECKBOX | BS_TOP |
  1538. BS_MULTILINE | WS_TABSTOP,7,7,238,10
  1539. GROUPBOX "No-refresh interval",IDC_STATIC,7,21,238,57
  1540. LTEXT "The time between the most recent refresh of a record timestamp and the moment when the timestamp may be refreshed again.",
  1541. IDC_STATIC,17,33,219,17
  1542. LTEXT "&No-refresh interval:",IDC_STATIC,17,58,67,8
  1543. EDITTEXT IDC_REFR_INT_EDIT2,101,56,36,13,ES_AUTOHSCROLL |
  1544. ES_NUMBER
  1545. COMBOBOX IDC_REFR_INT_COMBO2,141,56,63,41,CBS_DROPDOWNLIST |
  1546. WS_VSCROLL | WS_TABSTOP
  1547. GROUPBOX "Refresh interval",IDC_STATIC,7,82,238,72
  1548. 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.",
  1549. IDC_STATIC,17,94,219,34
  1550. LTEXT "&Refresh interval:",IDC_STATIC,17,135,52,8
  1551. EDITTEXT IDC_REFR_INT_EDIT1,101,133,36,13,ES_AUTOHSCROLL |
  1552. ES_NUMBER
  1553. COMBOBOX IDC_REFR_INT_COMBO1,141,133,63,41,CBS_DROPDOWNLIST |
  1554. WS_VSCROLL | WS_TABSTOP
  1555. LTEXT "The zone can be scavenged only after:",
  1556. IDC_TIME_STAMP_STATIC1,7,159,238,8
  1557. LTEXT "&Date and time:",IDC_TIME_STAMP_STATIC2,17,174,54,8
  1558. EDITTEXT IDC_TIME_STAMP,101,171,103,14,ES_AUTOHSCROLL |
  1559. ES_READONLY
  1560. PUSHBUTTON "OK",IDOK,141,209,50,14
  1561. PUSHBUTTON "Cancel",IDCANCEL,195,209,50,14
  1562. END
  1563. IDD_SERVER_AGING_DIALOG DIALOGEX 0, 0, 252, 218
  1564. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1565. EXSTYLE WS_EX_CONTEXTHELP
  1566. CAPTION "Server Aging/Scavenging Properties"
  1567. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1568. BEGIN
  1569. CONTROL "&Scavenge stale resource records",
  1570. IDC_SCAVENGING_ENABLED,"Button",BS_AUTOCHECKBOX | BS_TOP |
  1571. BS_MULTILINE | WS_TABSTOP,7,7,238,10
  1572. GROUPBOX "No-refresh interval",IDC_STATIC,7,25,238,59
  1573. LTEXT "The time between the most recent refresh of a record timestamp and the moment when the timestamp may be refreshed again.",
  1574. IDC_STATIC,17,39,217,16
  1575. LTEXT "&No-refresh interval:",IDC_STATIC,17,65,67,8
  1576. EDITTEXT IDC_REFR_INT_EDIT2,90,63,47,13,ES_AUTOHSCROLL |
  1577. ES_NUMBER
  1578. COMBOBOX IDC_REFR_INT_COMBO2,141,63,63,41,CBS_DROPDOWNLIST |
  1579. WS_VSCROLL | WS_TABSTOP
  1580. GROUPBOX "Refresh interval",IDC_STATIC,7,90,238,73
  1581. 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.",
  1582. IDC_STATIC,17,104,218,33
  1583. LTEXT "&Refresh interval:",IDC_STATIC,17,144,52,8
  1584. EDITTEXT IDC_REFR_INT_EDIT1,90,142,47,13,ES_AUTOHSCROLL |
  1585. ES_NUMBER
  1586. COMBOBOX IDC_REFR_INT_COMBO1,141,142,63,41,CBS_DROPDOWNLIST |
  1587. WS_VSCROLL | WS_TABSTOP
  1588. PUSHBUTTON "OK",IDOK,141,197,50,14,WS_DISABLED
  1589. PUSHBUTTON "Cancel",IDCANCEL,195,197,50,14
  1590. END
  1591. IDD_SERVER_AGING_CONFIRMATION DIALOG DISCARDABLE 0, 0, 252, 111
  1592. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1593. CAPTION "Server Aging/Scavenging Confirmation"
  1594. FONT 8, "MS Shell Dlg"
  1595. BEGIN
  1596. LTEXT "Default settings for new Active-Directory integrated zones:",
  1597. IDC_STATIC,7,7,238,8
  1598. EDITTEXT IDC_EDIT_NEW_DEFAULTS,7,17,238,28,ES_MULTILINE |
  1599. ES_READONLY | WS_GROUP | NOT WS_TABSTOP
  1600. CONTROL "&Apply these settings to the existing Active-Directory integrated zones",
  1601. IDC_CHECK_AD_APPLY_ALL,"Button",BS_AUTOCHECKBOX | BS_TOP |
  1602. BS_MULTILINE | WS_TABSTOP,7,51,238,10
  1603. PUSHBUTTON "OK",IDOK,141,90,50,14,WS_GROUP
  1604. PUSHBUTTON "Cancel",IDCANCEL,195,90,50,14
  1605. END
  1606. IDD_ZWIZ_DYNAMIC_UPDATE DIALOG DISCARDABLE 0, 0, 317, 143
  1607. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  1608. CAPTION "New Zone Wizard"
  1609. FONT 8, "MS Shell Dlg"
  1610. BEGIN
  1611. CONTROL "Allow only &secure dynamic updates",
  1612. IDC_SECURE_DYNAMIC_RADIO,"Button",BS_AUTORADIOBUTTON |
  1613. WS_GROUP,21,45,289,10
  1614. CONTROL "&Allow any dynamic updates",IDC_ALLOW_DYNAMIC_RADIO,
  1615. "Button",BS_AUTORADIOBUTTON,21,81,289,10
  1616. CONTROL "&Do not allow dynamic updates",IDC_DENY_DYNAMIC_RADIO,
  1617. "Button",BS_AUTORADIOBUTTON,21,107,289,10
  1618. LTEXT "Dynamic update enables DNS client computers to register and dynamically update their resource records with a DNS server whenever changes occur.\n\n Please select the type of dynamic updates you wish to allow.",
  1619. IDC_STATIC,21,1,289,39
  1620. LTEXT "This option is only available for zones that are integrated into Active Directory. It provides access control list (ACL) to restrict which clients can perform dynamic updates.",
  1621. IDC_STATIC,33,55,278,24
  1622. LTEXT "Dynamic updates of resource records are accepted from any client.",
  1623. IDC_STATIC,33,92,278,8
  1624. LTEXT "Dynamic updates of resource records are not accepted by the zone.",
  1625. IDC_STATIC,33,118,278,8
  1626. END
  1627. IDD_SERVER_DOMAIN_FORWARDERS_PAGE DIALOG DISCARDABLE 0, 0, 252, 218
  1628. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  1629. CAPTION "Forwarders"
  1630. FONT 8, "MS Shell Dlg"
  1631. BEGIN
  1632. LTEXT "Forwarders are servers that can resolve DNS queries not answered by this server. Forward queries for names in the following domains.",
  1633. IDC_STATIC_CAPTION,7,7,238,18
  1634. LTEXT "Forwarders are not available because this is a root server.",
  1635. IDC_STATIC_MESSAGE,7,24,238,8
  1636. LTEXT "Do&main:",IDC_STATIC,8,35,78,8
  1637. LISTBOX IDC_DOMAIN_LIST,7,45,182,35,LBS_SORT |
  1638. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  1639. PUSHBUTTON "&New...",IDC_DOMAIN_ADD_BUTTON,195,45,50,14
  1640. PUSHBUTTON "R&emove",IDC_DOMAIN_REMOVE_BUTTON,195,65,50,14,
  1641. WS_DISABLED
  1642. LTEXT "To add a forwarder, select a domain, type the forwarder's IP address, and then click Add.",
  1643. IDC_STATIC,7,82,238,16
  1644. LTEXT "Selected domain's I&P address list:",IDC_STATIC,7,99,
  1645. 238,8
  1646. CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,7,110,79,
  1647. 14
  1648. PUSHBUTTON "A&dd",IDC_BUTTON_ADD,93,110,50,14,WS_DISABLED
  1649. LISTBOX IDC_LIST,7,131,79,50,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  1650. WS_VSCROLL | WS_TABSTOP
  1651. PUSHBUTTON "&Remove",IDC_BUTTON_REMOVE,93,131,50,14,WS_DISABLED
  1652. PUSHBUTTON "&Up",IDC_BUTTON_UP,93,150,50,14,WS_DISABLED
  1653. PUSHBUTTON "D&own",IDC_BUTTON_DOWN,93,168,50,14,WS_DISABLED
  1654. LTEXT "Num&ber of seconds before forward queries time out:",
  1655. IDC_FWD_TIMEOUT_STATIC,7,188,200,8
  1656. EDITTEXT IDC_FWD_TIMEOUT_EDIT,211,185,34,14,ES_AUTOHSCROLL |
  1657. ES_NUMBER
  1658. CONTROL "Do not u&se recursion for this domain",IDC_SLAVE_CHECK,
  1659. "Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE |
  1660. WS_TABSTOP,7,201,238,10
  1661. LTEXT "Forwarder is integrated to Active Directory",
  1662. IDC_FORWARDER_ADINT_STATIC,151,110,94,24
  1663. END
  1664. IDD_SERVWIZ_SM_FORWARDERS_PAGE DIALOG DISCARDABLE 0, 0, 317, 143
  1665. STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
  1666. CAPTION "Configure a DNS Server Wizard"
  1667. FONT 8, "MS Shell Dlg"
  1668. BEGIN
  1669. LTEXT "Should this DNS server forward queries?",IDC_STATIC,21,
  1670. 1,275,8,NOT WS_GROUP
  1671. CONTROL "&Yes, it should forward queries to a DNS server with the following IP address:",
  1672. IDC_FORWARD_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  1673. BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,15,275,10
  1674. CONTROL "N&o, it should not forward queries",
  1675. IDC_NO_FORWARDERS_RADIO,"Button",BS_AUTORADIOBUTTON |
  1676. BS_TOP | BS_MULTILINE | WS_TABSTOP,21,57,275,10
  1677. CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,33,28,79,
  1678. 14
  1679. LTEXT "To configure additional forwarders or conditional forwarding, in the Microsoft Management Console, right-click the server name, click Properties, and then click the Forwarders tab.",
  1680. IDC_STATIC,21,77,275,24
  1681. END
  1682. IDD_SERVWIZ_SM_ZONE_TYPE_PAGE DIALOG DISCARDABLE 0, 0, 317, 143
  1683. STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
  1684. CAPTION "Configure a DNS Server Wizard"
  1685. FONT 8, "MS Shell Dlg"
  1686. BEGIN
  1687. LTEXT "Do you want this server to maintain the DNS zone containing data for your network resources, or will an ISP maintain the zone and provide this DNS server with a read-only secondary zone copy?",
  1688. IDC_STATIC,21,1,275,24,NOT WS_GROUP
  1689. CONTROL "&This server maintains the zone.",IDC_PRIMARY_RADIO,
  1690. "Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE |
  1691. WS_GROUP | WS_TABSTOP,21,32,275,10
  1692. CONTROL "&An ISP maintains the zone, and a read-only secondary copy resides on this server.",
  1693. IDC_SECONDARY_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  1694. BS_MULTILINE | WS_TABSTOP,21,54,275,10
  1695. LTEXT "The wizard helps you create a primary forward lookup zone.",
  1696. IDC_STATIC,33,43,263,8
  1697. LTEXT "The wizard helps you create a secondary forward lookup zone.",
  1698. IDC_STATIC,33,65,263,8
  1699. END
  1700. IDD_SERVWIZ_SCENARIO_PAGE DIALOG DISCARDABLE 0, 0, 317, 143
  1701. STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
  1702. CAPTION "Configure a DNS Server Wizard"
  1703. FONT 8, "MS Shell Dlg"
  1704. BEGIN
  1705. LTEXT "Select the option that describes this server's use, or you can choose to configure the server manually.",
  1706. IDC_STATIC,21,1,275,16,NOT WS_GROUP
  1707. CONTROL "&Small office/home office",IDC_SMALL_RADIO,"Button",
  1708. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
  1709. WS_TABSTOP,21,23,275,10
  1710. CONTROL "&Medium office/large office",IDC_MEDIUM_RADIO,"Button",
  1711. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_TABSTOP,
  1712. 21,62,275,10
  1713. CONTROL "&Configure manually",IDC_MANUALLY_RADIO,"Button",
  1714. BS_AUTORADIOBUTTON | WS_TABSTOP,21,95,275,10
  1715. LTEXT "This server contains data for local resources but forwards all other requests to an ISP or other DNS server on the Internet. This DNS server is not authoritative for any reverse lookup zone.",
  1716. IDC_STATIC,33,33,263,24
  1717. LTEXT "This server can be authoritative for DNS zones. It can be configured to perform recursive resolution, to forward queries to forwarders, or to do both.",
  1718. IDC_STATIC,33,73,263,16
  1719. LTEXT "The wizard will not assist in configuring the server.",
  1720. IDC_STATIC,33,107,263,8
  1721. END
  1722. IDD_SERVWIZ_SM_ROOTHINTS_FAILED_PAGE DIALOG DISCARDABLE 0, 0, 317, 143
  1723. STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
  1724. CAPTION "Configure a DNS Server Wizard"
  1725. FONT 8, "MS Shell Dlg"
  1726. BEGIN
  1727. LTEXT "This DNS server did not discover the root DNS servers. To perform name resolution of names not contained by this server, the server must be configured with root hints (names and IP addresses of the root servers) or with forwarders.",
  1728. IDC_STATIC,21,1,275,24,NOT WS_GROUP
  1729. CONTROL "&Retry automatic discovery of root servers",
  1730. IDC_RETRY_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  1731. BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,45,275,10
  1732. CONTROL "&Configure root hints manually",
  1733. IDC_CONFIG_MANUALLY_RADIO,"Button",BS_AUTORADIOBUTTON |
  1734. BS_TOP | BS_MULTILINE | WS_TABSTOP,21,56,275,10
  1735. CONTROL "&Make this DNS server a root server",
  1736. IDC_MAKE_ROOT_RADIO,"Button",BS_AUTORADIOBUTTON |
  1737. WS_TABSTOP,21,67,275,10
  1738. CONTROL "&Ignore",IDC_IGNORE_RADIO,"Button",BS_AUTORADIOBUTTON |
  1739. WS_TABSTOP,21,78,275,10
  1740. LTEXT "If you select Ignore, this DNS server will not perform recursive name resolution. If this server is not configured with forwarders, it will resolve queries only for data for which it is authoritative.",
  1741. IDC_STATIC,33,89,263,24
  1742. LTEXT "To configure this server to forward queries to forwarders, click Back.",
  1743. IDC_STATIC,21,34,275,8
  1744. LTEXT "Click Help for more information on root hints.",
  1745. IDC_STATIC,21,123,224,8
  1746. PUSHBUTTON "Help...",IDC_HELP_BUTTON,246,120,50,14
  1747. END
  1748. IDD_SERVWIZ_MD_LG_FORWARDERS_PAGE DIALOG DISCARDABLE 0, 0, 317, 143
  1749. STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
  1750. CAPTION "Configure DNS Server Wizard"
  1751. FONT 8, "MS Shell Dlg"
  1752. BEGIN
  1753. LTEXT "Will this server forward request that this server cannot answer?",
  1754. IDC_STATIC,21,1,275,8,NOT WS_GROUP
  1755. CONTROL "&No",IDC_NO_FORWARDERS_RADIO,"Button",
  1756. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
  1757. WS_TABSTOP,21,12,275,10
  1758. CONTROL "&Yes",IDC_FORWARD_RADIO,"Button",BS_AUTORADIOBUTTON |
  1759. BS_TOP | BS_MULTILINE | WS_TABSTOP,21,25,275,10
  1760. LTEXT "Enter the IP address of the server you want to forward requests to.",
  1761. IDC_STATIC,33,36,263,8
  1762. CONTROL "",IDC_SUBNET_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,33,
  1763. 47,79,14
  1764. END
  1765. IDD_SERVER_NEW_DOMAIN_FORWARDER DIALOGEX 0, 0, 186, 74
  1766. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1767. EXSTYLE WS_EX_CONTEXTHELP
  1768. CAPTION "New Forwarder"
  1769. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1770. BEGIN
  1771. LTEXT "Forward queries for names in the following domain.",
  1772. IDC_STATIC,7,7,172,8
  1773. LTEXT "&Domain:",IDC_STATIC,7,20,172,8
  1774. EDITTEXT IDC_DOMAIN_NAME_EDIT,7,30,172,14,ES_AUTOHSCROLL
  1775. DEFPUSHBUTTON "OK",IDOK,74,53,50,14
  1776. PUSHBUTTON "Cancel",IDCANCEL,129,53,50,14
  1777. END
  1778. IDD_MULTISELECT_ERROR_DIALOG DIALOG DISCARDABLE 0, 0, 261, 186
  1779. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1780. CAPTION "Title"
  1781. FONT 8, "MS Shell Dlg"
  1782. BEGIN
  1783. DEFPUSHBUTTON "OK",IDOK,204,165,50,14
  1784. LTEXT "Static",IDC_STATIC_MESSAGE,7,7,247,23
  1785. CONTROL "List2",IDC_ERROR_LIST,"SysListView32",LVS_REPORT |
  1786. LVS_SORTASCENDING | WS_BORDER | WS_TABSTOP,7,35,247,123
  1787. END
  1788. IDD_SERVWIZ_ROOTHINTS_PAGE DIALOG DISCARDABLE 0, 0, 317, 143
  1789. STYLE DS_CONTROL | WS_CHILD | WS_CAPTION
  1790. CAPTION "Configure DNS Server Wizard"
  1791. FONT 8, "MS Shell Dlg"
  1792. BEGIN
  1793. LTEXT "To add name servers to the list, click Add.",
  1794. IDC_STATIC_LIST_CAPTION,21,1,199,8
  1795. LTEXT "",IDC_STATIC_MESSAGE,21,11,237,8
  1796. CONTROL "List1",IDC_NS_LIST,"SysListView32",LVS_REPORT |
  1797. LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER |
  1798. WS_TABSTOP,21,23,238,80
  1799. PUSHBUTTON "A&dd...",IDC_ADD_NS_BUTTON,21,107,50,14
  1800. PUSHBUTTON "&Edit...",IDC_EDIT_NS_BUTTON,75,107,50,14
  1801. PUSHBUTTON "&Remove",IDC_REMOVE_NS_BUTTON,129,107,50,14
  1802. LTEXT "",IDC_STATIC_DESCR,17,0,237,8,NOT WS_VISIBLE |
  1803. WS_DISABLED
  1804. END
  1805. IDD_RR_KEY DIALOG DISCARDABLE 0, 0, 252, 218
  1806. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  1807. CAPTION "Key (KEY)"
  1808. FONT 8, "MS Shell Dlg"
  1809. BEGIN
  1810. EDITTEXT IDC_RR_DOMAIN_EDIT,157,17,88,14,ES_AUTOHSCROLL |
  1811. ES_READONLY | NOT WS_TABSTOP
  1812. LTEXT "&Host (uses parent domain if left blank):",
  1813. IDC_RR_NAME_STATIC,7,7,123,9
  1814. EDITTEXT IDC_RR_NAME_EDIT,7,17,143,14,ES_AUTOHSCROLL
  1815. LTEXT "Par&ent domain:",IDC_STATIC,156,7,89,8
  1816. GROUPBOX "Flags",IDC_STATIC,7,33,238,96
  1817. LTEXT "&Bit field representation:",IDC_STATIC,15,45,76,8
  1818. EDITTEXT IDC_BITFIELD_EDIT,92,43,71,14,ES_AUTOHSCROLL
  1819. LTEXT "&Key type:",IDC_STATIC,15,63,52,8
  1820. COMBOBOX IDC_KEY_TYPE_COMBO,67,61,171,57,CBS_DROPDOWNLIST |
  1821. WS_VSCROLL | WS_TABSTOP
  1822. LTEXT "&Name type:",IDC_STATIC,15,79,52,8
  1823. COMBOBOX IDC_NAME_TYPE_COMBO,67,77,171,46,CBS_DROPDOWNLIST |
  1824. WS_VSCROLL | WS_TABSTOP
  1825. LTEXT "&Signatory field:",IDC_STATIC,15,95,52,8
  1826. LISTBOX IDC_LOGGING_OPTIONS_LIST,67,93,171,32,LBS_OWNERDRAWFIXED |
  1827. LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | WS_VSCROLL |
  1828. WS_TABSTOP
  1829. LTEXT "&Protocol:",IDC_STATIC,7,134,32,8
  1830. COMBOBOX IDC_PROTOCOL_COMBO,39,132,80,59,CBS_DROPDOWNLIST |
  1831. WS_VSCROLL | WS_TABSTOP
  1832. LTEXT "&Algorithm:",IDC_STATIC,124,134,34,8
  1833. COMBOBOX IDC_ALGORITHM_COMBO,159,132,86,64,CBS_DROPDOWNLIST |
  1834. WS_VSCROLL | WS_TABSTOP
  1835. LTEXT "Ke&y (base 64):",IDC_STATIC,7,150,80,8
  1836. EDITTEXT IDC_KEY_EDIT,92,148,153,14,ES_AUTOHSCROLL
  1837. CONTROL "&Delete this record when it becomes stale",
  1838. IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
  1839. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,165,147,10
  1840. LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,182,66,8
  1841. EDITTEXT IDC_TIME_EDIT,103,179,85,14,ES_AUTOHSCROLL | ES_READONLY
  1842. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,65,8
  1843. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
  1844. END
  1845. IDD_RR_SIG DIALOG DISCARDABLE 0, 0, 252, 218
  1846. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  1847. CAPTION "Signature (SIG)"
  1848. FONT 8, "MS Shell Dlg"
  1849. BEGIN
  1850. LTEXT "&Host (uses parent domain if left blank):",
  1851. IDC_RR_NAME_STATIC,7,7,123,9
  1852. EDITTEXT IDC_RR_NAME_EDIT,7,17,145,14,ES_AUTOHSCROLL
  1853. LTEXT "&Parent domain:",IDC_STATIC,156,7,89,8
  1854. EDITTEXT IDC_RR_DOMAIN_EDIT,160,17,85,14,ES_AUTOHSCROLL |
  1855. ES_READONLY | NOT WS_TABSTOP
  1856. LTEXT "Type &covered:",IDC_STATIC,7,38,48,8
  1857. COMBOBOX IDC_RECORD_TYPE_COMBO,58,35,56,78,CBS_DROPDOWNLIST |
  1858. CBS_SORT | WS_VSCROLL | WS_TABSTOP
  1859. LTEXT "Algorith&m:",IDC_STATIC,122,38,33,8
  1860. COMBOBOX IDC_ALGORITHM_COMBO,160,35,85,64,CBS_DROPDOWNLIST |
  1861. WS_VSCROLL | WS_TABSTOP
  1862. LTEXT "&Labels:",IDC_STATIC,9,54,31,8
  1863. EDITTEXT IDC_LABELS_EDIT,58,51,56,14,ES_AUTOHSCROLL | ES_NUMBER
  1864. LTEXT "&Key tag:",IDC_STATIC,122,54,34,8
  1865. EDITTEXT IDC_KEY_TAG_EDIT,160,51,85,14,ES_AUTOHSCROLL | ES_NUMBER
  1866. LTEXT "&Original time to live:",IDC_STATIC,7,72,144,8
  1867. CONTROL "",IDC_ORIG_TTL,"DNS_TTLCtrl",WS_TABSTOP,160,69,85,14
  1868. LTEXT "&Signature expiration (GMT):",IDC_STATIC,7,89,110,8
  1869. CONTROL "DateTimePicker2",IDC_EXP_DATE,"SysDateTimePick32",
  1870. DTS_RIGHTALIGN | WS_TABSTOP,118,87,60,12
  1871. CONTROL "DateTimePicker3",IDC_EXP_TIME,"SysDateTimePick32",
  1872. DTS_RIGHTALIGN | DTS_UPDOWN | DTS_APPCANPARSE |
  1873. WS_TABSTOP | 0x8,182,87,63,12
  1874. LTEXT "Sig&nature inception (GMT):",IDC_STATIC,7,105,108,8
  1875. CONTROL "DateTimePicker2",IDC_INC_DATE,"SysDateTimePick32",
  1876. DTS_RIGHTALIGN | WS_TABSTOP,118,103,60,12
  1877. CONTROL "DateTimePicker3",IDC_INC_TIME,"SysDateTimePick32",
  1878. DTS_RIGHTALIGN | DTS_UPDOWN | DTS_APPCANPARSE |
  1879. WS_TABSTOP | 0x8,182,103,63,12
  1880. LTEXT "Sign&er's name:",IDC_STATIC,7,122,48,8
  1881. EDITTEXT IDC_SIGNERS_NAME_EDIT,57,119,188,14,ES_AUTOHSCROLL
  1882. LTEXT "Signat&ure (base 64):",IDC_STATIC,7,139,95,8
  1883. EDITTEXT IDC_SIG_EDIT,118,137,127,14,ES_AUTOHSCROLL
  1884. CONTROL "&Delete this record when it becomes stale",
  1885. IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
  1886. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,165,147,10
  1887. LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,181,66,8
  1888. EDITTEXT IDC_TIME_EDIT,103,178,85,14,ES_AUTOHSCROLL | ES_READONLY
  1889. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,65,8
  1890. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
  1891. END
  1892. IDD_RR_NXT DIALOG DISCARDABLE 0, 0, 252, 218
  1893. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  1894. CAPTION "Next (NXT)"
  1895. FONT 8, "MS Shell Dlg"
  1896. BEGIN
  1897. LTEXT "&Host (uses parent domain if left blank):",
  1898. IDC_RR_NAME_STATIC,7,7,123,9
  1899. EDITTEXT IDC_RR_NAME_EDIT,7,17,145,14,ES_AUTOHSCROLL
  1900. LTEXT "&Parent domain:",IDC_STATIC,156,7,89,8
  1901. EDITTEXT IDC_RR_DOMAIN_EDIT,160,17,85,14,ES_AUTOHSCROLL |
  1902. ES_READONLY | NOT WS_TABSTOP
  1903. LTEXT "&Next domain name:",IDC_STATIC,7,36,238,8
  1904. EDITTEXT IDC_NEXT_DOMAIN_EDIT,7,47,238,14,ES_AUTOHSCROLL
  1905. LTEXT "&Record types:",IDC_STATIC,7,66,238,8
  1906. LISTBOX IDC_LOGGING_OPTIONS_LIST,7,78,238,83,LBS_SORT |
  1907. LBS_OWNERDRAWFIXED | LBS_HASSTRINGS |
  1908. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
  1909. WS_TABSTOP
  1910. CONTROL "&Delete this record when it becomes stale",
  1911. IDC_DEFAULT_DELETE_STALE_RECORD,"Button",BS_AUTOCHECKBOX |
  1912. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,164,147,10
  1913. LTEXT "Record time stamp:",IDC_STATIC_TIME_STAMP,19,181,66,8
  1914. EDITTEXT IDC_TIME_EDIT,103,178,86,14,ES_AUTOHSCROLL | ES_READONLY
  1915. LTEXT "&Time to live (TTL):",IDC_STATIC_TTL,7,200,61,8
  1916. CONTROL "",IDC_TTLEDIT,"DNS_TTLCtrl",WS_TABSTOP,77,197,85,14
  1917. END
  1918. IDD_COPY_ROOTHINTS_DIALOG DIALOGEX 0, 0, 186, 73
  1919. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1920. EXSTYLE WS_EX_CONTEXTHELP
  1921. CAPTION "Server to copy from"
  1922. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1923. BEGIN
  1924. LTEXT "Type the IP address of the server to copy root hints from.",
  1925. IDC_STATIC,7,7,172,8
  1926. LTEXT "&Server:",IDC_STATIC,7,20,172,8
  1927. CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,7,30,72,
  1928. 14
  1929. DEFPUSHBUTTON "OK",IDOK,75,52,50,14,WS_DISABLED
  1930. PUSHBUTTON "Cancel",IDCANCEL,129,52,50,14
  1931. END
  1932. IDD_SERVER_EVENT_LOGGING_PAGE DIALOG DISCARDABLE 0, 0, 252, 218
  1933. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  1934. CAPTION "Event Logging"
  1935. FONT 8, "MS Shell Dlg"
  1936. BEGIN
  1937. 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.",
  1938. IDC_STATIC,7,7,238,24
  1939. LTEXT "Log the following events:",IDC_STATIC,7,37,238,8
  1940. CONTROL "&No events",IDC_NO_EVENTS_RADIO,"Button",
  1941. BS_AUTORADIOBUTTON,7,49,238,10
  1942. CONTROL "Errors &only",IDC_ERRORS_RADIO,"Button",
  1943. BS_AUTORADIOBUTTON,7,61,238,10
  1944. CONTROL "&Errors and warnings",IDC_ERRORS_WARNINGS_RADIO,"Button",
  1945. BS_AUTORADIOBUTTON,7,73,238,10
  1946. CONTROL "All e&vents",IDC_ALL_RADIO,"Button",BS_AUTORADIOBUTTON,
  1947. 7,85,238,10
  1948. END
  1949. IDD_IP_FILTER_DIALOG DIALOGEX 0, 0, 186, 157
  1950. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1951. EXSTYLE WS_EX_CONTEXTHELP
  1952. CAPTION "Filter"
  1953. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1954. BEGIN
  1955. LTEXT "Packets sent to or from the IP addresses listed below are recorded in the log file.",
  1956. IDC_STATIC,7,7,172,16
  1957. LTEXT "To add an IP address to the list, type it in the box below, and then click Add.",
  1958. IDC_STATIC,7,30,172,16
  1959. CONTROL "",IDC_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,7,49,79,
  1960. 14
  1961. PUSHBUTTON "A&dd",IDC_BUTTON_ADD,93,49,50,14,WS_DISABLED
  1962. LISTBOX IDC_LIST,7,70,79,50,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  1963. WS_VSCROLL | WS_TABSTOP
  1964. PUSHBUTTON "&Remove",IDC_BUTTON_REMOVE,93,70,50,14,WS_DISABLED
  1965. PUSHBUTTON "&Up",IDC_BUTTON_UP,93,89,50,14,WS_DISABLED
  1966. PUSHBUTTON "D&own",IDC_BUTTON_DOWN,93,107,50,14,WS_DISABLED
  1967. DEFPUSHBUTTON "OK",IDOK,73,136,50,14
  1968. PUSHBUTTON "Cancel",IDCANCEL,129,136,50,14
  1969. END
  1970. IDD_ZWIZ_STORAGE DIALOG DISCARDABLE 0, 0, 317, 143
  1971. STYLE DS_CONTROL | WS_CHILD | WS_CAPTION | WS_TABSTOP
  1972. CAPTION "New Zone Wizard"
  1973. FONT 8, "MS Shell Dlg"
  1974. BEGIN
  1975. LTEXT "Do you want to create a new zone file or use an existing file that you have copied from another computer?",
  1976. IDC_STATIC,21,1,275,16,NOT WS_GROUP
  1977. CONTROL "&Create a new file with this file name:",
  1978. IDC_RADIO_CREATE_NEW_FILE,"Button",BS_AUTORADIOBUTTON |
  1979. BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,24,275,
  1980. 10
  1981. CONTROL "&Use this existing file:",IDC_RADIO_IMPORT_FILE,"Button",
  1982. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_TABSTOP,
  1983. 21,61,275,10
  1984. EDITTEXT IDC_EDIT_NEW_FILE,32,39,198,14,ES_AUTOHSCROLL
  1985. EDITTEXT IDC_EDIT_IMPORT_FILE,32,76,198,14,ES_AUTOHSCROLL
  1986. LTEXT "To use an existing file, you must first copy the file to the %SystemRoot%\\system32\\dns folder on the server running the DNS service.",
  1987. IDC_STATIC,21,98,275,16
  1988. END
  1989. IDD_ZONE_GENERAL_CHANGE_REPLICATION DIALOGEX 0, 0, 290, 165
  1990. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1991. EXSTYLE WS_EX_CONTEXTHELP
  1992. CAPTION "Change Zone Replication Scope"
  1993. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1994. BEGIN
  1995. DEFPUSHBUTTON "OK",IDOK,175,144,50,14,WS_GROUP
  1996. PUSHBUTTON "Cancel",IDCANCEL,233,144,50,14
  1997. LTEXT "Choose how you want zone data to be replicated.",
  1998. IDC_STATIC,7,7,276,8,NOT WS_GROUP
  1999. CONTROL "To all DNS servers in the %s Active Directory Forest",
  2000. IDC_FOREST_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  2001. BS_MULTILINE | WS_GROUP,7,18,276,20
  2002. CONTROL "To all DNS servers in the %s Active Directory Domain",
  2003. IDC_DOMAIN_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  2004. BS_MULTILINE,7,39,276,20
  2005. CONTROL "To all &domain controllers in the %s Active Directory Domain (choose this option if the zone should be loaded by Windows 2000 DNS servers running on the domain controllers in the same domain)",
  2006. IDC_DOMAIN_DC_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  2007. BS_MULTILINE,7,62,276,25
  2008. CONTROL "To all domain &controllers specified in the scope of the following application directory partition.",
  2009. IDC_CUSTOM_RADIO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  2010. BS_MULTILINE,7,90,276,18
  2011. LTEXT "Application &directory partition name:",
  2012. IDC_CUSTOM_STATIC,19,109,264,8
  2013. COMBOBOX IDC_CUSTOM_COMBO,19,119,264,43,CBS_DROPDOWNLIST |
  2014. CBS_SORT | WS_VSCROLL | WS_TABSTOP
  2015. END
  2016. IDD_ZONE_GENERAL_PAGE_NDNC DIALOG DISCARDABLE 0, 0, 252, 218
  2017. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  2018. CAPTION "General"
  2019. FONT 8, "MS Shell Dlg"
  2020. BEGIN
  2021. LTEXT "Status:",IDC_STATIC,7,10,31,8
  2022. LTEXT "Running\nPaused\nExpired",IDC_STATUS_STATIC,52,10,111,8
  2023. PUSHBUTTON "",IDC_PAUSE_START_BUTTON,190,7,55,14
  2024. LTEXT "Type:",IDC_STATIC,7,28,32,8
  2025. LTEXT "Primary\nActive Directory-integrated\nSecondary\nStub",
  2026. IDC_TYPE_STATIC,52,28,121,8
  2027. PUSHBUTTON "&Change...",IDC_CHANGE_TYPE_BUTTON,190,25,55,14
  2028. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,61,
  2029. 237,1
  2030. LTEXT "&Zone file name:\nData is stored in Active Directory.",
  2031. IDC_STORAGE_STATIC,7,67,237,8
  2032. EDITTEXT IDC_FILE_NAME_EDIT,7,78,237,14,ES_AUTOHSCROLL
  2033. LTEXT "Allo&w dynamic updates?",IDC_PRIMARY_DYN_UPD_STATIC,7,
  2034. 205,92,12
  2035. COMBOBOX IDC_PRIMARY_DYN_UPD_COMBO,121,205,124,42,
  2036. CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
  2037. LTEXT "To set aging/scavenging properties, click Aging.",
  2038. IDC_AGING_STATIC,7,117,178,8,NOT WS_VISIBLE |
  2039. WS_DISABLED
  2040. PUSHBUTTON "A&ging...",IDC_AGING_BUTTON,194,114,50,14,NOT
  2041. WS_VISIBLE | WS_DISABLED
  2042. LTEXT "I&P address:",IDC_STATIC_IP,7,96,36,8
  2043. CONTROL "",IDC_MASTERS_IPEDIT,"DNS_IPv4AddressCtrl",WS_TABSTOP,7,
  2044. 107,79,14
  2045. PUSHBUTTON "A&dd",IDC_MASTERS_BUTTON_ADD,92,107,50,14,WS_DISABLED
  2046. PUSHBUTTON "&Browse...",IDC_BROWSE_MASTERS_BUTTON,146,107,50,14
  2047. LISTBOX IDC_MASTERS_IP_LIST,7,127,79,64,LBS_SORT |
  2048. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
  2049. WS_TABSTOP
  2050. PUSHBUTTON "&Remove",IDC_MASTERS_BUTTON_REMOVE,92,127,50,14,
  2051. WS_DISABLED
  2052. PUSHBUTTON "&Find Names",IDC_FIND_MASTERS_NAMES_BUTTON,146,127,50,
  2053. 14
  2054. PUSHBUTTON "&Up",IDC_MASTERS_BUTTON_UP,92,145,50,14,WS_DISABLED
  2055. PUSHBUTTON "D&own",IDC_MASTERS_BUTTON_DOWN,92,163,50,14,WS_DISABLED
  2056. CONTROL "U&se the list above as a local list of masters",
  2057. IDC_LOCAL_LIST_CHECK,"Button",BS_AUTOCHECKBOX |
  2058. WS_TABSTOP,7,195,238,10
  2059. LTEXT "Replication:",IDC_REPL_LABEL_STATIC,7,46,41,8
  2060. LTEXT "All domain controllers in this domain",
  2061. IDC_REPLICATION_STATIC,52,46,133,8
  2062. PUSHBUTTON "C&hange...",IDC_CHANGE_REPL_BUTTON,190,43,55,14
  2063. END
  2064. IDD_SERVER_DEBUG_LOGGING_PAGE DIALOG DISCARDABLE 0, 0, 252, 218
  2065. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  2066. CAPTION "Debug Logging"
  2067. FONT 8, "MS Shell Dlg"
  2068. BEGIN
  2069. 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.",
  2070. IDC_STATIC,7,7,238,16
  2071. CONTROL "&Log packets for debugging",IDC_DEBUG_LOGGING_CHECK,
  2072. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,26,238,10
  2073. LTEXT "Packet direction:",IDC_DIRECTION_STATIC,7,41,115,8
  2074. ICON IDI_BRACE,IDC_BRACE1_STATIC,74,51,21,20,WS_GROUP
  2075. LTEXT "select at least one",IDC_SELECT1_STATIC,97,51,33,16
  2076. CONTROL "&Outgoing",IDC_SEND_CHECK,"Button",BS_AUTOCHECKBOX |
  2077. WS_GROUP | WS_TABSTOP,7,51,43,10
  2078. CONTROL "&Incoming",IDC_RECEIVE_CHECK,"Button",BS_AUTOCHECKBOX |
  2079. WS_TABSTOP,7,63,42,10
  2080. LTEXT "Packet contents:",IDC_CONTENTS_STATIC,7,79,115,8
  2081. ICON IDI_BRACE,IDC_BRACE2_STATIC,73,96,21,20,WS_GROUP
  2082. LTEXT "select at least one",IDC_SELECT2_STATIC,90,98,32,16
  2083. CONTROL "&Queries/Transfers",IDC_QUERIES_CHECK,"Button",
  2084. BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,7,89,70,10
  2085. CONTROL "Update&s",IDC_UPDATES_CHECK,"Button",BS_AUTOCHECKBOX |
  2086. WS_TABSTOP,7,101,68,10
  2087. CONTROL "&Notifications",IDC_NOTIFIES_CHECK,"Button",
  2088. BS_AUTOCHECKBOX | WS_TABSTOP,7,113,68,10
  2089. LTEXT "Transport protocol:",IDC_TRANSPORT_STATIC,135,41,110,8
  2090. ICON IDI_BRACE,IDC_BRACE3_STATIC,174,51,21,20,WS_GROUP
  2091. LTEXT "select at least one",IDC_SELECT3_STATIC,191,53,40,16
  2092. CONTROL "&UDP",IDC_UDP_CHECK,"Button",BS_AUTOCHECKBOX | WS_GROUP |
  2093. WS_TABSTOP,135,51,42,10
  2094. CONTROL "&TCP",IDC_TCP_CHECK,"Button",BS_AUTOCHECKBOX |
  2095. WS_TABSTOP,135,62,41,10
  2096. LTEXT "Packet type:",IDC_TYPE_STATIC,135,79,110,8
  2097. ICON IDI_BRACE,IDC_BRACE4_STATIC,174,89,21,20,WS_GROUP
  2098. LTEXT "select at least one",IDC_SELECT4_STATIC,191,91,40,16
  2099. CONTROL "Requ&est",IDC_REQUEST_CHECK,"Button",BS_AUTOCHECKBOX |
  2100. WS_GROUP | WS_TABSTOP,135,89,42,10
  2101. CONTROL "&Response",IDC_RESPONSE_CHECK,"Button",BS_AUTOCHECKBOX |
  2102. WS_TABSTOP,135,101,46,10
  2103. LTEXT "Other options:",IDC_OPTIONS_STATIC,7,127,131,8
  2104. CONTROL "&Details",IDC_DETAIL_CHECK,"Button",BS_AUTOCHECKBOX |
  2105. WS_GROUP | WS_TABSTOP,7,138,37,10
  2106. CONTROL "Filter pa&ckets by IP address",IDC_FILTERING_CHECK,
  2107. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,150,118,10
  2108. PUSHBUTTON "&Filter...",IDC_FILTER_BUTTON,129,147,50,14,WS_DISABLED |
  2109. WS_GROUP
  2110. GROUPBOX "Log file",IDC_LOG_STATIC,7,164,238,47
  2111. LTEXT "File pat&h and name:",IDC_FILENAME_STATIC,14,177,63,8
  2112. EDITTEXT IDC_LOGFILE_EDIT,80,174,156,14,ES_AUTOHSCROLL
  2113. LTEXT "&Maximum size (KB):",IDC_MAXSIZE_STATIC,14,195,63,8
  2114. EDITTEXT IDC_MAX_SIZE_EDIT,80,192,47,14,ES_AUTOHSCROLL |
  2115. ES_NUMBER
  2116. END
  2117. /////////////////////////////////////////////////////////////////////////////
  2118. //
  2119. // Icon
  2120. //
  2121. // Icon with lowest ID value placed first to ensure application icon
  2122. // remains consistent on all systems.
  2123. IDI_DNS_SNAPIN ICON PRELOAD DISCARDABLE "res\\dnssnap.ico"
  2124. IDI_BRACE ICON DISCARDABLE "res\\brace.ico"
  2125. /////////////////////////////////////////////////////////////////////////////
  2126. //
  2127. // DESIGNINFO
  2128. //
  2129. #ifdef APSTUDIO_INVOKED
  2130. GUIDELINES DESIGNINFO DISCARDABLE
  2131. BEGIN
  2132. IDD_ZWIZ_AD_REPLICATION, DIALOG
  2133. BEGIN
  2134. LEFTMARGIN, 21
  2135. RIGHTMARGIN, 296
  2136. TOPMARGIN, 1
  2137. BOTTOMMARGIN, 136
  2138. END
  2139. IDD_ZWIZ_SELECT_SERVER, DIALOG
  2140. BEGIN
  2141. VERTGUIDE, 21
  2142. VERTGUIDE, 296
  2143. END
  2144. IDD_ZONE_GENERAL_PAGE, DIALOG
  2145. BEGIN
  2146. LEFTMARGIN, 7
  2147. RIGHTMARGIN, 245
  2148. TOPMARGIN, 7
  2149. BOTTOMMARGIN, 217
  2150. END
  2151. IDD_SERVER_INTERFACES_PAGE, DIALOG
  2152. BEGIN
  2153. LEFTMARGIN, 7
  2154. RIGHTMARGIN, 245
  2155. TOPMARGIN, 7
  2156. BOTTOMMARGIN, 211
  2157. END
  2158. IDD_SERVER_ADVANCED_PAGE, DIALOG
  2159. BEGIN
  2160. LEFTMARGIN, 7
  2161. RIGHTMARGIN, 245
  2162. TOPMARGIN, 7
  2163. BOTTOMMARGIN, 211
  2164. END
  2165. IDD_DOMAIN_ADDNEWDOMAIN, DIALOG
  2166. BEGIN
  2167. LEFTMARGIN, 7
  2168. RIGHTMARGIN, 198
  2169. TOPMARGIN, 7
  2170. BOTTOMMARGIN, 64
  2171. END
  2172. IDD_RR_SOA, DIALOG
  2173. BEGIN
  2174. LEFTMARGIN, 7
  2175. RIGHTMARGIN, 245
  2176. TOPMARGIN, 7
  2177. BOTTOMMARGIN, 211
  2178. END
  2179. IDD_RR_A, DIALOG
  2180. BEGIN
  2181. LEFTMARGIN, 7
  2182. RIGHTMARGIN, 245
  2183. TOPMARGIN, 7
  2184. BOTTOMMARGIN, 211
  2185. END
  2186. IDD_RR_CNAME, DIALOG
  2187. BEGIN
  2188. LEFTMARGIN, 7
  2189. RIGHTMARGIN, 245
  2190. TOPMARGIN, 7
  2191. BOTTOMMARGIN, 211
  2192. END
  2193. IDD_RR_MX, DIALOG
  2194. BEGIN
  2195. LEFTMARGIN, 7
  2196. RIGHTMARGIN, 245
  2197. TOPMARGIN, 7
  2198. BOTTOMMARGIN, 211
  2199. END
  2200. IDD_RR_UNK, DIALOG
  2201. BEGIN
  2202. LEFTMARGIN, 7
  2203. RIGHTMARGIN, 245
  2204. TOPMARGIN, 7
  2205. BOTTOMMARGIN, 211
  2206. END
  2207. IDD_RR_TXT, DIALOG
  2208. BEGIN
  2209. LEFTMARGIN, 7
  2210. RIGHTMARGIN, 245
  2211. VERTGUIDE, 217
  2212. TOPMARGIN, 7
  2213. BOTTOMMARGIN, 211
  2214. END
  2215. IDD_RR_X25, DIALOG
  2216. BEGIN
  2217. LEFTMARGIN, 7
  2218. RIGHTMARGIN, 245
  2219. TOPMARGIN, 7
  2220. BOTTOMMARGIN, 211
  2221. HORZGUIDE, 31
  2222. HORZGUIDE, 37
  2223. END
  2224. IDD_RR_ISDN, DIALOG
  2225. BEGIN
  2226. LEFTMARGIN, 7
  2227. RIGHTMARGIN, 245
  2228. TOPMARGIN, 7
  2229. BOTTOMMARGIN, 211
  2230. HORZGUIDE, 91
  2231. HORZGUIDE, 96
  2232. END
  2233. IDD_RR_HINFO, DIALOG
  2234. BEGIN
  2235. LEFTMARGIN, 7
  2236. RIGHTMARGIN, 245
  2237. TOPMARGIN, 7
  2238. BOTTOMMARGIN, 211
  2239. END
  2240. IDD_RR_AAAA, DIALOG
  2241. BEGIN
  2242. LEFTMARGIN, 7
  2243. RIGHTMARGIN, 245
  2244. TOPMARGIN, 7
  2245. BOTTOMMARGIN, 211
  2246. END
  2247. IDD_RR_MB, DIALOG
  2248. BEGIN
  2249. LEFTMARGIN, 7
  2250. RIGHTMARGIN, 245
  2251. TOPMARGIN, 7
  2252. BOTTOMMARGIN, 211
  2253. END
  2254. IDD_RR_MG, DIALOG
  2255. BEGIN
  2256. LEFTMARGIN, 7
  2257. RIGHTMARGIN, 245
  2258. TOPMARGIN, 7
  2259. BOTTOMMARGIN, 211
  2260. END
  2261. IDD_RR_MF, DIALOG
  2262. BEGIN
  2263. LEFTMARGIN, 7
  2264. RIGHTMARGIN, 245
  2265. VERTGUIDE, 166
  2266. VERTGUIDE, 172
  2267. TOPMARGIN, 7
  2268. BOTTOMMARGIN, 211
  2269. HORZGUIDE, 69
  2270. HORZGUIDE, 75
  2271. END
  2272. IDD_RR_MR, DIALOG
  2273. BEGIN
  2274. LEFTMARGIN, 7
  2275. RIGHTMARGIN, 245
  2276. TOPMARGIN, 7
  2277. BOTTOMMARGIN, 211
  2278. END
  2279. IDD_RR_MINFO, DIALOG
  2280. BEGIN
  2281. LEFTMARGIN, 7
  2282. RIGHTMARGIN, 245
  2283. TOPMARGIN, 6
  2284. BOTTOMMARGIN, 211
  2285. END
  2286. IDD_RR_RP, DIALOG
  2287. BEGIN
  2288. LEFTMARGIN, 7
  2289. RIGHTMARGIN, 245
  2290. BOTTOMMARGIN, 211
  2291. END
  2292. IDD_RR_RT, DIALOG
  2293. BEGIN
  2294. LEFTMARGIN, 7
  2295. RIGHTMARGIN, 245
  2296. TOPMARGIN, 7
  2297. BOTTOMMARGIN, 211
  2298. END
  2299. IDD_RR_AFSDB, DIALOG
  2300. BEGIN
  2301. LEFTMARGIN, 7
  2302. RIGHTMARGIN, 245
  2303. TOPMARGIN, 7
  2304. BOTTOMMARGIN, 211
  2305. END
  2306. IDD_RR_WKS, DIALOG
  2307. BEGIN
  2308. LEFTMARGIN, 7
  2309. RIGHTMARGIN, 245
  2310. TOPMARGIN, 7
  2311. BOTTOMMARGIN, 211
  2312. END
  2313. IDD_RR_PTR, DIALOG
  2314. BEGIN
  2315. LEFTMARGIN, 7
  2316. RIGHTMARGIN, 245
  2317. TOPMARGIN, 7
  2318. BOTTOMMARGIN, 211
  2319. END
  2320. IDD_RR_SRV, DIALOG
  2321. BEGIN
  2322. LEFTMARGIN, 7
  2323. RIGHTMARGIN, 245
  2324. TOPMARGIN, 7
  2325. BOTTOMMARGIN, 211
  2326. END
  2327. IDD_NAME_SERVERS_PAGE, DIALOG
  2328. BEGIN
  2329. LEFTMARGIN, 7
  2330. RIGHTMARGIN, 245
  2331. TOPMARGIN, 7
  2332. BOTTOMMARGIN, 211
  2333. END
  2334. IDD_ZONE_NBSTAT_PAGE, DIALOG
  2335. BEGIN
  2336. LEFTMARGIN, 7
  2337. RIGHTMARGIN, 245
  2338. BOTTOMMARGIN, 211
  2339. END
  2340. IDD_ZONE_WINS_ADVANCED, DIALOG
  2341. BEGIN
  2342. LEFTMARGIN, 7
  2343. RIGHTMARGIN, 245
  2344. TOPMARGIN, 7
  2345. BOTTOMMARGIN, 119
  2346. END
  2347. IDD_DELEGWIZ_DOMAIN_NAME, DIALOG
  2348. BEGIN
  2349. RIGHTMARGIN, 304
  2350. END
  2351. IDD_SERVMON_TEST_PAGE, DIALOG
  2352. BEGIN
  2353. LEFTMARGIN, 7
  2354. RIGHTMARGIN, 245
  2355. TOPMARGIN, 7
  2356. BOTTOMMARGIN, 211
  2357. END
  2358. IDD_SERVWIZ_NAME, DIALOG
  2359. BEGIN
  2360. VERTGUIDE, 21
  2361. VERTGUIDE, 296
  2362. END
  2363. IDD_SERVWIZ_FINISH, DIALOG
  2364. BEGIN
  2365. RIGHTMARGIN, 310
  2366. VERTGUIDE, 114
  2367. BOTTOMMARGIN, 186
  2368. END
  2369. IDD_SERVWIZ_ROOT_SERV, DIALOG
  2370. BEGIN
  2371. VERTGUIDE, 21
  2372. VERTGUIDE, 34
  2373. VERTGUIDE, 296
  2374. END
  2375. IDD_SERVWIZ_FWD_ZONE, DIALOG
  2376. BEGIN
  2377. RIGHTMARGIN, 296
  2378. END
  2379. IDD_SERVWIZ_REV_ZONE, DIALOG
  2380. BEGIN
  2381. VERTGUIDE, 21
  2382. VERTGUIDE, 296
  2383. END
  2384. IDD_SEARCHING_DIALOG, DIALOG
  2385. BEGIN
  2386. LEFTMARGIN, 7
  2387. RIGHTMARGIN, 198
  2388. TOPMARGIN, 7
  2389. BOTTOMMARGIN, 78
  2390. END
  2391. IDD_ZWIZ_FINISH, DIALOG
  2392. BEGIN
  2393. RIGHTMARGIN, 310
  2394. VERTGUIDE, 115
  2395. BOTTOMMARGIN, 186
  2396. END
  2397. IDD_ZWIZ_ZONE_LOOKUP, DIALOG
  2398. BEGIN
  2399. LEFTMARGIN, 21
  2400. RIGHTMARGIN, 296
  2401. END
  2402. IDD_ZWIZ_REV_ZONE_NAME, DIALOG
  2403. BEGIN
  2404. LEFTMARGIN, 7
  2405. RIGHTMARGIN, 310
  2406. VERTGUIDE, 21
  2407. VERTGUIDE, 33
  2408. VERTGUIDE, 112
  2409. VERTGUIDE, 296
  2410. TOPMARGIN, 1
  2411. BOTTOMMARGIN, 136
  2412. END
  2413. IDD_SELECT_RECORD_TYPE_DIALOG, DIALOG
  2414. BEGIN
  2415. LEFTMARGIN, 7
  2416. RIGHTMARGIN, 245
  2417. TOPMARGIN, 7
  2418. BOTTOMMARGIN, 211
  2419. END
  2420. IDD_ZONE_GENERAL_CHANGE_TYPE, DIALOG
  2421. BEGIN
  2422. LEFTMARGIN, 7
  2423. RIGHTMARGIN, 308
  2424. TOPMARGIN, 7
  2425. BOTTOMMARGIN, 157
  2426. END
  2427. IDD_DELEGWIZ_FINISH, DIALOG
  2428. BEGIN
  2429. BOTTOMMARGIN, 186
  2430. END
  2431. IDD_SERVER_DEBUG_LOGGING_PAGE_OLD, DIALOG
  2432. BEGIN
  2433. LEFTMARGIN, 7
  2434. RIGHTMARGIN, 245
  2435. TOPMARGIN, 7
  2436. BOTTOMMARGIN, 211
  2437. END
  2438. IDD_SERVWIZ_START, DIALOG
  2439. BEGIN
  2440. RIGHTMARGIN, 310
  2441. VERTGUIDE, 115
  2442. BOTTOMMARGIN, 186
  2443. END
  2444. IDD_DOMAIN_ADDNEWHOST, DIALOG
  2445. BEGIN
  2446. LEFTMARGIN, 7
  2447. RIGHTMARGIN, 220
  2448. BOTTOMMARGIN, 171
  2449. END
  2450. IDD_BROWSE_DIALOG, DIALOG
  2451. BEGIN
  2452. LEFTMARGIN, 7
  2453. RIGHTMARGIN, 245
  2454. BOTTOMMARGIN, 184
  2455. END
  2456. IDD_ZONE_ZONE_TRANSFER_PAGE, DIALOG
  2457. BEGIN
  2458. LEFTMARGIN, 7
  2459. RIGHTMARGIN, 245
  2460. TOPMARGIN, 7
  2461. BOTTOMMARGIN, 211
  2462. END
  2463. IDD_ZONE_WINS_PAGE, DIALOG
  2464. BEGIN
  2465. LEFTMARGIN, 7
  2466. RIGHTMARGIN, 245
  2467. TOPMARGIN, 6
  2468. BOTTOMMARGIN, 211
  2469. END
  2470. IDD_RR_NS_EDIT, DIALOG
  2471. BEGIN
  2472. LEFTMARGIN, 7
  2473. RIGHTMARGIN, 245
  2474. TOPMARGIN, 7
  2475. BOTTOMMARGIN, 211
  2476. END
  2477. IDD_CHOOSER_CHOOSE_MACHINE, DIALOG
  2478. BEGIN
  2479. RIGHTMARGIN, 245
  2480. END
  2481. IDD_ZWIZ_START, DIALOG
  2482. BEGIN
  2483. RIGHTMARGIN, 310
  2484. VERTGUIDE, 115
  2485. BOTTOMMARGIN, 186
  2486. END
  2487. IDD_DELEGWIZ_START, DIALOG
  2488. BEGIN
  2489. RIGHTMARGIN, 304
  2490. BOTTOMMARGIN, 186
  2491. END
  2492. IDD_ZONE_GENERAL_CHANGE_TYPE_DATA_CONFLICT, DIALOG
  2493. BEGIN
  2494. LEFTMARGIN, 7
  2495. RIGHTMARGIN, 245
  2496. TOPMARGIN, 7
  2497. BOTTOMMARGIN, 101
  2498. END
  2499. IDD_FILTERING_NAME, DIALOG
  2500. BEGIN
  2501. LEFTMARGIN, 7
  2502. RIGHTMARGIN, 220
  2503. TOPMARGIN, 4
  2504. BOTTOMMARGIN, 148
  2505. END
  2506. IDD_FILTERING_LIMITS, DIALOG
  2507. BEGIN
  2508. LEFTMARGIN, 7
  2509. RIGHTMARGIN, 220
  2510. TOPMARGIN, 4
  2511. BOTTOMMARGIN, 149
  2512. END
  2513. IDD_RR_ATMA, DIALOG
  2514. BEGIN
  2515. LEFTMARGIN, 7
  2516. RIGHTMARGIN, 245
  2517. TOPMARGIN, 7
  2518. BOTTOMMARGIN, 211
  2519. END
  2520. IDD_RR_NS_CACHE, DIALOG
  2521. BEGIN
  2522. LEFTMARGIN, 7
  2523. RIGHTMARGIN, 245
  2524. TOPMARGIN, 6
  2525. BOTTOMMARGIN, 211
  2526. END
  2527. IDD_ZONE_NOTIFY_SUBDIALOG, DIALOG
  2528. BEGIN
  2529. LEFTMARGIN, 7
  2530. RIGHTMARGIN, 245
  2531. TOPMARGIN, 7
  2532. BOTTOMMARGIN, 211
  2533. END
  2534. IDD_ZONE_AGING_DIALOG, DIALOG
  2535. BEGIN
  2536. LEFTMARGIN, 7
  2537. RIGHTMARGIN, 245
  2538. TOPMARGIN, 7
  2539. BOTTOMMARGIN, 223
  2540. END
  2541. IDD_SERVER_AGING_DIALOG, DIALOG
  2542. BEGIN
  2543. LEFTMARGIN, 7
  2544. RIGHTMARGIN, 245
  2545. TOPMARGIN, 7
  2546. BOTTOMMARGIN, 211
  2547. END
  2548. IDD_SERVER_AGING_CONFIRMATION, DIALOG
  2549. BEGIN
  2550. LEFTMARGIN, 7
  2551. RIGHTMARGIN, 245
  2552. TOPMARGIN, 7
  2553. BOTTOMMARGIN, 104
  2554. END
  2555. IDD_ZWIZ_DYNAMIC_UPDATE, DIALOG
  2556. BEGIN
  2557. LEFTMARGIN, 7
  2558. RIGHTMARGIN, 310
  2559. VERTGUIDE, 21
  2560. TOPMARGIN, 1
  2561. BOTTOMMARGIN, 136
  2562. END
  2563. IDD_SERVER_DOMAIN_FORWARDERS_PAGE, DIALOG
  2564. BEGIN
  2565. LEFTMARGIN, 7
  2566. RIGHTMARGIN, 245
  2567. TOPMARGIN, 7
  2568. BOTTOMMARGIN, 211
  2569. END
  2570. IDD_SERVWIZ_SM_FORWARDERS_PAGE, DIALOG
  2571. BEGIN
  2572. RIGHTMARGIN, 296
  2573. VERTGUIDE, 21
  2574. END
  2575. IDD_SERVWIZ_SM_ZONE_TYPE_PAGE, DIALOG
  2576. BEGIN
  2577. RIGHTMARGIN, 296
  2578. VERTGUIDE, 21
  2579. END
  2580. IDD_SERVWIZ_SCENARIO_PAGE, DIALOG
  2581. BEGIN
  2582. RIGHTMARGIN, 296
  2583. VERTGUIDE, 21
  2584. END
  2585. IDD_SERVWIZ_SM_ROOTHINTS_FAILED_PAGE, DIALOG
  2586. BEGIN
  2587. RIGHTMARGIN, 296
  2588. VERTGUIDE, 21
  2589. END
  2590. IDD_SERVWIZ_MD_LG_FORWARDERS_PAGE, DIALOG
  2591. BEGIN
  2592. RIGHTMARGIN, 296
  2593. VERTGUIDE, 21
  2594. END
  2595. IDD_SERVER_NEW_DOMAIN_FORWARDER, DIALOG
  2596. BEGIN
  2597. LEFTMARGIN, 7
  2598. RIGHTMARGIN, 179
  2599. TOPMARGIN, 7
  2600. BOTTOMMARGIN, 67
  2601. END
  2602. IDD_MULTISELECT_ERROR_DIALOG, DIALOG
  2603. BEGIN
  2604. LEFTMARGIN, 7
  2605. RIGHTMARGIN, 254
  2606. TOPMARGIN, 7
  2607. BOTTOMMARGIN, 179
  2608. END
  2609. IDD_SERVWIZ_ROOTHINTS_PAGE, DIALOG
  2610. BEGIN
  2611. RIGHTMARGIN, 296
  2612. VERTGUIDE, 21
  2613. END
  2614. IDD_RR_KEY, DIALOG
  2615. BEGIN
  2616. LEFTMARGIN, 7
  2617. RIGHTMARGIN, 245
  2618. TOPMARGIN, 7
  2619. BOTTOMMARGIN, 211
  2620. END
  2621. IDD_RR_SIG, DIALOG
  2622. BEGIN
  2623. LEFTMARGIN, 7
  2624. RIGHTMARGIN, 245
  2625. TOPMARGIN, 7
  2626. BOTTOMMARGIN, 211
  2627. END
  2628. IDD_RR_NXT, DIALOG
  2629. BEGIN
  2630. LEFTMARGIN, 7
  2631. RIGHTMARGIN, 245
  2632. TOPMARGIN, 7
  2633. BOTTOMMARGIN, 211
  2634. END
  2635. IDD_COPY_ROOTHINTS_DIALOG, DIALOG
  2636. BEGIN
  2637. LEFTMARGIN, 7
  2638. RIGHTMARGIN, 179
  2639. TOPMARGIN, 7
  2640. BOTTOMMARGIN, 66
  2641. END
  2642. IDD_SERVER_EVENT_LOGGING_PAGE, DIALOG
  2643. BEGIN
  2644. LEFTMARGIN, 7
  2645. RIGHTMARGIN, 245
  2646. TOPMARGIN, 7
  2647. BOTTOMMARGIN, 211
  2648. END
  2649. IDD_IP_FILTER_DIALOG, DIALOG
  2650. BEGIN
  2651. LEFTMARGIN, 7
  2652. RIGHTMARGIN, 179
  2653. TOPMARGIN, 7
  2654. BOTTOMMARGIN, 150
  2655. END
  2656. IDD_ZWIZ_STORAGE, DIALOG
  2657. BEGIN
  2658. LEFTMARGIN, 21
  2659. RIGHTMARGIN, 296
  2660. TOPMARGIN, 1
  2661. END
  2662. IDD_ZONE_GENERAL_CHANGE_REPLICATION, DIALOG
  2663. BEGIN
  2664. LEFTMARGIN, 7
  2665. RIGHTMARGIN, 283
  2666. TOPMARGIN, 7
  2667. BOTTOMMARGIN, 158
  2668. END
  2669. IDD_ZONE_GENERAL_PAGE_NDNC, DIALOG
  2670. BEGIN
  2671. LEFTMARGIN, 7
  2672. RIGHTMARGIN, 245
  2673. TOPMARGIN, 7
  2674. BOTTOMMARGIN, 217
  2675. END
  2676. IDD_SERVER_DEBUG_LOGGING_PAGE, DIALOG
  2677. BEGIN
  2678. LEFTMARGIN, 7
  2679. RIGHTMARGIN, 245
  2680. VERTGUIDE, 74
  2681. VERTGUIDE, 174
  2682. TOPMARGIN, 7
  2683. BOTTOMMARGIN, 211
  2684. HORZGUIDE, 51
  2685. HORZGUIDE, 89
  2686. END
  2687. END
  2688. #endif // APSTUDIO_INVOKED
  2689. /////////////////////////////////////////////////////////////////////////////
  2690. //
  2691. // Dialog Info
  2692. //
  2693. IDD_RR_SOA DLGINIT
  2694. BEGIN
  2695. IDC_REFR_INT_COMBO, 0x403, 1, 0
  2696. "\000"
  2697. IDC_RETRY_INT_COMBO, 0x403, 1, 0
  2698. "\000"
  2699. IDC_EXP_INT_COMBO, 0x403, 1, 0
  2700. "\000"
  2701. IDC_MINTTL_INT_COMBO, 0x403, 1, 0
  2702. "\000"
  2703. 0
  2704. END
  2705. IDD_RR_SRV DLGINIT
  2706. BEGIN
  2707. IDC_SERVICE_NAME_COMBO, 0x403, 4, 0
  2708. 0x6e6f, 0x0065,
  2709. IDC_SERVICE_NAME_COMBO, 0x403, 4, 0
  2710. 0x7774, 0x006f,
  2711. IDC_SERVICE_NAME_COMBO, 0x403, 6, 0
  2712. 0x6874, 0x6572, 0x0065,
  2713. 0
  2714. END
  2715. IDD_ZONE_AGING_DIALOG DLGINIT
  2716. BEGIN
  2717. IDC_REFR_INT_COMBO2, 0x403, 1, 0
  2718. "\000"
  2719. IDC_REFR_INT_COMBO1, 0x403, 1, 0
  2720. "\000"
  2721. 0
  2722. END
  2723. IDD_SERVER_ADVANCED_PAGE DLGINIT
  2724. BEGIN
  2725. IDC_REFR_INT_COMBO, 0x403, 1, 0
  2726. "\000"
  2727. 0
  2728. END
  2729. IDD_SERVER_AGING_DIALOG DLGINIT
  2730. BEGIN
  2731. IDC_REFR_INT_COMBO2, 0x403, 1, 0
  2732. "\000"
  2733. IDC_REFR_INT_COMBO1, 0x403, 1, 0
  2734. "\000"
  2735. 0
  2736. END
  2737. IDD_RR_KEY DLGINIT
  2738. BEGIN
  2739. IDC_KEY_TYPE_COMBO, 0x403, 33, 0
  2740. 0x6143, 0x276e, 0x2074, 0x6562, 0x7520, 0x6573, 0x2064, 0x6f66, 0x2072,
  2741. 0x7561, 0x6874, 0x6e65, 0x6974, 0x6163, 0x6974, 0x6e6f, "\000"
  2742. IDC_KEY_TYPE_COMBO, 0x403, 19, 0
  2743. 0x6f4e, 0x6320, 0x6e6f, 0x6966, 0x6564, 0x746e, 0x6169, 0x696c, 0x7974,
  2744. "\000"
  2745. IDC_KEY_TYPE_COMBO, 0x403, 51, 0
  2746. 0x6143, 0x206e, 0x6562, 0x7520, 0x6573, 0x2064, 0x6f66, 0x2072, 0x7561,
  2747. 0x6874, 0x6e65, 0x6974, 0x6163, 0x6974, 0x6e6f, 0x6120, 0x646e, 0x6320,
  2748. 0x6e6f, 0x6966, 0x6564, 0x746e, 0x6169, 0x696c, 0x7974, "\000"
  2749. IDC_KEY_TYPE_COMBO, 0x403, 7, 0
  2750. 0x6f4e, 0x6b20, 0x7965, "\000"
  2751. IDC_NAME_TYPE_COMBO, 0x403, 5, 0
  2752. 0x7355, 0x7265, "\000"
  2753. IDC_NAME_TYPE_COMBO, 0x403, 5, 0
  2754. 0x6f5a, 0x656e, "\000"
  2755. IDC_NAME_TYPE_COMBO, 0x403, 6, 0
  2756. 0x744f, 0x6568, 0x0072,
  2757. 0
  2758. END
  2759. /////////////////////////////////////////////////////////////////////////////
  2760. //
  2761. // AVI
  2762. //
  2763. IDR_SEARCH_AVI AVI DISCARDABLE "res\\search.avi"
  2764. /////////////////////////////////////////////////////////////////////////////
  2765. //
  2766. // String Table
  2767. //
  2768. STRINGTABLE DISCARDABLE
  2769. BEGIN
  2770. IDS_SNAPIN_NAME "DNS"
  2771. IDS_SNAPIN_NAME_EX "DNS Extension"
  2772. IDS_SNAPINABOUT_DESCRIPTION
  2773. "You can use the DNS snap-in to administer a DNS server"
  2774. IDS_PROP_SHEET_TITLE_FMT "%s Properties"
  2775. IDS_ERRMSG_SERVER_FORWARDER_NO_SERVER
  2776. "Each forwarder must be configured with one or more master DNS server IP addresses. Please provide a master DNS server IP address for the domain %s."
  2777. IDS_SERVER_CREATE_NDNC "&New Application Directory Partition...\nCreates a new application directory partition to store DNS zone data."
  2778. IDS_SERVER_CREATE_DOMAIN_NDNC_FORMAT
  2779. "Would you like to create a single partition that stores DNS zone data and replicates that data to all DNS servers in the domain %s?"
  2780. IDS_SERVER_CREATE_FOREST_NDNC_FORMAT
  2781. "Would you like to create a single partition that stores DNS zone data and replicates that data to all DNS servers in the forest %s?"
  2782. END
  2783. STRINGTABLE DISCARDABLE
  2784. BEGIN
  2785. 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."
  2786. IDS_DOMAIN_NEW_RECORD "Other &Record...\nCreate a new resource record"
  2787. IDS_DOMAIN_NEW_DOMAIN "D&omain...\nCreate a new domain under the current domain"
  2788. IDS_DOMAIN_NEW_DELEGATION "Dele&gation...\nCreate a new delegated domain"
  2789. IDS_DOMAIN_NEW_HOST "&Host...\nCreate a new host resource record"
  2790. IDS_DOMAIN_NEW_ALIAS "&Alias...\nCreate a new alias resource record"
  2791. IDS_DOMAIN_NEW_MX "&Mail Exchanger...\nCreate a new mail exchanger record"
  2792. IDS_DOMAIN_NEW_PTR "&Pointer...\nCreate a new pointer resource record"
  2793. IDS_DOMAIN_NEW_NEW_RECORD
  2794. "Other New Re&cords...\nCreate a new resource record"
  2795. IDS_DOMAIN_NEW_NEW_DOMAIN
  2796. "New D&omain...\nCreate a new domain under the current domain"
  2797. IDS_DOMAIN_NEW_NEW_DELEGATION
  2798. "New Dele&gation...\nCreate a new delegated domain"
  2799. IDS_SERVER_UPDATE_DATA_FILES
  2800. "Up&date Server Data Files\nSend command to server to update files"
  2801. IDS_DOMAIN_NEW_NEW_HOST "New Ho&st...\nCreate a new host resource record"
  2802. END
  2803. STRINGTABLE DISCARDABLE
  2804. BEGIN
  2805. IDS_SERVER_NEW_ZONE "New &Zone...\nCreate a new zone"
  2806. IDS_SERVER_CLEAR_CACHE "Cl&ear Cache\nSend command to server to clear the cache"
  2807. IDS_CACHE_FOLDER_CLEAR_CACHE
  2808. "&Clear Cache\nSend command to server to clear the cache"
  2809. IDS_SERVER_SET_AGING "&Set Aging/Scavenging for All Zones...\nConfigure aging/scavenging policies for all zones on the server."
  2810. IDS_SERVER_SCAVENGE "S&cavenge Stale Resource Records\nSend command to server to start scavenging of stale resource records."
  2811. END
  2812. STRINGTABLE DISCARDABLE
  2813. BEGIN
  2814. IDS_RECORD_INFO_A "Host\nHost address (A) record. Maps a DNS domain name to a single 32-bit IP version 4 address. (RFC 1035)"
  2815. IDS_RECORD_INFO_NS "Name Server\nDescription for Name Server"
  2816. IDS_RECORD_INFO_MD "MD Record \nDescription for MD"
  2817. IDS_RECORD_INFO_MF "MF Record \nDescription for MF"
  2818. IDS_RECORD_INFO_CNAME "Alias\nAlias record. Indicates an alternate or alias DNS domain name for a name already specified in other resource record types used in this zone. The record is also known as the canonical name (CNAME) record type. (RFC 1035)"
  2819. IDS_RECORD_INFO_SOA "Start of Authority\nDescription for Start of Authority"
  2820. IDS_RECORD_INFO_MB "Mailbox\nMailbox (MB) record. Maps a specified domain mailbox name to a host that hosts this mailbox. (RFC 1035)"
  2821. IDS_RECORD_INFO_MG "Mail Group\nMail group (MG) record. Adds domain mailboxes, each specified by a mailbox (MB) record in the current zone, as members of a domain mailing group that is identified by name in this record. (RFC 1035)"
  2822. IDS_RECORD_INFO_MR "Renamed Mailbox\nRenamed mailbox (MR) record. Specifies a domain mailbox name, which is the proper rename of an existing specified mailbox (specified in an existing mailbox or an MB-type record in the zone). The main use for an MR record is as a forwarding entry for a user who has moved to a different mailbox. If used, MR records do not cause additional section processing. (RFC 1035)"
  2823. IDS_RECORD_INFO_NULL "Null\nNull Record"
  2824. IDS_RECORD_INFO_WKS "Well Known Services\nWell Known Service (WKS) record. Describes the well-known TCP/IP services supported by a particular protocol on a particular IP address. WKS records provide TCP and UDP availability information for TCP/IP servers. If a server supports both TCP and UDP for a well-known service or if the server has multiple IP addresses that support a service, then multiple WKS records are used. (RFC 1035)"
  2825. IDS_RECORD_INFO_PTR "Pointer\nPointer (PTR) record. Points to a location in the domain name space. PTR records are typically used in special domains to perform reverse lookups of address-to-name mappings. Each record provides simple data that points to some other location in the domain name space (usually a forward lookup zone). Where PTR records are used, no additional section processing is implied or caused by their presence. (RFC 1035)"
  2826. IDS_RECORD_INFO_HINFO "Host Information\nHost Information (HINFO) record. Indicates RFC-1700 reserved character string values for CPU and operating system types for mapping to specific DNS host names. This information is used by application protocols such as FTP that can use special procedures when communicating between computers of the same CPU and OS type. (RFC 1035)"
  2827. IDS_RECORD_INFO_MINFO "Mailbox Information\nMailbox or mail list information (MINFO) record. Specifies a domain mailbox name to contact. This contact maintains a mail list or mailbox specified in this record. Also, specifies a mailbox for receiving error messages related to the mailing list or mailbox specified in this record. (RFC 1035)"
  2828. IDS_RECORD_INFO_MX "Mail Exchanger\nMail exchanger (MX) record. Provides message routing to a specified mail exchange host that is acting as a mail exchanger for a specified DNS domain name. MX records use a 16-bit integer to indicate host priority in message routing where multiple mail exchange hosts are specified. For each mail exchange host specified in this record type, a corresponding host address (A) type record is needed. (RFC 1035)"
  2829. IDS_RECORD_INFO_TEXT "Text\nText (TXT) record. Holds a string of characters that serves as descriptive text to be associated with a specific DNS domain name. The semantics of the actual descriptive text used as data with this record type depends on the DNS domain where these records are located. (RFC 1035)"
  2830. END
  2831. STRINGTABLE DISCARDABLE
  2832. BEGIN
  2833. IDS_RECORD_INFO_RP "Responsible Person\nResponsible Person (RP) record. Specifies the domain mailbox name for a responsible person and maps this name to a domain name for which text (TXT) resource records exist. Where RP records are used in DNS queries, subsequent queries can be needed to retrieve the text (TXT) record information mapped using the RP record type. (RFC 1183)"
  2834. IDS_RECORD_INFO_AFSDB "AFS Database\nAndrew File System Database (AFSDB) server record. Indicates the location of either of the following standard server subtypes: an AFS volume location (cell database) server or a Distributed Computing Environment (DCE) authenticated name server. Also, supports other user-defined server subtypes that use the AFSDB resource record format. (RFC 1183)"
  2835. 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)"
  2836. 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)"
  2837. IDS_RECORD_INFO_RT "Route Through\nRoute Through (RT) record. Provides an intermediate-route-through binding for internal hosts that do not have their own direct wide area network (WAN) address. This record uses the same data format as the MX record type to indicate two required fields: a 16-bit integer that represents preference for each intermediate route and the DNS domain name for the route-through host as it appears elsewhere in an A, X25, or ISDN record for the zone. (RFC 1183)"
  2838. 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)"
  2839. 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)"
  2840. IDS_RECORD_INFO_KEY "Public Key\nPublic key (KEY) record. Stores a public key that is related to a domain name. This public key can be of a zone, a user, or a host or other end entity. A KEY resource record is authenticated by a SIG resource record. A zone level key must sign KEYs."
  2841. 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)"
  2842. 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)"
  2843. IDS_RECORD_INFO_AAAA "IPv6 Host\nHost address (AAAA) record for IPv6 hosts. Maps a DNS domain name to a single 128-bit IPv6 address. (RFC 1886)"
  2844. IDS_RECORD_INFO_ATMA "ATM Address\nATM address (ATMA) record. Maps a DNS domain name to an ATM address."
  2845. IDS_RECORD_INFO_WINS "WINS Lookup\nWINS Record"
  2846. END
  2847. STRINGTABLE DISCARDABLE
  2848. BEGIN
  2849. IDS_RECORD_INFO_NBSTAT "WINS Reverse Lookup\nWINS-R Information Record"
  2850. IDS_RECORD_INFO_SIG "Signature\nCryptographic signature (SIG) record. Authenticates a resource record set of a particular type, class, and name and binds it to a time interval and the signer's domain name. This authentication and binding is done using cryptographic techniques and the signer's private key. The signer is frequently the owner of the zone from which the resource record originated."
  2851. IDS_RECORD_INFO_UNK "Unknown\nUnknown record type"
  2852. IDS_RECORD_INFO_SRV "Service Location\nService (SRV) record. Allows administrators to use several servers for a single DNS domain, to easily move a TCP/IP service from one host to another host with administration, and to designate some service provider hosts as primary servers for a service and other hosts as backups. DNS clients that use a SRV-type query ask for a specific TCP/IP service and protocol mapped to a specific DNS domain and receive the names of any available servers. (RFC 2052)"
  2853. IDS_RECORD_INFO_NXT "Next Domain\nNext (NXT) record. NXT resource records indicate the nonexistence of a name in a zone by creating a chain of all of the literal owner names in that zone. They also indicate what resource record types are present for an existing name."
  2854. IDS_SRV_RR_DOMAIN_ERROR "%s (Bad Domain)"
  2855. IDS_SRV_RR_PROTOCOL_ERROR "%s (Bad Protocol)"
  2856. IDS_RECORD_DATA_UNK "Unknown - view properties for more info"
  2857. IDS_TIME_AGING_INTERVAL_UNITS "hours\ndays"
  2858. END
  2859. STRINGTABLE DISCARDABLE
  2860. BEGIN
  2861. IDS_ZONE_PAUSE "&Pause\nPause the selected zone"
  2862. IDS_ZONE_UPDATE_DATA_FILE
  2863. "&Update Server Data File\nSend command to server to update this zone file"
  2864. IDS_ZONE_RELOAD "R&eload\nSend command to server to reload this zone"
  2865. IDS_ZONE_TRANSFER "&Transfer from master\nSend command to server to cause a zone transfer"
  2866. IDS_ZONE_RELOAD_FROM_MASTER
  2867. "Rel&oad from master\nSend command to server to cause a zone flush and transfer"
  2868. IDS_NSPAGE_LISTVIEW_HEADERS "Server Name\nIP Address"
  2869. IDS_TEST_LISTVIEW_HEADERS "Date\nTime\nSimple Query\nRecursive Query"
  2870. IDS_NSPAGE_ROOT_HINTS "Root Hints"
  2871. END
  2872. STRINGTABLE DISCARDABLE
  2873. BEGIN
  2874. IDS_TIME_INTERVAL_UNITS "seconds\nminutes\nhours\ndays"
  2875. IDS_BROWSE_FILTER_OPTIONS
  2876. "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"
  2877. IDS_BROWSE_TOOLTIP "One Level Up"
  2878. END
  2879. STRINGTABLE DISCARDABLE
  2880. BEGIN
  2881. IDS_STATISTICS_LISTVIEW_HEADERS "Parameter\nValue"
  2882. IDS_SERVER_REPORT_STATS_NOT_AVAIL "Statistics not available at this time."
  2883. IDS_SERVER_REPORT_STATS_SUMMARY
  2884. "Server start time\nStats last cleared\nReport date\nElapsed time since server started (seconds)\nElapsed time since last cleared (seconds)\nOverall queries/second\nDatabase memory (bytes)"
  2885. IDS_SERVER_REPORT_STATS_QUERY
  2886. "Udp Queries\nUdp Responses\nUdp Queries Sent\nUdp Responses Received\nTcp Client Connections\nTcp Queries\nTcp Responses\nTcp Queries Sent\nTcp Responses Received"
  2887. IDS_SERVER_REPORT_STATS_RECURSION
  2888. "Recursive Lookups\nRecursive Responses\nRecursive Root Queries\nRecursive Root Responses"
  2889. IDS_SERVER_REPORT_STATS_WINS
  2890. "Wins Lookups\nWins Responses\nWins Reverse Lookups\nWins Reverse Responses"
  2891. IDS_SERVER_REPORT_STATS_MASTER_ZONE_TRANSF
  2892. "Master Zone Notify Sent\nMaster Zone Axfr Received\nMaster Zone Axfr Invalid\nMaster Zone Axfr Refused\nMaster Zone Axfr Denied\nMaster Zone Axfr Failed\nMaster Zone Axfr Successful"
  2893. IDS_SERVER_REPORT_STATS_SECONDARY_ZONE_TRANSF
  2894. "Secondary Zone Soa Queries\nSecondary Zone Soa Responses\nSecondary Zone Notify Received\nSecondary Zone Axfr Requested\nSecondary Zone Axfr Rejected\nSecondary Zone Axfr Failed\nSecondary Zone Axfr Successful"
  2895. END
  2896. STRINGTABLE DISCARDABLE
  2897. BEGIN
  2898. IDS_MSG_SERVER_FORWARDERS
  2899. "You must specify at least one IP Address to use forwarders."
  2900. IDS_MSG_SERVER_DELETE "Are you sure you want to delete the server %s from the server list?"
  2901. IDS_MSG_SERVER_STATISTICS_RESET
  2902. "Are you sure you want to reset the server statistics?"
  2903. IDS_MSG_SERVER_STATISTICS_RESET_FAIL "Server statistics cannot be reset."
  2904. IDS_MSG_SERVER_NO_STATISTICS "Server statistics cannot be obtained."
  2905. IDS_MSG_SERVER_NO_ADVANCED_OPTIONS
  2906. "Server Advanced Options cannot be set."
  2907. IDS_MSG_SERVER_NO_BOOT_METHOD "Boot Method cannot be set."
  2908. END
  2909. STRINGTABLE DISCARDABLE
  2910. BEGIN
  2911. IDS_SNAPIN_ADVANCED_VIEW "&Advanced\nToggle into Advanced View Mode"
  2912. IDS_SNAPIN_FILTERING "&Filter...\nChange filtering options"
  2913. IDS_SNAPIN_CONNECT_TO_SERVER
  2914. "&Connect To Computer...\nAdd a server name to the list of administered computers"
  2915. IDS_SNAPIN_FILTERING_TITLE "Filter"
  2916. IDS_FILTER_ENABLED "[Filter Activated]"
  2917. END
  2918. STRINGTABLE DISCARDABLE
  2919. BEGIN
  2920. IDS_MSG_ZWIZ_FAIL "The zone cannot be created."
  2921. END
  2922. STRINGTABLE DISCARDABLE
  2923. BEGIN
  2924. IDS_SERVER_TEST_RESULT_PASS "PASS"
  2925. IDS_SERVER_TEST_RESULT_FAIL "FAIL"
  2926. IDS_SERVER_TEST_RESULT_FAIL_ON_NAME_RES "FAILED ON NAME RESOLUTION"
  2927. END
  2928. STRINGTABLE DISCARDABLE
  2929. BEGIN
  2930. IDS_CATHEGORY_FOLDER_CACHE "Cached Lookups"
  2931. IDS_CATHEGORY_FOLDER_FWD "Forward Lookup Zones"
  2932. IDS_CATHEGORY_FOLDER_REV "Reverse Lookup Zones"
  2933. IDS_CATHEGORY_FOLDER_DOMAIN_FORWARDERS "Domain Forwarders"
  2934. END
  2935. STRINGTABLE DISCARDABLE
  2936. BEGIN
  2937. IDS_MSG_SERVWIZ_FINISH_NAME "DNS server to configure: %s\r\n"
  2938. IDS_MSG_SERVWIZ_FINISH_FORWARDER "IP address of forwarder: %s\r\n"
  2939. IDS_MSG_SERVWIZ_FINISH_ROOT_SERVER
  2940. "Server configured as a Root Server\r\n"
  2941. IDS_MSG_SERVWIZ_FINISH_FWD_ZONE "Forward lookup zone to create: %s\r\n"
  2942. IDS_MSG_SERVWIZ_FINISH_REV_ZONE "Reverse lookup zone to create: %s\r\n"
  2943. IDS_MSG_SERVWIZ_CONTACT "Contacting Server..."
  2944. IDS_MSG_SERVWIZ_COLLECTINFO "Collecting Setup Information..."
  2945. IDS_MSG_SERVWIZ_FAIL_CONTACT "Failed to contact server"
  2946. IDS_MSG_SERVWIZ_NOT_NT5 "The server you tried to contact is not a Windows 2000 DNS server. This Windows 2000 DNS Management Console cannot administer non-Windows 2000 DNS servers"
  2947. IDS_MSG_SERVWIZ_FAIL_CONTACT_ADD "%s. Would you like to add it anyway?"
  2948. IDS_MSG_SERVWIZ_CONFIGURE_NOW
  2949. "Would you like to configure this server now?"
  2950. END
  2951. STRINGTABLE DISCARDABLE
  2952. BEGIN
  2953. IDS_NEW_RECORD_TITLE "New Resource Record"
  2954. IDS_EDIT_RECORD_TITLE "Edit Record"
  2955. IDS_RECORD_AT_THE_NODE "(same as parent folder)"
  2956. IDS_ERROR_ZONE_STUB "The data on the stub zone failed to set."
  2957. END
  2958. STRINGTABLE DISCARDABLE
  2959. BEGIN
  2960. AFX_IDS_APP_TITLE "DNS"
  2961. IDS_BUTTON_TEXT_PAUSE_BUTTON "Paus&e"
  2962. IDS_BUTTON_TEXT_START_BUTTON "&Start"
  2963. IDS_BUTTON_TEXT_CANCEL "Cancel"
  2964. IDS_BUTTON_TEXT_DONE "Done"
  2965. IDS_CHECK_TEXT_NOT_REPLICATE "Do &not replicate this record"
  2966. IDS_CHECK_TEXT_USE_LOCAL_WINS "Use local WINS resource record."
  2967. IDS_CHECK_TEXT_USE_LOCAL_WINSR "Use local WINSR resource record."
  2968. IDS_MSG_SERVER_UPDATE_AGING
  2969. "Scavenging properties were not updated on all Active Directory Integrated zones.\n"
  2970. IDS_MSG_ZONE_UPDATE_AGING "Scavenging properties were not updated.\n"
  2971. END
  2972. STRINGTABLE DISCARDABLE
  2973. BEGIN
  2974. IDS_SERVER_ADV_PP_OPTIONS
  2975. "Disable recursion\nBIND secondaries\nFail on load if bad zone data\nEnable round robin\nEnable netmask ordering\nSecure cache against pollution"
  2976. IDS_SERVER_NAME_CHECKING_OPTIONS
  2977. "Strict RFC (ANSI)\nNon RFC (ANSI)\nMultibyte (UTF8)\nAll names"
  2978. IDS_SERVER_BOOT_METHOD_OPTIONS
  2979. "From registry\nFrom file\nFrom Active Directory and registry"
  2980. IDS_SERVER_ADV_PP_DEBUG_LOGGING
  2981. "Query\nNotify\nUpdate\nQuestions\nAnswers\nSend\nReceive\nUDP\nTCP\nFull packets\nWrite through"
  2982. END
  2983. STRINGTABLE DISCARDABLE
  2984. BEGIN
  2985. IDS_MSG_SERVWIZ_FAIL_ROOT_HINTS
  2986. "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."
  2987. IDS_MSG_SERVWIZ_FAIL_UPDATE_ROOT_HINTS
  2988. "The server's root hints cannot be updated."
  2989. IDS_MSG_SERVWIZ_FAIL_ADD_ROOT_ZONE
  2990. "The root zone cannot be added to the server."
  2991. IDS_MSG_SERVWIZ_FAIL_ADD_FWD_ZONE
  2992. "The forward lookup zone cannot be added to the server."
  2993. IDS_MSG_SERVWIZ_FAIL_ADD_REV_ZONE
  2994. "The reverse lookup zone cannot be added to the server."
  2995. END
  2996. STRINGTABLE DISCARDABLE
  2997. BEGIN
  2998. IDS_MSG_DELEGWIZ_SUDOMAIN_EXISTS
  2999. "A domain or delegation by this name already exists. To change an existing delegation, right click on the delegation and select Properties. To change a domain into a delegation, delete the domain and then create the delegation."
  3000. IDS_MSG_DELEGWIZ_NS_RECORD_FAILED
  3001. "The NS (name server) record cannot be created."
  3002. IDS_MSG_DELEGWIZ_SUBDOMAIN_FAILED "The subdomain cannot be created."
  3003. IDS_DELEGWIZ_DOMAIN_NAME_TITLE "Delegated Domain Name"
  3004. IDS_DELEGWIZ_DOMAIN_NAME_SUBTITLE
  3005. "Specify the name of the domain you want to create."
  3006. IDS_DELEGWIZ_DOMAIN_NS_TITLE "Name Servers"
  3007. IDS_DELEGWIZ_DOMAIN_NS_SUBTITLE
  3008. "You can select one or more name servers to host the delegated zone."
  3009. IDS_ZWIZ_FWD_ZONE_NAME_TITLE "Zone Name"
  3010. IDS_ZWIZ_FWD_ZONE_NAME_SUBTITLE "What do you want to name the new zone?"
  3011. IDS_ZWIZ_ZONE_LOOKUP_TITLE "Forward or Reverse Lookup Zone"
  3012. IDS_ZWIZ_ZONE_LOOKUP_SUBTITLE
  3013. "You can use a zone for forward or reverse lookups."
  3014. IDS_ZWIZ_ZONE_TYPE_TITLE "Zone Type"
  3015. IDS_ZWIZ_ZONE_TYPE_SUBTITLE
  3016. "The DNS server supports various types of zones and storage."
  3017. IDS_ZWIZ_REV_ZONE_NAME_TITLE "Reverse Lookup Zone"
  3018. END
  3019. STRINGTABLE DISCARDABLE
  3020. BEGIN
  3021. IDS_MSG_SERVER_NO_NAME_CHECKING
  3022. "The name-checking method for the DNS server cannot be set."
  3023. IDS_MSG_SERVER_FAIL_ADV_PROP_FMT "Failed to set %s"
  3024. IDS_MSG_SERVER_FAIL_CLEAR_CACHE "The server cache cannot be cleared."
  3025. IDS_MSG_SERVER_INTERFACE_UPDATE_FAILED
  3026. "The server interfaces cannot be updated."
  3027. IDS_MSG_SERVER_FORWARDER_UPDATE_FAILED
  3028. "The server forwarders cannot be updated."
  3029. IDS_MSG_SERVER_LOG_LEVEL_OPTIONS_FAILED
  3030. "The debug log level cannot be set."
  3031. IDS_MSG_SERVER_TEST_OPTIONS_UPDATE_FAILED
  3032. "The server test options cannot be updated."
  3033. IDS_MSG_SERVER_FAILED_SET_EVENTLOGLEVEL
  3034. "The server event log level cannot be updated."
  3035. IDS_MSG_SERVER_FAILED_GET_EVENTLOGLEVEL
  3036. "The server event log level cannot be obtained."
  3037. IDS_MSG_SERVER_FAIL_GET_MAXSIZE
  3038. "The server debug log file maximum size cannot be obtained."
  3039. IDS_MSG_ZONE_SOA_UPDATE_FAILED
  3040. "The SOA (start of authority) record cannot be updated."
  3041. IDS_MSG_ZONE_DELETE "Are you sure you want to delete the zone %s from the server?"
  3042. IDS_MSG_ZONE_MASTERS_BROWSE_FAIL
  3043. "The IP address(es) for this server cannot be found."
  3044. IDS_MSG_ZONE_FAIL_DELETE "The zone cannot be deleted."
  3045. IDS_MSG_ZONE_WARNING_CHANGE_TYPE_FROM_DS
  3046. "Are you sure you no longer want this zone to be Active Directory integrated?"
  3047. END
  3048. STRINGTABLE DISCARDABLE
  3049. BEGIN
  3050. IDS_MSG_DOMAIN_DELETE "Are you sure you want to delete the domain %s from the server?"
  3051. IDS_MSG_DOMAIN_FAIL_CREATE "The domain cannot be created."
  3052. IDS_MSG_DOMAIN_FAIL_DELETE "The domain cannot be deleted."
  3053. IDS_MSG_DOMAIN_EXISTS "A domain or record of this name already exists. To create a record with the same name as the domain, select the domain and then create the record."
  3054. IDS_MSG_SERVER_CONFIRM_SCAVENGE
  3055. "Are you sure you want to scavenge all stale resource records on the server %s?"
  3056. IDS_MSG_FORWARDER_DELETE_FROM_DS
  3057. "WARNING: This is an Active Directory-integrated forwarder.\n\nClick YES if you want to remove the forwarder from both the Active Directory and the DNS server. The forwarder will also be deleted from all DNS servers that load this forwarder from the Active Directory.\nClick NO if you only want to delete the forwarder from this server, but leave the forwarder data in the Active Directory."
  3058. IDS_MSG_FORWARDER_DELETE_FROM_DS_BOOT3
  3059. "WARNING: This is an Active Directory-integrated forwarder. If you decide to delete this forwarder from the DNS server, it also will be deleted from the Active Directory. The forwarder also will be deleted from all DNS servers that load this forwarder from the Active Directory.\n\nClick YES if you want to remove the forwarder from both the Active Directory and the DNS server.\nClick NO if you don't want to remove the forwarder."
  3060. END
  3061. STRINGTABLE DISCARDABLE
  3062. BEGIN
  3063. IDS_MSG_RECORD_DELETE "Are you sure you want to delete the record %s from the server?"
  3064. IDS_MSG_RECORD_WARNING_CREATE_PTR
  3065. "Warning: The associated pointer (PTR) record cannot be created, probably because the referenced Reverse Lookup zone cannot be found."
  3066. IDS_MSG_RECORD_WARNING_UPDATE_PTR
  3067. "Warning: The associated pointer (PTR) record cannot be updated, probably because the referenced Reverse Lookup zone cannot be found."
  3068. IDS_MSG_RECORD_WARNING_NS_NO_IP
  3069. "This NS (name server) record has no IP addresses. Do you want to delete it anyway?"
  3070. IDS_MSG_RECORD_FAIL_DELETE "The record cannot be deleted."
  3071. IDS_MSG_RECORD_CREATE_HOST_SUCCESS
  3072. "The host record %s was successfully created."
  3073. IDS_MSG_RECORD_CREATE_HOST_FAIL "The host record %s cannot be created."
  3074. IDS_MSG_RECORD_DEL_A_FROM_NS
  3075. "Are you sure you want to delete the host record %s [%s]?"
  3076. IDS_MSG_RECORD_NS_RESOLVE_IP
  3077. "An IP address associated with the given NS (name server) record cannot be found."
  3078. IDS_MSG_RECORD_CREATE_FAILED "A new record cannot be created."
  3079. IDS_MSG_RECORD_UPDATE_FAILED "The record cannot be updated."
  3080. IDS_MSG_RECORD_CREATE_HOST_NAME_FAILED
  3081. "%s is not a valid host name. Do you want attempt to add this record anyway?"
  3082. END
  3083. STRINGTABLE DISCARDABLE
  3084. BEGIN
  3085. IDS_MSG_CONT_CLOSE_SHEET
  3086. "This folder or one of its children has one or more property sheets open. Click OK to close the property sheets."
  3087. IDS_MSG_RECORD_CLOSE_SHEET
  3088. "This resource record has a property sheet open. Click OK to close the property sheet."
  3089. IDS_MSG_QUERY_TOO_MANY_ITEMS
  3090. "There are too many items in the folder %s. Please refine the query parameters or increase the maximum number of items per folder. On the View menu, select Filter and then Display Limit."
  3091. IDS_MSG_SERVER_LOG_MAX_SIZE_FAILED
  3092. "The server maximum log file size cannot be updated."
  3093. IDS_MSG_SERVER_LOG_FILE_NAME_FAILED
  3094. "The server log file name cannot be updated."
  3095. IDS_MSG_SERVER_LOG_FILTER_LIST_FAILED
  3096. "The server log IP filter list cannot be updated."
  3097. END
  3098. STRINGTABLE DISCARDABLE
  3099. BEGIN
  3100. IDS_ZWIZ_REV_ZONE_NAME_SUBTITLE
  3101. "A reverse lookup zone is an address-to-name database that helps computers translate IP addresses into DNS names."
  3102. IDS_ZWIZ_MASTERS_TITLE "Master DNS Servers"
  3103. IDS_ZWIZ_MASTERS_SUBTITLE
  3104. "The zone is copied from one or more DNS servers."
  3105. IDS_ZWIZ_SELECT_SERVER_TITLE "Select Server title"
  3106. IDS_ZWIZ_SELECT_SERVER_SUBTITLE "SelectServer Subtitle"
  3107. IDS_ZWIZ_STORAGE_TITLE "Zone File"
  3108. IDS_ZWIZ_STORAGE_SUBTITLE
  3109. "You can create a new zone file or use a file copied from another computer."
  3110. IDS_SERVWIZ_FWD_ZONE_TITLE "Forward Lookup Zone"
  3111. IDS_SERVWIZ_FWD_ZONE_SUBTITLE
  3112. "You can create a forward lookup zone now or create one later by using the New Zone Wizard."
  3113. IDS_SERVWIZ_NAME_TITLE "Server Information"
  3114. IDS_SERVWIZ_NAME_SUBTITLE "Provide information to locate the new server."
  3115. IDS_SERVWIZ_REV_ZONE_TITLE "Reverse Lookup Zone"
  3116. IDS_SERVWIZ_REV_ZONE_SUBTITLE
  3117. "You can create a reverse lookup zone now or create one later by using the New Zone Wizard."
  3118. IDS_SERVWIZ_ROOT_SERV_TITLE "Root Server"
  3119. IDS_SERVWIZ_ROOT_SERV_SUBTITLE
  3120. "DNS servers use root servers to gain access to second-level domains on the Internet."
  3121. IDS_ZWIZ_DYNAMIC_TITLE "Dynamic Update"
  3122. END
  3123. STRINGTABLE DISCARDABLE
  3124. BEGIN
  3125. IDS_ZONE_PRIMARY_DYN_UPD_OPTIONS "No\nYes\nOnly secure updates"
  3126. END
  3127. STRINGTABLE DISCARDABLE
  3128. BEGIN
  3129. IDS_DNS_ERROR_RCODE_FORMAT_ERROR "A format error occurred."
  3130. IDS_DNS_ERROR_RCODE_SERVER_FAILURE "There was a server failure."
  3131. IDS_DNS_ERROR_RCODE_NAME_ERROR "An error occurred in the name."
  3132. IDS_DNS_ERROR_RCODE_NOT_IMPLEMENTED "Not Implemented"
  3133. IDS_DNS_ERROR_RCODE_REFUSED "Refused"
  3134. IDS_DNS_ERROR_RCODE_NOTAUTH "No Authority"
  3135. IDS_DNS_ERROR_RCODE_NOTZONE "Not a Zone"
  3136. IDS_DNS_INFO_NO_RECORDS "No records exist."
  3137. IDS_DNS_ERROR_BAD_PACKET "The network packet is corrupt."
  3138. IDS_DNS_ERROR_NO_PACKET "The network packet is missing."
  3139. IDS_DNS_ERROR_INVALID_NAME "The name is invalid."
  3140. END
  3141. STRINGTABLE DISCARDABLE
  3142. BEGIN
  3143. IDS_DNS_ERROR_INVALID_DATA "The data is invalid."
  3144. IDS_DNS_ERROR_INVALID_TYPE "The type is invalid."
  3145. IDS_DNS_ERROR_INVALID_IP_ADDRESS "The IP address is invalid."
  3146. IDS_DNS_ERROR_INVALID_PROPERTY "The property is invalid."
  3147. IDS_DNS_ERROR_ZONE_DOES_NOT_EXIST "The zone does not exist."
  3148. IDS_DNS_ERROR_NO_ZONE_INFO "No information is available for the zone."
  3149. IDS_DNS_ERROR_INVALID_ZONE_OPERATION "The zone operation is invalid."
  3150. IDS_DNS_ERROR_ZONE_CONFIGURATION_ERROR
  3151. "A zone configuration error occurred."
  3152. IDS_DNS_ERROR_ZONE_HAS_NO_SOA_RECORD
  3153. "The zone has no SOA (start of authority) record."
  3154. IDS_DNS_ERROR_ZONE_HAS_NO_NS_RECORDS
  3155. "The zone has no NS (name server) record."
  3156. IDS_DNS_ERROR_ZONE_LOCKED
  3157. "The zone is locked for zone transfer or update."
  3158. IDS_DNS_ERROR_ZONE_CREATION_FAILED "The zone creation failed."
  3159. IDS_DNS_ERROR_ZONE_ALREADY_EXISTS "The zone already exists."
  3160. IDS_DNS_ERROR_AUTOZONE_ALREADY_EXISTS
  3161. "An automatically created zone already exists."
  3162. IDS_DNS_ERROR_INVALID_ZONE_TYPE "The zone type is invalid."
  3163. IDS_DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP
  3164. "The secondary zone requires an IP address for the master zone."
  3165. END
  3166. STRINGTABLE DISCARDABLE
  3167. BEGIN
  3168. IDS_DNS_ERROR_ZONE_NOT_SECONDARY "The zone is not a secondary zone."
  3169. IDS_DNS_ERROR_NEED_SECONDARY_ADDRESSES
  3170. "The secondary zone requires an address."
  3171. IDS_DNS_ERROR_WINS_INIT_FAILED "WINS failed to initialize."
  3172. IDS_DNS_ERROR_NEED_WINS_SERVERS "WINS servers are required."
  3173. IDS_DNS_ERROR_PRIMARY_REQUIRES_DATAFILE
  3174. "The primary zone requires a data file."
  3175. IDS_DNS_ERROR_INVALID_DATAFILE_NAME "The data file name is invalid."
  3176. IDS_DNS_ERROR_DATAFILE_OPEN_FAILURE "The data file failed to open."
  3177. IDS_DNS_ERROR_FILE_WRITEBACK_FAILED "The file writeback failed."
  3178. IDS_DNS_ERROR_DATAFILE_PARSING
  3179. "There was a failure while parsing the data file."
  3180. IDS_DNS_ERROR_RECORD_DOES_NOT_EXIST "The record does not exist."
  3181. IDS_DNS_ERROR_RECORD_FORMAT "The record format is corrupt."
  3182. IDS_DNS_ERROR_NODE_CREATION_FAILED "The node cannot be created."
  3183. IDS_DNS_ERROR_UNKNOWN_RECORD_TYPE "The record type is unknown."
  3184. IDS_DNS_ERROR_RECORD_TIMED_OUT "The record timed out."
  3185. END
  3186. STRINGTABLE DISCARDABLE
  3187. BEGIN
  3188. IDS_DNS_ERROR_NAME_NOT_IN_ZONE "The name is not in the zone."
  3189. IDS_DNS_ERROR_CNAME_COLLISION
  3190. "A CNAME record cannot be added to this DNS name. The DNS name contains records that are incompatible with the CNAME record."
  3191. IDS_DNS_ERROR_RECORD_ALREADY_EXISTS "The record already exists."
  3192. IDS_DNS_ERROR_NAME_DOES_NOT_EXIST "The name does not exist."
  3193. IDS_DNS_WARNING_PTR_CREATE_FAILED
  3194. "Warning: The PTR (pointer) record was not created."
  3195. IDS_DNS_WARNING_DOMAIN_UNDELETED "Warning: The domain was not deleted."
  3196. IDS_DNS_INFO_AXFR_COMPLETE "The zone transfer is complete."
  3197. IDS_DNS_ERROR_AXFR "The zone transfer failed."
  3198. IDS_DNS_ERROR_DS_UNAVAILABLE
  3199. "The Active Directory service is not available."
  3200. IDS_RPC_S_SERVER_UNAVAILABLE "The server is unavailable."
  3201. END
  3202. STRINGTABLE DISCARDABLE
  3203. BEGIN
  3204. IDS_MSG_ZONE_WARNING_CHANGE_TYPE_TO_DS
  3205. "Are you sure you want this zone to become Active Directory-integrated?"
  3206. IDS_ZONE_WARNING_SHEETS_UP
  3207. "This folder or one of its children has one or more property sheets open. Do you want to close them down before deleting it?"
  3208. IDS_MSG_ZONE_FAIL_TRANSFER "The zone transfer was not executed."
  3209. IDS_MSG_ZONE_RELOAD "Are you sure you want to reload the zone %s?"
  3210. IDS_MSG_ZONE_FAIL_RELOAD "Failed to reload zone"
  3211. IDS_MSG_ZONE_DELETE_FROM_DS
  3212. "WARNING: This is an Active Directory-integrated zone.\n\nClick YES if you want to remove the zone from both the Active Directory and the DNS server. The zone will also be deleted from all DNS servers that load this zone from the Active Directory.\nClick NO if you only want to delete the zone from this server, but leave the zone data in the Active Directory."
  3213. IDS_MSG_ZONE_FAIL_UPDATE_ZONE_TRANSFERS
  3214. "The zone transfer settings cannot be updated."
  3215. IDS_ZONE_LOADED_FROM_DS_WARNING
  3216. "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."
  3217. IDS_MSG_ZONE_WINS_FAILED
  3218. "The WINS resolution information was not updated."
  3219. IDS_MSG_ZONE_NBSTAT_FAILED
  3220. "The WINS reverse lookup information was not updated."
  3221. IDS_MSG_ZONE_DELETE_FROM_DS_BOOT3
  3222. "WARNING: This is an Active Directory-integrated zone. If you decide to delete this zone from the DNS server, it also will be deleted from the Active Directory. The zone also will be deleted from all DNS servers that load this zone from the Active Directory.\n\nClick YES if you want to remove the zone from both the Active Directory and the DNS server.\nClick NO if you don't want to remove the zone."
  3223. IDS_MSG_ZONE_DELETE_ROOT
  3224. "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?"
  3225. IDS_MSG_ZONE_FAIL_RELOAD_FROM_MASTER
  3226. "The zone reload from master was not executed."
  3227. IDS_MSG_DOMAIN_MULTI_DELETE
  3228. "Are you sure you want to delete the selected records from the server?"
  3229. END
  3230. STRINGTABLE DISCARDABLE
  3231. BEGIN
  3232. IDS_ERROR_ACCESS_DENIED "Access was denied."
  3233. IDS_ERROR_ZONE_DYN_UPD "The zone dynamic update option failed to change."
  3234. IDS_ERROR_ZONE_PRIMARY "The data on the primary zone failed to set."
  3235. IDS_ERROR_ZONE_SECONDARY "The data on the secondary zone failed to set."
  3236. IDS_ERROR_ZONE_PAUSE "The zone failed to pause."
  3237. IDS_ERROR_ZONE_START "The zone failed to start."
  3238. IDS_DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE
  3239. "The boot from file option cannot be selected because there are one or more Active Directory integrated zones."
  3240. IDS_MSG_ERROR_SCAVENGE_RECORDS "The scavenging of stale records failed."
  3241. IDS_MSG_SERVER_SCAVENGING_STATE "The scavenging state was not set."
  3242. IDS_MSG_SERVER_SCAVENGING_INTERVAL "The scavenging interval was not set."
  3243. IDS_MSG_SERVWIZ_FAIL_SERVER_CONFIGURED "The server was not configured."
  3244. IDS_MSG_ERROR_REFRESH_INTERVAL "The refresh interval was not set."
  3245. IDS_MSG_ERROR_NO_REFRESH_INTERVAL "The no refresh interval was not set."
  3246. IDS_MSG_ERROR_SCAVENGING_ENABLED "The scavenging state was not set."
  3247. IDS_MSG_FILE_WARNING "You have chosen to enable aging on the Standard Primary zones. This will modify the zone file format. The zone transfer to secondary servers will be unaffected. The zone files saved on the Primary server may not be loaded by non-Windows 2000 DNS servers. \n\nDo you still want to apply these settings to the Standard Primary zones?"
  3248. IDS_MSG_FILE_WARNING_ZONE
  3249. "You have chosen to enable aging on this Standard Primary zone. This will modify the zone file format. The zone transfer to secondary servers will be unaffected. The zone file saved on the Primary server may not be loaded by non-Windows 2000 DNS servers. \n\nDo you still want to apply these settings to this Standard Primary zone?"
  3250. END
  3251. STRINGTABLE DISCARDABLE
  3252. BEGIN
  3253. IDS_HEADER_PARTITION "Directory Partition Name"
  3254. IDS_HEADER_NAME "Name"
  3255. IDS_HEADER_DATA "Data"
  3256. IDS_HEADER_TYPE "Type"
  3257. IDS_HEADER_STATUS "Status"
  3258. IDS_ZONE_TYPE_AD_INTEGRATED "Active Directory-integrated Primary"
  3259. IDS_ZONE_TYPE_STANDARD_PRIMARY "Standard Primary"
  3260. IDS_ZONE_TYPE_SECONDARY "Secondary"
  3261. IDS_ZONE_TYPE_RUNNING "Running"
  3262. IDS_ZONE_TYPE_PAUSED "Paused"
  3263. IDS_ZONE_TYPE_STUB "Stub"
  3264. IDS_BIG_BOLD_FONT_NAME "Verdana Bold"
  3265. IDS_BIG_BOLD_FONT_SIZE "12"
  3266. IDS_MASK_CTRL_FONT_NAME "MS Shell Dlg"
  3267. IDS_MASK_CTRL_FONT_SIZE "8"
  3268. END
  3269. STRINGTABLE DISCARDABLE
  3270. BEGIN
  3271. IDS_ROOT_HINTS_DESCR "Root hints are used to find other DNS servers on the network."
  3272. IDS_ROOT_HINTS_NO "Root hints are not required because this server is a root server."
  3273. IDS_DELEGATION_DESCR "A delegation holds the names and IP addresses of DNS servers that host the delegated zone."
  3274. IDS_ERRMSG_BASE64 "The key value must be a valid base 64 number. Please refer to RFC 2535 for more information."
  3275. END
  3276. STRINGTABLE DISCARDABLE
  3277. BEGIN
  3278. IDS_DOMAIN_NEW_NEW_ALIAS
  3279. "New &Alias...\nCreate a new alias resource record"
  3280. IDS_DOMAIN_NEW_NEW_MX "New &Mail Exchanger...\nCreate a new mail exchanger record"
  3281. IDS_DOMAIN_NEW_NEW_PTR "New &Pointer...\nCreate a new pointer resource record"
  3282. IDS_SERVER_CONFIGURE "&Configure a DNS Server...\nSet up the DNS server."
  3283. IDS_SNAPIN_MESSAGE "M&essage\nToggle viewing current messages in the result pane."
  3284. END
  3285. STRINGTABLE DISCARDABLE
  3286. BEGIN
  3287. IDS_UNKNOWN "Unknown"
  3288. IDS_ZONE_TYPE_STUB_DS "Active Directory-integrated Stub"
  3289. IDS_ROOT_ZONE_LABEL "(root)"
  3290. END
  3291. STRINGTABLE DISCARDABLE
  3292. BEGIN
  3293. IDS_SERVER_SCAVENGE_FORMAT "Scavenge stale resource records: %s"
  3294. IDS_SERVER_NO_REFRESH_FORMAT "No refresh interval: %d %s"
  3295. IDS_SERVER_REFRESH_FORMAT "Refresh interval: %d %s"
  3296. IDS_ENABLED "Enabled"
  3297. IDS_DISABLED "Disabled"
  3298. IDS_DAYS "days"
  3299. IDS_HOURS "hours"
  3300. IDS_MSG_INVALID_REFRESH_INTERVAL
  3301. "The refresh interval cannot be blank or zero. Please enter a valid refresh interval."
  3302. IDS_MSG_INVALID_NOREFRESH_INTERVAL
  3303. "The no refresh interval cannot be blank or zero. Please enter a valid no refresh interval."
  3304. END
  3305. STRINGTABLE DISCARDABLE
  3306. BEGIN
  3307. IDS_MESSAGE_VIEW_NO_SERVER_MESSAGE
  3308. "The Domain Name System (DNS) is a hierarchical naming system used for locating computers and other resources on the network. DNS is mostly known for providing a service for mapping friendly DNS domain names to network resources and IP addresses. This allows computers, configured to query DNS, to specify remote systems by host names rather than by IP addresses.\n\nTo add a DNS server, on the Action menu, click Connect To Computer.\n\nFor more information about setting up a DNS server, see ""Checklist: Installing a DNS server"" in the online Help.\n"
  3309. IDS_MESSAGE_VIEW_NO_SERVER_TITLE "Welcome to DNS"
  3310. IDS_MESSAGE_VIEW_CONFIG_SERVER_TITLE "Configure a DNS Server"
  3311. IDS_MESSAGE_VIEW_CONFIG_SERVER_MESSAGE
  3312. "The Domain Name System (DNS) is a hierarchical naming system used for locating computers and other resources on the network. DNS is mostly known for providing a service for mapping friendly DNS domain names to network resources and IP addresses. This allows computers, configured to query DNS, to specify remote systems by host names rather than by IP addresses.\nThis DNS server has not been configured yet. Configuration includes updating root hints, and creating forward and reverse lookup zones.\n\nTo configure the DNS server, on the Action menu, click Configure a DNS server.\n\nFor more information about configuring a DNS server, see ""Checklist: Installing a DNS server"" in the online Help.\n"
  3313. IDS_MESSAGE_VIEW_ACCESS_DENIED_TITLE "Access is Denied"
  3314. IDS_MESSAGE_VIEW_ACCESS_DENIED_MESSAGE
  3315. "You do not have permission to access this DNS server. Only members of the Local Administrators and System Operators groups have sufficient permissions. In addition, if the DNS server is running on a Domain Controller, then members of the Enterprise Administrators, Domain Administrators, and DNS Administrators groups have sufficient permissions.\n\nTo retry the connection, either press F5 or on the Action menu, click Refresh"
  3316. IDS_MESSAGE_VIEW_NOT_LOADED_TITLE "Cannot contact the DNS Server"
  3317. IDS_MESSAGE_VIEW_NOT_LOADED_MESSAGE
  3318. "The specified DNS server cannot be contacted. Some possible reasons include: the DNS server may not be running, there may be network errors, or the computer associated with the specified name or IP address could not be found.\n\nTo retry the connection, either press F5, or on the Action menu, click Refresh.\n\nFor more information about troubleshooting a DNS server, see online Help.\n"
  3319. END
  3320. STRINGTABLE DISCARDABLE
  3321. BEGIN
  3322. IDS_MESSAGE_VIEW_QUERY_FAILED_TITLE "Automated Test Query Failed"
  3323. IDS_MESSAGE_VIEW_QUERY_FAILED_MESSAGE
  3324. "The last test query failed.\n\nTo view the monitoring configuration, on the Action menu, click Properties and then select the Monitoring tab.\n\nFor more information about troubleshooting a DNS server, see online Help."
  3325. IDS_MESSAGE_VIEW_EMPTY_FOLDER_TITLE "Add a New Zone"
  3326. IDS_MESSAGE_VIEW_EMPTY_FOLDER_MESSAGE
  3327. "The Domain Name System (DNS) allows a DNS namespace to be divided up into zones. Each zone stores information about one or more contiguous DNS domains.\n\nTo add a new zone, on the Action menu, click New Zone.\n"
  3328. IDS_MESSAGE_VIEW_ZONE_NOT_LOADED_TITLE "Zone not loaded by DNS Server"
  3329. IDS_MESSAGE_VIEW_ZONE_NOT_LOADED_DS_MESSAGE
  3330. "The DNS server encountered an error while attempting to load the zone. The zone data may not be available in the Active Directory, or the zone data is corrupt.\n\nPlease correct the problem then either press F5, or on the Action menu, click Refresh.\n\nFor more information about troubleshooting DNS zone problems, see online Help.\n"
  3331. IDS_MESSAGE_VIEW_ZONE_NOT_LOADED_PRIMARY_MESSAGE
  3332. "The DNS server encountered an error while attempting to load the zone. The zone file may not be found, or the zone data is corrupt.\n\nPlease correct the problem then either press F5, or on the Action menu, click Refresh.\n\nFor more information about troubleshooting DNS zone problems, see online Help.\n"
  3333. IDS_MESSAGE_VIEW_ZONE_NOT_LOADED_SECONDARY_MESSAGE
  3334. "The DNS server encountered an error while attempting to load the zone. The transfer of zone data from the master server failed.\n\nPlease correct the problem then either press F5, or on the Action menu, click Refresh.\n\nFor more information about troubleshooting DNS zone problems, see online Help.\n"
  3335. IDS_ERRMSG_BAD_IPV6_TEXT
  3336. "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"
  3337. END
  3338. STRINGTABLE DISCARDABLE
  3339. BEGIN
  3340. IDS_BUTTON_NEW_RECORD "New Record"
  3341. IDS_TOOLTIP_NEW_RECORD "New Record"
  3342. IDS_NO_ROOTHINTS "You are about to remove the last root hint. If the DNS server is not authoritative for the root zone and is not configured for exclusive forwarding, then the DNS server may not be able to resolve queries for names not stored on the local DNS server.\n\nDo you want to continue?"
  3343. IDS_MASK_ALERT "%d is out of range: should be in [%d,%d]"
  3344. IDS_BUTTON_NEW_ZONE "New Zone"
  3345. IDS_TOOLTIP_NEW_ZONE "New Zone"
  3346. IDS_TOOLTIP_NEW_SERVER "New Server"
  3347. IDS_BUTTON_NEW_SERVER "New Server"
  3348. IDS_NO_ROOTHINTS_LAST_FORWARDER
  3349. "You are removing the last exclusive forwarder and the DNS server does not have any root hints and is not authoritative for the root zone. If you continue the DNS server may not be able to resolve queries for names not stored on the local DNS server.\n\nDo you want to continue?"
  3350. END
  3351. STRINGTABLE DISCARDABLE
  3352. BEGIN
  3353. IDS_NEW_DOMAIN_INST1 "&Type the new domain name:"
  3354. IDS_NEW_DOMAIN_INST2 "&Enter the next octet in the address:"
  3355. IDS_FORMAT_RECORDS "%d record(s) "
  3356. IDS_FORMAT_ZONES "%d zone(s) "
  3357. IDS_FORMAT_SERVERS "%d server(s) "
  3358. END
  3359. STRINGTABLE DISCARDABLE
  3360. BEGIN
  3361. IDS_MSG_ZONE_INVALID_NAME
  3362. "%s may not be a valid zone name. Do want to continue anyway?"
  3363. IDS_MSG_ZONE_RENAME_FAIL "The zone could not be renamed."
  3364. IDS_MSG_RECORD_WARNING_DUPLICATE_RECORD
  3365. "There can be only one record with this name. Would you like Windows to try to remove the previous record with this name and replace it with the new record?"
  3366. END
  3367. STRINGTABLE DISCARDABLE
  3368. BEGIN
  3369. IDS_ZWIZ_DYNAMIC_SUBTITLE
  3370. "You can allow DNS to accept secure or unsecured dynamic updates."
  3371. IDS_ZWIZ_ADREPLICATION_TITLE "Active Directory Zone Replication Scope"
  3372. IDS_ZWIZ_ADREPLICATION_SUBTITLE
  3373. "You can choose how you want DNS data to be replicated through your network."
  3374. IDS_SERVER_CREATE_PARTITIONS "Create DNS application partitions"
  3375. END
  3376. STRINGTABLE DISCARDABLE
  3377. BEGIN
  3378. IDS_SERVWIZ_SMALL_ZONE_TYPE_TITLE "Small Office/Home Office"
  3379. IDS_SERVWIZ_SMALL_ZONE_TYPE_SUBTITLE
  3380. "You can choose where the DNS data is maintained for your network resources."
  3381. IDS_SERVWIZ_SCENARIO_TITLE "Server Use"
  3382. IDS_SERVWIZ_SCENARIO_SUBTITLE
  3383. "The configuration of this server varies depending on its intended use."
  3384. IDS_SERVWIZ_FORWARDERS_TITLE "Forwarders"
  3385. IDS_SERVWIZ_FORWARDERS_SUBTITLE
  3386. "Forwarders are servers to which this server sends queries not answered by this server."
  3387. IDS_SERVWIZ_ROOTHINTS_FAILED_TITLE "Root Servers"
  3388. IDS_SERVWIZ_ROOTHINTS_FAILED_SUBTITLE
  3389. "Root servers enable other DNS servers to perform recursive name resolution."
  3390. END
  3391. STRINGTABLE DISCARDABLE
  3392. BEGIN
  3393. IDS_OTHER_DOMAINS "All other domains"
  3394. IDS_RECORD "Record"
  3395. IDS_ERROR "Error"
  3396. IDS_MSG_DOMAIN_FORWARDER_ILLEGAL_NAME
  3397. "An error occurred while trying to add the conditional forwarder %s."
  3398. END
  3399. STRINGTABLE DISCARDABLE
  3400. BEGIN
  3401. IDS_MSG_SERVWIZ_FAIL_FORWARDERS "The wizard failed to set the forwarders."
  3402. IDS_SERVWIZ_ROOTHINTS_TITLE "Root Hints"
  3403. IDS_SERVWIZ_ROOTHINTS_SUBTITLE
  3404. "Root hints are used to find other DNS servers on the network."
  3405. END
  3406. STRINGTABLE DISCARDABLE
  3407. BEGIN
  3408. IDS_MULTISELECT_ERROR_DIALOG_TITLE "Multiple Delete Errors"
  3409. IDS_MULTISELECT_ERROR_DIALOG_CAPTION
  3410. "One or more errors occurred while trying to delete the following records or domains."
  3411. IDS_MULTISELECT_ERROR_DIALOG_COLUMN_HEADER "Record/Domain"
  3412. END
  3413. STRINGTABLE DISCARDABLE
  3414. BEGIN
  3415. IDS_ERRMSG_WKS_INVALID_DATA
  3416. "The well known service could not be found or is misconfigured. Please type a valid service name."
  3417. END
  3418. STRINGTABLE DISCARDABLE
  3419. BEGIN
  3420. IDS_KEY_TYPES "Can't be used for authentication\nNo confidentiality\nCan be used for authentication and confidentiality\nNo key"
  3421. IDS_NAME_TYPES "User\nZone\nOther"
  3422. IDS_DISPLAY_KEY_BASE "Hexadecimal\nBase 64"
  3423. IDS_ZONE "Zone control"
  3424. IDS_STRONG "Strong update"
  3425. IDS_UNIQUE "Unique name update"
  3426. END
  3427. STRINGTABLE DISCARDABLE
  3428. BEGIN
  3429. IDS_ALGORITHM_RSAMD5 "RSA/MD5"
  3430. IDS_ALGORITHM_DIFFIE "Diffie-Hellman"
  3431. IDS_ALGORITHM_DSA "DSA"
  3432. IDS_ALGORITHM_ELIPTIC "Elliptic Curve Crypto"
  3433. IDS_ALGORITHM_INDIRECT "Indirect key"
  3434. END
  3435. STRINGTABLE DISCARDABLE
  3436. BEGIN
  3437. IDS_PROTOCOL_TLS "TLS"
  3438. IDS_PROTOCOL_EMAIL "Email"
  3439. IDS_PROTOCOL_DNSSEC "DNSSEC"
  3440. IDS_PROTOCOL_IPSEC "IPSEC"
  3441. IDS_PROTOCOL_ALL "All"
  3442. END
  3443. STRINGTABLE DISCARDABLE
  3444. BEGIN
  3445. IDS_DISABLED_FWDS_NO_RECURSION
  3446. "Forwarders are not available because this server does not use recursion."
  3447. IDS_DOMAIN_FORWARDERS_DEFAULT_TEXT
  3448. "Forwarders are servers that can resolve DNS queries not answered by this server. Forward queries for names in the following domains."
  3449. IDS_DISABLED_FWDS_DOWNLEVEL
  3450. "Conditional forwarding is not available because this server is a downlevel server."
  3451. END
  3452. STRINGTABLE DISCARDABLE
  3453. BEGIN
  3454. IDS_BROWSE_LOGFILE_FILTER "Log Files (*.log)|*.log|All Files (*.*)|*.*||"
  3455. END
  3456. STRINGTABLE DISCARDABLE
  3457. BEGIN
  3458. IDS_MSG_SIG_LABEL_RANGE "The label field can only contain integers between 0 and 127. The value has been changed to 127."
  3459. IDS_ERRMSG_BASE64_TO_HEX
  3460. "The key value cannot be converted to hexadecimal because it is not a valid base 64 number. Please refer to RFC 2535 for more information."
  3461. END
  3462. STRINGTABLE DISCARDABLE
  3463. BEGIN
  3464. IDS_MSG_FAIL_CREATE_DOMAIN_FORWARDER
  3465. "The server was unable to create the conditional forwarder %s. The server may be a downlevel server that does not support conditional forwarding."
  3466. END
  3467. STRINGTABLE DISCARDABLE
  3468. BEGIN
  3469. IDS_MSG_RESPONSIBLE_PARTY_CONTAINS_AT
  3470. "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?"
  3471. END
  3472. STRINGTABLE DISCARDABLE
  3473. BEGIN
  3474. IDS_ZWIZ_AD_REPL_FORMAT "All &domain controllers in the %s Active Directory domain. Must be selected for the zone to replicate to Windows 2000 DNS servers running on the domain controllers in the domain."
  3475. IDS_ZWIZ_AD_DOMAIN_FORMAT
  3476. "All DNS &servers in the %s Active Directory domain"
  3477. IDS_ZWIZ_AD_FOREST_FORMAT
  3478. "&All DNS servers in the %s Active Directory forest"
  3479. IDS_ZONE_REPLICATION_FOREST_TEXT "All DNS servers in the forest"
  3480. IDS_ZONE_REPLICATION_DOMAIN_TEXT "All DNS servers in the domain"
  3481. IDS_ZONE_REPLICATION_W2K_TEXT "All domain controllers in the domain"
  3482. IDS_ZONE_REPLICATION_CUSTOM_TEXT
  3483. "All domain controllers in user-defined scope"
  3484. IDS_ZONE_REPLICATION_NONDS_TEXT "Not an Active Directory-integrated zone"
  3485. END
  3486. STRINGTABLE DISCARDABLE
  3487. BEGIN
  3488. IDS_ERROR_ZONE_REPLTYPE "The replication scope could not be set."
  3489. END
  3490. STRINGTABLE DISCARDABLE
  3491. BEGIN
  3492. IDS_ERRMSG_CREATE_DOMAIN_NDNC
  3493. "The partition to replicate zone data to all DNS servers in the domain was not created."
  3494. IDS_ERRMSG_CREATE_FOREST_NDNC
  3495. "The partition to replicate zone data to all DNS servers in the forest was not created."
  3496. IDS_ERRMSG_NO_NDNC_DOMAIN_FORMAT
  3497. "The zone cannot be replicated to all DNS servers in the %s Active Directory domain because the required application directory partition does not exist. Only an enterprise administrator has the appropriate permissions to create an application directory partition.\n\nTo store this zone in a domain container until the partition is created, close this message, and then select the Replicate to all domain controllers in the domain option button.\n\nFor more information about creating DNS application partitions and storing zones in domain containers, see Help and Support."
  3498. IDS_ERRMSG_NO_NDNC_FOREST_FORMAT
  3499. "The zone cannot be replicated to all DNS servers in the %s Active Directory forest because the required application directory partition does not exist. Only an enterprise administrator has the appropriate permissions to create an application directory partition.\n\nTo store this zone in a domain container until the partition is created, close this message, and then select the Replicate to all domain controllers in the domain option button.\n\nFor more information about creating DNS application partitions and storing zones in domain containers, see Help and Support."
  3500. END
  3501. #endif // English (U.S.) resources
  3502. /////////////////////////////////////////////////////////////////////////////
  3503. #ifndef APSTUDIO_INVOKED
  3504. /////////////////////////////////////////////////////////////////////////////
  3505. //
  3506. // Generated from the TEXTINCLUDE 3 resource.
  3507. //
  3508. /////////////////////////////////////////////////////////////////////////////
  3509. #endif // not APSTUDIO_INVOKED