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.

2532 lines
136 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. "#include ""..\\common\\common.rc"" // Resources used by common.lib\r\n"
  36. "#include ""..\\rtrlib\\rtrlib.rc"" // Resources used by rtrlib.lib\r\n"
  37. "#include <ntverp.h>\r\n"
  38. "\r\n"
  39. "#define VER_FILETYPE VFT_DLL\r\n"
  40. "#define VER_FILESUBTYPE VFT2_UNKNOWN\r\n"
  41. "#define VER_FILEDESCRIPTION_STR ""Routing and Remote Access Snapin""\r\n"
  42. "#define VER_INTERNALNAME_STR ""mprsnap.dll""\r\n"
  43. "#define VER_ORIGINALFILENAME_STR ""mprsnap.dll""\r\n"
  44. "\r\n"
  45. "#include ""common.ver""\r\n"
  46. "\r\n"
  47. "\0"
  48. END
  49. #endif // APSTUDIO_INVOKED
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // Bitmap
  53. //
  54. IDB_WIZWATERMARK BITMAP DISCARDABLE "res\\wzwater.bmp"
  55. IDB_WIZBANNER BITMAP DISCARDABLE "res\\wzbanner.bmp"
  56. IDB_ROOT_SMALL BITMAP DISCARDABLE "res\\root_sma.bmp"
  57. IDB_ROOT_LARGE BITMAP DISCARDABLE "res\\root_lar.bmp"
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // REGINST
  61. //
  62. REGINST REGINST MOVEABLE PURE "selfreg.inf"
  63. /////////////////////////////////////////////////////////////////////////////
  64. //
  65. // Dialog
  66. //
  67. IDD_TEST_NEWWIZ_PARAMS DIALOG DISCARDABLE 0, 0, 168, 203
  68. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  69. CAPTION "New RRAS Install Wizard Parameters"
  70. FONT 8, "MS Shell Dlg"
  71. BEGIN
  72. LTEXT "New RRAS Install Wizard Parameters",IDC_STATIC,7,5,149,
  73. 22
  74. CONTROL "Is the snapin running locally?",IDC_NEWWIZ_TEST_LOCAL,
  75. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,27,112,10
  76. CONTROL "Is DNS on the private interface?",IDC_NEWWIZ_TEST_DNS,
  77. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,40,119,10
  78. CONTROL "Is DHCP on the private interface?",IDC_NEWWIZ_TEST_DHCP,
  79. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,53,124,10
  80. CONTROL "Is the machine a member of a domain?",
  81. IDC_NEWWIZ_TEST_DOMAIN,"Button",BS_AUTOCHECKBOX |
  82. WS_TABSTOP,13,66,142,10
  83. CONTROL "Is SharedAccess (ICS) already running?",
  84. IDC_NEWWIZ_TEST_SHAREDACCESS,"Button",BS_AUTOCHECKBOX |
  85. WS_TABSTOP,13,79,144,10
  86. LTEXT "Number of NICS:",IDC_STATIC,13,105,54,10
  87. EDITTEXT IDC_NEWWIZ_TEST_EDIT_NUMNICS,79,102,40,14,ES_AUTOHSCROLL
  88. LTEXT "Protocols Installed",IDC_STATIC,7,128,62,8
  89. CONTROL "IP",IDC_NEWWIZ_TEST_USE_IP,"Button",BS_AUTOCHECKBOX |
  90. WS_TABSTOP,13,140,23,10
  91. CONTROL "IPX",IDC_NEWWIZ_TEST_USE_IPX,"Button",BS_AUTOCHECKBOX |
  92. WS_TABSTOP,13,151,27,10
  93. CONTROL "AppleTalk",IDC_NEWWIZ_TEST_USE_ATLK,"Button",
  94. BS_AUTOCHECKBOX | WS_TABSTOP,13,162,48,10
  95. DEFPUSHBUTTON "OK",IDOK,59,182,50,14
  96. END
  97. IDD_NEWRTRWIZ_WELCOME DIALOG DISCARDABLE 0, 0, 317, 193
  98. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  99. CAPTION "Routing and Remote Access Server Setup Wizard"
  100. FONT 8, "MS Shell Dlg"
  101. BEGIN
  102. LTEXT "Welcome to the Routing and Remote Access Server Setup Wizard",
  103. IDC_NEWWIZ_BIGTEXT,115,8,189,24
  104. LTEXT "This wizard helps you set up your server so that you can connect to other networks and allow connections from remote clients.",
  105. IDC_STATIC,115,39,189,28
  106. LTEXT "To continue, click Next.",IDC_STATIC,115,70,189,8
  107. END
  108. IDD_NEWRTRWIZ_COMMONCONFIG DIALOG DISCARDABLE 0, 0, 317, 143
  109. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  110. CAPTION "Routing and Remote Access Server Setup Wizard"
  111. FONT 8, "MS Shell Dlg"
  112. BEGIN
  113. CONTROL "&Internet connection server",IDC_NEWWIZ_CONFIG_BTN_NAT,
  114. "Button",BS_AUTORADIOBUTTON | BS_LEFT | BS_TOP |
  115. BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,0,275,10
  116. CONTROL "&Remote access server",IDC_NEWWIZ_CONFIG_BTN_RAS,"Button",
  117. BS_AUTORADIOBUTTON | BS_LEFT | BS_TOP | BS_MULTILINE,21,
  118. 29,275,10
  119. CONTROL "&Virtual private network (VPN) server",
  120. IDC_NEWWIZ_CONFIG_BTN_VPN,"Button",BS_AUTORADIOBUTTON |
  121. BS_LEFT | BS_TOP | BS_MULTILINE,21,54,275,11
  122. CONTROL "Ne&twork router",IDC_NEWWIZ_CONFIG_BTN_ROUTER,"Button",
  123. BS_AUTORADIOBUTTON | BS_LEFT | BS_TOP | BS_MULTILINE,21,
  124. 79,275,9
  125. CONTROL "&Manually configured server",
  126. IDC_NEWWIZ_CONFIG_BTN_MANUAL,"Button",BS_AUTORADIOBUTTON |
  127. BS_LEFT | BS_TOP | BS_MULTILINE,21,104,275,9
  128. LTEXT "Enable all of the computers on this network to connect to the Internet, using Internet Connection Sharing (ICS) or Network Address Translation (NAT).",
  129. IDC_STATIC,33,11,263,16
  130. LTEXT "Enable remote computers to dial in to this network.",
  131. IDC_STATIC,33,40,263,8
  132. LTEXT "Enable remote computers to connect to this network through the Internet.",
  133. IDC_STATIC,33,65,263,8
  134. LTEXT "Enable this network to communicate with other networks.",
  135. IDC_STATIC,33,90,263,8
  136. LTEXT "Start the server with default settings.",IDC_STATIC,33,
  137. 115,263,8
  138. END
  139. IDD_NEWRTRWIZ_NAT_S_CONFLICT DIALOG DISCARDABLE 20, 30, 317, 186
  140. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  141. CAPTION "Routing and Remote Access Server Setup Wizard"
  142. FONT 8, "MS Shell Dlg"
  143. BEGIN
  144. LTEXT "Completing the Routing and Remote Access Server Setup Wizard",
  145. IDC_NEWWIZ_BIGTEXT,115,7,195,24
  146. LTEXT "Internet connection sharing (ICS) is already enabled on this computer.",
  147. IDC_STATIC,145,39,165,17
  148. ICON "",IDC_NEWWIZ_ICON_INFORMATION,115,39,21,20
  149. LTEXT "To find out which connection is shared, open the Network Connections folder and view the properties of each of your connections.",
  150. IDC_STATIC,145,62,165,25
  151. LTEXT "To close this wizard, click Finish.",IDC_STATIC,145,93,
  152. 169,18
  153. END
  154. IDD_NEWRTRWIZ_NAT_S_CONFLICT_NONLOCAL DIALOG DISCARDABLE 20, 30, 317, 186
  155. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  156. CAPTION "Routing and Remote Access Server Setup Wizard"
  157. FONT 8, "MS Shell Dlg"
  158. BEGIN
  159. LTEXT "Completing the Routing and Remote Access Server Setup Wizard",
  160. IDC_NEWWIZ_BIGTEXT,115,7,195,24
  161. LTEXT "Internet connection sharing (ICS) is already enabled on %s.",
  162. IDC_NEWWIZ_TEXT_SERVER_NAME_2,145,39,165,17
  163. LTEXT "To close this wizard, click Finish.",IDC_STATIC,145,101,
  164. 165,8
  165. ICON "",IDC_NEWWIZ_ICON_INFORMATION,115,39,20,20
  166. LTEXT "To find out which connection is shared, log on to %s locally as an administrator, open the Network Connections folder, and view the properties of each of your connections.",
  167. IDC_NEWWIZ_TEXT_SERVER_NAME,145,62,165,34
  168. END
  169. IDD_NEWRTRWIZ_NAT_A_CONFLICT DIALOG DISCARDABLE 20, 30, 317, 186
  170. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  171. CAPTION "Routing and Remote Access Server Setup Wizard"
  172. FONT 8, "MS Shell Dlg"
  173. BEGIN
  174. LTEXT "Cannot Continue",IDC_NEWWIZ_BIGTEXT,115,7,195,24
  175. LTEXT "This wizard cannot continue because Internet connection sharing (ICS) is already enabled on this computer.",
  176. IDC_STATIC,145,39,165,24
  177. ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,115,39,20,20
  178. LTEXT "Remove ICS from the shared connection, and then run this wizard again.",
  179. IDC_STATIC,145,70,165,18
  180. LTEXT "To close this wizard, click Finish.",IDC_STATIC,145,93,
  181. 165,20
  182. END
  183. IDD_NEWRTRWIZ_NAT_A_CONFLICT_NONLOCAL DIALOG DISCARDABLE 20, 30, 317, 186
  184. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  185. CAPTION "Routing and Remote Access Server Setup Wizard"
  186. FONT 8, "MS Shell Dlg"
  187. BEGIN
  188. LTEXT "Cannot Continue",IDC_NEWWIZ_BIGTEXT,115,7,195,24
  189. LTEXT "This wizard cannot continue because Internet connection sharing (ICS) is already enabled on %s.",
  190. IDC_NEWWIZ_TEXT_SERVER_NAME_2,145,39,165,31
  191. LTEXT "To close this wizard, click Finish.",IDC_STATIC,145,101,
  192. 165,8
  193. ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,115,39,20,20
  194. LTEXT "Log on to %s locally as an administrator, remove ICS from the shared connection, and then run this wizard again.",
  195. IDC_NEWWIZ_TEXT_SERVER_NAME,145,70,165,26
  196. END
  197. IDD_NEWRTRWIZ_NAT_NOIP DIALOG DISCARDABLE 20, 30, 317, 186
  198. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  199. CAPTION "Routing and Remote Access Server Setup Wizard"
  200. FONT 8, "MS Shell Dlg"
  201. BEGIN
  202. LTEXT "Cannot Continue",IDC_NEWWIZ_BIGTEXT,115,7,195,24
  203. LTEXT "This wizard cannot continue because Internet Protocol (IP) is not installed on this server.",
  204. IDC_STATIC,145,39,165,19
  205. ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,115,39,20,20
  206. LTEXT "Install IP from the Network Connections folder, and then run this wizard again.",
  207. IDC_STATIC,145,62,165,19
  208. LTEXT "To close this wizard and display Help about installing IP, click Finish.",
  209. IDC_STATIC,145,87,165,18
  210. END
  211. IDD_NEWRTRWIZ_NAT_NOIP_NONLOCAL DIALOG DISCARDABLE 20, 30, 317, 186
  212. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  213. CAPTION "Routing and Remote Access Server Setup Wizard"
  214. FONT 8, "MS Shell Dlg"
  215. BEGIN
  216. LTEXT "Cannot Continue",IDC_NEWWIZ_BIGTEXT,115,7,195,24
  217. LTEXT "This wizard cannot continue because Internet Protocol (IP) is not installed on %s.",
  218. IDC_NEWWIZ_TEXT_SERVER_NAME_2,145,39,165,17
  219. LTEXT "To close this wizard, click Finish.",IDC_STATIC,145,93,
  220. 165,8
  221. ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,115,39,20,20
  222. LTEXT "Log on to %s locally as an administrator, install IP from the Network Connections folder, and then run this wizard again.",
  223. IDC_NEWWIZ_TEXT_SERVER_NAME,145,62,165,26
  224. END
  225. IDD_NEWRTRWIZ_NAT_CHOOSE DIALOG DISCARDABLE 0, 0, 317, 143
  226. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  227. CAPTION "Routing and Remote Access Server Setup Wizard"
  228. FONT 8, "MS Shell Dlg"
  229. BEGIN
  230. CONTROL "Set up &Internet connection sharing (ICS)",
  231. IDC_NEWWIZ_BTN_SIMPLE,"Button",BS_AUTORADIOBUTTON |
  232. BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,15,275,
  233. 10
  234. CONTROL "Set up a &router with the Network Address Translation (NAT) routing protocol",
  235. IDC_NEWWIZ_BTN_ADVANCED,"Button",BS_AUTORADIOBUTTON |
  236. BS_LEFT | BS_TOP | BS_MULTILINE | WS_TABSTOP,20,65,275,
  237. 10
  238. LTEXT "Select this option to connect a single network (for example, a small office or a home network) to the Internet.",
  239. IDC_ICS_TEXT,33,27,263,18
  240. LTEXT "Select this option when you have multiple network connections or when you need routing protocols or demand-dial connections.",
  241. IDC_STATIC,32,78,261,21,NOT WS_GROUP
  242. LTEXT "Select a setup method based on the complexity of your network.",
  243. IDC_STATIC,21,0,275,8
  244. LTEXT "ICS cannot be configured on Advanced Server or Datacenter Server",
  245. IDC_NEWWIZ_NO_ICS,33,46,265,10,NOT WS_VISIBLE | NOT
  246. WS_GROUP
  247. END
  248. IDD_NEWRTRWIZ_NAT_A_PUBLIC DIALOG DISCARDABLE 0, 0, 317, 143
  249. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  250. CAPTION "Routing and Remote Access Server Setup Wizard"
  251. FONT 8, "MS Shell Dlg"
  252. BEGIN
  253. CONTROL "&Use the selected Internet connection",
  254. IDC_NEWWIZ_BTN_EXISTING,"Button",BS_AUTORADIOBUTTON |
  255. BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,0,275,
  256. 10
  257. CONTROL "Create a new &demand-dial Internet connection",
  258. IDC_NEWWIZ_BTN_NEW,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  259. BS_MULTILINE | WS_TABSTOP,20,83,276,10
  260. LTEXT "&Internet connection:",IDC_STATIC,33,12,64,8,WS_TABSTOP
  261. CONTROL "List1",IDC_NEWWIZ_LIST,"SysListView32",LVS_REPORT |
  262. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
  263. LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER |
  264. WS_TABSTOP,33,22,263,55
  265. LTEXT "A demand-dial connection is activated by this server as needed to send data to or receive data from the Internet. You will create a demand-dial connection later in this wizard.",
  266. IDC_STATIC,33,95,263,25
  267. END
  268. IDD_NEWRTRWIZ_NAT_A_PRIVATE DIALOG DISCARDABLE 0, 0, 317, 143
  269. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  270. CAPTION "Routing and Remote Access Server Setup Wizard"
  271. FONT 8, "MS Shell Dlg"
  272. BEGIN
  273. LTEXT "Select the routing interface for the network that should have access to the Internet.",
  274. IDC_STATIC,21,0,275,9
  275. LTEXT "&Routing interfaces:",IDC_STATIC,21,15,60,8,WS_TABSTOP
  276. CONTROL "List1",IDC_NEWWIZ_LIST,"SysListView32",LVS_REPORT |
  277. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
  278. LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER |
  279. WS_TABSTOP,21,25,275,55
  280. END
  281. IDD_NEWRTRWIZ_NAT_A_NONICS_FINISH DIALOG DISCARDABLE 0, 0, 317, 193
  282. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  283. CAPTION "Routing and Remote Access Server Setup Wizard"
  284. FONT 8, "MS Shell Dlg"
  285. BEGIN
  286. LTEXT "Cannot Continue",IDC_NEWWIZ_BIGTEXT,115,7,195,24
  287. LTEXT "To close this wizard, click Finish.",IDC_STATIC,145,78,
  288. 165,8
  289. ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,115,39,20,20
  290. LTEXT "This wizard cannot continue because no network connections were detected on this server. Shut down this computer and install a network adapter, and then run this wizard again.",
  291. IDC_STATIC,145,39,165,36
  292. END
  293. IDD_NEWRTRWIZ_NAT_A_DHCPDNS DIALOG DISCARDABLE 0, 0, 317, 143
  294. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  295. CAPTION "Routing and Remote Access Server Setup Wizard"
  296. FONT 8, "MS Shell Dlg"
  297. BEGIN
  298. LTEXT "Windows didn't detect name and address services (DNS and DHCP) on this network. How do you want to obtain these services?",
  299. IDC_STATIC,21,0,275,18
  300. CONTROL "&Enable basic name and address services",
  301. IDC_NEWWIZ_NAT_USE_SIMPLE,"Button",BS_AUTORADIOBUTTON |
  302. BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,23,275,
  303. 10
  304. CONTROL "&I will set up name and address services later",
  305. IDC_NEWWIZ_NAT_USE_EXTERNAL,"Button",BS_AUTORADIOBUTTON |
  306. BS_TOP | BS_MULTILINE,21,58,275,10
  307. LTEXT "Routing and Remote Access assigns addresses automatically and forwards name resolution requests to a DNS server on the Internet.",
  308. IDC_STATIC,33,35,263,17
  309. LTEXT "Choose this option if you have set up the Active Directory on your network, or if you have DHCP or DNS servers in your network.",
  310. IDC_STATIC,33,70,263,17
  311. END
  312. IDD_NEWRTRWIZ_NAT_A_DHCP_WARNING DIALOG DISCARDABLE 0, 0, 317, 143
  313. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  314. CAPTION "Routing and Remote Access Server Setup Wizard"
  315. FONT 8, "MS Shell Dlg"
  316. BEGIN
  317. LTEXT "Routing and Remote Access will provide an address to any computer on your network which requests one. These addresses will be selected from the range defined below.",
  318. IDC_STATIC,7,0,276,19
  319. LTEXT "Network Address:",IDC_STATIC,20,24,57,8
  320. LTEXT "255.255.255.255",IDC_NEWWIZ_TEXT_SUBNET,81,24,70,8
  321. LTEXT "Network Mask:",IDC_STATIC,20,36,49,8
  322. LTEXT "255.255.255.255",IDC_NEWWIZ_TEXT_MASK,81,37,70,8
  323. LTEXT "This address range was generated from the IP address of your network adapter. You can change the address range by defining a new static address for this network adapter through the Network Connections Folder.",
  324. IDC_STATIC,7,52,276,26
  325. LTEXT "Click Next if the address range is acceptable. Click Cancel if you wish to exit the wizard in order to define a new static address.",
  326. IDC_STATIC,7,83,276,21
  327. END
  328. IDD_NEWRTRWIZ_NAT_A_DD_WARNING DIALOG DISCARDABLE 0, 0, 317, 143
  329. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  330. CAPTION "Routing and Remote Access Server Setup Wizard"
  331. FONT 8, "MS Shell Dlg"
  332. BEGIN
  333. LTEXT "You chose to create a demand-dial connection. To start the Demand Dial Interface wizard, Windows will save the information you supplied and start Routing and Remote Access.",
  334. IDC_STATIC,20,0,276,26
  335. LTEXT "To start Routing and Remote Access and the Demand Dial Interface wizard, click Next.",
  336. IDC_STATIC,20,31,276,20
  337. END
  338. IDD_NEWRTRWIZ_NAT_A_EXTERNAL_FINISH DIALOG DISCARDABLE 0, 0, 317, 193
  339. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  340. CAPTION "Routing and Remote Access Server Setup Wizard"
  341. FONT 8, "MS Shell Dlg"
  342. BEGIN
  343. LTEXT "Completing the Routing and Remote Access Server Setup Wizard",
  344. IDC_NEWWIZ_BIGTEXT,115,7,189,20
  345. LTEXT "You have successfully configured a router to provide shared access to the Internet for your network.",
  346. IDC_STATIC,115,39,189,19
  347. LTEXT "<interfacename>",IDC_NEWWIZ_TEXT_INTERFACE_1,125,91,175,
  348. 8
  349. LTEXT "NAT relies on external DNS and DHCP servers. Confirm that these services are configured properly.",
  350. IDC_STATIC,115,107,185,18
  351. LTEXT "To close this wizard, click Finish.",IDC_STATIC,116,146,
  352. 149,8
  353. LTEXT "The NAT routing protocol was installed on the following interface serving the Internet:",
  354. IDC_STATIC,125,71,175,17
  355. CONTROL "&Display Help about NAT when I close this wizard",
  356. IDC_NEWWIZ_CHK_HELP,"Button",BS_AUTOCHECKBOX | BS_TOP |
  357. BS_MULTILINE | WS_TABSTOP,116,130,192,13
  358. LTEXT "Summary:",IDC_STATIC,115,59,32,8
  359. LTEXT "h",IDC_NEWWIZ_BULLET_1,115,71,8,8
  360. END
  361. IDD_NEWRTRWIZ_NAT_A_FINISH DIALOG DISCARDABLE 0, 0, 317, 193
  362. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  363. CAPTION "Routing and Remote Access Server Setup Wizard"
  364. FONT 8, "MS Shell Dlg"
  365. BEGIN
  366. LTEXT "Completing the Routing and Remote Access Server Setup Wizard",
  367. IDC_NEWWIZ_BIGTEXT,115,7,189,20
  368. LTEXT "You have successfully configured a router to provide shared access to the Internet for your network.",
  369. IDC_STATIC,115,39,189,19
  370. LTEXT "Summary:",IDC_STATIC,115,62,32,8
  371. LTEXT "The NAT routing protocol was installed on the following interface serving the Internet: ",
  372. IDC_STATIC,125,73,185,17
  373. LTEXT "<interface name here>",IDC_NEWWIZ_TEXT_INTERFACE_1,125,
  374. 93,185,8
  375. LTEXT "Basic name and address services are enabled on %s. ",
  376. IDC_NEWWIZ_TEXT_SERVER_NAME,125,105,185,18
  377. LTEXT "To close this wizard, click Finish.",IDC_STATIC,115,128,
  378. 114,8
  379. LTEXT "h",IDC_NEWWIZ_BULLET_1,115,73,8,8
  380. LTEXT "h",IDC_NEWWIZ_BULLET_2,115,105,8,8
  381. END
  382. IDD_NEWRTRWIZ_NAT_A_DD_ERROR DIALOG DISCARDABLE 0, 0, 317, 193
  383. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  384. CAPTION "Routing and Remote Access Server Setup Wizard"
  385. FONT 8, "MS Shell Dlg"
  386. BEGIN
  387. LTEXT "Cannot Complete",IDC_STATIC,115,7,195,24
  388. LTEXT "To close this wizard, click Finish.",IDC_STATIC,145,158,
  389. 165,8
  390. LTEXT "The Demand Dial Interface wizard returned the following error: %s",
  391. IDC_NEWWIZ_TEXT_ERROR,145,39,166,55
  392. ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,115,39,20,20
  393. LTEXT "After this wizard finishes, create a demand-dial connection to the Internet and set up NAT for that connection.",
  394. IDC_STATIC,145,120,165,25
  395. LTEXT "Network Address Translation (NAT) was not set up for the intended demand-dial connection.",
  396. IDC_STATIC,145,95,165,19
  397. END
  398. IDD_NEWRTRWIZ_RAS_CHOOSE DIALOG DISCARDABLE 0, 0, 317, 143
  399. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  400. CAPTION "Routing and Remote Access Server Setup Wizard"
  401. FONT 8, "MS Shell Dlg"
  402. BEGIN
  403. CONTROL "Set up a ba&sic remote access server",
  404. IDC_NEWWIZ_BTN_SIMPLE,"Button",BS_AUTORADIOBUTTON |
  405. WS_GROUP | WS_TABSTOP,21,15,152,10
  406. CONTROL "Set up an &advanced remote access server",
  407. IDC_NEWWIZ_BTN_ADVANCED,"Button",BS_AUTORADIOBUTTON,21,
  408. 50,160,10
  409. LTEXT "Select this option to create a standalone server that will have simplified administrative control.",
  410. IDC_STATIC,34,27,262,19
  411. LTEXT "Select this option to create a server that will have advanced administrative features such as remote access policies, or if you plan to add this server to a domain.",
  412. IDC_STATIC,34,62,262,26
  413. LTEXT "Select a configuration type based on the complexity of your network.",
  414. IDC_STATIC,21,0,216,8
  415. END
  416. IDD_NEWRTRWIZ_RAS_A_NEED_PROT DIALOG DISCARDABLE 0, 0, 317, 193
  417. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  418. CAPTION "Routing and Remote Access Server Setup Wizard"
  419. FONT 8, "MS Shell Dlg"
  420. BEGIN
  421. LTEXT "Cannot Continue",IDC_NEWWIZ_BIGTEXT,115,7,195,24
  422. LTEXT "This wizard cannot continue because the required protocols are not available on this server.",
  423. IDC_STATIC,145,39,165,18
  424. LTEXT "To close this wizard and display Help about installing protocols, click Finish.",
  425. IDC_STATIC,145,93,165,27
  426. ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,114,39,20,20
  427. LTEXT "Add the required protocols from the Network Connections folder, and then run this wizard again.",
  428. IDC_STATIC,145,62,165,28
  429. END
  430. IDD_NEWRTRWIZ_RAS_A_NEED_PROT_NONLOCAL DIALOG DISCARDABLE 0, 0, 317, 193
  431. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  432. CAPTION "Routing and Remote Access Server Setup Wizard"
  433. FONT 8, "MS Shell Dlg"
  434. BEGIN
  435. LTEXT "Cannot Continue",IDC_NEWWIZ_BIGTEXT,115,7,195,24
  436. LTEXT "This wizard cannot continue because the required protocols are not available on %s. Add the required protocols, and then run this wizard again.",
  437. IDC_STATIC,145,39,165,37
  438. LTEXT "To close this wizard, click Finish.",IDC_STATIC,145,109,
  439. 164,8
  440. LTEXT "To add protocols, log on to %s as an administrator and then open the Network Connections folder.",
  441. IDC_NEWWIZ_TEXT_SERVER_NAME,145,78,165,26
  442. ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,115,39,20,20
  443. END
  444. IDD_NEWRTRWIZ_RAS_A_PROTOCOLS DIALOGEX 0, 0, 317, 143
  445. STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
  446. CAPTION "Routing and Remote Access Server Setup Wizard"
  447. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  448. BEGIN
  449. LTEXT "Verify that the protocols required on this server for remote clients are listed below.",
  450. IDC_STATIC,21,0,275,8
  451. LTEXT "Protocols:",IDC_STATIC,21,15,32,8
  452. CONTROL "List1",IDC_NEWWIZ_LIST,"SysListView32",LVS_REPORT |
  453. LVS_SHOWSELALWAYS | LVS_SORTASCENDING | LVS_ALIGNLEFT |
  454. LVS_NOSCROLL | LVS_NOCOLUMNHEADER | WS_DISABLED |
  455. WS_TABSTOP,21,25,275,44,WS_EX_CLIENTEDGE
  456. CONTROL "&Yes, all of the required protocols are on this list",
  457. IDC_NEWWIZ_BTN_YES,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  458. BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,78,275,10
  459. CONTROL "N&o, I need to add protocols",IDC_NEWWIZ_BTN_NO,"Button",
  460. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,91,282,10
  461. END
  462. IDD_NEWRTRWIZ_RAS_A_NONICS DIALOG DISCARDABLE 0, 0, 317, 143
  463. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  464. CAPTION "Routing and Remote Access Server Setup Wizard"
  465. FONT 8, "MS Shell Dlg"
  466. BEGIN
  467. CONTROL "&Yes, I want to exit the wizard to adjust my configuration",
  468. IDC_NEWWIZ_BTN_YES,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  469. BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,38,275,10
  470. CONTROL "&No, I am configuring a standalone server without access to a network, or I am using another protocol to access the network.",
  471. IDC_NEWWIZ_BTN_NO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  472. BS_MULTILINE,21,51,275,30
  473. LTEXT "Windows has not detected the IP protocol on any network adapter. Remote access clients will not be able to access your network using the IP protocol.",
  474. IDC_STATIC,21,0,275,18
  475. LTEXT "Do you want to exit the wizard to add an adapter or to enable IP?",
  476. IDC_STATIC,21,23,275,8
  477. END
  478. IDD_NEWRTRWIZ_RAS_A_FINISH_NONICS DIALOG DISCARDABLE 0, 0, 317, 193
  479. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  480. CAPTION "Routing and Remote Access Server Setup Wizard"
  481. FONT 8, "MS Shell Dlg"
  482. BEGIN
  483. LTEXT "Cannot Continue",IDC_NEWWIZ_BIGTEXT,115,7,195,24
  484. ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,115,39,20,20
  485. LTEXT "To close this wizard, click Finish.",IDC_STATIC,145,78,
  486. 165,8
  487. LTEXT "This wizard cannot continue because no network connections were detected on this server. Shut down this computer and install a network adapter, and then run this wizard again.",
  488. IDC_STATIC,145,39,165,34
  489. END
  490. IDD_NEWRTRWIZ_RAS_A_ATALK DIALOG DISCARDABLE 0, 0, 317, 143
  491. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  492. CAPTION "Routing and Remote Access Server Setup Wizard"
  493. FONT 8, "MS Shell Dlg"
  494. BEGIN
  495. LTEXT "Macintosh users can connect to the server by using name and password authentication or the Guest account. To allow use of the Guest account, you must allow unauthenticated access to this server.",
  496. IDC_STATIC,21,0,275,25
  497. ICON IDI_WARNING_SMALL,IDC_NEWWIZ_ICON,14,31,21,20
  498. LTEXT "If you allow unauthenticated access to this server, non-Macintosh clients can also access it without presenting credentials such as user name and password.",
  499. IDC_STATIC,36,31,259,19
  500. CONTROL "&Allow unauthenticated access for all remote clients",
  501. IDC_NEWWIZ_CHECKBOX,"Button",BS_AUTOCHECKBOX |
  502. WS_TABSTOP,21,54,275,10
  503. END
  504. IDD_NEWRTRWIZ_RAS_A_ADDRESSING DIALOG DISCARDABLE 0, 0, 317, 143
  505. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  506. CAPTION "Routing and Remote Access Server Setup Wizard"
  507. FONT 8, "MS Shell Dlg"
  508. BEGIN
  509. LTEXT "How do you want IP addresses to be assigned to remote clients?",
  510. IDC_STATIC,21,0,275,12
  511. CONTROL "&Automatically",IDC_NEWWIZ_BTN_YES,"Button",
  512. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
  513. WS_TABSTOP,21,15,273,10
  514. CONTROL "&From a specified range of addresses",IDC_NEWWIZ_BTN_NO,
  515. "Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,
  516. 50,275,10
  517. LTEXT "If you use a DHCP server to assign addresses, confirm that it is configured properly. If you do not use a DHCP server, this server will generate the addresses.",
  518. IDC_STATIC,33,27,263,18
  519. END
  520. IDD_NEWRTRWIZ_RAS_A_ADDRESSING_NONICS DIALOG DISCARDABLE 0, 0, 317, 143
  521. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  522. CAPTION "Routing and Remote Access Server Setup Wizard"
  523. FONT 8, "MS Shell Dlg"
  524. BEGIN
  525. CONTROL "&Automatically",IDC_NEWWIZ_BTN_YES,"Button",
  526. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
  527. WS_TABSTOP,21,15,275,11
  528. CONTROL "&From a specified range of addresses",IDC_NEWWIZ_BTN_NO,
  529. "Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,
  530. 28,275,10
  531. LTEXT "How do you want IP addresses to be assigned to remote clients?",
  532. IDC_STATIC,21,0,275,12
  533. END
  534. IDD_NEWRTRWIZ_RAS_A_ADDRESSPOOL DIALOG DISCARDABLE 0, 0, 318, 143
  535. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  536. CAPTION "Routing and Remote Access Server Setup Wizard"
  537. FONT 8, "MS Shell Dlg"
  538. BEGIN
  539. LTEXT "&Address ranges:",IDC_STATIC,21,23,276,8
  540. CONTROL "List1",IDC_NEWWIZ_LIST,"SysListView32",LVS_REPORT |
  541. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT |
  542. LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,21,33,276,65
  543. PUSHBUTTON "Ne&w...",IDC_NEWWIZ_BTN_NEW,138,101,50,14
  544. PUSHBUTTON "&Edit...",IDC_NEWWIZ_BTN_EDIT,192,101,51,14
  545. PUSHBUTTON "&Delete",IDC_NEWWIZ_BTN_DELETE,247,101,50,14
  546. LTEXT "Enter the address ranges (static pools) that you want to use. This server will assign all of the addresses in the first range before continuing to the next.",
  547. IDC_STATIC,21,0,276,17
  548. END
  549. IDD_NEWRTRWIZ_RAS_A_NETWORK DIALOG DISCARDABLE 0, 0, 317, 143
  550. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  551. CAPTION "Routing and Remote Access Server Setup Wizard"
  552. FONT 8, "MS Shell Dlg"
  553. BEGIN
  554. LTEXT "Remote clients must be assigned to one network for addressing, dial-up access, and other purposes. Select the appropriate network connection from the list below.",
  555. IDC_STATIC,21,0,275,19
  556. LTEXT "Network &connections:",IDC_STATIC,21,23,70,8
  557. CONTROL "List1",IDC_NEWWIZ_LIST,"SysListView32",LVS_REPORT |
  558. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
  559. LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER |
  560. WS_TABSTOP,21,33,275,55
  561. END
  562. IDD_NEWRTRWIZ_RAS_A_USERADIUS DIALOG DISCARDABLE 0, 0, 317, 143
  563. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  564. CAPTION "Routing and Remote Access Server Setup Wizard"
  565. FONT 8, "MS Shell Dlg"
  566. BEGIN
  567. CONTROL "N&o, I don't want to set up this server to use RADIUS now",
  568. IDC_NEWWIZ_BTN_NO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  569. BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,46,275,10
  570. CONTROL "&Yes, I want to use a RADIUS server",IDC_NEWWIZ_BTN_YES,
  571. "Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,
  572. 59,275,10
  573. LTEXT "A Remote Authentication Dial-In User Service (RADIUS) server provides a central authentication database for multiple remote access servers and collects accounting information about remote connections.",
  574. IDC_STATIC,21,0,275,28
  575. LTEXT "Do you want to set up this remote access server to use an existing RADIUS server?",
  576. IDC_STATIC,21,31,275,8
  577. ICON IDI_INFORMATION_SMALL,IDC_NEWWIZ_ICON,14,82,20,20
  578. LTEXT "Windows provides a RADIUS solution called Internet Authentication Service (IAS) as an optional component that you can install through Add/Remove Programs.",
  579. IDC_STATIC,36,82,259,25
  580. END
  581. IDD_NEWRTRWIZ_RAS_A_RADIUS_CONFIG DIALOG DISCARDABLE 0, 0, 317, 143
  582. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  583. CAPTION "Routing and Remote Access Server Setup Wizard"
  584. FONT 8, "MS Shell Dlg"
  585. BEGIN
  586. LTEXT "Enter the primary and alternate RADIUS servers that this server will use for remote authentication and accounting.",
  587. IDC_STATIC,21,0,275,19
  588. LTEXT "&Primary RADIUS server:",IDC_STATIC,21,26,76,8
  589. EDITTEXT IDC_NEWWIZ_EDIT_PRIMARY,118,23,178,14,ES_AUTOHSCROLL
  590. LTEXT "&Alternate RADIUS server:",IDC_STATIC,21,44,82,8
  591. EDITTEXT IDC_NEWWIZ_EDIT_SECONDARY,118,41,178,14,ES_AUTOHSCROLL
  592. LTEXT "Type the shared secret (password) that is used to contact these RADIUS servers.",
  593. IDC_STATIC,21,64,275,8
  594. LTEXT "&Shared secret:",IDC_STATIC,21,82,47,8
  595. EDITTEXT IDC_NEWWIZ_EDIT_SECRET,118,79,178,14,ES_PASSWORD |
  596. ES_AUTOHSCROLL
  597. END
  598. IDD_NEWRTRWIZ_RAS_A_FINISH DIALOG DISCARDABLE 0, 0, 317, 193
  599. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  600. CAPTION "Routing and Remote Access Server Setup Wizard"
  601. FONT 8, "MS Shell Dlg"
  602. BEGIN
  603. LTEXT "Completing the Routing and Remote Access Server Setup Wizard",
  604. IDC_NEWWIZ_BIGTEXT,115,7,195,24
  605. LTEXT "You have successfully configured this server as a remote access server.",
  606. IDC_STATIC,115,39,195,17
  607. CONTROL "&Display Help about managing a remote access server when I close this wizard",
  608. IDC_NEWWIZ_CHK_HELP,"Button",BS_AUTOCHECKBOX | BS_TOP |
  609. BS_MULTILINE | WS_TABSTOP,115,62,195,19
  610. LTEXT "To close this wizard, click Finish.",IDC_STATIC,115,85,
  611. 195,10
  612. END
  613. IDD_NEWRTRWIZ_VPN_A_FINISH_NONICS DIALOG DISCARDABLE 0, 0, 317, 193
  614. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  615. CAPTION "Routing and Remote Access Server Setup Wizard"
  616. FONT 8, "MS Shell Dlg"
  617. BEGIN
  618. LTEXT "Cannot Continue",IDC_NEWWIZ_BIGTEXT,115,7,195,24
  619. LTEXT "To close this wizard, click Finish.",IDC_STATIC,145,101,
  620. 165,8
  621. ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,115,39,20,20
  622. LTEXT "This wizard cannot continue because there are not enough network connections. A VPN server must have at least one permanent network connection. ",
  623. IDC_STATIC,145,39,165,33
  624. LTEXT "Shut down this computer and install additional network adapters, and then run this wizard again.",
  625. IDC_STATIC,145,78,165,17
  626. END
  627. IDD_NEWRTRWIZ_VPN_NOIP DIALOG DISCARDABLE 20, 30, 317, 186
  628. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  629. CAPTION "Routing and Remote Access Server Setup Wizard"
  630. FONT 8, "MS Shell Dlg"
  631. BEGIN
  632. LTEXT "Cannot Continue",IDC_NEWWIZ_BIGTEXT,115,7,195,24
  633. LTEXT "This wizard cannot continue because Internet Protocol (IP) is not installed on this server.",
  634. IDC_STATIC,145,39,165,17
  635. LTEXT "To close this wizard and display Help about installing IP, click Finish.",
  636. IDC_STATIC,145,86,165,18
  637. ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,115,39,20,20
  638. LTEXT "Install IP from the Network Connections folder, and then run this wizard again.",
  639. IDC_STATIC,145,62,165,25
  640. END
  641. IDD_NEWRTRWIZ_VPN_NOIP_NONLOCAL DIALOG DISCARDABLE 20, 30, 317, 186
  642. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  643. CAPTION "Routing and Remote Access Server Setup Wizard"
  644. FONT 8, "MS Shell Dlg"
  645. BEGIN
  646. LTEXT "Cannot Continue",IDC_NEWWIZ_BIGTEXT,115,7,195,24
  647. LTEXT "This wizard cannot continue because Internet Protocol (IP) is not installed on %s.",
  648. IDC_NEWWIZ_TEXT_SERVER_NAME_2,145,39,165,17
  649. ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,115,39,20,20
  650. LTEXT "To close this wizard, click Finish.",IDC_STATIC,145,101,
  651. 165,8
  652. LTEXT "Log on to %s locally as an administrator, install IP from the Network Connections folder, and then run this wizard again.",
  653. IDC_NEWWIZ_TEXT_SERVER_NAME,145,62,165,34
  654. END
  655. IDD_NEWRTRWIZ_VPN_A_PROTOCOLS DIALOGEX 0, 0, 317, 143
  656. STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
  657. CAPTION "Routing and Remote Access Server Setup Wizard"
  658. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  659. BEGIN
  660. LTEXT "Verify that the protocols required on this server for VPN clients are listed below.",
  661. IDC_STATIC,21,0,275,8
  662. LTEXT "Protocols:",IDC_STATIC,21,13,32,8
  663. CONTROL "List1",IDC_NEWWIZ_LIST,"SysListView32",LVS_REPORT |
  664. LVS_SHOWSELALWAYS | LVS_SORTASCENDING | LVS_ALIGNLEFT |
  665. LVS_NOCOLUMNHEADER | WS_DISABLED | WS_BORDER |
  666. WS_TABSTOP,21,22,275,44,WS_EX_CLIENTEDGE
  667. CONTROL "&Yes, all of the available protocols are on this list",
  668. IDC_NEWWIZ_BTN_YES,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  669. BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,75,275,10
  670. CONTROL "N&o, I need to add protocols",IDC_NEWWIZ_BTN_NO,"Button",
  671. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,90,282,10
  672. END
  673. IDD_NEWRTRWIZ_VPN_A_ATALK DIALOG DISCARDABLE 0, 0, 317, 143
  674. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  675. CAPTION "Routing and Remote Access Server Setup Wizard"
  676. FONT 8, "MS Shell Dlg"
  677. BEGIN
  678. LTEXT "Macintosh users can connect to the server by using name and password authentication or the Guest account. To allow use of the Guest account, you must allow unauthenticated access to this server.",
  679. IDC_STATIC,21,0,275,25
  680. LTEXT "If you allow unauthenticated access to this server, non-Macintosh clients can also access it without presenting credentials such as user name and password.",
  681. IDC_STATIC,37,31,259,19
  682. ICON IDI_WARNING_SMALL,IDC_NEWWIZ_ICON,14,31,21,20
  683. CONTROL "&Allow unauthenticated access for all remote clients",
  684. IDC_NEWWIZ_CHECKBOX,"Button",BS_AUTOCHECKBOX |
  685. WS_TABSTOP,21,54,275,10
  686. END
  687. IDD_NEWRTRWIZ_VPN_A_ADDRESSING DIALOG DISCARDABLE 0, 0, 317, 143
  688. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  689. CAPTION "Routing and Remote Access Server Setup Wizard"
  690. FONT 8, "MS Shell Dlg"
  691. BEGIN
  692. CONTROL "&Automatically",IDC_NEWWIZ_BTN_YES,"Button",
  693. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
  694. WS_TABSTOP,21,15,275,10
  695. CONTROL "&From a specified range of addresses",IDC_NEWWIZ_BTN_NO,
  696. "Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,
  697. 50,275,10
  698. LTEXT "How do you want IP addresses to be assigned to remote clients?",
  699. IDC_STATIC,21,0,275,12
  700. LTEXT "If you use a DHCP server to assign addresses, confirm that it is configured properly. If you do not use a DHCP server, this server will generate the addresses.",
  701. IDC_STATIC,33,27,263,18
  702. END
  703. IDD_NEWRTRWIZ_VPN_A_ADDRESSPOOL DIALOG DISCARDABLE 0, 0, 318, 143
  704. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  705. CAPTION "Routing and Remote Access Server Setup Wizard"
  706. FONT 8, "MS Shell Dlg"
  707. BEGIN
  708. LTEXT "&Address ranges:",IDC_STATIC,21,23,276,8
  709. CONTROL "List1",IDC_NEWWIZ_LIST,"SysListView32",LVS_REPORT |
  710. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT |
  711. LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,21,33,276,65
  712. PUSHBUTTON "Ne&w...",IDC_NEWWIZ_BTN_NEW,138,101,50,14
  713. PUSHBUTTON "&Edit...",IDC_NEWWIZ_BTN_EDIT,192,101,51,14
  714. PUSHBUTTON "&Delete",IDC_NEWWIZ_BTN_DELETE,247,101,50,14
  715. LTEXT "Enter the address ranges (static pools) that you want to use. This server will assign all of the addresses in the first range before continuing to the next.",
  716. IDC_STATIC,21,0,276,17
  717. END
  718. IDD_NEWRTRWIZ_VPN_A_PUBLIC DIALOG DISCARDABLE 0, 0, 317, 143
  719. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  720. CAPTION "Routing and Remote Access Server Setup Wizard"
  721. FONT 8, "MS Shell Dlg"
  722. BEGIN
  723. LTEXT "Do you want to set up security features on your Internet connection?",
  724. IDC_STATIC,9,0,300,10
  725. CONTROL "&Yes, set up security features to allow only VPN traffic on this connection:",
  726. IDC_NEWWIZ_VPN_BTN_YES,"Button",BS_AUTORADIOBUTTON |
  727. BS_MULTILINE | WS_GROUP | WS_TABSTOP,15,14,285,12
  728. CONTROL "List1",IDC_NEWWIZ_LIST,"SysListView32",LVS_REPORT |
  729. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
  730. LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER |
  731. WS_TABSTOP,29,31,275,58
  732. CONTROL "N&o, do not set up security features on any of my connections",
  733. IDC_NEWWIZ_VPN_BTN_NO,"Button",BS_AUTORADIOBUTTON |
  734. BS_MULTILINE | WS_TABSTOP,15,99,285,13
  735. END
  736. IDD_NEWRTRWIZ_VPN_A_PRIVATE DIALOG DISCARDABLE 0, 0, 317, 143
  737. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  738. CAPTION "Routing and Remote Access Server Setup Wizard"
  739. FONT 8, "MS Shell Dlg"
  740. BEGIN
  741. LTEXT "Network &connections:",IDC_STATIC,21,23,70,8
  742. CONTROL "List1",IDC_NEWWIZ_LIST,"SysListView32",LVS_REPORT |
  743. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
  744. LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER |
  745. WS_TABSTOP,21,33,275,55
  746. LTEXT "VPN clients must be assigned to one network for addressing, dial-in access, and other purposes. Select the appropriate network connection from the list below.",
  747. IDC_STATIC,21,0,275,24
  748. END
  749. IDD_NEWRTRWIZ_VPN_A_USERADIUS DIALOG DISCARDABLE 0, 0, 317, 143
  750. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  751. CAPTION "Routing and Remote Access Server Setup Wizard"
  752. FONT 8, "MS Shell Dlg"
  753. BEGIN
  754. CONTROL "N&o, I don't want to set up this server to use RADIUS now",
  755. IDC_NEWWIZ_BTN_NO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  756. BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,46,275,10
  757. CONTROL "&Yes, I want to use a RADIUS server",IDC_NEWWIZ_BTN_YES,
  758. "Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,
  759. 61,275,10
  760. LTEXT "A Remote Authentication Dial-In User Service (RADIUS) server provides a central authentication database for multiple remote access servers and collects accounting information about remote connections.",
  761. IDC_STATIC,21,0,275,28
  762. LTEXT "Do you want to set up this remote access server to use an existing RADIUS server?",
  763. IDC_STATIC,21,31,275,8
  764. ICON IDI_INFORMATION_SMALL,IDC_NEWWIZ_ICON,14,84,21,20
  765. LTEXT "Windows provides a RADIUS solution called Internet Authentication Service (IAS) as an optional component that you can install through Add/Remove Programs.",
  766. IDC_STATIC,36,84,260,25
  767. END
  768. IDD_NEWRTRWIZ_VPN_A_RADIUS_CONFIG DIALOG DISCARDABLE 0, 0, 317, 143
  769. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  770. CAPTION "Routing and Remote Access Server Setup Wizard"
  771. FONT 8, "MS Shell Dlg"
  772. BEGIN
  773. LTEXT "Enter the primary and alternate RADIUS servers that this server will use for remote authentication and accounting.",
  774. IDC_STATIC,21,0,275,19
  775. LTEXT "&Primary RADIUS server:",IDC_STATIC,21,26,76,8
  776. EDITTEXT IDC_NEWWIZ_EDIT_PRIMARY,118,23,178,14,ES_AUTOHSCROLL
  777. LTEXT "&Alternate RADIUS server:",IDC_STATIC,21,44,82,8
  778. EDITTEXT IDC_NEWWIZ_EDIT_SECONDARY,118,41,178,14,ES_AUTOHSCROLL
  779. LTEXT "Type the shared secret (password) that is used to contact these RADIUS servers.",
  780. IDC_STATIC,21,64,275,8
  781. LTEXT "&Shared secret:",IDC_STATIC,21,82,47,8
  782. EDITTEXT IDC_NEWWIZ_EDIT_SECRET,118,79,178,14,ES_PASSWORD |
  783. ES_AUTOHSCROLL
  784. END
  785. IDD_NEWRTRWIZ_VPN_A_FINISH DIALOG DISCARDABLE 0, 0, 317, 193
  786. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  787. CAPTION "Routing and Remote Access Server Setup Wizard"
  788. FONT 8, "MS Shell Dlg"
  789. BEGIN
  790. LTEXT "Completing the Routing and Remote Access Server Setup Wizard",
  791. IDC_NEWWIZ_BIGTEXT,115,7,189,24
  792. LTEXT "You have successfully configured a VPN server.",
  793. IDC_STATIC,115,39,189,10
  794. LTEXT "To close this wizard, click Finish.",IDC_STATIC,115,54,
  795. 124,8
  796. END
  797. IDD_NEWRTRWIZ_ROUTER_PROTOCOLS DIALOGEX 0, 0, 317, 143
  798. STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
  799. CAPTION "Routing and Remote Access Server Setup Wizard"
  800. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  801. BEGIN
  802. LTEXT "Verify that the protocols required on this server for remote clients are listed below.",
  803. IDC_STATIC,21,0,275,8
  804. LTEXT "Protocols:",IDC_STATIC,21,12,32,8
  805. CONTROL "List1",IDC_NEWWIZ_LIST,"SysListView32",LVS_REPORT |
  806. LVS_SHOWSELALWAYS | LVS_SORTASCENDING | LVS_ALIGNLEFT |
  807. LVS_NOCOLUMNHEADER | WS_DISABLED | WS_BORDER |
  808. WS_TABSTOP,21,22,275,44,WS_EX_CLIENTEDGE
  809. CONTROL "&Yes, all of the available protocols are on this list",
  810. IDC_NEWWIZ_BTN_YES,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  811. BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,75,275,10
  812. CONTROL "N&o, I need to add protocols",IDC_NEWWIZ_BTN_NO,"Button",
  813. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,90,282,10
  814. END
  815. IDD_NEWRTRWIZ_ROUTER_FINISH DIALOG DISCARDABLE 0, 0, 317, 193
  816. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  817. CAPTION "Routing and Remote Access Server Setup Wizard"
  818. FONT 8, "MS Shell Dlg"
  819. BEGIN
  820. LTEXT "Completing the Routing and Remote Access Server Setup Wizard",
  821. IDC_NEWWIZ_BIGTEXT,115,7,195,24
  822. LTEXT "You have successfully set up this server as a router.",
  823. IDC_STATIC,115,39,195,10
  824. LTEXT "To close this wizard, click Finish.",IDC_STATIC,115,93,
  825. 195,8
  826. LTEXT "Before using this router:",IDC_STATIC,115,54,195,9
  827. LTEXT "Ensure that all interfaces have addresses",IDC_STATIC,
  828. 125,66,185,8
  829. LTEXT "Install and set up routing protocols on each interface",
  830. IDC_STATIC,125,78,185,8
  831. LTEXT "h",IDC_NEWWIZ_BULLET_2,115,78,8,8
  832. LTEXT "h",IDC_NEWWIZ_BULLET_3,115,66,8,8
  833. END
  834. IDD_NEWRTRWIZ_ROUTER_FINISH_DD DIALOG DISCARDABLE 0, 0, 317, 193
  835. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  836. CAPTION "Routing and Remote Access Server Setup Wizard"
  837. FONT 8, "MS Shell Dlg"
  838. BEGIN
  839. LTEXT "Completing the Routing and Remote Access Server Setup Wizard",
  840. IDC_NEWWIZ_BIGTEXT,115,7,195,24
  841. LTEXT "You have successfully set up this server as a router.",
  842. IDC_STATIC,115,39,195,10
  843. LTEXT "To close this wizard, click Finish.",IDC_STATIC,115,105,
  844. 195,23
  845. LTEXT "Before using this router:",IDC_STATIC,115,54,195,9
  846. LTEXT "Add demand-dial interfaces",IDC_STATIC,125,66,185,8
  847. LTEXT "Ensure that all interfaces have addresses",IDC_STATIC,
  848. 125,78,185,8
  849. LTEXT "Install and set up routing protocols on each interface",
  850. IDC_STATIC,125,90,185,8
  851. LTEXT "h",IDC_NEWWIZ_BULLET_1,115,66,8,8
  852. LTEXT "h",IDC_NEWWIZ_BULLET_2,115,90,8,8
  853. LTEXT "h",IDC_NEWWIZ_BULLET_3,115,78,8,8
  854. END
  855. IDD_NEWRTRWIZ_ROUTER_NEED_PROT DIALOG DISCARDABLE 0, 0, 317, 193
  856. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  857. CAPTION "Routing and Remote Access Server Setup Wizard"
  858. FONT 8, "MS Shell Dlg"
  859. BEGIN
  860. LTEXT "Cannot Continue",IDC_NEWWIZ_BIGTEXT,115,7,195,24
  861. LTEXT "This wizard cannot continue because the required protocols are not available on this server.",
  862. IDC_STATIC,145,39,165,17
  863. ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,115,39,20,20
  864. LTEXT "To close this wizard and display Help about installing protocols, click Finish.",
  865. IDC_STATIC,145,94,165,27
  866. LTEXT "Add the required protocols from the Network Connections folder, and then run this wizard again.",
  867. IDC_STATIC,145,62,165,28
  868. END
  869. IDD_NEWRTRWIZ_ROUTER_NEED_PROT_NONLOCAL DIALOG DISCARDABLE 0, 0, 317, 193
  870. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  871. CAPTION "Routing and Remote Access Server Setup Wizard"
  872. FONT 8, "MS Shell Dlg"
  873. BEGIN
  874. LTEXT "Cannot Continue",IDC_NEWWIZ_BIGTEXT,115,6,195,24
  875. LTEXT "This wizard cannot continue because the required protocols are not available on %s. Add the required protocols, and then run this wizard again.",
  876. IDC_NEWWIZ_TEXT_SERVER_NAME_2,145,39,165,27
  877. LTEXT "To close this wizard, click Finish.",IDC_STATIC,145,108,
  878. 164,8
  879. LTEXT "To add protocols, log on to %s as an administrator and then open the Network Connections folder.",
  880. IDC_NEWWIZ_TEXT_SERVER_NAME,145,78,165,26
  881. ICON IDI_CRITICAL,IDC_NEWWIZ_ICON,115,39,20,20
  882. END
  883. IDD_NEWRTRWIZ_ROUTER_USEDD DIALOG DISCARDABLE 0, 0, 317, 143
  884. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  885. CAPTION "Routing and Remote Access Server Setup Wizard"
  886. FONT 8, "MS Shell Dlg"
  887. BEGIN
  888. CONTROL "&Yes",IDC_NEWWIZ_BTN_YES,"Button",BS_AUTORADIOBUTTON |
  889. BS_TOP | BS_MULTILINE | WS_GROUP | WS_TABSTOP,21,15,275,
  890. 10
  891. CONTROL "N&o",IDC_NEWWIZ_BTN_NO,"Button",BS_AUTORADIOBUTTON |
  892. BS_TOP | BS_MULTILINE,21,42,275,10
  893. LTEXT "Do you want to use demand-dial connections to access remote networks?",
  894. IDC_STATIC,21,0,275,16
  895. LTEXT "You can set up demand-dial connections after this wizard finishes.",
  896. IDC_STATIC,33,27,269,9
  897. END
  898. IDD_NEWRTRWIZ_ROUTER_ADDRESSING DIALOG DISCARDABLE 0, 0, 317, 143
  899. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  900. CAPTION "Routing and Remote Access Server Setup Wizard"
  901. FONT 8, "MS Shell Dlg"
  902. BEGIN
  903. LTEXT "How do you want IP addresses to be assigned to incoming demand-dial connections?",
  904. IDC_STATIC,21,0,275,16
  905. CONTROL "&Automatically",IDC_NEWWIZ_BTN_YES,"Button",
  906. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
  907. WS_TABSTOP,21,19,273,10
  908. CONTROL "&From a specified range of addresses",IDC_NEWWIZ_BTN_NO,
  909. "Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,
  910. 58,275,10
  911. LTEXT "If you use a DHCP server to assign addresses, confirm that it is configured properly. If you do not use a DHCP server, this server will generate the addresses.",
  912. IDC_STATIC,33,31,262,24
  913. END
  914. IDD_NEWRTRWIZ_ROUTER_ADDRESSPOOL DIALOG DISCARDABLE 0, 0, 318, 143
  915. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  916. CAPTION "Routing and Remote Access Server Setup Wizard"
  917. FONT 8, "MS Shell Dlg"
  918. BEGIN
  919. LTEXT "&Address ranges:",IDC_STATIC,21,23,276,8
  920. CONTROL "List1",IDC_NEWWIZ_LIST,"SysListView32",LVS_REPORT |
  921. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT |
  922. LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,21,33,276,65
  923. PUSHBUTTON "Ne&w...",IDC_NEWWIZ_BTN_NEW,138,101,50,14
  924. PUSHBUTTON "&Edit...",IDC_NEWWIZ_BTN_EDIT,192,101,51,14
  925. PUSHBUTTON "&Delete",IDC_NEWWIZ_BTN_DELETE,247,101,50,14
  926. LTEXT "Enter the address ranges (static pools) that you want to use. This server will assign all of the addresses in the first range before continuing to the next.",
  927. IDC_STATIC,21,0,276,17
  928. END
  929. IDD_NEWRTRWIZ_MANUAL_FINISH DIALOG DISCARDABLE 0, 0, 317, 193
  930. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  931. CAPTION "Routing and Remote Access Server Setup Wizard"
  932. FONT 8, "MS Shell Dlg"
  933. BEGIN
  934. LTEXT "Completing the Routing and Remote Access Server Setup Wizard",
  935. IDC_NEWWIZ_BIGTEXT,115,7,195,24
  936. LTEXT "To close this wizard, click Finish.",IDC_STATIC,115,70,
  937. 104,8
  938. LTEXT "Windows has configured this server as a remote access server and router with default settings. Use the Routing and Remote Access administrative tool to change these settings.",
  939. IDC_STATIC,115,39,195,24
  940. END
  941. IDD_QRY_GENERAL DIALOG DISCARDABLE 0, 0, 260, 103
  942. STYLE DS_CONTEXTHELP | WS_CHILD
  943. FONT 8, "MS Shell Dlg"
  944. BEGIN
  945. LTEXT "&Server type:",IDC_STATIC,7,7,246,8
  946. CONTROL "&Local area network (LAN) routers only",
  947. IDC_QRY_CHECK_LANTOLAN,"Button",BS_AUTOCHECKBOX | BS_TOP |
  948. BS_MULTILINE | WS_TABSTOP,7,20,246,10
  949. CONTROL "L&AN and demand-dial routers",IDC_QRY_CHECK_DEMANDDIAL,
  950. "Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE |
  951. WS_TABSTOP,7,33,246,10
  952. CONTROL "&Remote access servers",IDC_QRY_CHECK_RAS,"Button",
  953. BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,7,
  954. 46,246,10
  955. END
  956. IDD_QRY_ADVANCED DIALOG DISCARDABLE 0, 0, 260, 103
  957. STYLE DS_CONTEXTHELP | WS_CHILD
  958. FONT 8, "MS Shell Dlg"
  959. BEGIN
  960. LTEXT "&Find servers running:",IDC_STATIC,7,7,246,8
  961. CONTROL "List1",IDC_QRY_LIST_VALUES,"SysListView32",LVS_REPORT |
  962. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER |
  963. WS_BORDER | WS_TABSTOP,7,17,192,79
  964. PUSHBUTTON "&Clear All",IDC_QRY_BUTTON_CLEARALL,203,17,50,14
  965. PUSHBUTTON "&Select All",IDC_QRY_BUTTON_SELECTALL,203,35,50,14
  966. END
  967. IDD_QRY_ADDSERVER DIALOG DISCARDABLE 0, 0, 252, 158
  968. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  969. CAPTION "Add Server"
  970. FONT 8, "MS Shell Dlg"
  971. BEGIN
  972. LTEXT "Add the following server:",IDC_STATIC,7,7,238,8
  973. CONTROL "&This computer",IDC_QRY_RADIO_THIS,"Button",
  974. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
  975. WS_TABSTOP,7,20,238,10
  976. CONTROL "T&he following computer:",IDC_QRY_RADIO_ANOTHER,"Button",
  977. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,7,34,238,10
  978. EDITTEXT IDC_QRY_EDIT_MACHINE,19,45,226,14,ES_AUTOHSCROLL
  979. CONTROL "&All Routing and Remote Access computers",
  980. IDC_QRY_RADIO_NT4,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  981. BS_MULTILINE,7,65,238,10
  982. LTEXT "&Domain name:",IDC_STATIC,19,78,226,8,NOT WS_GROUP
  983. EDITTEXT IDC_QRY_EDIT_DOMAIN,19,88,226,14,ES_AUTOHSCROLL
  984. CONTROL "&Browse Active Directory",IDC_QRY_RADIO_NT5,"Button",
  985. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,7,108,238,10
  986. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ | SS_SUNKEN,7,126,
  987. 238,1
  988. DEFPUSHBUTTON "OK",IDOK,141,137,50,14
  989. PUSHBUTTON "Cancel",IDCANCEL,195,137,50,14
  990. END
  991. IDD_CONNECTING DIALOG DISCARDABLE 0, 0, 218, 74
  992. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  993. CAPTION "Interface Connection"
  994. FONT 8, "MS Shell Dlg"
  995. BEGIN
  996. LTEXT "Interface:",IDC_STATIC,7,7,63,8
  997. EDITTEXT IDC_EDIT_INTERFACENAME,77,7,134,12,ES_AUTOHSCROLL |
  998. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  999. LTEXT "Status:",IDC_STATIC,7,20,63,8
  1000. LTEXT "",IDC_TEXT_IFSTATUS,77,20,134,8
  1001. LTEXT "Time elapsed:",IDC_STATIC,7,33,63,8
  1002. LTEXT "",IDC_TEXT_ELAPSED,77,33,134,8
  1003. DEFPUSHBUTTON "Cancel",IDCANCEL,84,53,50,14
  1004. END
  1005. IDD_IF_CREDENTIALS DIALOG DISCARDABLE 12, 16, 252, 140
  1006. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1007. CAPTION "Interface Credentials"
  1008. FONT 8, "MS Shell Dlg"
  1009. BEGIN
  1010. LTEXT "Type the credentials that this interface uses when it connects to a remote router.",
  1011. IDC_STATIC,7,7,238,17
  1012. LTEXT "&User name:",IDC_STATIC,7,33,85,8
  1013. EDITTEXT IDC_EDIT_IC_USERNAME,98,30,147,14,ES_AUTOHSCROLL
  1014. LTEXT "&Domain:",IDC_STATIC,7,51,85,8,NOT WS_GROUP
  1015. EDITTEXT IDC_EDIT_IC_DOMAIN,98,48,147,14,ES_UPPERCASE |
  1016. ES_AUTOHSCROLL
  1017. LTEXT "&Password:",IDC_STATIC,7,69,85,8,NOT WS_GROUP
  1018. EDITTEXT IDC_EDIT_IC_PASSWORD,98,66,147,14,ES_PASSWORD |
  1019. ES_AUTOHSCROLL
  1020. LTEXT "C&onfirm password:",IDC_STATIC,7,87,85,8,NOT WS_GROUP
  1021. EDITTEXT IDC_EDIT_IC_PASSWORD2,98,84,147,14,ES_PASSWORD |
  1022. ES_AUTOHSCROLL
  1023. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ | WS_GROUP,12,108,
  1024. 233,1
  1025. DEFPUSHBUTTON "OK",IDOK,141,119,50,14,WS_GROUP
  1026. PUSHBUTTON "Cancel",IDCANCEL,195,119,50,14
  1027. END
  1028. IDD_CONNECT_AS DIALOG DISCARDABLE 0, 0, 218, 111
  1029. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1030. CAPTION "Network Connection"
  1031. FONT 8, "MS Shell Dlg"
  1032. BEGIN
  1033. LTEXT "",IDC_TEXT_INACCESSIBLE_RESOURCE,7,7,204,25
  1034. LTEXT "&User name:",IDC_TEXT_USER,7,41,67,8
  1035. EDITTEXT IDC_EDIT_USERNAME,79,38,132,14,ES_AUTOHSCROLL
  1036. LTEXT "&Password:",IDC_TEXT_PASSWORD,7,59,67,8
  1037. EDITTEXT IDC_EDIT_USER_PASSWORD,79,56,132,14,ES_PASSWORD |
  1038. ES_AUTOHSCROLL
  1039. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,80,
  1040. 204,1
  1041. DEFPUSHBUTTON "OK",IDOK,107,90,50,14
  1042. PUSHBUTTON "Cancel",IDCANCEL,161,90,50,14
  1043. END
  1044. IDD_RTR_IP DIALOG DISCARDABLE 0, 0, 252, 218
  1045. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  1046. CAPTION "IP"
  1047. FONT 8, "MS Shell Dlg"
  1048. BEGIN
  1049. CONTROL "Ena&ble IP routing",IDC_RTR_IP_BTN_ENABLE_IPROUTING,
  1050. "Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE |
  1051. WS_TABSTOP,7,7,238,10
  1052. CONTROL "Allo&w IP-based remote access and demand-dial connections",
  1053. IDC_RTR_IP_CB_ALLOW_REMOTETCPIP,"Button",BS_AUTOCHECKBOX |
  1054. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,19,238,10
  1055. GROUPBOX "IP address assignment",IDC_STATIC,7,33,238,117
  1056. LTEXT "This server can assign IP addresses by using:",
  1057. IDC_RTR_IP_DHCP_TEXT,15,44,222,8
  1058. CONTROL "Dy&namic Host Configuration Protocol (DHCP)",
  1059. IDC_RTR_IP_RB_DHCP,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  1060. BS_MULTILINE | WS_GROUP | WS_TABSTOP,15,56,222,10
  1061. CONTROL "&Static address pool",IDC_RTR_IP_RB_POOL,"Button",
  1062. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,15,68,222,10
  1063. CONTROL "List1",IDC_RTR_IP_LIST,"SysListView32",LVS_REPORT |
  1064. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER |
  1065. WS_BORDER | WS_TABSTOP,28,82,209,41
  1066. PUSHBUTTON "A&dd...",IDC_RTR_IP_BTN_ADD,79,129,50,14
  1067. PUSHBUTTON "&Edit...",IDC_RTR_IP_BTN_EDIT,133,129,50,14
  1068. PUSHBUTTON "&Remove",IDC_RTR_IP_BTN_REMOVE,187,129,50,14
  1069. LTEXT "Use the following adapter to obtain DHCP, DNS, and WINS addresses for dial-up clients.",
  1070. IDC_RTR_IP_TEXT_ADAPTER,7,179,238,17
  1071. LTEXT "Ada&pter:",IDC_RTR_IP_TEXT_LABEL_ADAPTER,7,200,40,8
  1072. COMBOBOX IDC_RTR_IP_COMBO_ADAPTER,51,198,194,100,CBS_DROPDOWNLIST |
  1073. WS_VSCROLL | WS_TABSTOP
  1074. CONTROL "Enable broad&cast name resolution",
  1075. IDC_RTR_IP_BTN_ENABLE_NETBT_BCAST_FWD,"Button",
  1076. BS_AUTOCHECKBOX | WS_TABSTOP,7,161,123,10
  1077. END
  1078. IDD_RTR_IPX DIALOG DISCARDABLE 0, 0, 252, 218
  1079. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  1080. CAPTION "IPX"
  1081. FONT 8, "MS Shell Dlg"
  1082. BEGIN
  1083. CONTROL "All&ow IPX-based remote clients to dial in to this server",
  1084. IDC_RTR_IPX_CB_REMOTEIPX,"Button",BS_AUTOCHECKBOX |
  1085. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,7,238,10
  1086. CONTROL "Allo&w dial-in clients to access the entire network",
  1087. IDC_RB_ENTIRE_NETWORK,"Button",BS_AUTOCHECKBOX | BS_TOP |
  1088. BS_MULTILINE | WS_TABSTOP,20,22,225,12
  1089. GROUPBOX "IPX network number assignment",IDC_STATIC,7,40,238,114
  1090. LTEXT "Assign numbers:",IDC_STATIC,15,55,222,8
  1091. CONTROL "A&utomatically",IDC_RTR_IPX_RB_AUTO,"Button",
  1092. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
  1093. WS_TABSTOP,15,68,222,10
  1094. CONTROL "I&n the following range:",IDC_RTR_IPX_RB_POOL,"Button",
  1095. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,15,81,222,10
  1096. LTEXT "&From:",IDC_RTR_IPX_TEXT_FIRST,27,102,27,8
  1097. EDITTEXT IDC_RTR_IPX_EB_FIRST,57,99,40,14,ES_AUTOHSCROLL |
  1098. WS_GROUP
  1099. LTEXT "&To:",IDC_RTR_IPX_TEXT_LAST,120,102,16,8,NOT WS_GROUP
  1100. EDITTEXT IDC_RTR_IPX_EB_LAST,143,99,40,14,ES_AUTOHSCROLL
  1101. CONTROL "U&se the same network number for all IPX clients",
  1102. IDC_RTR_IPX_CB_SAME_ADDRESS,"Button",BS_AUTOCHECKBOX |
  1103. BS_TOP | BS_MULTILINE | WS_TABSTOP,15,122,222,10
  1104. CONTROL "Allow re&mote clients to request IPX node number",
  1105. IDC_RTR_IPX_CB_ALLOW_CLIENT,"Button",BS_AUTOCHECKBOX |
  1106. BS_TOP | BS_MULTILINE | WS_TABSTOP,15,135,222,10
  1107. END
  1108. IDD_RTR_ARAP DIALOG DISCARDABLE 0, 0, 252, 218
  1109. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  1110. CAPTION "AppleTalk"
  1111. FONT 8, "MS Shell Dlg"
  1112. BEGIN
  1113. CONTROL "Allo&w AppleTalk-based remote clients to connect to this server",
  1114. IDC_RTR_ARAP_CB_REMOTEARAP,"Button",BS_AUTOCHECKBOX |
  1115. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,7,238,10
  1116. ICON IDI_WARNING_SMALL,IDC_NEWWIZ_ICON,1,26,21,20
  1117. LTEXT "AppleTalk-based remote access is only available when unauthenticated access through the Guest account is enabled. The Guest account allows all remote clients to access this server without presenting credentials such as user name and password.",
  1118. IDC_STATIC,27,25,218,117
  1119. END
  1120. IDD_RTR_NBF DIALOG DISCARDABLE 0, 0, 252, 218
  1121. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  1122. CAPTION "NetBEUI"
  1123. FONT 8, "MS Shell Dlg"
  1124. BEGIN
  1125. CONTROL "Allo&w NetBEUI based remote access clients to access:",
  1126. IDC_RTR_IPX_CB_REMOTENETBEUI,"Button",BS_AUTOCHECKBOX |
  1127. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,7,238,10
  1128. CONTROL "&This computer only",IDC_RB_THIS_COMPUTER,"Button",
  1129. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
  1130. WS_TABSTOP,18,20,227,10
  1131. CONTROL "Th&e entire network",IDC_RB_ENTIRE_NETWORK,"Button",
  1132. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,18,33,227,10
  1133. END
  1134. IDD_CONNECTREG DIALOG DISCARDABLE 0, 0, 218, 74
  1135. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1136. CAPTION "Connecting"
  1137. FONT 8, "MS Shell Dlg"
  1138. BEGIN
  1139. LTEXT "Connecting to: ",IDC_STATIC,7,7,204,8
  1140. EDITTEXT IDC_EDIT_MACHINENAME,7,17,204,14,ES_AUTOHSCROLL |
  1141. ES_READONLY | NOT WS_TABSTOP
  1142. PUSHBUTTON "Cancel",IDCANCEL,84,53,50,14
  1143. END
  1144. IDD_REFRESHRATE DIALOG DISCARDABLE 0, 0, 218, 73
  1145. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1146. CAPTION "Refresh Rate"
  1147. FONT 8, "MS Shell Dlg"
  1148. BEGIN
  1149. LTEXT "&Refresh every (seconds):",IDC_STATIC,7,10,113,8
  1150. EDITTEXT IDC_EDIT_REFRESHRATE,130,7,40,14,ES_AUTOHSCROLL |
  1151. ES_NUMBER
  1152. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,44,
  1153. 204,1
  1154. DEFPUSHBUTTON "OK",IDOK,107,52,50,14
  1155. PUSHBUTTON "Cancel",IDCANCEL,161,52,50,14
  1156. END
  1157. IDD_DDM_PORT DIALOGEX 0, 0, 252, 247
  1158. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1159. EXSTYLE WS_EX_CONTEXTHELP
  1160. CAPTION "Port Status"
  1161. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1162. BEGIN
  1163. LTEXT "&Device:",IDC_STATIC,7,9,62,8
  1164. COMBOBOX IDC_DP_COMBO_PORTLIST,73,7,172,54,CBS_DROPDOWN |
  1165. CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
  1166. LTEXT "Condition:",IDC_STATIC,7,25,60,8
  1167. EDITTEXT IDC_DP_EDIT_CONDITION,73,25,172,12,ES_AUTOHSCROLL |
  1168. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
  1169. LTEXT "Line bps:",IDC_STATIC,7,39,50,8
  1170. RTEXT "0",IDC_DP_TEXT_LINEBPS,66,39,44,8
  1171. LTEXT "Duration:",IDC_STATIC,126,39,35,8
  1172. RTEXT "0",IDC_DP_TEXT_DURATION,171,39,66,8
  1173. GROUPBOX "Statistics",IDC_STATIC,7,53,238,28
  1174. LTEXT "Bytes in:",IDC_STATIC,15,66,42,8
  1175. RTEXT "0",IDC_DP_TEXT_BYTESIN,62,66,48,8
  1176. LTEXT "Bytes out:",IDC_STATIC,123,66,57,8
  1177. RTEXT "9,999,999,999",IDC_DP_TEXT_BYTESOUT,189,66,48,8
  1178. GROUPBOX "Errors",IDC_STATIC,7,88,238,55
  1179. LTEXT "CRC:",IDC_STATIC,15,102,40,8
  1180. RTEXT "0",IDC_DP_TEXT_CRC,66,102,44,8
  1181. LTEXT "Time-out:",IDC_STATIC,15,115,43,8
  1182. RTEXT "0",IDC_DP_TEXT_TIMEOUT,66,115,44,8
  1183. LTEXT "Alignment:",IDC_STATIC,15,128,47,8
  1184. RTEXT "0",IDC_DP_TEXT_ALIGNMENT,66,128,44,8
  1185. LTEXT "Framing:",IDC_STATIC,123,102,56,8
  1186. RTEXT "0",IDC_DP_TEXT_FRAMING,192,102,45,8
  1187. LTEXT "Hardware overruns:",IDC_STATIC,123,115,68,8
  1188. RTEXT "0",IDC_DP_TEXT_HWOVERRUN,199,115,38,8
  1189. LTEXT "Buffer overruns:",IDC_STATIC,123,128,61,8
  1190. RTEXT "0",IDC_DP_TEXT_BUFOVERRUN,192,128,45,8
  1191. GROUPBOX "Network registration",IDC_STATIC,7,149,238,69
  1192. LTEXT "IP address:",IDC_STATIC,15,163,74,8
  1193. LTEXT "",IDC_DP_TEXT_IPADDRESS,99,163,137,8
  1194. LTEXT "IPX address:",IDC_STATIC,15,176,74,8
  1195. LTEXT "",IDC_DP_TEXT_IPXADDRESS,99,176,137,8
  1196. LTEXT "NetBEUI name:",IDC_STATIC,15,189,74,8
  1197. LTEXT "",IDC_DP_TEXT_NBFADDRESS,99,189,137,8
  1198. LTEXT "AppleTalk address:",IDC_STATIC,15,202,74,8
  1199. LTEXT "",IDC_DP_TEXT_ATLKADDRESS,99,202,137,8
  1200. PUSHBUTTON "R&efresh",IDC_DP_BTN_REFRESH,33,226,50,14
  1201. PUSHBUTTON "&Reset",IDC_DP_BTN_RESET,87,226,50,14
  1202. PUSHBUTTON "Di&sconnect",IDC_DP_BTN_HANGUP,141,226,50,14
  1203. PUSHBUTTON "Close",IDCANCEL,195,226,50,14
  1204. END
  1205. IDD_DDM_CONN DIALOGEX 0, 0, 252, 258
  1206. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1207. EXSTYLE WS_EX_CONTEXTHELP
  1208. CAPTION "Status"
  1209. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1210. BEGIN
  1211. LTEXT "C&onnection:",IDC_STATIC,7,9,78,8
  1212. COMBOBOX IDC_DC_COMBO_CONNLIST,91,7,154,54,CBS_DROPDOWN |
  1213. CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
  1214. LTEXT "Duration:",IDC_STATIC,7,25,44,8
  1215. LTEXT "0",IDC_DC_TEXT_DURATION,58,25,91,8
  1216. GROUPBOX "Statistics",IDC_STATIC,7,38,238,54
  1217. LTEXT "Bytes in:",IDC_STATIC,15,52,40,8
  1218. RTEXT "0",IDC_DC_TEXT_BYTESIN,65,52,48,8
  1219. LTEXT "Frames in:",IDC_STATIC,15,65,46,8
  1220. RTEXT "0",IDC_DC_TEXT_FRAMESIN,69,65,44,8
  1221. LTEXT "Compression in:",IDC_STATIC,15,78,72,8
  1222. RTEXT "0",IDC_DC_TEXT_COMPIN,88,78,25,8
  1223. LTEXT "Bytes out:",IDC_STATIC,126,52,53,8
  1224. RTEXT "0",IDC_DC_TEXT_BYTESOUT,189,52,48,8
  1225. LTEXT "Frames out:",IDC_STATIC,126,65,58,8
  1226. RTEXT "0",IDC_DC_TEXT_FRAMESOUT,193,65,44,8
  1227. LTEXT "Compression out:",IDC_STATIC,126,78,85,8
  1228. RTEXT "0",IDC_DC_TEXT_COMPOUT,206,78,31,8
  1229. GROUPBOX "Errors",IDC_STATIC,7,97,238,55
  1230. LTEXT "CRC:",IDC_STATIC,15,111,45,8
  1231. RTEXT "0",IDC_DC_TEXT_CRC,69,111,44,8
  1232. LTEXT "Time-out:",IDC_STATIC,15,124,45,8
  1233. RTEXT "0",IDC_DC_TEXT_TIMEOUT,69,124,44,8
  1234. LTEXT "Alignment:",IDC_STATIC,15,137,45,8
  1235. RTEXT "0",IDC_DC_TEXT_ALIGNMENT,69,137,44,8
  1236. LTEXT "Framing:",IDC_STATIC,126,111,60,8
  1237. RTEXT "0",IDC_DC_TEXT_FRAMING,193,111,44,8
  1238. LTEXT "Hardware overruns:",IDC_STATIC,126,124,69,8
  1239. RTEXT "0",IDC_DC_TEXT_HWOVERRUN,201,124,36,8
  1240. LTEXT "Buffer overruns:",IDC_STATIC,126,137,60,8
  1241. RTEXT "0",IDC_DC_TEXT_BUFOVERRUN,193,137,44,8
  1242. GROUPBOX "Network registration",IDC_STATIC,7,157,238,68
  1243. LTEXT "IP address:",IDC_STATIC,15,171,74,8
  1244. LTEXT "",IDC_DC_TEXT_IPADDRESS,100,171,137,8
  1245. LTEXT "IPX address:",IDC_STATIC,15,184,74,8
  1246. LTEXT "",IDC_DC_TEXT_IPXADDRESS,100,184,137,8
  1247. LTEXT "NetBEUI name:",IDC_STATIC,15,197,74,8
  1248. LTEXT "",IDC_DC_TEXT_NBFADDRESS,100,197,137,8
  1249. LTEXT "AppleTalk address:",IDC_STATIC,15,210,74,8
  1250. LTEXT "",IDC_DC_TEXT_ATLKADDRESS,100,210,137,8
  1251. PUSHBUTTON "R&efresh",IDC_DC_BTN_REFRESH,33,237,50,14
  1252. PUSHBUTTON "&Reset",IDC_DC_BTN_RESET,87,237,50,14
  1253. PUSHBUTTON "&Disconnect",IDC_DC_BTN_HANGUP,141,237,50,14
  1254. PUSHBUTTON "Close",IDCANCEL,195,237,50,14
  1255. END
  1256. IDD_DDM_MESSAGE DIALOG DISCARDABLE 0, 0, 252, 148
  1257. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1258. CAPTION "Send Message"
  1259. FONT 8, "MS Shell Dlg"
  1260. BEGIN
  1261. LTEXT "Send a message to:",IDC_STATIC,7,7,238,8
  1262. EDITTEXT IDC_DM_EDIT_TO,7,17,238,14,ES_READONLY | NOT WS_BORDER |
  1263. NOT WS_TABSTOP
  1264. LTEXT "&Message:",IDC_STATIC,7,35,238,8
  1265. EDITTEXT IDC_DM_EDIT_MESSAGE,7,45,238,72,ES_MULTILINE |
  1266. ES_AUTOVSCROLL | ES_WANTRETURN | WS_VSCROLL
  1267. DEFPUSHBUTTON "OK",IDOK,140,127,50,14
  1268. PUSHBUTTON "Cancel",IDCANCEL,195,127,50,14
  1269. END
  1270. IDD_PORTS_GLOBAL_GENERAL DIALOG DISCARDABLE 6, 20, 252, 218
  1271. STYLE DS_MODALFRAME | WS_POPUP | WS_DISABLED | WS_CAPTION
  1272. CAPTION "Devices"
  1273. FONT 8, "MS Shell Dlg"
  1274. BEGIN
  1275. LTEXT "Routing and Remote Access (RRAS) uses the devices listed below.",
  1276. IDC_STATIC,7,7,238,8
  1277. CONTROL "List1",IDC_PGG_LIST,"SysListView32",LVS_REPORT |
  1278. LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER |
  1279. WS_TABSTOP,7,22,238,157
  1280. PUSHBUTTON "&Configure...",IDC_PGG_BTN_CONFIGURE,7,186,60,14
  1281. LTEXT "",IDC_PGG_TXT_NOINFO,7,7,238,204,NOT WS_VISIBLE
  1282. END
  1283. IDD_RTR_ATLK DIALOG DISCARDABLE 0, 0, 252, 218
  1284. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  1285. CAPTION "General"
  1286. FONT 8, "MS Shell Dlg"
  1287. BEGIN
  1288. ICON IDI_SNAPIN_ICON,IDC_STATIC,7,7,20,20
  1289. LTEXT "AppleTalk Interface Configuration",IDC_STATIC,40,12,205,
  1290. 17
  1291. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,34,
  1292. 238,1
  1293. CONTROL "&Enable seed routing on this network",
  1294. IDC_RTR_ATLK_SEEDNETWORK,"Button",BS_AUTOCHECKBOX |
  1295. WS_GROUP | WS_TABSTOP,7,42,238,10
  1296. GROUPBOX "Network range",IDC_RTR_ATLK_S_RANGE,7,57,238,34
  1297. LTEXT "&From:",IDC_RTR_ATLK_S_LOWER,16,72,22,8
  1298. EDITTEXT IDC_RTR_ATLK_FROM,44,69,45,14,ES_RIGHT | ES_AUTOHSCROLL |
  1299. ES_NUMBER | WS_GROUP
  1300. CONTROL "Spin1",IDC_ATLK_SPIN_FROM,"msctls_updown32",
  1301. UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY |
  1302. UDS_ARROWKEYS | UDS_NOTHOUSANDS,84,69,11,14
  1303. LTEXT "&To:",IDC_RTR_ATLK_S_UPPER,112,72,14,8,NOT WS_GROUP
  1304. EDITTEXT IDC_RTR_ATLK_TO,132,69,45,14,ES_RIGHT | ES_AUTOHSCROLL |
  1305. ES_NUMBER | WS_GROUP
  1306. CONTROL "Spin2",IDC_ATLK_SPIN_TO,"msctls_updown32",
  1307. UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY |
  1308. UDS_ARROWKEYS | UDS_NOTHOUSANDS,172,69,11,14
  1309. GROUPBOX "Zones",IDC_STATIC,7,96,238,115
  1310. LTEXT "Default zone:",IDC_RTR_ATLK_DEFAULTZONE_PROMPT,16,111,
  1311. 43,8
  1312. LTEXT "<default zone>",IDC_RTR_ATLK_DEFAULTZONE_DISPLAY,61,111,
  1313. 175,8
  1314. LTEXT "A&vailable zones:",IDC_RTR_ATLK_S_DEF,16,124,145,8
  1315. LISTBOX IDC_RTR_ATLK_LB_DEFZONES,16,135,145,67,LBS_SORT |
  1316. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  1317. PUSHBUTTON "&Set As Default",IDC_ATLK_BTN_SET_DEFAULT,171,135,65,14
  1318. PUSHBUTTON "&New...",IDC_BTN_ATLK_ZONEADD,171,152,65,14
  1319. PUSHBUTTON "&Update List",IDC_BTN_ATLK_GETZONES,171,170,65,14
  1320. PUSHBUTTON "&Delete",IDC_BTN_ATLK_ZONEREMOVE,171,188,65,14
  1321. END
  1322. IDD_RTR_GENERAL DIALOG DISCARDABLE 0, 0, 252, 218
  1323. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  1324. CAPTION "General"
  1325. FONT 8, "MS Shell Dlg"
  1326. BEGIN
  1327. ICON IDI_SNAPIN_ICON,IDC_STATIC,7,7,20,20
  1328. LTEXT "Routing and Remote Access",IDC_STATIC,40,12,205,17
  1329. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,34,238,1
  1330. LTEXT "Enable this computer as a:",IDC_STATIC,7,42,238,8
  1331. CONTROL "&Router",IDC_RTR_GEN_CB_SVRASRTR,"Button",
  1332. BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,7,
  1333. 57,238,10
  1334. CONTROL "&Local area network (LAN) routing only",
  1335. IDC_RTR_GEN_RB_LAN,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  1336. BS_MULTILINE | WS_GROUP | WS_TABSTOP,19,70,226,10
  1337. CONTROL "LA&N and demand-dial routing",IDC_RTR_GEN_RB_LANWAN,
  1338. "Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,19,
  1339. 83,226,10
  1340. CONTROL "R&emote access server",IDC_RTR_GEN_CB_RAS,"Button",
  1341. BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,7,
  1342. 96,238,10
  1343. END
  1344. IDD_RTR_AUTHENTICATION DIALOG DISCARDABLE 0, 0, 252, 218
  1345. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  1346. CAPTION "Security"
  1347. FONT 8, "MS Shell Dlg"
  1348. BEGIN
  1349. LTEXT "The authentication provider validates credentials for remote access clients and demand-dial routers.",
  1350. IDC_STATIC,7,7,238,17
  1351. LTEXT "Aut&hentication provider:",IDC_STATIC,7,30,238,8
  1352. COMBOBOX IDC_RTR_AUTH_COMBO_AUTHPROV,7,40,173,52,CBS_DROPDOWNLIST |
  1353. CBS_SORT | WS_VSCROLL | WS_TABSTOP
  1354. PUSHBUTTON "Co&nfigure...",IDC_RTR_AUTH_BTN_AUTHCFG,185,39,60,14
  1355. LTEXT "The custom IPSEC policy specifies a pre-shared key for L2TP connections. Routing and Remote Access Server should be started to set this option.",
  1356. IDC_STATIC_PRESHARED_KEY,7,134,238,20
  1357. PUSHBUTTON "A&uthentication Methods...",IDC_RTR_AUTH_BTN_SETTINGS,7,
  1358. 60,100,14
  1359. LTEXT "Acc&ounting provider:",IDC_STATIC,7,106,238,8
  1360. COMBOBOX IDC_RTR_AUTH_COMBO_ACCTPROV,7,116,173,42,
  1361. CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
  1362. PUSHBUTTON "&Configure...",IDC_RTR_AUTH_BTN_ACCTCFG,185,115,60,14
  1363. CONTROL "Allow custom IPSEC policy for &L2TP connection",
  1364. IDC_AUTH_CHK_CUSTOM_IPSEC_POLICY,"Button",
  1365. BS_AUTOCHECKBOX | WS_TABSTOP,7,159,172,14
  1366. LTEXT "Pre-shared &Key:",IDC_STATIC_PRESHARED_KEY1,7,175,51,8
  1367. EDITTEXT IDC_TXT_PRESHARED_KEY,15,186,230,14,ES_AUTOHSCROLL
  1368. LTEXT "The accounting provider maintains a log of connection requests and sessions.",
  1369. IDC_STATIC,4,82,238,17
  1370. END
  1371. IDD_RTR_EAP_CFG DIALOG DISCARDABLE 0, 0, 252, 218
  1372. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1373. CAPTION "EAP Methods"
  1374. FONT 8, "MS Shell Dlg"
  1375. BEGIN
  1376. LTEXT "The Extensible Authentication Protocol (EAP) extends the authentication methods available for Point-to-Point Protocol (PPP) connections.",
  1377. IDC_STATIC,7,7,238,17
  1378. LTEXT "EAP methods are configured through remote access policies. This server has the following EAP methods installed.",
  1379. IDC_STATIC,7,30,238,17
  1380. LTEXT "&Methods:",IDC_STATIC,7,53,238,8
  1381. LISTBOX IDC_RTR_EAPCFG_LIST,7,63,238,123,LBS_SORT |
  1382. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  1383. PUSHBUTTON "OK",IDOK,195,190,50,14
  1384. END
  1385. IDD_RADIUS_AUTH DIALOG DISCARDABLE 0, 0, 252, 218
  1386. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1387. CAPTION "RADIUS Authentication"
  1388. FONT 8, "MS Shell Dlg"
  1389. BEGIN
  1390. LTEXT "The following RADIUS servers are queried in order from the highest to the lowest score.",
  1391. IDC_STATIC,7,7,238,17
  1392. CONTROL "List1",IDC_RADAUTH_LIST,"SysListView32",LVS_REPORT |
  1393. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER |
  1394. WS_BORDER | WS_TABSTOP,7,30,238,128
  1395. PUSHBUTTON "&Add...",IDC_RADAUTH_BTN_ADD,85,162,50,14
  1396. PUSHBUTTON "&Edit...",IDC_RADAUTH_BTN_EDIT,140,162,50,14
  1397. PUSHBUTTON "&Remove",IDC_RADAUTH_BTN_DELETE,194,162,51,14
  1398. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,185,
  1399. 238,1
  1400. DEFPUSHBUTTON "OK",IDOK,141,196,50,14
  1401. PUSHBUTTON "Cancel",IDCANCEL,195,196,50,14
  1402. END
  1403. IDD_RADIUS_AUTH_CONFIG DIALOG DISCARDABLE 0, 0, 252, 162
  1404. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1405. CAPTION "Add RADIUS Server"
  1406. FONT 8, "MS Shell Dlg"
  1407. BEGIN
  1408. LTEXT "&Server name:",IDC_STATIC,7,10,82,8
  1409. EDITTEXT IDC_RAC_EDIT_SERVER,94,7,151,14,ES_AUTOHSCROLL
  1410. LTEXT "S&ecret:",IDC_STATIC,7,28,82,8
  1411. EDITTEXT IDC_RAC_EDIT_SECRET,94,25,96,14,ES_PASSWORD |
  1412. ES_AUTOHSCROLL
  1413. PUSHBUTTON "C&hange...",IDC_RAC_BTN_CHANGE,195,25,50,14
  1414. LTEXT "&Time-out (seconds):",IDC_STATIC,7,46,82,8
  1415. EDITTEXT IDC_RAC_EDIT_TIMEOUT,94,43,40,15,ES_AUTOHSCROLL |
  1416. ES_NUMBER
  1417. CONTROL "Spin1",IDC_RAC_SPIN_TIMEOUT,"msctls_updown32",UDS_WRAP |
  1418. UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS |
  1419. UDS_NOTHOUSANDS,122,43,11,15
  1420. LTEXT "I&nitial score:",IDC_STATIC,7,64,82,8
  1421. EDITTEXT IDC_RAC_EDIT_SCORE,94,61,40,15,ES_AUTOHSCROLL
  1422. CONTROL "Spin2",IDC_RAC_SPIN_SCORE,"msctls_updown32",UDS_WRAP |
  1423. UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS |
  1424. UDS_NOTHOUSANDS,122,61,11,15
  1425. LTEXT "&Port:",IDC_STATIC,7,82,82,8
  1426. EDITTEXT IDC_RAC_EDIT_PORT,94,79,40,15,ES_AUTOHSCROLL | ES_NUMBER
  1427. CONTROL "&Always use digital signatures",IDC_RAC_BTN_DIGITALSIG,
  1428. "Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE |
  1429. WS_TABSTOP,7,102,238,10
  1430. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,129,
  1431. 238,1
  1432. DEFPUSHBUTTON "OK",IDOK,141,141,50,14
  1433. PUSHBUTTON "Cancel",IDCANCEL,195,141,50,14
  1434. END
  1435. IDD_PPP_CONFIG DIALOG DISCARDABLE 0, 0, 252, 218
  1436. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  1437. CAPTION "PPP"
  1438. FONT 8, "MS Shell Dlg"
  1439. BEGIN
  1440. LTEXT "This server can use the following Point-to-Point Protocol (PPP) options. Remote access policies determine which settings are used for an individual connection.",
  1441. IDC_STATIC,7,7,238,25
  1442. CONTROL "&Multilink connections",IDC_PPPCFG_BTN_MULTILINK,"Button",
  1443. BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,7,
  1444. 38,238,10
  1445. CONTROL "Dy&namic bandwidth control using BAP or BACP",
  1446. IDC_PPPCFG_BTN_BACP,"Button",BS_AUTOCHECKBOX | BS_TOP |
  1447. BS_MULTILINE | WS_TABSTOP,20,51,225,10
  1448. CONTROL "&Link control protocol (LCP) extensions",
  1449. IDC_PPPCFG_BTN_LCP,"Button",BS_AUTOCHECKBOX | BS_TOP |
  1450. BS_MULTILINE | WS_TABSTOP,7,65,238,10
  1451. CONTROL "&Software compression",IDC_PPPCFG_BTN_SWCOMP,"Button",
  1452. BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,7,
  1453. 78,238,10
  1454. END
  1455. IDD_CHANGE_SECRET DIALOG DISCARDABLE 0, 0, 212, 81
  1456. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1457. CAPTION "Change Secret"
  1458. FONT 8, "MS Shell Dlg"
  1459. BEGIN
  1460. LTEXT "&New secret:",IDC_STATIC,7,10,78,8
  1461. EDITTEXT IDC_SECRET_EDIT_NEW,103,7,102,14,ES_PASSWORD |
  1462. ES_AUTOHSCROLL
  1463. LTEXT "C&onfirm new secret:",IDC_STATIC,7,28,86,8
  1464. EDITTEXT IDC_SECRET_EDIT_NEW_CONFIRM,103,25,102,14,ES_PASSWORD |
  1465. ES_AUTOHSCROLL
  1466. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,49,
  1467. 198,1
  1468. DEFPUSHBUTTON "OK",IDOK,101,60,50,14
  1469. PUSHBUTTON "Cancel",IDCANCEL,155,60,50,14
  1470. END
  1471. IDD_RADIUS_ACCT_CONFIG DIALOG DISCARDABLE 0, 0, 252, 160
  1472. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1473. CAPTION "Add RADIUS Server"
  1474. FONT 8, "MS Shell Dlg"
  1475. BEGIN
  1476. LTEXT "&Server name:",IDC_STATIC,7,10,82,8
  1477. EDITTEXT IDC_RAC_EDIT_SERVER,94,7,151,14,ES_AUTOHSCROLL
  1478. LTEXT "S&ecret:",IDC_STATIC,7,28,82,8
  1479. EDITTEXT IDC_RAC_EDIT_SECRET,94,25,96,14,ES_PASSWORD |
  1480. ES_AUTOHSCROLL
  1481. PUSHBUTTON "C&hange...",IDC_RAC_BTN_CHANGE,195,25,50,14
  1482. LTEXT "&Time-out (seconds):",IDC_STATIC,7,46,82,8
  1483. EDITTEXT IDC_RAC_EDIT_TIMEOUT,94,43,40,14,ES_AUTOHSCROLL |
  1484. ES_NUMBER
  1485. CONTROL "Spin1",IDC_RAC_SPIN_TIMEOUT,"msctls_updown32",UDS_WRAP |
  1486. UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS |
  1487. UDS_NOTHOUSANDS,122,43,11,14
  1488. LTEXT "I&nitial score:",IDC_STATIC,7,64,82,8
  1489. EDITTEXT IDC_RAC_EDIT_SCORE,94,61,40,14,ES_AUTOHSCROLL
  1490. CONTROL "Spin2",IDC_RAC_SPIN_SCORE,"msctls_updown32",UDS_WRAP |
  1491. UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS |
  1492. UDS_NOTHOUSANDS,123,60,11,15
  1493. LTEXT "&Port:",IDC_RAC_TXT_PORT,7,82,82,8
  1494. EDITTEXT IDC_RAC_EDIT_PORT,94,79,40,14,ES_AUTOHSCROLL | ES_NUMBER
  1495. CONTROL "Sen&d RADIUS Accounting On and Accounting Off messages",
  1496. IDC_RAC_BTN_ONOFF,"Button",BS_AUTOCHECKBOX | BS_TOP |
  1497. BS_MULTILINE | WS_TABSTOP,7,100,238,10
  1498. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,129,
  1499. 238,1
  1500. DEFPUSHBUTTON "OK",IDOK,141,139,50,14
  1501. PUSHBUTTON "Cancel",IDCANCEL,195,139,50,14
  1502. END
  1503. IDD_PORTS_DEVICE_CONFIG DIALOG DISCARDABLE 0, 0, 252, 157
  1504. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1505. CAPTION "Configure Device - "
  1506. FONT 8, "MS Shell Dlg"
  1507. BEGIN
  1508. LTEXT "You can use this device for remote access requests or demand-dial connections.",
  1509. IDC_STATIC,7,7,238,17
  1510. CONTROL "&Remote access connections (inbound only)",
  1511. IDC_DEVCFG_BTN_RAS,"Button",BS_AUTOCHECKBOX | BS_TOP |
  1512. BS_MULTILINE | WS_TABSTOP,7,27,238,10
  1513. CONTROL "&Demand-dial routing connections (inbound and outbound)",
  1514. IDC_DEVCFG_BTN_ROUTING,"Button",BS_AUTOCHECKBOX | BS_TOP |
  1515. BS_MULTILINE | WS_TABSTOP,7,38,238,10
  1516. CONTROL "Demand-dial r&outing connections (outbound only)",
  1517. IDC_DEVCFG_BTN_OUTBOUND_ROUTING,"Button",BS_AUTOCHECKBOX |
  1518. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,49,238,10
  1519. LTEXT "&Phone number for this device:",
  1520. IDC_DEVCFG_TEXT_CALLEDID,7,74,129,8
  1521. EDITTEXT IDC_DEVCFG_EDIT_CALLEDID,139,71,83,14,ES_AUTOHSCROLL
  1522. LTEXT "You can set a maximum port limit for a device that supports multiple ports.",
  1523. IDC_DEVCFG_TEXT,7,92,238,8
  1524. LTEXT "&Maximum ports:",IDC_DEVCFG_TEXT_PORTS,7,110,63,8
  1525. EDITTEXT IDC_DEVCFG_EDIT_PORTS,74,107,40,14,ES_AUTOHSCROLL |
  1526. ES_NUMBER
  1527. CONTROL "Spin1",IDC_DEVCFG_SPIN_PORTS,"msctls_updown32",UDS_WRAP |
  1528. UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS |
  1529. UDS_NOTHOUSANDS,102,107,11,14
  1530. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,128,
  1531. 238,1
  1532. DEFPUSHBUTTON "OK",IDOK,141,136,50,14
  1533. PUSHBUTTON "Cancel",IDCANCEL,195,136,50,14
  1534. END
  1535. IDD_RTR_EVENTLOGGING DIALOG DISCARDABLE 0, 0, 252, 218
  1536. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  1537. CAPTION "Event Logging"
  1538. FONT 8, "MS Shell Dlg"
  1539. BEGIN
  1540. CONTROL "E&nable Point-to-Point Protocol (PPP) logging",
  1541. IDC_ELOG_BTN_PPP,"Button",BS_AUTOCHECKBOX | BS_TOP |
  1542. BS_MULTILINE | WS_TABSTOP,7,7,238,10
  1543. CONTROL "Log &errors only",IDC_ELOG_BTN_LOGERROR,"Button",
  1544. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
  1545. WS_TABSTOP,7,38,238,10
  1546. CONTROL "Log errors and &warnings",IDC_ELOG_BTN_LOGWARN,"Button",
  1547. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,7,51,238,10
  1548. CONTROL "Log the &maximum amount of information",
  1549. IDC_ELOG_BTN_LOGINFO,"Button",BS_AUTORADIOBUTTON |
  1550. BS_TOP | BS_MULTILINE,7,64,238,9
  1551. CONTROL "&Disable event logging",IDC_ELOG_BTN_LOGNONE,"Button",
  1552. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,7,77,238,10
  1553. LTEXT "Event logging:",IDC_STATIC,7,25,238,8
  1554. END
  1555. IDD_TUNNEL DIALOG DISCARDABLE 0, 0, 212, 74
  1556. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1557. CAPTION "New IP Tunnel"
  1558. FONT 8, "MS Shell Dlg"
  1559. BEGIN
  1560. LTEXT "I&nterface name:",IDC_STATIC,7,7,198,8
  1561. EDITTEXT IDC_TUNNEL_EDIT_NAME,7,17,198,14,ES_AUTOHSCROLL
  1562. PUSHBUTTON "OK",IDOK,101,52,50,14
  1563. PUSHBUTTON "Cancel",IDCANCEL,155,52,50,14
  1564. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,41,198,1
  1565. END
  1566. IDD_RTR_ATLK_NEWZONE DIALOG DISCARDABLE 0, 0, 212, 73
  1567. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1568. CAPTION "New Zone"
  1569. FONT 8, "MS Shell Dlg"
  1570. BEGIN
  1571. LTEXT "&Zone name:",IDC_RTR_ATLK_NEWZONE_STATIC,7,7,198,8
  1572. EDITTEXT IDC_RTR_ATLK_NEWZONE_EDIT,7,17,198,14,ES_AUTOHSCROLL
  1573. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,41,
  1574. 198,1
  1575. DEFPUSHBUTTON "OK",IDOK,101,52,50,14
  1576. PUSHBUTTON "Cancel",IDCANCEL,155,52,50,14
  1577. END
  1578. IDD_AUTHENTICATION_SETTINGS DIALOGEX 0, 0, 252, 198
  1579. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1580. EXSTYLE WS_EX_CONTEXTHELP
  1581. CAPTION "Authentication Methods"
  1582. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1583. BEGIN
  1584. LTEXT "The server authenticates remote systems by using the selected methods in the order shown below.",
  1585. IDC_RTR_AUTH_TXT_DETAILS,7,7,238,17
  1586. CONTROL "E&xtensible authentication protocol (EAP)",
  1587. IDC_RTR_AUTH_BTN_EAP,"Button",BS_AUTOCHECKBOX | BS_TOP |
  1588. BS_MULTILINE | WS_TABSTOP,7,30,238,10
  1589. PUSHBUTTON "E&AP Methods...",IDC_RTR_AUTH_BTN_DETAILS,19,45,70,14
  1590. CONTROL "&Microsoft encrypted authentication version 2 (MS-CHAP v2)",
  1591. IDC_RTR_AUTH_BTN_MSCHAPV2,"Button",BS_AUTOCHECKBOX |
  1592. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,66,238,10
  1593. CONTROL "Micro&soft encrypted authentication (MS-CHAP)",
  1594. IDC_RTR_AUTH_BTN_MSCHAP,"Button",BS_AUTOCHECKBOX |
  1595. BS_TOP | BS_MULTILINE | WS_TABSTOP,7,79,238,10
  1596. CONTROL "&Encrypted authentication (CHAP)",IDC_RTR_AUTH_BTN_CHAP,
  1597. "Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE |
  1598. WS_TABSTOP,7,92,238,10
  1599. CONTROL "Shi&va Password Authentication Protocol (SPAP)",
  1600. IDC_RTR_AUTH_BTN_SPAP,"Button",BS_AUTOCHECKBOX | BS_TOP |
  1601. BS_MULTILINE | WS_TABSTOP,7,105,238,10
  1602. CONTROL "U&nencrypted password (PAP)",IDC_RTR_AUTH_BTN_PAP,
  1603. "Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE |
  1604. WS_TABSTOP,7,118,238,10
  1605. GROUPBOX "Unauthenticated access",IDC_STATIC,7,133,238,32
  1606. CONTROL "Allo&w remote systems to connect without authentication",
  1607. IDC_RTR_AUTH_BTN_NOAUTH,"Button",BS_AUTOCHECKBOX |
  1608. BS_TOP | BS_MULTILINE | WS_TABSTOP,15,147,222,10
  1609. DEFPUSHBUTTON "OK",IDOK,141,177,50,14
  1610. PUSHBUTTON "Cancel",IDCANCEL,195,177,50,14
  1611. END
  1612. IDD_IPPOOL DIALOG DISCARDABLE 0, 0, 252, 124
  1613. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1614. CAPTION "Add Static Address Pool"
  1615. FONT 8, "MS Shell Dlg"
  1616. BEGIN
  1617. LTEXT "Type a starting IP address and either an ending IP address or the number of addresses in the range.",
  1618. IDC_STATIC,7,7,238,16
  1619. LTEXT "&Start IP address:",IDC_STATIC,7,34,53,8
  1620. CONTROL "IP address",IDC_IPPOOL_IP_START,"IpAddress",WS_BORDER |
  1621. WS_GROUP | WS_TABSTOP,102,32,80,14
  1622. LTEXT "&End IP address:",IDC_STATIC,7,53,51,8
  1623. CONTROL "IP address",IDC_IPPOOL_IP_END,"IpAddress",WS_BORDER |
  1624. WS_GROUP | WS_TABSTOP,102,50,80,14
  1625. LTEXT "&Number of addresses:",IDC_STATIC,7,72,70,8
  1626. EDITTEXT IDC_IPPOOL_EDIT_RANGE,102,69,68,14,ES_RIGHT |
  1627. ES_AUTOHSCROLL
  1628. DEFPUSHBUTTON "OK",IDOK,141,103,50,14
  1629. PUSHBUTTON "Cancel",IDCANCEL,195,103,50,14
  1630. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,1,92,244,1
  1631. END
  1632. /////////////////////////////////////////////////////////////////////////////
  1633. //
  1634. // Icon
  1635. //
  1636. // Icon with lowest ID value placed first to ensure application icon
  1637. // remains consistent on all systems.
  1638. IDI_SNAPIN_ICON ICON DISCARDABLE "res\\net01.ico"
  1639. IDI_ATLK_ICON ICON DISCARDABLE "res\\net01.ico"
  1640. IDI_FOLDER_OPEN ICON DISCARDABLE "res\\folder01.ico"
  1641. IDI_FOLDER_CLOSED ICON DISCARDABLE "res\\folder02.ico"
  1642. IDI_MACHINE ICON DISCARDABLE "res\\server01.ico"
  1643. IDI_MACHINE_ERROR ICON DISCARDABLE "res\\server02.ico"
  1644. IDI_MACHINE_ACCESS_DENIED ICON DISCARDABLE "res\\server03.ico"
  1645. IDI_MACHINE_STARTED ICON DISCARDABLE "res\\server04.ico"
  1646. IDI_MACHINE_STOPPED ICON DISCARDABLE "res\\server05.ico"
  1647. IDI_MACHINE_WAIT ICON DISCARDABLE "res\\server06.ico"
  1648. IDI_DOMAIN ICON DISCARDABLE "res\\domain01.ico"
  1649. IDI_NET_INTERFACES ICON DISCARDABLE "res\\net01.ico"
  1650. IDI_NET_LAN_CARD ICON DISCARDABLE "res\\net02.ico"
  1651. IDI_NET_WAN_CARD ICON DISCARDABLE "res\\net03.ico"
  1652. IDI_CRITICAL ICON DISCARDABLE "res\\critical.ico"
  1653. IDI_INFORMATION_SMALL ICON DISCARDABLE "res\\infos.ico"
  1654. IDI_WARNING_SMALL ICON DISCARDABLE "res\\warns.ico"
  1655. IDI_NAT_SNAPIN_ICON ICON DISCARDABLE "res\\net01.ico"
  1656. /////////////////////////////////////////////////////////////////////////////
  1657. //
  1658. // HTML
  1659. //
  1660. WELCOME.HTM HTML DISCARDABLE "res\\welcome.htm"
  1661. CONFIGURE.HTM HTML DISCARDABLE "res\\configure.htm"
  1662. /////////////////////////////////////////////////////////////////////////////
  1663. //
  1664. // String Table
  1665. //
  1666. STRINGTABLE DISCARDABLE
  1667. BEGIN
  1668. IDS_LARGEFONTNAME "Verdana Bold"
  1669. IDS_LARGEFONTSIZE "10"
  1670. IDS_BULLETFONTNAME "Marlett"
  1671. IDS_BULLETFONTSIZE "8"
  1672. END
  1673. STRINGTABLE DISCARDABLE
  1674. BEGIN
  1675. IDS_NEWWIZ_COMMONCONFIG_TITLE "Common Configurations"
  1676. IDS_NEWWIZ_COMMONCONFIG_SUBTITLE
  1677. "You can select from several common configurations."
  1678. IDS_NEWWIZ_NAT_CHOICE_TITLE "Internet Connection Server Setup"
  1679. IDS_NEWWIZ_NAT_CHOICE_SUBTITLE
  1680. "You can create a basic Internet connection with limited administrative control, or a more complex Internet connection with full administrative control."
  1681. IDS_NEWWIZ_NAT_A_PUBLIC_TITLE "Internet Connection"
  1682. IDS_NEWWIZ_NAT_A_PUBLIC_SUBTITLE
  1683. "Client computers use a single connection to access the Internet through this server."
  1684. IDS_NEWWIZ_NAT_A_PRIVATE_TITLE "Network Selection"
  1685. IDS_NEWWIZ_NAT_A_PRIVATE_SUBTITLE
  1686. "You can select the network that should have shared Internet access."
  1687. IDS_NEWWIZ_NAT_A_DHCPDNS_TITLE "Name and Address Translation Services"
  1688. IDS_NEWWIZ_NAT_A_DHCPDNS_SUBTITLE
  1689. "You can enable basic name and address services."
  1690. IDS_NEWWIZ_NAT_A_DD_WARNING_TITLE "Applying Changes"
  1691. IDS_NEWWIZ_NAT_A_DD_WARNING_SUBTITLE
  1692. "Routing and Remote Access is ready to apply the information that you supplied."
  1693. IDS_NEWWIZ_RAS_CHOICE_TITLE "Remote Access Server Setup"
  1694. IDS_NEWWIZ_RAS_CHOICE_SUBTITLE
  1695. "You can use a basic configuration or more advanced options to set up this remote access server."
  1696. IDS_NEWWIZ_RAS_A_PROTOCOLS_TITLE "Remote Client Protocols"
  1697. IDS_NEWWIZ_RAS_A_PROTOCOLS_SUBTITLE
  1698. "The protocols required for remote client access must be available on this server."
  1699. END
  1700. STRINGTABLE DISCARDABLE
  1701. BEGIN
  1702. IDS_NEWWIZ_RAS_A_ATALK_TITLE "Macintosh Guest Authentication"
  1703. IDS_NEWWIZ_RAS_A_ATALK_SUBTITLE
  1704. "You can allow remote Macintosh users to connect to this server using the Guest account."
  1705. IDS_NEWWIZ_RAS_A_SELECT_NETWORK_TITLE "Network Selection"
  1706. IDS_NEWWIZ_RAS_A_SELECT_NETWORK_SUBTITLE
  1707. "You can assign remote clients to the network that you want them to use."
  1708. IDS_NEWWIZ_RAS_NONICS_TITLE "Verify Network Connections"
  1709. IDS_NEWWIZ_RAS_NONICS_SUBTITLE
  1710. "Please ensure that you have a connection to your network."
  1711. IDS_NEWWIZ_RAS_A_ADDRESSING_NONICS_TITLE "Address Range Assignment"
  1712. IDS_NEWWIZ_RAS_A_ADDRESSING_NONICS_SUBTITLE
  1713. "You can specify the address ranges that this server will use to assign addresses to remote clients."
  1714. IDS_NEWWIZ_RAS_A_ADDRESS_ASSIGNMENT_TITLE "IP Address Assignment"
  1715. IDS_NEWWIZ_RAS_A_ADDRESS_ASSIGNMENT_SUBTITLE
  1716. "You can select the method for assigning IP addresses to remote clients."
  1717. IDS_NEWWIZ_RAS_A_ADDRESS_POOL_TITLE "Address Range Assignment"
  1718. IDS_NEWWIZ_RAS_A_ADDRESS_POOL_SUBTITLE
  1719. "You can specify the address ranges that this server will use to assign addresses to remote clients."
  1720. IDS_NEWWIZ_RAS_A_USERADIUS_TITLE "Managing Multiple Remote Access Servers"
  1721. IDS_NEWWIZ_RAS_A_USERADIUS_SUBTITLE
  1722. "You can manage all of your remote access servers centrally."
  1723. IDS_NEWWIZ_RAS_A_RADIUS_CONFIG_TITLE "RADIUS Server Selection"
  1724. IDS_NEWWIZ_RAS_A_RADIUS_CONFIG_SUBTITLE
  1725. "You can specify the RADIUS servers that you want to use for authentication and accounting."
  1726. END
  1727. STRINGTABLE DISCARDABLE
  1728. BEGIN
  1729. IDS_NEWWIZ_VPN_A_PROTOCOLS_TITLE "Remote Client Protocols"
  1730. IDS_NEWWIZ_VPN_A_PROTOCOLS_SUBTITLE
  1731. "The protocols required for VPN access must be available on this server."
  1732. IDS_NEWWIZ_VPN_A_ATALK_TITLE "Macintosh Guest Authentication"
  1733. IDS_NEWWIZ_VPN_A_ATALK_SUBTITLE
  1734. "You can allow remote Macintosh users to connect to this server using the Guest account."
  1735. IDS_NEWWIZ_VPN_A_SELECT_PUBLIC_TITLE "Connection Security"
  1736. IDS_NEWWIZ_VPN_A_SELECT_PUBLIC_SUBTITLE
  1737. "Routing and Remote Access can set up security features to prevent unauthorized traffic from gaining access to this VPN server through the Internet."
  1738. IDS_NEWWIZ_VPN_A_SELECT_PRIVATE_TITLE "Network Selection"
  1739. IDS_NEWWIZ_VPN_A_SELECT_PRIVATE_SUBTITLE
  1740. "You can assign remote VPN clients to the network that you want them to use."
  1741. IDS_NEWWIZ_VPN_A_ADDRESSING_NONICS_TITLE "IP Address Assignment"
  1742. IDS_NEWWIZ_VPN_A_ADDRESSING_NONICS_SUBTITLE
  1743. "You can select the method for assigning IP addresses to remote clients."
  1744. IDS_NEWWIZ_VPN_A_ADDRESS_ASSIGNMENT_TITLE "IP Address Assignment"
  1745. IDS_NEWWIZ_VPN_A_ADDRESS_ASSIGNMENT_SUBTITLE
  1746. "You can select the method for assigning IP addresses to remote clients."
  1747. IDS_NEWWIZ_VPN_A_ADDRESS_POOL_TITLE "Address Range Assignment"
  1748. IDS_NEWWIZ_VPN_A_ADDRESS_POOL_SUBTITLE
  1749. "You can specify the address ranges that this server will use to assign addresses to remote clients."
  1750. IDS_NEWWIZ_VPN_A_USERADIUS_TITLE "Managing Multiple Remote Access Servers"
  1751. IDS_NEWWIZ_VPN_A_USERADIUS_SUBTITLE
  1752. "You can manage all of your remote access servers centrally."
  1753. END
  1754. STRINGTABLE DISCARDABLE
  1755. BEGIN
  1756. IDS_NEWWIZ_VPN_A_RADIUS_CONFIG_TITLE "RADIUS Server Selection"
  1757. IDS_NEWWIZ_VPN_A_RADIUS_CONFIG_SUBTITLE
  1758. "You can specify the RADIUS servers that you want to use for authentication and accounting."
  1759. IDS_NEWWIZ_ROUTER_PROTOCOLS_TITLE "Routed Protocols"
  1760. IDS_NEWWIZ_ROUTER_PROTOCOLS_SUBTITLE
  1761. "The protocols required for routing must be available on this server."
  1762. IDS_NEWWIZ_ROUTER_ADDRESS_ASSIGNMENT_TITLE "IP Address Assignment"
  1763. IDS_NEWWIZ_ROUTER_ADDRESS_ASSIGNMENT_SUBTITLE
  1764. "You can select the method for assigning IP addresses to remote clients."
  1765. IDS_NEWWIZ_ROUTER_ADDRESS_POOL_TITLE "Address Range Assignment"
  1766. IDS_NEWWIZ_ROUTER_ADDRESS_POOL_SUBTITLE
  1767. "You can specify the address ranges that this server will use to assign addresses to remote clients."
  1768. IDS_NEWWIZ_ROUTER_USEDD_TITLE "Demand-Dial Connections"
  1769. IDS_NEWWIZ_ROUTER_USEDD_SUBTITLE
  1770. "Demand-dial connections allow you to route data to a remote network."
  1771. IDS_NEWWIZ_NAT_A_DHCP_WARNING_TITLE "Address Assignment Range"
  1772. IDS_NEWWIZ_NAT_A_DHCP_WARNING_SUBTITLE
  1773. "Windows has defined a range of addresses for your network."
  1774. END
  1775. STRINGTABLE DISCARDABLE
  1776. BEGIN
  1777. AFX_IDS_APP_TITLE "Routing and Remote Access"
  1778. IDS_DISPLAY_RESOURCE "Use Routing and Remote Access to configure and manage the Routing and Remote Access service."
  1779. IDS_RESTART_RRAS_PSK "The pre-shared key that is being changed/removed is currently in use. Restart Routing and Remote Access for this change to take effect."
  1780. IDS_ILLEGAL_CHARACTER "Illegal Character. You can only type number here."
  1781. END
  1782. STRINGTABLE DISCARDABLE
  1783. BEGIN
  1784. IDS_ERR_RESTART_TIMEOUT "The operation timed out. The Routing and Remote Access service may not have been restarted on %s."
  1785. IDS_ERR_RESTART_SERVICE "The Routing and Remote Access service may not have been restarted because the following error occurred when trying to query the service status."
  1786. IDS_WRN_RTRWIZ_VPN_NODHCP
  1787. "You have chosen to have this virtual private network server\nautomatically assign client IP addresses, or assign them from a\nDHCP server. However, the network connection for this server\nis configured to have a static IP address. \n\nIf you want this server to assign IP addresses automatically or\n from a DHCP server, you must ensure that the server's static\naddress is compatible with the addresses assigned to dial-in\nclients."
  1788. IDS_WRN_RTRWIZ_NO_DHCP_SERVER
  1789. "To support the relaying of DHCP messages from remote access clients, you must configure the properties of the DHCP Relay Agent with the IP address of your DHCP server."
  1790. IDS_ERR_CANNOT_FIND_DEFAULT_RAP
  1791. "Routing and Remote Access cannot verify that the currently configured Remote Access Policy on this server matches the default Remote Access Policy. Please check the Remote Access Policies configured on this server to make sure that they are appropriate. The following error occurred. \nThe remote access policy could not be found."
  1792. IDS_ERR_CANNOT_SYNC_WITH_RAP
  1793. "Routing and Remote Access cannot verify that the default Remote Access Policy matches the settings for the server.\nThe following error occurred:\n"
  1794. IDS_ERR_NO_RADIUS_SERVERS_SPECIFIED
  1795. "No RADIUS servers specified. Enter the name of a RADIUS server."
  1796. IDS_ERR_VPN_NO_NICS_LEFT_FOR_PRIVATE_IF
  1797. "You have chosen the last available connection as the internet connection. A VPN server requires that one connection be used as the private network connection."
  1798. IDS_ERR_RR_SERVICE_NOT_RUNNING
  1799. "Remote Registry service is required to configure a machine. \nCurrently, the Remote Registry service is not running on machine %s."
  1800. IDS_WRN_AUTH_CONFIG_AUTH
  1801. "Would you like to configure authentication provider: %s?"
  1802. IDS_WRN_AUTH_CONFIG_ACCT
  1803. "Would you like to configure accounting provider: %s?"
  1804. IDS_ERR_NO_PRESHARED_KEY
  1805. "If you choose to allow custom IPSEC policy, preshared key is required. Enter a preshared key and then save the configuration."
  1806. END
  1807. STRINGTABLE DISCARDABLE
  1808. BEGIN
  1809. IDS_QRY_TITLE_RRASQUERYFORM "Routers or Remote Access Servers"
  1810. IDS_QRY_TITLE_GENERALPAGE "General"
  1811. IDS_QRY_TITLE_ADVANCEDPAGE "Advanced"
  1812. IDS_ERR_TITLE "Router Query Error"
  1813. IDS_MIN_CHARS "You must enter a valid name of at least %1 characters."
  1814. IDS_ERR_ERRORCODE "failure with code 0x%08x!"
  1815. IDS_QRY_COL_CN "cn"
  1816. IDS_QRY_COL_OBJECTCLASS "Object Class"
  1817. IDS_QRY_COL_RRASATTRIBUTE "RRAS Attribute"
  1818. IDS_QRY_ERR_RRASADMINDIC
  1819. "The Routing and Remote Access administration dictionary cannot be read.\nThe following error occurred: %s\n"
  1820. END
  1821. STRINGTABLE DISCARDABLE
  1822. BEGIN
  1823. IDS_NEXT "Next"
  1824. IDS_OK "OK"
  1825. IDS_WAIT_FOR_RRAS "Please wait while the Routing and Remote Access service finishes initialization."
  1826. IDS_CONNECT_AS_TEXT "The %s server did not recognize your user name or password. Make sure your user name is correct, and then type it and your password again."
  1827. IDS_WAIT_FOR_RRAS_TITLE "Completing Initialization"
  1828. IDS_ADD_IPPOOL_TITLE "New Address Range"
  1829. IDS_EDIT_IPPOOL_TITLE "Edit Address Range"
  1830. END
  1831. STRINGTABLE DISCARDABLE
  1832. BEGIN
  1833. IDS_RADIUS_CONFIG_DESC "RADIUS configuration object"
  1834. IDS_ATLK_DISPLAY_NAME "AppleTalk Routing"
  1835. IDS_RRAS_LOCAL_TITLE "%s (local)"
  1836. IDS_RRAS_SERVICE_DESC "Routing and Remote Access"
  1837. IDS_RADIUS_CONFIG_ADD "Add RADIUS Server"
  1838. IDS_RADIUS_CONFIG_EDIT "Edit RADIUS Server"
  1839. IDS_RADIUS_SERVER_AUTH_TITLE "RADIUS Authentication"
  1840. IDS_RADIUS_SERVER_ACCT_TITLE "RADIUS Accounting"
  1841. IDS_ACCOUNTING_PROVIDERS_NONE "<None>"
  1842. IDS_DMV_DESC "Routing and Remote Access"
  1843. IDS_DMV_DISPLAYNAME "Routing and Remote Access"
  1844. IDS_DMV_ABOUT_DESCRIPTION "Routing and Remote Access"
  1845. IDS_DMV_DOMAINVIEW "Routing and Remote Access"
  1846. IDS_DMV_COL_SERVERNAME "Server Name"
  1847. IDS_DMV_COL_STATE "State"
  1848. IDS_DMV_COL_PORTSINUSE "Ports in use"
  1849. END
  1850. STRINGTABLE DISCARDABLE
  1851. BEGIN
  1852. IDS_DMV_COL_PORTSTOTAL "Total ports"
  1853. IDS_DMV_COL_UPTIME "Up time (days:hrs:mins)"
  1854. IDS_DMV_NODENAME_ROOT "Routing and Remote Access"
  1855. IDS_DMV_NODENAME_STATUS "Status"
  1856. IDS_DVS_COL_ADAPTERS "Adapters"
  1857. IDS_DVS_SUMMARYNODE "Server Status"
  1858. IDS_DMV_MENU_START "&Start\nStarts Routing and Remote Access for the selected server"
  1859. IDS_DMV_MENU_STOP "St&op\nStops Routing and Remote Access for the selected server"
  1860. IDS_DMV_MENU_REFRESH "&Refresh\nUpdates the information in the current view for the selected server"
  1861. IDS_DMV_MENU_ADDSVR "&Add Server...\n Adds a server for administration"
  1862. IDS_DMV_MENU_REMOVESVR "Remove Server from &console\n"
  1863. IDS_DMV_MENU_REMOVESERVICE
  1864. "Di&sable Routing and Remote Access\nStops Routing and Remote Access and removes the previous configuration"
  1865. IDS_DMV_MENU_REBUILDSVRLIST
  1866. "Re&build Server List\nRebuilds the previous Active Directory server list"
  1867. IDS_DMV_MENU_REMOVEFROMDIR
  1868. "Re&move from Directory...\nRemoves the selected server from Active Directory"
  1869. IDS_DVS_DOMAINVIEWQRY "Windows cannot display the domain view query dialog because of a network error."
  1870. IDS_DVS_STATUS_UNAVAILABLE "Unavailable"
  1871. END
  1872. STRINGTABLE DISCARDABLE
  1873. BEGIN
  1874. IDS_TITLE_DIALINHOURS "Dial-out Hours"
  1875. IDS_SAPAGENT_SERVICE_DESC "Microsoft Netware SAP Agent"
  1876. IDS_TITLE_CONFIGURE_PORTS "Configure Device - %s"
  1877. IDS_CONFIGFILTER "Routing Configuration Files (*.mpr)|*.mpr|All Files (*.*)|*.*||"
  1878. IDS_NOT_AVAILABLE "Not Available"
  1879. IDS_ROUTER_TYPE_NTsteelhead "%1 (%2)"
  1880. IDS_ROUTER_TYPE_NTW "Microsoft Windows NTW %1 %2"
  1881. IDS_ROUTER_TYPE_NTS "Microsoft Windows NTS %1 %2"
  1882. IDS_ROUTER_TYPE_WIN2000_SERVER "%1 Server %2"
  1883. IDS_ROUTER_TYPE_WIN2000_PRO "%1 Pro %2"
  1884. IDS_RRAS "RRAS"
  1885. IDS_DMV_COL_SERVERTYPE "Server type"
  1886. IDS_DMV_COL_BUILDNO "Build number"
  1887. IDS_DEFAULT_ADAPTER "Allow RAS to select adapter"
  1888. IDS_RAS "RAS"
  1889. IDS_RADIUS_CONFIG_RADIUS "Server"
  1890. END
  1891. STRINGTABLE DISCARDABLE
  1892. BEGIN
  1893. IDS_RADIUS_CONFIG_SCORE "Initial Score"
  1894. IDS_ROUTER_UNINSTALLED "%s (unconfigured)"
  1895. IDS_MACHINE_NAME_NOT_FOUND "Name not found"
  1896. IDS_WIN2000 "Microsoft Windows 2000"
  1897. IDS_DIALINUSR_DOMAIN_AND_NAME "%s\\%s"
  1898. IDS_DIALINUSR_DOMAIN_ONLY "%s\\<Unknown>"
  1899. IDS_SERVICE_STOPPED "Stopped"
  1900. IDS_SERVICE_START_PENDING "Starting"
  1901. IDS_SERVICE_STOP_PENDING "Stopping"
  1902. IDS_SERVICE_RUNNING "Started"
  1903. IDS_SERVICE_CONTINUE_PENDING "Resuming"
  1904. IDS_SERVICE_PAUSE_PENDING "Pausing"
  1905. IDS_SERVICE_PAUSED "Paused"
  1906. IDS_SERVICE_UNKNOWN "Unknown state"
  1907. IDS_NO_PUBLIC_INTERFACE "<No internet connection>"
  1908. END
  1909. STRINGTABLE DISCARDABLE
  1910. BEGIN
  1911. IDS_DIALIN_COL_USERNAME "User Name"
  1912. IDS_DIALIN_COL_DURATION "Duration"
  1913. IDS_DIALIN_COL_NUMBEROFPORTS "Number of Ports"
  1914. END
  1915. STRINGTABLE DISCARDABLE
  1916. BEGIN
  1917. IDS_PORT_NON_OPERATIONAL "Non-operational"
  1918. IDS_PORT_DISCONNECTED "Disconnected"
  1919. IDS_PORT_CALLING_BACK "Calling back"
  1920. IDS_PORT_LISTENING "Listening"
  1921. IDS_PORT_AUTHENTICATING "Authenticating"
  1922. IDS_PORT_AUTHENTICATED "Authenticated"
  1923. IDS_PORT_INITIALIZING "Initializing"
  1924. IDS_PORT_UNKNOWN "Unknown"
  1925. END
  1926. STRINGTABLE DISCARDABLE
  1927. BEGIN
  1928. IDS_SNAPIN_DESC "Routing and Remote Access"
  1929. IDS_ROOT_NODE_NAME "Routing Server:"
  1930. IDS_SNAPIN_DISPLAY_NAME "Routing and Remote Access"
  1931. IDS_ROOT_NODE_NAME_DOMAIN "Routing Domain:"
  1932. IDS_ABOUT_DESCRIPTION "Routing and Remote Access"
  1933. IDS_ABOUT_PROVIDER "Microsoft Corporation"
  1934. IDS_ABOUT_VERSION "1.0"
  1935. IDS_DIALIN_USERS_NUM "Remote Access Clients (%d)"
  1936. IDS_ROOTNODE_SERVER "Routing Admin - Server: %s"
  1937. IDS_ROOTNODE_DOMAIN "Routing Admin - Domain: %s"
  1938. IDS_DOMAINNODE_DOMAIN "Routing Admin - %s"
  1939. IDS_ROUTING_INTERFACES "Routing Interfaces"
  1940. IDS_COL_INTERFACES "LAN and Demand Dial Interfaces"
  1941. IDS_COL_TYPE "Type"
  1942. END
  1943. STRINGTABLE DISCARDABLE
  1944. BEGIN
  1945. IDS_COL_STATUS "Status"
  1946. IDS_COL_CONNECTION_STATE "Connection State"
  1947. IDS_SECONDSFMT "%1 seconds"
  1948. IDS_CHOOSER_CAPTION "Routing and Remote Access"
  1949. IDS_DIALIN_USERS "Remote Access Clients"
  1950. IDS_PORTS "Ports"
  1951. IDS_PORTS_NAME_FORMAT "%s (%s)"
  1952. IDS_ATLK_PROPPAGE_TITLE "AppleTalk configuration - %s"
  1953. IDS_ATLK_DESC "AppleTalk Management"
  1954. IDS_ABOUT_ATLKDESC "Microsoft AppleTalk Administration"
  1955. IDS_ABOUT_ATLKPROVIDER "About Provider"
  1956. IDS_ABOUT_ATLKVERSION "1.0"
  1957. IDS_ATLK_COL_ADAPTERS "Interface"
  1958. IDS_MENU_ATLK_ENABLE "&Enable AppleTalk Routing\nEnables Appletalk for selected server"
  1959. IDS_ATLK_TITLE "AppleTalk Routing"
  1960. IDS_RRAS_TITLE "%s"
  1961. END
  1962. STRINGTABLE DISCARDABLE
  1963. BEGIN
  1964. IDS_DVS_STATUS_NOTCONFIG "Not Configured"
  1965. IDS_DVS_STATUS_ACCESSDENIED "Access is denied."
  1966. IDS_ATLK_NOZONES "No zones were found on the network for this adapter."
  1967. IDS_ATLK_COL_STATUS "Status"
  1968. IDS_ATLK_COL_NETRANGE "Network Range"
  1969. IDS_ATLK_COL_STATUS_ROUTING "Routing"
  1970. IDS_ATLK_COL_STATUS_SEEDROUTING "Seed routing"
  1971. IDS_ATLK_COL_STATUS_NONROUTING "Non-routing"
  1972. IDS_ATLK_COL_STATUS_ROUTING_DEF "Routing (default)"
  1973. IDS_ATLK_COL_STATUS_SEEDROUTING_DEF "Seed routing (default)"
  1974. IDS_ATLK_COL_STATUS_NONROUTING_DEF "Non-routing (default)"
  1975. IDS_COL_DEVICE_NAME "Device Name"
  1976. IDS_ATLK_COL_STATUS_NETWORKNOTSEEDED "Network not seeded"
  1977. END
  1978. STRINGTABLE DISCARDABLE
  1979. BEGIN
  1980. IDS_PORTS_COL_NAME "Name"
  1981. IDS_PORTS_COL_DEVICE "Device"
  1982. IDS_PORTS_COL_COMMENT "Comment"
  1983. IDS_PORTS_COL_STATUS "Status"
  1984. IDS_PORTSDLG_COL_NAME "Name"
  1985. IDS_PORTSDLG_COL_NUM_PORTS "Number of Ports"
  1986. IDS_PORTSDLG_COL_USAGE "Used By"
  1987. IDS_PORTSDLG_COL_RAS "RAS"
  1988. IDS_PORTSDLG_COL_ROUTING "Routing"
  1989. IDS_PORTSDLG_COL_RASROUTING "RAS/Routing"
  1990. IDS_PORTSDLG_COL_NOUSAGE "None"
  1991. IDS_PORTSDLG_COL_UNKNOWN "Unknown"
  1992. IDS_PORTSDLG_COL_TYPE "Type"
  1993. IDS_MENU_ATLK_DISABLE "&Disable AppleTalk Routing\nRemoves Appletalk from the selected server"
  1994. IDS_PORTS_COL_USAGE "Used By"
  1995. END
  1996. STRINGTABLE DISCARDABLE
  1997. BEGIN
  1998. IDS_DM_TO_USER_FORMAT "%1 at computer %2"
  1999. IDS_DM_TO_DOMAIN_FORMAT "All Remote Access users in %1 domain"
  2000. IDS_DM_TO_SERVER_FORMAT "All Remote Access users on %1"
  2001. IDS_DM_LOCAL_MACHINE "the local computer"
  2002. END
  2003. STRINGTABLE DISCARDABLE
  2004. BEGIN
  2005. IDS_PORTSDLG_DEVTYPE_MODEM "Modem"
  2006. IDS_PORTSDLG_DEVTYPE_X25 "X25"
  2007. IDS_PORTSDLG_DEVTYPE_ISDN "ISDN"
  2008. IDS_PORTSDLG_DEVTYPE_SERIAL "Serial"
  2009. IDS_PORTSDLG_DEVTYPE_FRAMERELAY "FrameRelay"
  2010. IDS_PORTSDLG_DEVTYPE_ATM "ATM"
  2011. IDS_PORTSDLG_DEVTYPE_SONET "Sonet"
  2012. IDS_PORTSDLG_DEVTYPE_SW56 "Sw56"
  2013. END
  2014. STRINGTABLE DISCARDABLE
  2015. BEGIN
  2016. IDS_PORTSDLG_DEVTYPE_PPTP "PPTP"
  2017. IDS_PORTSDLG_DEVTYPE_L2TP "L2TP"
  2018. IDS_PORTSDLG_DEVTYPE_IRDA "Irda"
  2019. IDS_PORTSDLG_DEVTYPE_PARALLEL "Parallel"
  2020. IDS_PORTSDLG_DEVTYPE_PPPOE "PPPoE"
  2021. IDS_PORTSDLG_DEVTYPE_OTHER "Other"
  2022. END
  2023. STRINGTABLE DISCARDABLE
  2024. BEGIN
  2025. IDS_PORTS_ACTIVE "Active"
  2026. IDS_PORTS_INACTIVE "Inactive"
  2027. IDS_PORTS_DIALOUT_ACTIVE "Active (dialout)"
  2028. END
  2029. STRINGTABLE DISCARDABLE
  2030. BEGIN
  2031. IDS_RTRWIZ_PROTO_IP "TCP/IP"
  2032. IDS_RTRWIZ_PROTO_IPX "IPX"
  2033. IDS_RTRWIZ_PROTO_NETBEUI "NetBEUI"
  2034. IDS_RTRWIZ_PROTO_APPLETALK "AppleTalk"
  2035. END
  2036. STRINGTABLE DISCARDABLE
  2037. BEGIN
  2038. IDS_IFLIST_COL_NAME "Name"
  2039. IDS_IFLIST_COL_DESC "Description"
  2040. IDS_IFLIST_COL_IPADDRESS "IP Address"
  2041. IDS_IFLIST_DHCP "%s (DHCP)"
  2042. IDS_IPPOOL_COL_START "From"
  2043. IDS_IPPOOL_COL_END "To"
  2044. IDS_IPPOOL_COL_RANGE "Number"
  2045. IDS_IPPOOL_COL_IPADDRESS "IP Address"
  2046. IDS_IPPOOL_COL_MASK "Mask"
  2047. IDS_RTRWIZ_INTERFACE_NAME_1 "%s"
  2048. IDS_RTRWIZ_INTERFACE_2 "%s"
  2049. END
  2050. STRINGTABLE DISCARDABLE
  2051. BEGIN
  2052. IDS_ROOT_MESSAGE_TITLE "Welcome to Routing and Remote Access"
  2053. IDS_ROOT_MESSAGE_BODY1 "Routing and Remote Access provides integrated multiprotocol routing, remote access, and virtual private network (VPN) capabilities.\n\n"
  2054. IDS_ROOT_MESSAGE_BODY2 "To add a Routing and Remote Access server, on the Action menu, click Add Server.\n\nFor more information about setting up a Routing and Remote Access server, see ""Checklist: Installing and configuring the router"" and ""Checklist: Installing and configuring the remote access server"" in Help."
  2055. IDS_MACHINE_MESSAGE_TITLE "Configure the Routing and Remote Access Server"
  2056. IDS_MACHINE_MESSAGE_BODY1
  2057. "To set up Routing and Remote Access, on the Action menu, click Configure and Enable Routing and Remote Access.\n\n"
  2058. IDS_MACHINE_MESSAGE_BODY2
  2059. "For more information about setting up a Routing and Remote Access server, see Help."
  2060. END
  2061. STRINGTABLE DISCARDABLE
  2062. BEGIN
  2063. IDS_MENU_ADD_INTERFACE "New Demand-dial &Interface...\nCreates a demand-dial interface for routing"
  2064. IDS_MENU_USE_DEMANDDIALWIZARD
  2065. "Use the De&mand-dial Interface Wizard\nUse Demand-dial wizard"
  2066. IDS_MENU_SET_CREDENTIALS
  2067. "&Set Credentials...\nSets credentials for the selected demand-dial interface"
  2068. IDS_MENU_CONNECT "C&onnect\nConnects the demand-dial interface"
  2069. IDS_MENU_DISCONNECT "D&isconnect\nDisconnects the demand-dial interface"
  2070. END
  2071. STRINGTABLE DISCARDABLE
  2072. BEGIN
  2073. IDS_MENU_ENABLE "&Enable\nActivates a demand-dial interface"
  2074. IDS_MENU_DISABLE "Dis&able\nDeactivates the demand-dial interface"
  2075. IDS_MENU_UNREACHABILITY_REASON
  2076. "&Unreachability Reason...\nDisplays information about unsuccessful connection to the demand-dial interface"
  2077. IDS_MENU_NEW_DEMAND_DIAL_INTERFACE
  2078. "New &Demand-dial Interface...\nCreate a new demand dial interface"
  2079. IDS_MENU_SELECT_COLUMNS "Select C&olumns...\nSelect columns"
  2080. IDS_MENU_REFRESH_RATE "Re&fresh Rate...\nSets the refresh rate for all servers"
  2081. IDS_MENU_AUTO_REFRESH "Auto &Refresh\nUpdates all the servers automatically"
  2082. IDS_MENU_DIALIN_STATUS "&Status...\nDisplays the connection status for the selected server"
  2083. IDS_MENU_DIALIN_DISCONNECT
  2084. "&Disconnect\nDisconnects the selected user from the server"
  2085. IDS_MENU_DIALIN_SENDMSG "Send &Message...\nSends a message to the selected server"
  2086. IDS_MENU_DIALIN_SENDALL "Send to &All...\nSends a message to all users"
  2087. IDS_MENU_PORTS_STATUS "&Status...\nDisplays the status for the selected port"
  2088. IDS_MENU_PORTS_DISCONNECT
  2089. "&Disconnect\nDisconnects the user connected to selected port from the server"
  2090. IDS_MENU_CONFIGURE_COLUMNS "Select C&olumns...\nConfigure columns"
  2091. IDS_MENU_STATUS_REFRESH "Refresh\nGet the latest status from the servers."
  2092. IDS_MENU_DEMAND_DIAL_FILTERS
  2093. "Se&t IP Demand-dial Filters\nAdds, removes or modifies the IP filter for the selected demand-dial interface"
  2094. END
  2095. STRINGTABLE DISCARDABLE
  2096. BEGIN
  2097. IDS_MENU_RTRWIZ "&Configure and Enable Routing and Remote Access\n Configures Routing and Remote Access for the selected server"
  2098. IDS_MENU_RRAS_QRY_TEST "Test Query\nGet the latest status from the servers."
  2099. IDS_MENU_DIALIN_HOURS "Dial-out &Hours\nSpecifies the number of hours the demaind-dial interface can be used each day"
  2100. IDS_MENU_PAUSE_SERVICE "Pa&use\nPauses Routing and Remote Access for the selected server"
  2101. IDS_MENU_RESUME_SERVICE "Resu&me\nResumes Routing and Remote Access for the selected server"
  2102. IDS_MENU_RESTART_SERVICE
  2103. "R&estart\nRestarts Routing and Remote Access for the selected server"
  2104. IDS_MENU_NEW_WIZARD_TEST "TEST - New Install Wizard\n "
  2105. END
  2106. STRINGTABLE DISCARDABLE
  2107. BEGIN
  2108. IDS_ERR_ARAP_LOWERRANGE "The lower network range is not valid. Enter a value between %d and %d."
  2109. IDS_ERR_ARAP_UPPERRANGE "The upper network range is not valid. Enter a value between %d and %d."
  2110. IDS_ERR_ARAP_RANGE "The network range is not valid. The upper range should be greater than or equal to the lower range."
  2111. IDS_WRN_ATLK_DELDEFZONE "The default zone has been deleted. Specify another zone."
  2112. IDS_WRN_ATLK_SEEDDEFZONE
  2113. "To seed this network, you must specify a default zone."
  2114. IDS_ERR_NO_EAP_PROVIDER_CONFIG
  2115. "There is nothing to configure for this EAP provider."
  2116. IDS_WRN_ENCRYPTION_DISABLED
  2117. "Encryption is not available. Either Microsoft Encrypted Authentication (MS-CHAP) or Extensible Authentication Protocol (EAP) must be selected.\n\nNote: If EAP is used, at least one of the methods must support encryption."
  2118. IDS_WRN_NO_AUTHENTICATION
  2119. "The server is configured to allow non-authenticated users. This is a potential security risk."
  2120. IDS_WRN_AUTH_RESTART_NEEDED
  2121. "To use a new authentication provider, you must restart Routing and Remote Access."
  2122. IDS_WRN_ACCT_RESTART_NEEDED
  2123. "To use a new accounting provider, you must restart Routing and Remote Access."
  2124. IDS_ERR_INVALID_SERVER_NAME "Enter a valid server name."
  2125. IDS_ERR_SECRETS_MUST_MATCH
  2126. "The secrets entered in New secret and Confirm new secret must match."
  2127. IDS_ERR_BOGUS_OLD_SECRET "You must enter the old secret."
  2128. IDS_ERR_ARAP_NOADAPTINFO
  2129. "The network cannot be accessed for range and zone information. Confirm that AppleTalk is installed and running."
  2130. END
  2131. STRINGTABLE DISCARDABLE
  2132. BEGIN
  2133. IDS_ERR_ARAP_RANGE_OVERLAP
  2134. "The network range is not valid. The range should not overlap the net ranges of other adapters."
  2135. IDS_ERR_ARAP_LOWERRANGE_OVERLAP
  2136. "The lower network range is not valid. The range should not overlap the net ranges of other adapters."
  2137. IDS_ERR_ARAP_UPPERRANGE_OVERLAP
  2138. "The upper network range is not valid. The range should not overlap the net ranges of other adapters."
  2139. END
  2140. STRINGTABLE DISCARDABLE
  2141. BEGIN
  2142. IDS_ERR_DDFILTERS_REQUIRE_IP
  2143. "IP must be installed for this interface before you can set up a demand-dial filter."
  2144. IDS_ERR_ATLK_CONFIG "The AppleTalk router configuration failed. Recheck the configuration, and then restart your computer."
  2145. IDS_WRN_INSTALL_REBOOT_NOTIFICATION
  2146. "The changes will not take effect until the computer restarts."
  2147. IDS_ERR_IP_ENTER_VALID_MASK
  2148. "The IP address and subnet mask entered are not compatible.\nConfirm that both addresses are correct before continuing."
  2149. IDS_ERR_INVALID_RANGE "Invalid"
  2150. IDS_ERR_ATLK_ZONE_NAME "The zone name is not valid.\nA zone name cannot contain characters such as *, :, =, @ or any non-ASCII characters."
  2151. END
  2152. STRINGTABLE DISCARDABLE
  2153. BEGIN
  2154. IDS_ERR_ENTER_IP_ADDRESS "Enter the IP address."
  2155. IDS_SRV_IP_RANGE_FMT "%s to %s"
  2156. IDS_ERR_NO_ROUTERPROTOCOLS
  2157. "There are no installed router protocols to configure."
  2158. END
  2159. STRINGTABLE DISCARDABLE
  2160. BEGIN
  2161. IDS_PROMPT_SERVICESTART "To continue, you must enable Routing and Remote Access on this interface.\n\nDo you want to start Routing and Remote Access?"
  2162. IDS_PROMPT_VERIFY_REMOVE_INTERFACE
  2163. "Are you sure you want to remove the selected interface?"
  2164. IDS_PROMPT_NOPASSWORD "You did not type a password for this interface.\nDo you want to remove the password? /nTo remove the password for the interface, click Yes. To leave the password unchanged, click No."
  2165. IDS_PROMPT_DOMAIN_CONTINUE "Do you want to continue sending in %1 domain?"
  2166. IDS_PROMPT_SERVER_CONTINUE "Do you want to continue sending on server %1?"
  2167. IDS_PROMPT_INSTALL_STOP_ROUTER
  2168. "Routing and Remote Access is currently running. Before installing, you must stop this service. Do you want to continue?"
  2169. IDS_PROMPT_QUERY_TO_STOP_ROUTER
  2170. "You must stop the Routing and Remote Access service before loading a new configuration. Do you want to stop the service?"
  2171. IDS_PROMPT_VERIFY_DISCONNECT_INTERFACE
  2172. "If you remove the selected interface, the active connections will be disconnected.\n\nDo you want to continue?"
  2173. IDS_PROMPT_START_ROUTER_AFTER_INSTALL
  2174. "The Routing and Remote Access service has now been installed. Do you want to start the service?"
  2175. IDS_PROMPT_START_DISABLED_SERVICE
  2176. "The Routing and Remote Access service has been disabled.\n\nDo you want to re-enable and start it?"
  2177. IDS_PROMPT_PLEASE_SELECT_INTERFACE "You must select an interface."
  2178. IDS_PROMPT_SERVICE_RESTART_TITLE "Restarting Routing and Remote Access"
  2179. IDS_PROMPT_SERVICE_RESTART_DESC
  2180. "Please wait while the Routing and Remote Access service on %s restarts."
  2181. END
  2182. STRINGTABLE DISCARDABLE
  2183. BEGIN
  2184. IDS_ERR_TEMPNOADD "The interface cannot be added remotely. Check the installation of the router administration tool."
  2185. IDS_ERR_EDITPBKLOCAL "The interface phone book entry cannot be edited remotely. Check the installation of the router administration tool. This step will be skipped."
  2186. IDS_ERR_LANONLY "This router is currently configured for LAN routing only.\nEnable demand-dial by reinstalling before adding demand-dial interfaces."
  2187. IDS_ERR_IFASERVICESTOPPED
  2188. "The Routing and Remote Access service is not running. You cannot add and configure interfaces unless the service is running."
  2189. IDS_ERR_UNABLETOCONFIGPBK "A phonebook entry cannot be added:"
  2190. IDS_ERR_DELETE_INTERFACE
  2191. "An error occurred while deleting the interface. Make sure the Routing and Remote Access service is running and that you have the necessary permissions and access to the computer."
  2192. IDS_ERR_IF_DISCONNECTED "The interface is disconnected."
  2193. IDS_ERR_IF_CONNECTFAILED
  2194. "An error occurred during connection of the interface.\n%1"
  2195. END
  2196. STRINGTABLE DISCARDABLE
  2197. BEGIN
  2198. IDS_ERR_ERROR_OCCURRED "The following error occurred:\n%1"
  2199. IDS_ERR_SET_CREDENTIALS_FAILED
  2200. "The credentials for the interface cannot be saved:\n%1"
  2201. IDS_ERR_PASSWORD_MISMATCH
  2202. "The Password and Confirm Password fields do not match.\nEnter the same characters in both fields."
  2203. IDS_ERR_THEREHASBEEN "An error occurred during communication with %s."
  2204. IDS_ERR_ACCESSDENIED "You do not have sufficient permissions to complete the operation."
  2205. IDS_ERR_NETPATHNOTFOUND "The network path was not found."
  2206. IDS_ERR_ERRORCONNECT "The connection attempt failed.\n\n"
  2207. IDS_ERR_NEEDS_WAN "\nDemand-dial routing is required to add a demand-dial interface."
  2208. IDS_ERR_INITDLGERROR "An error occurred while initializing the dialog:\n\n%1"
  2209. IDS_ERR_NO_TEXT "No message was entered. Do you want to continue?"
  2210. IDS_ERR_ENUM_FAILED "The list of RAS servers in this domain cannot be retrieved.\nThe following error occurred:\n%1"
  2211. IDS_ERR_ENUM_EMPTY "No RAS servers were found in the domain."
  2212. IDS_ERR_CONNECT_ERROR "The following error occurred during the connection to server %1:\n%2"
  2213. IDS_ERR_CONNENUM_ERROR "The following error occurred during connection enumeration on server %1:\n%2"
  2214. IDS_ERR_SEND_FAILED "The following error occurred during message transfer\nto the client at computer %1:\n%2"
  2215. IDS_ERR_NO_MESSENGER "Messages cannot be sent to the selected client\nbecause the messenger service is not running on the client."
  2216. END
  2217. STRINGTABLE DISCARDABLE
  2218. BEGIN
  2219. IDS_SHUTDOWN_WARNING "This computer is being restarted by the administrator. Please save all your files and close any open programs."
  2220. IDS_ERR_CANNOT_INSTALL_ROUTER
  2221. "Installation of the Routing and Remote Access service failed because:"
  2222. IDS_ERR_CANNOT_REGISTER_IN_DS
  2223. "Windows was unable to add this computer to the list of valid remote access servers in the Active Directory. Before you can use this computer as a remote access server, the domain administrator must complete this task.\n\nClick Help for additional information."
  2224. IDS_WRN_CHANGING_ROUTER_CONFIG
  2225. "You made changes to the router configuration that require the router to be restarted. Do you want to restart now?"
  2226. IDS_WRN_MUST_SELECT_ROUTER_TYPE
  2227. "You must specify what functions you want the Routing and Remote Access service to perform (LAN routing, Demand-dial routing, or Remote Access)."
  2228. IDS_ERR_IP_MUST_ENTER_VALID_ADDRESS
  2229. "The network address entered is not complete."
  2230. IDS_ERR_LOCAL_IPADDR_INVALID
  2231. "The local IP address for this tunnel is invalid or incomplete. Enter a valid IP address."
  2232. IDS_ERR_REMOTE_IPADDR_INVALID
  2233. "The remote IP address for this tunnel is invalid or incomplete. Enter a valid IP address."
  2234. IDS_ERR_TUNNEL_NEEDS_A_NAME "You must enter a valid name for the tunnel."
  2235. IDS_WRN_PPTP_NUMPORTS_CHANGING2
  2236. "You must restart the server in order to change the number of ports available to PPTP."
  2237. IDS_ERR_ATLK_EMPTY_ZONE "You must enter a nonempty zone."
  2238. IDS_ERR_ATLK_DUP_ZONE_NAME "The zone %s is already on the list."
  2239. IDS_ERR_RADIUS_INVALID_NAME
  2240. "The IP address for radius server %s cannot be retrieved."
  2241. IDS_ERR_RADIUS_DUP_NAME "The radius server %s is already on the list."
  2242. IDS_ERR_GENERIC_ERROR "An error occurred."
  2243. IDS_ERR_FAILED_CONNECT_NETWORK "The network cannot be accessed."
  2244. END
  2245. STRINGTABLE DISCARDABLE
  2246. BEGIN
  2247. IDS_ERR_SERVICE_FAILED_TO_START
  2248. "The Remote Access and Routing service did not start because of the following error. Check the event log for more information:"
  2249. IDS_ERR_SERVICE_FAILED_TO_START_UNKNOWN
  2250. "The Remote Access and Routing service did not start for an unknown reason. Check the event log for more information."
  2251. IDS_ERR_CANNOT_SHOW_NT4_PROPERTIES
  2252. "Windows NT 4.0 Remote Access and Routing configuration is not available."
  2253. IDS_ERR_INVALID_RADIUS_SCORE
  2254. "%d is not a valid initial score. Specify a value between %d and %d."
  2255. IDS_ERR_NONADMIN_CANNOT_SEE_PROPERTIES
  2256. "You do not have the required permissions to view the properties."
  2257. IDS_WRN_MORE_STEPS_FOR_AUTHEN
  2258. "You selected one or more authentication methods. To ensure that each method is correctly configured for the remote access, policy, and domain levels, follow the step-by-step procedures in Help.\n\nDo you want to view the corresponding Help topic?"
  2259. IDS_ERR_IPX_LAST_MUST_BE_MORE_THAN_FIRST
  2260. "The To network number must be greater than or equal to the From network number."
  2261. IDS_WRN_DISABLE_ROUTER "You are disabling the router and removing its configuration. To re-enable the router, you will have to reconfigure it. Do you want to continue?"
  2262. IDS_ERR_MACHINE_NAME_NOT_FOUND
  2263. "This computer name was not found on the network."
  2264. IDS_ERR_COULD_NOT_PAUSE_ROUTER
  2265. "The Routing and Remote Access service cannot be paused because of the following error."
  2266. IDS_ERR_COULD_NOT_RESUME_ROUTER
  2267. "The Routing and Remote Access service cannot be resumed because of the following error."
  2268. IDS_ERR_IS_A_WKS "Non-server computer"
  2269. IDS_ERR_NOPORTINFO_ON_NT4
  2270. "You can only access ports properties on Windows 2000 servers.\n\nTo configure the ports for a Microsoft Windows NT 4.0 computer, on the Services tab of the Network Neighborhood property page, edit the Routing and Remote Access Properties."
  2271. IDS_WRN_RADIUS_PARAMS_CHANGING
  2272. "You must restart the Routing and Remote Access service before the new RADIUS parameters will take effect."
  2273. IDS_WRN_RTRWIZ_NAT_DHCPDNS_FOUND
  2274. "Windows has either detected a Dynamic Host Configuration\nProtocol (DHCP) server on your private network, or has found a\nstatic Domain Name System (DNS) server address assigned to\nthe network adapter for your private network, or both. \n\nThis wizard will continue to set up your server as an Internet\nconnection server, but you must configure the DCHP and DNS\nservers correctly in order for this server to function properly."
  2275. IDS_WRN_RTRWIZ_RAS_NODHCP
  2276. "You have chosen to have this remote access server\nautomatically assign client IP addresses, or assign them from a\nDHCP server. However, the network connection for this server\nis configured to have a static IP address. \n\nIf you want this server to assign IP addresses automatically or\n from a DHCP server, you must ensure that the server's static\naddress is compatible with the addresses assigned to remote\nclients."
  2277. END
  2278. STRINGTABLE DISCARDABLE
  2279. BEGIN
  2280. IDS_ERR_REG_QUERYVALUE_CALL_FAILED "The QueryValue call failed : %s."
  2281. IDS_ERR_EAP_BOGUS_NAME "The EAP provider name cannot be found: %s."
  2282. IDS_ERR_PORTS_BOGUS_SIZE
  2283. "The number of available ports must be between %d and %d."
  2284. IDS_ERR_CANNOT_SAVE_PORTINFO "The port information cannot be saved."
  2285. IDS_ERR_CANNOT_SAVE_PORTINFO_GEEK
  2286. "The most likely cause of this error is that the DCOM server is not registered or has been deleted. Reregister the Rrasprxy.dll (run Regsvr32 Rrasprxy.dll) and check that Remrras.exe is located in the same folder as Rrasprxy.dll."
  2287. IDS_ERR_SETDEVICECONFIGINFO_GEEK
  2288. "Port information was not saved for the following devices:\n"
  2289. IDS_WRN_PPTP_NUMPORTS_CHANGING
  2290. "You must restart the server to increase the number of ports available to PPTP. To save your changes and restart the server, click Yes. To restart later, click No."
  2291. END
  2292. STRINGTABLE DISCARDABLE
  2293. BEGIN
  2294. IDS_ERR_CANNOT_STOP_ROUTER
  2295. "The Routing and Remote Access service cannot be stopped. Installation cannot continue."
  2296. IDS_ERR_CANNOT_STOP_ROUTER_GEEK
  2297. "You can try to stop the router service manually by typing ""net stop RemoteAccess"" at the command line."
  2298. IDS_ERR_COULD_NOT_START_ROUTER
  2299. "Routing and Remote Access cannot be started because of the following error. Please see event log for more information:"
  2300. IDS_ERR_COULD_NOT_STOP_ROUTER
  2301. "Routing and Remote Access cannot be stopped because of the following error. Please see event log for more information:"
  2302. IDS_ERR_COULD_NOT_REMOVE_ROUTER
  2303. "Routing and Remote Access cannot be removed because of the following error. Please see event log for more information:"
  2304. IDS_ERR_COULD_NOT_INSTALL_ROUTER
  2305. "Routing and Remote Access cannot be installed because of the following error. Please see event log for more information:"
  2306. IDS_ERR_PPTP_PORTS_EQUAL_ZERO
  2307. "PPTP does not allow the number of ports to be set to zero."
  2308. IDS_ERR_NO_ROUTING_ENABLED_PORTS
  2309. "To create a demand-dial interface, at least one port must be enabled for routing. To enable routing on a specific port, right-click the Ports node and select Properties. Select a port and click Configure. In the Configure Device dialog box, select Demand-dial routing connections (inbound and outbound)."
  2310. IDS_ERR_REMRRAS_DCOM_ACCESS_DENIED
  2311. "DCOM cannot launch the remote server (Remrras.exe). Check the launch and access permissions of Remrras.exe on the target computer (use Dcomcnfg.exe)."
  2312. IDS_WRN_PORTS_DISABLERAS
  2313. "If you disable Remote Access on this device, it may disconnect active connections. \nDo you want to continue?"
  2314. IDS_WRN_PORTS_DISABLEROUTING
  2315. "If you disable Routing on this device, it may disconnect active connections. \nDo you want to continue?"
  2316. IDS_WRN_PORTS_DECREASE "You are attempting to reduce the number of ports on this device. If the new number of ports is less than the total number of outgoing and incoming connections, you may disconnect active connections. \nDo you want to continue?"
  2317. IDS_ERR_MUST_INSTALL_BEFORE_PROPERTIES
  2318. "This server has not been set up for routing. In the Routing and Remote Access console, right-click the server name, and select Configure and Enable Routing and Remote Access."
  2319. IDS_ERR_IP_INVALID_COUNT "Specify a valid range of IP addresses."
  2320. IDS_ERR_NO_AUTH_PROTOCOLS_SELECTED
  2321. "No authentication methods were selected."
  2322. IDS_WRN_NETBEUI_CHANGED_REBOOT_NEEDED
  2323. "You made a change to the NetBEUI configuration. The Routing and Remote Access service must be restarted for the changes to take effect. Do you want the service on %s to be restarted now?"
  2324. END
  2325. STRINGTABLE DISCARDABLE
  2326. BEGIN
  2327. IDS_ERR_IP_ADDRESS_POOL_RANGE_TOO_SMALL
  2328. "The address range entered is too small. The range must contain at least two addresses. Enter a valid address range."
  2329. IDS_ERR_ADDRESS_POOL_IS_EMPTY
  2330. "The address pool is empty. Add a valid address pool."
  2331. IDS_ERR_ADDRESS_POOL_NO_START_ADDRESS
  2332. "The start address is invalid. Enter a valid address."
  2333. IDS_ERR_ADDRESS_POOL_NO_END_ADDRESS
  2334. "The end address is invalid. Enter a valid address."
  2335. IDS_ERR_IP_ADDRESS_POOL_RANGE_OVERLAPS_127
  2336. "The address range includes a 127.X.X.X address, this is invalid. Enter a valid address range."
  2337. IDS_ERR_IP_ADDRESS_POOL_RANGE_NOT_NORMAL
  2338. "The address range is not in the normal range (1.0.0.0 - 223.255.255.255). Enter a valid address range."
  2339. IDS_ERR_IP_ADDRESS_POOL_OVERLAP
  2340. "This address range overlaps another address range in the address pool. Please enter a non-overlapping address range."
  2341. IDS_WRN_RTRWIZ_CANNOT_RESOLVE_RADIUS
  2342. "Windows cannot contact the RADIUS server ""%s"".\n\nClick OK to keep the server name that you typed or click Cancel to retype the server name."
  2343. IDS_ERR_RTRWIZ_VPN_REQUIRES_IP "A VPN server requires that IP is enabled."
  2344. IDS_WRN_L2TP_NUMPORTS_CHANGING
  2345. "You must restart the server to increase the number of ports available to L2TP. To save your changes and restart the server, click Yes. To restart later, click No."
  2346. IDS_WRN_L2TP_NUMPORTS_CHANGING2
  2347. "You must restart the server in order to change the number of ports available to L2TP."
  2348. IDS_WRN_RTRWIZ_NAT_S_FINISH
  2349. "Set up Internet connection sharing from the Network\nand Dial-up Connections folder. \n\nTo display Help about Internet connection sharing, click OK.\nTo return to the Routing and Remote Access Server Setup wizard,\nclick Cancel."
  2350. IDS_WRN_RTRWIZ_NAT_S_FINISH_NONLOCAL
  2351. "To connect a single network to the Internet, log on to %s locally as an administrator, and then set up Internet connection sharing from the Network Connections folder."
  2352. IDS_WRN_RTRWIZ_RAS_S_FINISH
  2353. "Set up a basic remote access server by making an\nincoming network connection in the Network Connections folder.\n\nTo display Help about making an incoming network\nconnection, click OK. To return to the Routing and Remote Access Server Setup wizard, click Cancel."
  2354. IDS_WRN_RTRWIZ_RAS_S_FINISH_NONLOCAL
  2355. "To configure a basic remote access server, log on to\n%s locally as an administrator.\n\nOpen the Network Connections folder and\ndouble-click the Make New Connection icon. In the Network\nConnection wizard, select Accept Incoming Connections.\n\nTo return to the Routing and Remote Access Server Setup\nwizard, click Cancel."
  2356. IDS_WRN_RTRWIZ_DEFAULT_ROUTE
  2357. "To connect to the Internet, set up a default route after you finish this wizard. For Help about setting up a default route to the Internet, click Help."
  2358. END
  2359. #endif // English (U.S.) resources
  2360. /////////////////////////////////////////////////////////////////////////////
  2361. #ifndef APSTUDIO_INVOKED
  2362. /////////////////////////////////////////////////////////////////////////////
  2363. //
  2364. // Generated from the TEXTINCLUDE 3 resource.
  2365. //
  2366. #include "..\common\common.rc" // Resources used by common.lib
  2367. #include "..\rtrlib\rtrlib.rc" // Resources used by rtrlib.lib
  2368. #include <ntverp.h>
  2369. #define VER_FILETYPE VFT_DLL
  2370. #define VER_FILESUBTYPE VFT2_UNKNOWN
  2371. #define VER_FILEDESCRIPTION_STR "Routing and Remote Access Snapin"
  2372. #define VER_INTERNALNAME_STR "mprsnap.dll"
  2373. #define VER_ORIGINALFILENAME_STR "mprsnap.dll"
  2374. #include "common.ver"
  2375. /////////////////////////////////////////////////////////////////////////////
  2376. #endif // not APSTUDIO_INVOKED