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.

1249 lines
66 KiB

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: profwiz.rc
  4. //
  5. // Module: CMAK.EXE
  6. //
  7. // Synopsis: Resource Script
  8. //
  9. // Copyright (c) 1998-1999 Microsoft Corporation
  10. //
  11. // Author: quintinb Created Header 08/24/99
  12. //
  13. //+----------------------------------------------------------------------------
  14. //Microsoft Developer Studio generated resource script.
  15. //
  16. #include <windows.h>
  17. #include "resource.h"
  18. //
  19. // winver.h, ntverp.h and common.ver contain the build
  20. // version info and are part of the NT src tree.
  21. //
  22. #include "pnpuverp.h"
  23. #include "cmprdver.h"
  24. #define VER_FILETYPE VFT_DLL
  25. #define VER_FILESUBTYPE VFT2_UNKNOWN
  26. #define VER_FILEDESCRIPTION_STR "Microsoft Connection Manager Administration Kit"
  27. #define VER_INTERNALNAME_STR "CMAK"
  28. #define VER_ORIGINALFILENAME_STR "CMAK.EXE"
  29. #include <common.ver>
  30. /////////////////////////////////////////////////////////////////////////////
  31. // English (U.S.) resources
  32. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  33. #ifdef _WIN32
  34. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  35. #pragma code_page(1252)
  36. #endif //_WIN32
  37. /////////////////////////////////////////////////////////////////////////////
  38. //
  39. // Menu
  40. //
  41. IDM_CA_FULL MENUEX DISCARDABLE
  42. BEGIN
  43. POPUP "Full Context Menu"
  44. BEGIN
  45. MENUITEM "&Edit", IDM_CA_EDIT, MFT_STRING, MFS_DEFAULT
  46. MENUITEM "&Add", IDM_CA_ADD
  47. MENUITEM "&Delete", IDM_CA_DELETE
  48. MENUITEM "", -1, MFT_SEPARATOR
  49. MENUITEM "Move &Up", IDM_CA_MOVE_UP
  50. MENUITEM "&Move Down", IDM_CA_MOVE_DOWN
  51. END
  52. END
  53. IDM_CA_NO_UP MENUEX DISCARDABLE
  54. BEGIN
  55. POPUP "Full Context Menu"
  56. BEGIN
  57. MENUITEM "&Edit", IDM_CA_EDIT, MFT_STRING, MFS_DEFAULT
  58. MENUITEM "&Add", IDM_CA_ADD
  59. MENUITEM "&Delete", IDM_CA_DELETE
  60. MENUITEM "", -1, MFT_SEPARATOR
  61. MENUITEM "&Move Down", IDM_CA_MOVE_DOWN
  62. END
  63. END
  64. IDM_CA_NO_DOWN MENUEX DISCARDABLE
  65. BEGIN
  66. POPUP "Full Context Menu"
  67. BEGIN
  68. MENUITEM "&Edit", IDM_CA_EDIT, MFT_STRING, MFS_DEFAULT
  69. MENUITEM "&Add", IDM_CA_ADD
  70. MENUITEM "&Delete", IDM_CA_DELETE
  71. MENUITEM "", -1, MFT_SEPARATOR
  72. MENUITEM "Move &Up", IDM_CA_MOVE_UP
  73. END
  74. END
  75. IDM_CA_NO_MOVE MENUEX DISCARDABLE
  76. BEGIN
  77. POPUP "Full Context Menu"
  78. BEGIN
  79. MENUITEM "&Edit", IDM_CA_EDIT, MFT_STRING, MFS_DEFAULT
  80. MENUITEM "&Add", IDM_CA_ADD
  81. MENUITEM "&Delete", IDM_CA_DELETE
  82. END
  83. END
  84. IDM_CA_ADD_ONLY MENUEX DISCARDABLE
  85. BEGIN
  86. POPUP "Full Context Menu"
  87. BEGIN
  88. MENUITEM "&Add", IDM_CA_ADD, MFT_STRING, MFS_DEFAULT
  89. END
  90. END
  91. IDM_CA_ADD_MOVEUP MENUEX DISCARDABLE
  92. BEGIN
  93. POPUP "Full Context Menu"
  94. BEGIN
  95. MENUITEM "&Add", IDM_CA_ADD, MFT_STRING, MFS_DEFAULT
  96. MENUITEM "", -1, MFT_SEPARATOR
  97. MENUITEM "Move &Up", IDM_CA_MOVE_UP
  98. END
  99. END
  100. IDM_CA_ADD_MOVEDOWN MENUEX DISCARDABLE
  101. BEGIN
  102. POPUP "Full Context Menu"
  103. BEGIN
  104. MENUITEM "&Add", IDM_CA_ADD, MFT_STRING, MFS_DEFAULT
  105. MENUITEM "", -1, MFT_SEPARATOR
  106. MENUITEM "&Move Down", IDM_CA_MOVE_DOWN
  107. END
  108. END
  109. IDM_CA_ADD_MOVEUPORDOWN MENUEX DISCARDABLE
  110. BEGIN
  111. POPUP "Full Context Menu"
  112. BEGIN
  113. MENUITEM "&Add", IDM_CA_ADD, MFT_STRING, MFS_DEFAULT
  114. MENUITEM "", -1, MFT_SEPARATOR
  115. MENUITEM "Move &Up", IDM_CA_MOVE_UP
  116. MENUITEM "&Move Down", IDM_CA_MOVE_DOWN
  117. END
  118. END
  119. /////////////////////////////////////////////////////////////////////////////
  120. //
  121. // Icon
  122. //
  123. // Icon with lowest ID value placed first to ensure application icon
  124. // remains consistent on all systems.
  125. EXE_ICON ICON DISCARDABLE "cmak.ico"
  126. IDI_CRITSTOP_ICON ICON DISCARDABLE "critical.ico"
  127. IDI_WARNING_ICON ICON DISCARDABLE "warning.ico"
  128. IDI_CM_ICON ICON DISCARDABLE "..\cmdial\cm.ico"
  129. IDI_UP_ARROW ICON DISCARDABLE "uparr.ico"
  130. IDI_DOWN_ARROW ICON DISCARDABLE "dnarr.ico"
  131. /////////////////////////////////////////////////////////////////////////////
  132. //
  133. // Bitmap
  134. //
  135. IDB_INTRO BITMAP DISCARDABLE "wizintro.bmp"
  136. IDB_HEADER BITMAP DISCARDABLE "wizhdr.bmp"
  137. IDB_CM_DEFAULT BITMAP DISCARDABLE "..\cmdial\icm.bmp"
  138. IDB_CM_PB_DEFAULT BITMAP DISCARDABLE "..\cmdial\phone.bmp"
  139. /////////////////////////////////////////////////////////////////////////////
  140. //
  141. // Dialog
  142. //
  143. IDD_WELCOME DIALOGEX 0, 0, 317, 178
  144. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
  145. CAPTION "Connection Manager Administration Kit Wizard"
  146. FONT 8, "MS Shell Dlg"
  147. BEGIN
  148. CONTROL 1141,IDC_STATIC,"Static",SS_BITMAP,0,0,207,109
  149. LTEXT "Welcome to the Connection Manager Administration Kit Wizard",
  150. IDC_LBLTITLE,115,1,195,25,0,WS_EX_TRANSPARENT
  151. LTEXT "This wizard helps you create a service profile that customizes Connection Manager for users of your service.",
  152. IDC_STATIC,115,40,185,18,0,WS_EX_TRANSPARENT
  153. LTEXT "For a list of tasks to complete before you start this wizard, click Help. For more information about any other page in this wizard, click Help on that page.",
  154. IDC_STATIC,115,66,195,27,0,WS_EX_TRANSPARENT
  155. LTEXT "To continue, click Next.",IDC_STATIC,115,99,189,8,0,
  156. WS_EX_TRANSPARENT
  157. END
  158. IDD_SERVICENAME DIALOG DISCARDABLE 0, 0, 317, 178
  159. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION
  160. CAPTION "Connection Manager Administration Kit Wizard"
  161. FONT 8, "MS Shell Dlg"
  162. BEGIN
  163. LTEXT "Service and File Names",IDC_LBLTITLE,6,0,304,10
  164. LTEXT "The service name identifies your profile to end users; the file name identifies your profile to administrators.",
  165. IDC_STATIC,21,11,275,17
  166. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,30,
  167. 317,1
  168. LTEXT "Type the name of your service (for example, the name of your company).",
  169. IDC_STATIC,21,44,275,8
  170. LTEXT "&Service name:",IDC_STATIC,31,59,265,8
  171. EDITTEXT IDC_SERVICE,31,69,229,14,ES_AUTOHSCROLL
  172. LTEXT "Type the name of the executable file for this profile. Related files and the folder that contains the profile also use this name.",
  173. IDC_STATIC,21,92,275,18
  174. LTEXT "&File name:",IDC_STATIC,31,117,54,8
  175. EDITTEXT IDC_SSERVICE,31,127,79,14,ES_AUTOHSCROLL
  176. END
  177. IDD_SIGNIN_BITMAP DIALOG DISCARDABLE 0, 0, 317, 178
  178. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  179. CAPTION "Connection Manager Administration Kit Wizard"
  180. FONT 8, "MS Shell Dlg"
  181. BEGIN
  182. LTEXT "Logon Bitmap",IDC_LBLTITLE,7,0,303,10
  183. LTEXT "You can display the default graphic or a custom graphic in the Connection Manager logon dialog box.",
  184. IDC_STATIC,21,11,275,18
  185. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,30,
  186. 317,1
  187. LTEXT "In the logon dialog box, display this graphic:",
  188. IDC_STATIC,21,44,275,8
  189. CONTROL "&Default graphic",IDC_RADIO1,"Button",
  190. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_TABSTOP,
  191. 21,55,275,10
  192. CONTROL "&Custom graphic (.bmp format, 330 x 140 pixels):",
  193. IDC_RADIO2,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  194. BS_MULTILINE,21,70,275,10
  195. EDITTEXT IDC_EDITSPLASH,33,80,207,14,ES_AUTOHSCROLL
  196. PUSHBUTTON "Br&owse...",IDC_BROWSEBMP1,246,80,50,14
  197. LTEXT "Preview:",IDC_STATIC,33,102,70,8
  198. CONTROL "",IDC_DEFAULTBRAND,
  199. "Connection Manager Administration Kit Bitmap Window Class",
  200. 0x20e,33,112,220,86
  201. END
  202. IDD_PBK_BITMAP DIALOG DISCARDABLE 0, 0, 317, 194
  203. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  204. CAPTION "Connection Manager Administration Kit Wizard"
  205. FONT 8, "MS Shell Dlg"
  206. BEGIN
  207. LTEXT "Phone Book Bitmap",IDC_LBLTITLE,7,0,303,10
  208. LTEXT "You can specify the graphic you want to display in the phone book dialog box.",
  209. IDC_STATIC,21,11,289,16
  210. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,30,
  211. 317,1
  212. LTEXT "In the phone book dialog box, display this graphic:",IDC_STATIC,21,
  213. 44,159,8
  214. CONTROL "&Default graphic",IDC_RADIO1,"Button",
  215. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_TABSTOP,
  216. 21,55,159,10
  217. CONTROL "&Custom graphic (.bmp format, 114 x 309 pixels):",
  218. IDC_RADIO2,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  219. BS_MULTILINE,21,70,164,10
  220. EDITTEXT IDC_EDITSPLASH,32,82,133,14,ES_AUTOHSCROLL
  221. PUSHBUTTON "Br&owse...",IDC_BROWSEBMP2,171,80,50,14
  222. LTEXT "Preview (3/4 Scale):",IDC_STATIC,235,33,70,8
  223. CONTROL "",IDC_PDEFAULTBRAND,
  224. "Connection Manager Administration Kit Bitmap Window Class",
  225. 0x20e,240,46,57,140
  226. END
  227. IDD_ICONS DIALOG DISCARDABLE 0, 0, 317, 178
  228. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  229. CAPTION "Connection Manager Administration Kit Wizard"
  230. FONT 8, "MS Shell Dlg"
  231. BEGIN
  232. LTEXT "Icons",IDC_LBLTITLE,7,0,289,10
  233. LTEXT "You can specify the icons that you want to display in the Connection Manager user interface. ",
  234. IDC_STATIC,19,11,277,17
  235. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,30,
  236. 317,1
  237. LTEXT "In the Connection Manager user interface, display these graphics:",
  238. IDC_STATIC,19,44,275,8
  239. CONTROL "&Default icons",IDC_RADIO1,"Button",BS_AUTORADIOBUTTON |
  240. BS_TOP | BS_MULTILINE | WS_TABSTOP,19,59,275,10
  241. CONTROL "&Custom icons (.ico files):",IDC_RADIO2,"Button",
  242. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,19,73,231,10
  243. ICON IDI_CRITSTOP_ICON,IDC_ICONLARGE,31,96,20,20
  244. LTEXT "&Program icon (32 x 32 pixels):",IDC_LABEL1,59,89,150,8
  245. EDITTEXT IDC_EDITLARGE,59,99,136,14,ES_AUTOHSCROLL
  246. PUSHBUTTON "Br&owse...",IDC_BROWSE1,200,99,50,14
  247. ICON IDI_CRITSTOP_ICON,IDC_ICONSMALL,36,130,20,20
  248. LTEXT "&Title bar icon (16 x 16 pixels):",IDC_LABEL2,59,118,
  249. 150,8
  250. EDITTEXT IDC_EDITSMALL,59,128,136,14,ES_AUTOHSCROLL
  251. PUSHBUTTON "Bro&wse...",IDC_BROWSE2,200,128,50,14
  252. ICON IDI_CRITSTOP_ICON,IDC_ICONTRAY,36,159,20,20
  253. LTEXT "Notific&ation area icon (16 x 16 pixels):",IDC_LABEL3,
  254. 59,147,136,8
  255. EDITTEXT IDC_EDITTRAY,59,157,136,14,ES_AUTOHSCROLL
  256. PUSHBUTTON "Brow&se...",IDC_BROWSE3,200,157,50,14
  257. LTEXT "The default icon will be used for any icon not specified.",
  258. IDC_LABEL4,19,181,231,10
  259. END
  260. IDD_PHONEBOOK DIALOG DISCARDABLE 0, 0, 317, 178
  261. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  262. CAPTION "Connection Manager Administration Kit Wizard"
  263. FONT 8, "MS Shell Dlg"
  264. BEGIN
  265. LTEXT "Phone Book",IDC_LBLTITLE,7,0,289,10
  266. LTEXT "You can include a phone book file with this service profile and provide more information about the access numbers it includes.",
  267. IDC_STATIC,21,11,275,17
  268. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,30,
  269. 317,1
  270. LTEXT "If you specify a phone book (.pbk) file for this profile, confirm that there is a corresponding region (.pbr) file in the same folder.",
  271. IDC_STATIC,21,44,275,18
  272. LTEXT "&Phone book file:",IDC_STATIC,31,67,133,8
  273. EDITTEXT IDC_EDITPHONE,31,77,133,14,ES_AUTOHSCROLL
  274. PUSHBUTTON "Br&owse...",IDC_BROWSE1,170,77,50,14
  275. CONTROL "&Automatically download phone book updates",IDC_CHECK1,
  276. "Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE |
  277. WS_TABSTOP,31,98,265,10
  278. LTEXT "Type the text you want to appear next to the More access numbers box in the Phone Book dialog box.",
  279. IDC_STATIC,21,119,230,19
  280. LTEXT "Mor&e access numbers text:",IDC_STATIC,31,142,230,8
  281. EDITTEXT IDC_EDIT1,31,152,230,14,ES_AUTOHSCROLL
  282. LTEXT "Example: There is a surcharge to dial these numbers.",
  283. IDC_STATIC,31,170,189,8
  284. END
  285. IDD_CUSTOM_HELP DIALOG DISCARDABLE 0, 0, 317, 178
  286. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  287. CAPTION "Connection Manager Administration Kit Wizard"
  288. FONT 8, "MS Shell Dlg"
  289. BEGIN
  290. LTEXT "Help File",IDC_LBLTITLE,7,0,303,10
  291. LTEXT "You can provide a customized Connection Manager Help file for your users.",
  292. IDC_STATIC,21,11,275,8
  293. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,30,
  294. 317,1
  295. LTEXT "Use this Help (.hlp) file:",IDC_STATIC,21,
  296. 44,275,9
  297. CONTROL "&Default Help file",IDC_RADIO1,"Button",
  298. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_TABSTOP,
  299. 21,59,275,10
  300. CONTROL "&Custom Help file:",IDC_RADIO2,"Button",
  301. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,74,275,10
  302. EDITTEXT IDC_EDITHELP,33,84,118,14,ES_AUTOHSCROLL
  303. PUSHBUTTON "Br&owse...",IDC_BROWSE1,155,84,50,14
  304. END
  305. IDD_BUILDPROFILE DIALOG DISCARDABLE 0, 0, 317, 178
  306. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  307. CAPTION "Connection Manager Administration Kit Wizard"
  308. FONT 8, "MS Shell Dlg"
  309. BEGIN
  310. LTEXT "Ready to Build the Service Profile",IDC_LBLTITLE,7,0,
  311. 303,10
  312. LTEXT "You have completed all of the steps required to build your service profile.",
  313. IDC_STATIC,21,11,275,12
  314. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,30,
  315. 317,1
  316. LTEXT "To further customize the information in the files included in this profile, select the Advanced customization check box.",
  317. IDC_STATIC,21,44,275,22
  318. LTEXT "To change your previous selections, click Back. ",
  319. IDC_STATIC,21,135,275,8
  320. CONTROL "&Advanced customization",IDC_ADVANCED,"Button",
  321. BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,21,
  322. 69,275,10
  323. ICON IDI_WARNING_ICON,IDC_STATIC,21,151,20,20
  324. LTEXT "After you click Next, you will not be able to change any of your previous selections.",
  325. IDC_STATIC,54,153,234,19
  326. END
  327. IDD_ADD_EDIT_PROFILE DIALOG DISCARDABLE 0, 0, 317, 178
  328. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
  329. CAPTION "Connection Manager Administration Kit Wizard"
  330. FONT 8, "MS Shell Dlg"
  331. BEGIN
  332. LTEXT "Service Profile Selection",IDC_LBLTITLE,7,0,303,10
  333. LTEXT "You can create a new service profile, or you can edit an existing one.",
  334. IDC_STATIC,21,11,275,8
  335. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,30,
  336. 317,1
  337. LTEXT "To create a new profile, select New profile or select an existing profile from the list and change its name on the next page. To edit an existing profile, select one from the list.",
  338. IDC_STATIC,21,44,275,21
  339. CONTROL "Ne&w profile",IDC_RADIO1,"Button",BS_AUTORADIOBUTTON |
  340. BS_TOP | BS_MULTILINE,21,67,275,10
  341. CONTROL "&Existing profile:",IDC_RADIO2,"Button",
  342. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,82,275,10
  343. COMBOBOX IDC_COMBO1,33,92,154,76,CBS_DROPDOWNLIST | CBS_SORT |
  344. WS_VSCROLL | WS_TABSTOP
  345. END
  346. IDD_INCLUDE_CM DIALOG DISCARDABLE 0, 0, 317, 178
  347. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
  348. CAPTION "Connection Manager Administration Kit Wizard"
  349. FONT 8, "MS Shell Dlg"
  350. BEGIN
  351. LTEXT "Connection Manager Software",IDC_LBLTITLE,7,0,303,10
  352. LTEXT "If your users do not have Connection Manager 1.3 installed, you can include it with this service profile.",
  353. IDC_STATIC,21,11,275,16
  354. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,30,
  355. 317,1
  356. CONTROL "Inst&all Connection Manager 1.3 with this service profile",
  357. IDC_CHECK1,"Button",BS_AUTOCHECKBOX | BS_TOP |
  358. BS_MULTILINE | WS_TABSTOP,21,44,187,10
  359. LTEXT "All previous versions of Connection Manager will be upgraded to Connection Manager 1.3.",
  360. IDC_STATIC,34,56,187,28
  361. END
  362. IDD_REALM_INFO DIALOG DISCARDABLE 0, 0, 317, 178
  363. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
  364. CAPTION "Connection Manager Administration Kit Wizard"
  365. FONT 8, "MS Shell Dlg"
  366. BEGIN
  367. LTEXT "Realm Name ",IDC_LBLTITLE,7,0,284,10
  368. LTEXT "If your service requires users to enter a realm name, Connection Manager can add it automatically.",
  369. IDC_STATIC,21,11,275,17
  370. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,30,
  371. 317,1
  372. LTEXT "Specify a realm name if your service requires users to enter one and you want Connection Manager to add it automatically.",
  373. IDC_STATIC,21,44,269,17
  374. GROUPBOX "",IDC_STATIC,21,82,219,77
  375. CONTROL "&Do not add a realm name to the user name ",IDC_RADIO1,
  376. "Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE |
  377. WS_GROUP | WS_TABSTOP,24,67,272,10
  378. CONTROL "&Add a realm name to the user name",IDC_RADIO2,"Button",
  379. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,24,82,126,10
  380. CONTROL "&Prefix (for example, Microsoft/)",IDC_RADIO3,"Button",
  381. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
  382. WS_TABSTOP,35,94,195,10
  383. CONTROL "&Suffix (for example, @Microsoft.com)",IDC_RADIO4,
  384. "Button",BS_AUTORADIOBUTTON | BS_MULTILINE,35,109,195,10
  385. LTEXT "&Realm name (include separator character):",
  386. IDC_REALMNAME,35,124,195,8
  387. EDITTEXT IDC_EDIT1,35,134,195,14,ES_AUTOHSCROLL
  388. END
  389. IDD_DUN_ENTRIES DIALOG DISCARDABLE 0, 0, 317, 178
  390. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
  391. CAPTION "Connection Manager Administration Kit Wizard"
  392. FONT 8, "MS Shell Dlg"
  393. BEGIN
  394. LTEXT "Dial-up Networking Entries",IDC_LBLTITLE,7,0,303,10
  395. LTEXT "Dial-up networking entries provide configuration data for one or more phone numbers.",
  396. IDC_STATIC,21,11,275,17
  397. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,30,
  398. 317,1
  399. LTEXT "Specify the dial-up networking entries that are listed in the phone book for this profile.",
  400. IDC_STATIC,21,44,275,8
  401. LTEXT "The entries in this list must match the entries specified in Phone Book Administrator. If this list already contains your entries, click Edit to provide the correct settings.",
  402. IDC_STATIC,21,53,275,18
  403. LTEXT "Dial-up netw&orking entries:",IDC_STATIC,21,75,275,8
  404. LISTBOX IDC_LIST1,21,85,275,81,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  405. WS_VSCROLL | WS_TABSTOP
  406. PUSHBUTTON "Ne&w...",IDC_BUTTON1,21,173,50,14
  407. PUSHBUTTON "&Edit...",IDC_BUTTON2,75,173,50,14
  408. PUSHBUTTON "&Delete",IDC_BUTTON3,129,173,50,14
  409. END
  410. IDD_VPN_ENTRIES DIALOG DISCARDABLE 0, 0, 317, 178
  411. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
  412. CAPTION "Connection Manager Administration Kit Wizard"
  413. FONT 8, "MS Shell Dlg"
  414. BEGIN
  415. LTEXT "VPN Entries",IDC_LBLTITLE,7,0,303,10
  416. LTEXT "Virtual Private Networking entries provide configuration data for one or more VPN servers.",
  417. IDC_STATIC,21,11,275,17
  418. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,30,
  419. 317,1
  420. LTEXT "Provide the network and security configuration to enable a client to connect to a VPN server. Click Edit to specify these settings.",
  421. IDC_STATIC,21,44,275,26
  422. LTEXT "Virtual Private Netw&orking entries:",IDC_STATIC,21,75,275,8
  423. LISTBOX IDC_LIST1,21,85,275,81,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  424. WS_VSCROLL | WS_TABSTOP
  425. PUSHBUTTON "Ne&w...",IDC_BUTTON1,21,173,50,14
  426. PUSHBUTTON "&Edit...",IDC_BUTTON2,75,173,50,14
  427. PUSHBUTTON "&Delete",IDC_BUTTON3,129,173,50,14
  428. END
  429. IDD_WIN2K_SECURITY_TUNNEL_POPUP DIALOG DISCARDABLE 0, 0, 245, 252
  430. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  431. CAPTION "Windows 2000 Security Settings"
  432. FONT 8, "MS Shell Dlg"
  433. BEGIN
  434. GROUPBOX "Logon security",IDC_STATIC,7,38,231,143
  435. LTEXT "&Data encryption:",IDC_STATIC,7,7,229,10
  436. COMBOBOX IDC_ENCRYPTION_TYPE,7,17,231,76,CBS_DROPDOWNLIST |
  437. WS_VSCROLL | WS_TABSTOP
  438. CONTROL "Us&e Extensible Authentication Protocol (EAP):",
  439. IDC_USE_EAP,"Button",BS_AUTORADIOBUTTON | WS_GROUP |
  440. WS_TABSTOP,14,50,207,8
  441. CONTROL "&Authentication methods:",IDC_ALLOWED_PROTOCOLS,"Button",
  442. BS_AUTORADIOBUTTON | WS_TABSTOP,14,94,173,10
  443. COMBOBOX IDC_EAP_TYPES,24,62,201,42,CBS_DROPDOWNLIST | CBS_SORT |
  444. WS_VSCROLL | WS_TABSTOP
  445. PUSHBUTTON "&Properties",IDC_EAP_PROPERTIES,175,77,50,14
  446. CONTROL "&Unencrypted password (PAP)",IDC_ALLOW_PAP,"Button",
  447. BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_GROUP |
  448. WS_TABSTOP,28,108,197,10
  449. CONTROL "&Shiva Password Authentication Protocol (SPAP)",
  450. IDC_ALLOW_SPAP,"Button",BS_AUTOCHECKBOX | BS_TOP |
  451. BS_MULTILINE | WS_TABSTOP,28,122,198,10
  452. CONTROL "&Challenge Handshake Authentication Protocol (CHAP)",
  453. IDC_ALLOW_CHAP,"Button",BS_AUTOCHECKBOX | BS_TOP |
  454. BS_MULTILINE | WS_TABSTOP,28,136,197,10
  455. CONTROL "&Microsoft CHAP (MS-CHAP)",IDC_ALLOW_MSCHAP,"Button",
  456. BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,28,
  457. 150,200,10
  458. CONTROL "Micr&osoft CHAP Version 2 (MS-CHAP v2)",
  459. IDC_ALLOW_MSCHAP2,"Button",BS_AUTOCHECKBOX | BS_TOP |
  460. BS_MULTILINE | WS_TABSTOP,28,165,200,10
  461. LTEXT "&VPN Strategy:",IDC_STATIC,7,188,229,10
  462. COMBOBOX IDC_VPN_TYPE,7,198,231,76,CBS_DROPDOWNLIST | WS_VSCROLL |
  463. WS_TABSTOP
  464. DEFPUSHBUTTON "OK",IDOK,78,232,50,14
  465. PUSHBUTTON "Cancel",IDCANCEL,133,232,50,14
  466. PUSHBUTTON "Help",IDC_HELPBUTTON,188,232,50,14
  467. END
  468. IDD_WIN2K_SECURITY_POPUP DIALOG DISCARDABLE 0, 0, 245, 216
  469. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  470. CAPTION "Windows 2000 Security Settings"
  471. FONT 8, "MS Shell Dlg"
  472. BEGIN
  473. GROUPBOX "Logon security",IDC_STATIC,7,38,231,143
  474. LTEXT "&Data encryption:",IDC_STATIC,7,7,229,10
  475. COMBOBOX IDC_ENCRYPTION_TYPE,7,17,231,76,CBS_DROPDOWNLIST |
  476. WS_VSCROLL | WS_TABSTOP
  477. CONTROL "Us&e Extensible Authentication Protocol (EAP):",
  478. IDC_USE_EAP,"Button",BS_AUTORADIOBUTTON | WS_GROUP |
  479. WS_TABSTOP,14,50,207,8
  480. CONTROL "&Authentication methods:",IDC_ALLOWED_PROTOCOLS,"Button",
  481. BS_AUTORADIOBUTTON | WS_TABSTOP,14,94,173,10
  482. COMBOBOX IDC_EAP_TYPES,24,62,201,42,CBS_DROPDOWNLIST | CBS_SORT |
  483. WS_VSCROLL | WS_TABSTOP
  484. PUSHBUTTON "&Properties",IDC_EAP_PROPERTIES,175,77,50,14
  485. CONTROL "&Unencrypted password (PAP)",IDC_ALLOW_PAP,"Button",
  486. BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_GROUP |
  487. WS_TABSTOP,28,108,197,10
  488. CONTROL "&Shiva Password Authentication Protocol (SPAP)",
  489. IDC_ALLOW_SPAP,"Button",BS_AUTOCHECKBOX | BS_TOP |
  490. BS_MULTILINE | WS_TABSTOP,28,122,198,10
  491. CONTROL "&Challenge Handshake Authentication Protocol (CHAP)",
  492. IDC_ALLOW_CHAP,"Button",BS_AUTOCHECKBOX | BS_TOP |
  493. BS_MULTILINE | WS_TABSTOP,28,136,197,10
  494. CONTROL "&Microsoft CHAP (MS-CHAP)",IDC_ALLOW_MSCHAP,"Button",
  495. BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,28,
  496. 150,200,10
  497. CONTROL "Micr&osoft CHAP Version 2 (MS-CHAP v2)",
  498. IDC_ALLOW_MSCHAP2,"Button",BS_AUTOCHECKBOX | BS_TOP |
  499. BS_MULTILINE | WS_TABSTOP,28,165,200,10
  500. DEFPUSHBUTTON "OK",IDOK,78,196,50,14
  501. PUSHBUTTON "Cancel",IDCANCEL,133,196,50,14
  502. PUSHBUTTON "Help",IDC_HELPBUTTON,188,196,50,14
  503. END
  504. IDD_TUNNELING DIALOG DISCARDABLE 0, 0, 317, 178
  505. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
  506. CAPTION "Connection Manager Administration Kit Wizard"
  507. FONT 8, "MS Shell Dlg"
  508. BEGIN
  509. LTEXT "VPN Support",IDC_LBLTITLE,7,0,275,10
  510. LTEXT "You can set up this profile to support VPN connections for remote access to private networks over the Internet.",
  511. IDC_STATIC,21,11,275,17
  512. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,30,
  513. 317,1
  514. LTEXT "Establish a virtual private network (VPN) connection when the user dials a phone number from these phone books:",
  515. IDC_STATIC,21,44,275,18
  516. CONTROL "&Phone book from this profile",IDC_CHECK1,"Button",
  517. BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,21,
  518. 69,275,10
  519. CONTROL "Phon&e books from the merged profiles",IDC_CHECK2,
  520. "Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE |
  521. WS_TABSTOP,21,84,275,10
  522. GROUPBOX "VPN Server name or IP Address",IDC_STATIC,33,97,240,71
  523. CONTROL "&Always use the same VPN server",IDC_RADIO1,"Button",
  524. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,43,106,140,10
  525. CONTROL "Allo&w the user to choose a VPN server before connecting",
  526. IDC_RADIO2,"Button",BS_AUTORADIOBUTTON,45,138,200,9
  527. EDITTEXT IDC_EDIT1,55,118,151,14,ES_AUTOHSCROLL | WS_TABSTOP | WS_GROUP
  528. EDITTEXT IDC_EDIT2,54,148,151,14,ES_AUTOHSCROLL | WS_TABSTOP
  529. PUSHBUTTON "Br&owse...",IDC_BUTTON1,214,148,50,14
  530. CONTROL "&Use the same user name and password for VPN and dial-up connections",
  531. IDC_CHECK3,"Button",BS_AUTOCHECKBOX | BS_TOP |
  532. BS_MULTILINE | WS_TABSTOP,33,173,241,10
  533. END
  534. IDD_PRESHARED_KEY DIALOG DISCARDABLE 0, 0, 317, 178
  535. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
  536. CAPTION "Connection Manager Administration Kit Wizard"
  537. FONT 8, "MS Shell Dlg"
  538. BEGIN
  539. LTEXT "Pre-shared Key",IDC_LBLTITLE,7,0,275,10
  540. LTEXT "You can configure this profile to use a pre-shared key to provide authentication for your L2TP over IPSec connections.",
  541. IDC_STATIC,21,11,275,17
  542. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,30,317,1
  543. LTEXT "Note: Computer certificates are the recommended method of authentication. Pre-shared key is a relatively weak authentication method.",
  544. IDC_STATIC,21,35,275,34
  545. LTEXT "Enter &key: ", IDC_STATIC,20,68,50,10
  546. EDITTEXT IDC_PRESHARED_KEY,55,66,180,24,ES_MULTILINE | ES_AUTOVSCROLL
  547. LTEXT "Using a PIN to encrypt the pre-shared key increases the security of your deployment. Users will need the PIN in order to install the profile. The PIN must be between 4 and 15 characters long.",
  548. IDC_STATIC,20,95,240,25
  549. CONTROL "Encrypt the pre-shared key using a PIN",
  550. IDC_USEENCRYPTION,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
  551. 20,123,145,15
  552. LTEXT "Enter &PIN: ", IDC_STATIC,20,143,60,10
  553. EDITTEXT IDC_PRESHARED_KEY_PIN,55,141,100,14
  554. PUSHBUTTON "&Replace Key",IDC_REPLACE_PSK,100,170,50,16
  555. END
  556. IDD_CUSTOM_ACTIONS DIALOG DISCARDABLE 0, 0, 317, 178
  557. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
  558. CAPTION "Connection Manager Administration Kit Wizard"
  559. FONT 8, "MS Shell Dlg"
  560. BEGIN
  561. LTEXT "Custom Actions",IDC_LBLTITLE,7,0,303,10
  562. LTEXT "You can specify programs to start automatically before, during, or after the connection to your service.",
  563. IDC_STATIC,21,11,275,17
  564. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,30,
  565. 317,1
  566. LTEXT "Custom actions of the same type are run in the order in which they appear in the list. To view custom actions of a specific type, select the action type from the drop-down list.",
  567. IDC_STATIC,19,36,277,18
  568. LTEXT "&Action type:",IDC_STATIC,21,60,43,8
  569. COMBOBOX IDC_COMBO1,66,58,145,100,CBS_DROPDOWNLIST | WS_VSCROLL |
  570. WS_TABSTOP
  571. LTEXT "&Custom actions:",IDC_STATIC,20,78,100,8
  572. CONTROL "List1",IDC_LISTVIEW,"SysListView32",LVS_REPORT |
  573. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER |
  574. WS_BORDER | WS_TABSTOP,20,88,277,78
  575. PUSHBUTTON "Move &Up",IDC_BUTTON4,300,88,18,16,BS_ICON
  576. PUSHBUTTON "&Move Down",IDC_BUTTON5,300,106,18,16,BS_ICON
  577. PUSHBUTTON "Ne&w...",IDC_BUTTON1,21,173,50,14
  578. PUSHBUTTON "&Edit...",IDC_BUTTON2,75,173,50,14
  579. PUSHBUTTON "&Delete",IDC_BUTTON3,129,173,50,14
  580. END
  581. IDD_CUSTOM_ACTIONS_POPUP DIALOG DISCARDABLE 0, 0, 229, 210
  582. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  583. WS_SYSMENU
  584. CAPTION "New Custom Action"
  585. FONT 8, "MS Shell Dlg"
  586. BEGIN
  587. LTEXT "&Description:",IDC_STATIC,7,7,146,8
  588. EDITTEXT IDC_EDIT3,7,17,160,14,ES_AUTOHSCROLL
  589. LTEXT "&Program to run:",IDC_STATIC,7,37,146,8
  590. EDITTEXT IDC_EDIT1,7,47,160,14,ES_AUTOHSCROLL
  591. PUSHBUTTON "Br&owse...",IDC_BUTTON1,172,47,50,14
  592. LTEXT "P&arameters:",IDC_STATIC,7,66,146,8
  593. EDITTEXT IDC_EDIT2,7,76,160,14,ES_AUTOHSCROLL
  594. LTEXT "A&ction type:",IDC_STATIC,7,95,146,8
  595. COMBOBOX IDC_COMBO1,7,105,160,84,CBS_DROPDOWNLIST | WS_VSCROLL |
  596. WS_TABSTOP
  597. LTEXT "&Run this custom action for:",IDC_STATIC,7,124,146,8
  598. COMBOBOX IDC_COMBO2,7,134,160,100,CBS_DROPDOWNLIST | WS_VSCROLL |
  599. WS_TABSTOP
  600. CONTROL "Incl&ude the custom action program with this service profile",
  601. IDC_CHECK1,"Button",BS_AUTOCHECKBOX | BS_TOP |
  602. BS_MULTILINE | WS_TABSTOP,7,155,215,18
  603. DEFPUSHBUTTON "OK",IDOK,63,182,50,14
  604. PUSHBUTTON "Cancel",IDCANCEL,118,182,50,14
  605. PUSHBUTTON "Help",IDC_HELPBUTTON,172,182,50,14
  606. END
  607. IDD_PBK_UPDATE DIALOG DISCARDABLE 0, 0, 317, 178
  608. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
  609. CAPTION "Connection Manager Administration Kit Wizard"
  610. FONT 8, "MS Shell Dlg"
  611. BEGIN
  612. LTEXT "Phone Book Updates",IDC_LBLTITLE,7,0,303,10
  613. LTEXT "Updates to the phone book file will be downloaded to users from the server you specify.",
  614. IDC_STATIC,21,11,279,8
  615. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,30,
  616. 317,1
  617. LTEXT "If you selected Automatically download phone book updates on the previous page but did not include a phone book file, you must specify the name of the phone book to be downloaded.",
  618. IDC_STATIC,21,44,275,25
  619. LTEXT "&Phone book name:",IDC_STATIC,31,76,265,8
  620. EDITTEXT IDC_EDIT1,31,86,177,14,ES_AUTOHSCROLL
  621. LTEXT "Type the URL for the Connection Point Services server from which phone book updates will be downloaded.",
  622. IDC_STATIC,21,107,275,18
  623. LTEXT "&Connection Point Services server:",IDC_STATIC,31,130,
  624. 153,8
  625. LTEXT "http://",IDC_STATIC,31,142,21,8
  626. EDITTEXT IDC_EDITURL,58,140,106,14,ES_AUTOHSCROLL
  627. END
  628. IDD_MERGEDPROFILES DIALOG DISCARDABLE 0, 0, 317, 178
  629. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
  630. CAPTION "Connection Manager Administration Kit Wizard"
  631. FONT 8, "MS Shell Dlg"
  632. BEGIN
  633. LTEXT "Merging Profile Information",IDC_LBLTITLE,7,0,303,10
  634. LTEXT "Merge profiles to add phone book information, such as access numbers, from existing profiles to this profile.",
  635. IDC_STATIC,21,11,275,18
  636. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,30,
  637. 317,1
  638. LTEXT "To merge an existing profile into the profile you are creating, select an existing profile, and then click Add.",
  639. IDC_STATIC,21,44,269,16
  640. LTEXT "&Existing profiles:",IDC_STATIC,21,82,69,10
  641. LISTBOX IDC_LIST1,21,92,75,86,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  642. WS_VSCROLL | WS_TABSTOP
  643. PUSHBUTTON "&Add >",IDC_BUTTON1,103,114,50,14
  644. PUSHBUTTON "< &Remove",IDC_BUTTON2,103,142,50,14
  645. LTEXT "&Profiles to be merged:",IDC_STATIC,160,82,76,10
  646. LISTBOX IDC_LIST2,160,92,75,86,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  647. WS_VSCROLL | WS_TABSTOP
  648. END
  649. IDD_STATUS_MENU DIALOG DISCARDABLE 0, 0, 317, 178
  650. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
  651. CAPTION "Connection Manager Administration Kit Wizard"
  652. FONT 8, "MS Shell Dlg"
  653. BEGIN
  654. LTEXT "Notification Area Shortcut Menu",IDC_LBLTITLE,7,0,289,
  655. 10
  656. LTEXT "Connection Manager displays an icon in the notification area of the taskbar. You can add items to the shortcut menu for the icon.",
  657. IDC_STATIC,21,11,275,18
  658. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,30,
  659. 317,1
  660. LTEXT "By default, the shortcut menu for this icon includes two commands: Status and Disconnect. If users are running Windows 2000 or a later operating system, the menu also includes Open Network Connections.",
  661. IDC_STATIC,21,38,275,28
  662. LTEXT "To create a menu item, click New.",IDC_STATIC,21,69,275,8
  663. LTEXT "&Shortcut menu commands:",IDC_STATIC,21,84,158,8
  664. LISTBOX IDC_LIST1,21,94,158,50,LBS_NOINTEGRALHEIGHT | WS_VSCROLL |
  665. WS_TABSTOP
  666. PUSHBUTTON "Move &Up",IDC_BUTTON4,185,94,18,16,BS_ICON
  667. PUSHBUTTON "&Move Down",IDC_BUTTON5,185,112,18,16,BS_ICON
  668. PUSHBUTTON "Ne&w...",IDC_BUTTON1,21,151,50,14
  669. PUSHBUTTON "&Edit...",IDC_BUTTON2,75,151,50,14
  670. PUSHBUTTON "&Delete",IDC_BUTTON3,129,151,50,14
  671. END
  672. IDD_MENU_ITEM_POPUP DIALOG DISCARDABLE 0, 0, 233, 138
  673. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  674. WS_SYSMENU
  675. CAPTION "New Shortcut Menu Command"
  676. FONT 8, "MS Shell Dlg"
  677. BEGIN
  678. LTEXT "&Command name:",IDC_STATIC,7,7,219,8
  679. EDITTEXT IDC_EDIT1,7,17,219,14,ES_AUTOHSCROLL
  680. LTEXT "&Program to run:",IDC_STATIC,7,36,146,8
  681. EDITTEXT IDC_EDIT2,7,46,163,14,ES_AUTOHSCROLL
  682. PUSHBUTTON "Br&owse...",IDC_BUTTON1,176,46,50,14
  683. LTEXT "P&arameters:",IDC_STATIC,7,65,146,8
  684. EDITTEXT IDC_EDIT3,7,75,163,14,ES_AUTOHSCROLL
  685. CONTROL "Incl&ude the program with this service profile",
  686. IDC_CHECK1,"Button",BS_AUTOCHECKBOX | BS_TOP |
  687. BS_MULTILINE | WS_TABSTOP,7,98,219,10
  688. DEFPUSHBUTTON "OK",IDOK,68,117,50,14
  689. PUSHBUTTON "Cancel",IDCANCEL,122,117,50,14
  690. PUSHBUTTON "Help",IDC_HELPBUTTON,176,117,50,14
  691. END
  692. IDD_LICENSE DIALOG DISCARDABLE 0, 0, 317, 178
  693. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  694. CAPTION "Connection Manager Administration Kit Wizard"
  695. FONT 8, "MS Shell Dlg"
  696. BEGIN
  697. LTEXT "License Agreement",IDC_LBLTITLE,7,0,289,10
  698. LTEXT "You can add a license agreement to this service profile.",
  699. IDC_STATIC,21,11,275,17
  700. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,30,
  701. 317,1
  702. LTEXT "The license agreement appears when the user starts installing this service profile. The installation will not continue until the agreement is accepted.",
  703. IDC_STATIC,21,44,275,18
  704. LTEXT "Enter the name of the text (.txt) file that contains the license agreement you want to use.",
  705. IDC_STATIC,21,70,275,8
  706. LTEXT "&File name:",IDC_STATIC,21,85,142,8
  707. EDITTEXT IDC_EDIT1,21,95,123,14,ES_AUTOHSCROLL
  708. PUSHBUTTON "Br&owse...",IDC_BROWSE1,150,95,50,14
  709. END
  710. IDD_ADDITIONAL DIALOG DISCARDABLE 0, 0, 317, 178
  711. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
  712. CAPTION "Connection Manager Administration Kit Wizard"
  713. FONT 8, "MS Shell Dlg"
  714. BEGIN
  715. LTEXT "Additional Files ",IDC_LBLTITLE,7,0,303,10
  716. LTEXT "You can include additional files in this service profile.",
  717. IDC_STATIC,21,11,275,8
  718. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,30,
  719. 317,1
  720. LTEXT "Specify all additional files that this service profile requires, such as data required by a custom action.",
  721. IDC_STATIC,21,44,275,18
  722. LTEXT "Additi&onal files:",IDC_STATIC,21,65,116,8
  723. LISTBOX IDC_LIST1,21,75,136,51,LBS_NOINTEGRALHEIGHT | WS_VSCROLL |
  724. WS_TABSTOP
  725. PUSHBUTTON "&Add...",IDC_BUTTON1,21,133,50,14
  726. PUSHBUTTON "&Remove",IDC_BUTTON2,77,133,50,14
  727. END
  728. IDD_SUPPORT_INFO DIALOG DISCARDABLE 0, 0, 317, 178
  729. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION
  730. CAPTION "Connection Manager Administration Kit Wizard"
  731. FONT 8, "MS Shell Dlg"
  732. BEGIN
  733. LTEXT "Support Information",IDC_LBLTITLE,7,0,303,10
  734. LTEXT "You can add one line of information to the Connection Manager logon dialog box to direct users to the support your service provides.",
  735. IDC_STATIC,21,11,275,17
  736. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,30,
  737. 317,1
  738. LTEXT "Type the text you want to appear in the logon dialog box.",
  739. IDC_STATIC,21,44,275,10
  740. LTEXT "&Support information:",IDC_STATIC,21,67,275,8
  741. EDITTEXT IDC_SUPPORT,21,77,275,14,ES_AUTOHSCROLL
  742. LTEXT "Example: For customer service, dial 1-800-555-0100.",
  743. IDC_STATIC,21,95,275,8
  744. END
  745. IDD_FINISH_GOOD_BUILD DIALOGEX 0, 0, 317, 178
  746. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  747. CAPTION "Connection Manager Administration Kit Wizard"
  748. FONT 8, "MS Shell Dlg"
  749. BEGIN
  750. CONTROL 1141,IDC_STATIC,"Static",SS_BITMAP,0,0,207,109
  751. LTEXT "Completing the Connection Manager Administration Kit Wizard",
  752. IDC_LBLTITLE,116,1,195,19
  753. LTEXT "You have successfully completed the Connection Manager Administration Kit Wizard. Your new service profile, a self-installing executable (.exe) file, is located at:",
  754. IDC_STATIC,115,33,196,36
  755. EDITTEXT IDC_EDITDIR,115,78,195,14,ES_MULTILINE | ES_AUTOHSCROLL |
  756. ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP,
  757. WS_EX_CLIENTEDGE
  758. LTEXT "To close this wizard, click Finish.",IDC_STATIC,115,102,
  759. 196,28
  760. END
  761. IDD_IEAK_FINISH_GOOD_BUILD DIALOG DISCARDABLE 0, 0, 317, 178
  762. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  763. CAPTION "Connection Manager Administration Kit Wizard"
  764. FONT 8, "MS Shell Dlg"
  765. BEGIN
  766. CONTROL 1141,IDC_STATIC,"Static",SS_BITMAP,0,0,207,109
  767. LTEXT "Completing the Connection Manager Administration Kit Wizard",
  768. IDC_LBLTITLE,116,1,195,18
  769. LTEXT "You have successfully completed the Connection Manager Administration Kit Wizard. ",
  770. IDC_STATIC,115,33,196,18
  771. LTEXT "To close this wizard, click Finish.",IDC_STATIC,116,59,
  772. 196,8
  773. END
  774. IDD_FINISH_BAD_BUILD DIALOG DISCARDABLE 0, 0, 317, 178
  775. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  776. CAPTION "Connection Manager Administration Kit Wizard"
  777. FONT 8, "MS Shell Dlg"
  778. BEGIN
  779. CONTROL 1141,IDC_STATIC,"Static",SS_BITMAP,0,0,207,109
  780. LTEXT "Unable to Build Service Profile",IDC_LBLTITLE,116,1,195,
  781. 18
  782. LTEXT "The Connection Manager Administration Kit Wizard could not build this service profile.",
  783. IDC_STATIC,152,33,145,18
  784. ICON IDI_CRITSTOP_ICON,IDC_STATIC,120,30,20,20
  785. LTEXT "Before running this wizard again, verify the locations of all of the files you specified in this wizard, and verify that you have the necessary permissions to add them to your profile.",
  786. IDC_STATIC,153,59,137,42
  787. LTEXT "For more information, click Help.",IDC_STATIC,153,109,
  788. 140,8
  789. LTEXT "To close this wizard, click Finish.",IDC_STATIC,153,125,
  790. 140,8
  791. END
  792. IDD_GENERAL DIALOG DISCARDABLE 0, 0, 231, 194
  793. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  794. WS_SYSMENU
  795. CAPTION "General"
  796. FONT 8, "MS Shell Dlg"
  797. BEGIN
  798. LTEXT "&Name:",IDC_STATIC,7,7,217,8
  799. EDITTEXT IDC_EDIT1,7,17,211,14,ES_AUTOHSCROLL
  800. CONTROL "&Disable file and printer sharing",IDC_CHECK1,"Button",
  801. BS_AUTOCHECKBOX | WS_TABSTOP,10,42,163,11
  802. CONTROL "Ena&ble clients to log on to a network ",
  803. IDC_CHECK2,"Button",BS_AUTOCHECKBOX | BS_TOP |
  804. BS_MULTILINE | WS_TABSTOP,9,55,206,21
  805. LTEXT "Dial-&up networking script:",IDC_SCRIPT_LABEL,7,78,138,
  806. 8
  807. EDITTEXT IDC_EDIT2,7,88,163,14,ES_AUTOHSCROLL
  808. PUSHBUTTON "Br&owse...",IDC_BUTTON1,174,88,50,14
  809. END
  810. IDD_SECURITY DIALOG DISCARDABLE 0, 0, 231, 194
  811. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  812. WS_SYSMENU
  813. CAPTION "Security"
  814. FONT 8, "MS Shell Dlg"
  815. BEGIN
  816. LTEXT "There are common settings that you can apply to all of your remote access clients.",
  817. IDC_STATIC,7,7,211,18
  818. LTEXT "Windows 2000 and later operating systems support additional, more specific settings that you can apply instead of the common settings.",
  819. IDC_STATIC,7,29,211,18
  820. CONTROL "&Security settings:",IDC_STATIC,"Static",
  821. SS_LEFTNOWORDWRAP | WS_GROUP,10,55,131,11
  822. COMBOBOX IDC_COMBO1,9,66,201,50,CBS_DROPDOWNLIST | WS_VSCROLL |
  823. WS_TABSTOP
  824. CONTROL "Common security settings:",IDC_STATIC,"Static",
  825. SS_LEFTNOWORDWRAP | WS_GROUP,11,86,131,11
  826. PUSHBUTTON "&Configure...",IDC_CONFIG_ALL,158,86,50,14
  827. CONTROL "Windows 2000 specific security settings:",IDC_STATIC,
  828. "Static",SS_LEFTNOWORDWRAP | WS_GROUP,11,107,131,11
  829. PUSHBUTTON "C&onfigure...",IDC_CONFIG_WIN2K,158,105,50,14
  830. GROUPBOX "L2TP/IPSec authentication",IDC_CERT_PSK_GROUPBOX,11,125,180,50
  831. CONTROL "Use a c&ertificate (recommended)",IDC_USE_CERT,"Button",
  832. BS_AUTORADIOBUTTON | BS_TOP | WS_GROUP | WS_TABSTOP,
  833. 17,135,160,10
  834. CONTROL "Use a pre-shared &key",IDC_USE_PRESHARED_KEY,"Button",
  835. BS_AUTORADIOBUTTON | BS_TOP | WS_TABSTOP, 17,150,160,10
  836. END
  837. IDD_TCPIP_SETTINGS DIALOG DISCARDABLE 0, 0, 231, 174
  838. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  839. WS_SYSMENU
  840. CAPTION "TCP/IP Settings"
  841. FONT 8, "MS Shell Dlg"
  842. BEGIN
  843. GROUPBOX "Client DNS and WINS configuration",IDC_STATIC,7,12,217,
  844. 108
  845. CONTROL "Server &assigns addresses",IDC_RADIO1,"Button",
  846. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
  847. WS_TABSTOP,14,25,197,10
  848. CONTROL "All &clients use these addresses:",IDC_RADIO2,"Button",
  849. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,14,40,114,10
  850. LTEXT "&Primary DNS address:",IDC_LABEL_DNS,26,55,75,8
  851. CONTROL "IPAddress2",IDC_PRIMARY_DNS,"SysIPAddress32",WS_GROUP |
  852. WS_TABSTOP,132,51,81,13
  853. LTEXT "&Secondary DNS address:",IDC_LABEL_DNS2,25,70,81,8
  854. CONTROL "IPAddress2",IDC_SECONDARY_DNS,"SysIPAddress32",
  855. WS_TABSTOP,132,68,81,13
  856. LTEXT "Pri&mary WINS address:",IDC_LABEL_WINS,25,85,75,8
  857. CONTROL "IPAddress2",IDC_PRIMARY_WINS,"SysIPAddress32",
  858. WS_TABSTOP,132,83,81,13
  859. LTEXT "S&econdary WINS address:",IDC_LABEL_WINS2,25,100,91,8
  860. CONTROL "IPAddress2",IDC_SECONDARY_WINS,"SysIPAddress32",
  861. WS_TABSTOP,132,99,81,13
  862. CONTROL "Ma&ke this connection the client's default gateway",
  863. IDC_CHECK1,"Button",BS_AUTOCHECKBOX | WS_GROUP |
  864. WS_TABSTOP,9,128,184,10
  865. CONTROL "Use IP hea&der compression",IDC_CHECK2,"Button",
  866. BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,9,144,184,10
  867. END
  868. IDD_DUN_SECURITY_POPUP DIALOG DISCARDABLE 0, 0, 245, 120
  869. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  870. CAPTION "Security Settings"
  871. FONT 8, "MS Shell Dlg"
  872. BEGIN
  873. GROUPBOX "User authentication method",-1,7,12,225,74
  874. CONTROL "&Allow any method",IDC_ANY_AUTH,"Button",
  875. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,14,25,207,8
  876. CONTROL "&Require a secured password",IDC_ENCRYPTED_AUTH,"Button",
  877. BS_AUTORADIOBUTTON | WS_TABSTOP,14,38,173,10
  878. CONTROL "R&equire a Microsoft secured password",
  879. IDC_MS_ENCRYPTED_AUTH,"Button",BS_AUTORADIOBUTTON |
  880. WS_TABSTOP,14,51,173,10
  881. CONTROL "Require &data encryption",IDC_CHECK1,"Button",
  882. BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,25,64,150,12
  883. DEFPUSHBUTTON "OK",IDOK,78,100,50,14
  884. PUSHBUTTON "Cancel",IDCANCEL,133,100,50,14
  885. PUSHBUTTON "Help",IDC_HELPBUTTON,188,100,50,14
  886. END
  887. IDD_CMPROXY DIALOG DISCARDABLE 0, 0, 317, 178
  888. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
  889. CAPTION "Connection Manager Administration Kit Wizard"
  890. FONT 8, "MS Shell Dlg"
  891. BEGIN
  892. LTEXT "Automatic Proxy Configuration",IDC_LBLTITLE,7,0,284,10
  893. LTEXT "If your service uses a proxy server, Connection Manager can automatically configure Internet Explorer proxy settings for your users.",
  894. -1,21,11,275,17
  895. CONTROL "",-1,"Static",SS_BLACKFRAME | SS_SUNKEN,0,30,317,1
  896. LTEXT "To have Connection Manager automatically configure proxy settings, enter the name of your proxy settings file.",
  897. -1,21,44,269,17
  898. GROUPBOX "",-1,21,82,276,69
  899. CONTROL "&Do not configure proxy settings",IDC_RADIO1,"Button",
  900. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
  901. WS_TABSTOP,24,67,272,10
  902. CONTROL "&Automatically configure proxy settings",IDC_RADIO2,
  903. "Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,24,
  904. 82,131,10
  905. LTEXT "&Proxy settings file:",IDC_PROXYLABEL,35,98,195,8
  906. EDITTEXT IDC_EDIT1,35,108,195,14,ES_AUTOHSCROLL
  907. PUSHBUTTON "Br&owse...",IDC_BUTTON1,236,108,50,14
  908. CONTROL "R&estore the users' previous proxy settings after disconnecting",
  909. IDC_CHECK1,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,37,131,
  910. 210,9
  911. END
  912. IDD_ROUTE_PLUMBING DIALOG DISCARDABLE 0, 0, 317, 178
  913. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
  914. CAPTION "Connection Manager Administration Kit Wizard"
  915. FONT 8, "MS Shell Dlg"
  916. BEGIN
  917. LTEXT "Routing Table Update",IDC_LBLTITLE,7,0,284,10
  918. LTEXT "You can define specific routes for network traffic by providing routing table updates in this profile.",
  919. -1,21,11,275,17
  920. CONTROL "",-1,"Static",SS_BLACKFRAME | SS_SUNKEN,0,30,317,1
  921. LTEXT "Define the updates in either a route file included in this profile, or a route file specified by a URL, or both.",
  922. -1,21,44,269,17
  923. GROUPBOX "",-1,21,82,276,97
  924. CONTROL "&Do not change the routing tables",IDC_RADIO1,"Button",
  925. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
  926. WS_TABSTOP,24,67,272,10
  927. CONTROL "D&efine a routing table update ",IDC_RADIO2,"Button",
  928. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,24,82,107,10
  929. LTEXT "&Route file to include:",IDC_ROUTE_FILE_LABEL,35,98,195,
  930. 8
  931. EDITTEXT IDC_ROUTE_FILE,35,108,195,14,ES_AUTOHSCROLL
  932. PUSHBUTTON "Br&owse...",IDC_BUTTON1,236,108,50,14
  933. LTEXT "&URL to a route file:",IDC_ROUTE_URL_LABEL,35,128,195,8
  934. EDITTEXT IDC_ROUTE_URL,35,139,195,14,ES_AUTOHSCROLL
  935. CONTROL " If t&his URL is unavailable, disconnect the client",
  936. IDC_CHECK1,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,35,160,
  937. 198,9
  938. END
  939. IDD_GEEK_PANE DIALOG DISCARDABLE 0, 0, 317, 178
  940. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
  941. CAPTION "Connection Manager Administration Kit Wizard"
  942. FONT 8, "MS Shell Dlg"
  943. BEGIN
  944. LTEXT "Advanced Customization",IDC_LBLTITLE,7,0,284,10
  945. LTEXT "You can modify files that are included in this profile.",
  946. IDC_STATIC,21,11,275,17
  947. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,30,
  948. 317,1
  949. LTEXT "Select a file and a section of the file, and then select the key that you want to modify. Type a new value, and then click Apply.",
  950. IDC_STATIC,21,38,275,18
  951. LTEXT "&File name:",IDC_STATIC,21,61,146,8
  952. COMBOBOX IDC_COMBO1,21,71,160,84,CBS_DROPDOWNLIST | WS_VSCROLL |
  953. WS_TABSTOP
  954. LTEXT "&Section name:",IDC_STATIC,21,90,146,8
  955. COMBOBOX IDC_COMBO2,21,100,160,100,CBS_DROPDOWN | CBS_AUTOHSCROLL |
  956. WS_VSCROLL | WS_TABSTOP
  957. LTEXT "&Key name:",IDC_STATIC,21,119,146,8
  958. COMBOBOX IDC_COMBO3,21,129,160,100,CBS_DROPDOWN | CBS_AUTOHSCROLL |
  959. WS_VSCROLL | WS_TABSTOP
  960. LTEXT "&Value:",IDC_STATIC,21,148,146,8
  961. EDITTEXT IDC_EDIT1,21,158,160,14,ES_AUTOHSCROLL
  962. PUSHBUTTON "&Apply",IDC_BUTTON1,76,178,50,14
  963. END
  964. IDD_LCIDS_DONT_MATCH_POPUP DIALOG DISCARDABLE 0, 0, 333, 95
  965. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  966. WS_SYSMENU
  967. CAPTION "Connection Manager Administration Kit"
  968. FONT 8, "MS Shell Dlg"
  969. BEGIN
  970. EDITTEXT IDC_MSG,7,7,319,41,ES_MULTILINE | ES_READONLY |NOT WS_BORDER | NOT WS_TABSTOP
  971. CONTROL "&Do not show this dialog again",
  972. IDC_CHECK1,"Button",BS_AUTOCHECKBOX | BS_TOP |
  973. BS_MULTILINE | WS_TABSTOP,7,57,319,10
  974. DEFPUSHBUTTON "Continue",IDOK,168,75,50,14
  975. PUSHBUTTON "Cancel",IDCANCEL,222,75,50,14
  976. PUSHBUTTON "Help",IDC_HELPBUTTON,276,75,50,14
  977. END
  978. /////////////////////////////////////////////////////////////////////////////
  979. //
  980. // String Table
  981. //
  982. STRINGTABLE DISCARDABLE
  983. BEGIN
  984. IDS_SERVICENAMETOBIG "The Service Name you typed is too long. Limit your Service Name to %d characters."
  985. IDS_DISKFULL "The volume containing the directory ""%s"" is full. Delete some files from this volume and retry the file operation."
  986. IDS_READMETXT "readme.txt"
  987. END
  988. STRINGTABLE DISCARDABLE
  989. BEGIN
  990. IDS_APP_TITLE "Connection Manager Administration Kit"
  991. IDS_INFO_TIP "Use the Connection Manager Administration Kit to build Connection Manager Service Profiles."
  992. IDS_NOSERVICE "You must provide a service name."
  993. IDS_TOOLONG "The file name you typed is incorrect. The file name cannot have more than eight characters and should not include a file extension."
  994. END
  995. STRINGTABLE DISCARDABLE
  996. BEGIN
  997. IDS_BADNAME "The file name is invalid. The file name cannot contain spaces or any symbol characters (such as %s )."
  998. IDS_BADOUTEXE "The directory path or file name you entered is invalid. Check to make sure that the directory you specified exists and the file name does not contain invalid characters."
  999. IDS_NOEXIST "The file ""%s"" could not be found.\nCheck that you have entered the file name correctly."
  1000. IDS_NOBMP "You must enter the name of a bitmap (.bmp) file."
  1001. IDS_INVALIDBMP "The file ""%s"" is not a valid bitmap file."
  1002. END
  1003. STRINGTABLE DISCARDABLE
  1004. BEGIN
  1005. IDS_NOLANGRES "Files that are required to run the program are missing.\nCheck that the program has been properly installed."
  1006. IDS_NEEDPHONENAME "You must enter a phone book name."
  1007. IDS_PHONENAMEERR "In order for your phone book to be downloaded properly, the phone book name must be eight characters or less and it cannot contain a file extension, a space, or any symbol characters (such as %s )."
  1008. IDS_NEEDPROF "You must either select a profile to edit or select New Profile."
  1009. IDS_NEEDPROG "You must enter a program to run."
  1010. IDS_PROFEXISTS "A profile already exists with the file name you selected. Do you want to overwrite the existing profile?"
  1011. IDS_NOHELP "You must enter a Help file or select the default."
  1012. END
  1013. STRINGTABLE DISCARDABLE
  1014. BEGIN
  1015. IDS_CM_TOO_NEW "The installed version of Connection Manager is more recent than this version of the Connection Manager Administration Kit. Install a newer version of the Connection Manager Administration Kit."
  1016. IDS_NO_CM_BITS "Connection Manager is missing. Reinstall the Connection Manager Administration Kit."
  1017. IDS_CM_TOO_OLD "The installed version of Connection Manager is too old to be used with this version of the Connection Manager Administration Kit. Either reinstall the Connection Manager Administration Kit or get the latest Windows Update."
  1018. IDS_CHANGED_ONLY_SS_OR_LS
  1019. "Changing only the Service Name or the File Name will result in a profile that could have file or service name conflicts, and the service package might fail to install. You should either create a new profile by changing both the service name and the file name, or restore the original name so that it will cleanly overwrite the existing profile.\n\nWould you like to return to Service and File Names?"
  1020. IDS_CANNOT_ROUNDTRIP "Unable to convert the string ""%s"" to a storable form. Please make sure the default system locale is the same as the current input language. If they are different, the code page resources you need may not be available. Please select another profile or set the locale appropriately. To set the locale, use Regional Options in the Control Panel."
  1021. IDS_NO_ANSI_CODEPAGE "Because of the current locale settings, no ANSI codepage is available. Connection Manager Administration Kit requires an ANSI codepage to build packages since packages can be distributed to non-Unicode clients. Do you want to try to build a profile anyway?"
  1022. IDS_LCIDS_DONT_MATCH "The system locale is %s, but this version of the Connection Manager Administration Kit is in %s. To make sure that Connection Manager and the profile installer have been adapted for the correct language for your users, build profiles on a computer running a version of Windows that matches the current system locale."
  1023. IDS_DIFF_DISPLAY_LCID "The system locale is set to %s, but the profile you have selected was last edited in %s. You can continue, but some strings may not be displayed correctly. For best results, change your default system locale back to the language in which the profile was last edited."
  1024. IDS_INSUFF_PERMS "To continue you must have Read/Write Permissions to the directory %s. Please contact your Administrator to obtain the proper permissions."
  1025. IDS_PATH_WITH_NO_ENV "The path specified in the program field entry may not be the same on all machines. You may wish to either include the program in the profile or use an environment variable to specify the path so that the program will be found despite path differences between machines. Do you wish to change the program field entry?"
  1026. IDS_CMDL_DESC "Download phone book updates"
  1027. IDS_CMDL_VPN_DESC "Download VPN file updates"
  1028. IDS_BUILT_IN " <built in>"
  1029. IDS_NOPLUSORCOMMAINPROG "Your program name must not contain a comma (,) or a plus sign (+)."
  1030. END
  1031. STRINGTABLE DISCARDABLE
  1032. BEGIN
  1033. IDS_BADPBNAME "The file name ""%s"" is not a valid name for a phone book download. A phone book file that will be updated using phone book download must have a file name that has no spaces and is no longer than eight characters, with a file extension not longer than three characters."
  1034. IDS_CANAMEEXISTS "A custom action named ""%s"" of type ""%s"" already exists. Would you like to replace the existing custom action with this one?"
  1035. IDS_NOEQUALSINMENU "The equal sign (=) is not allowed in the Command name nor the Program to run."
  1036. IDS_MUST_UPGRADE_INF "The .inf file in this profile is of a different version than expected. Upgrading this .inf file will result in the loss of any manual editing done to this file. However, a backup copy of the original file will be saved to the file ""%s"" in the destination directory."
  1037. IDS_NEED_DUN_NAME "You must provide a name for the dial-up networking entry."
  1038. IDS_DUN_NAME_EXISTS "A dial-up networking entry named ""%s"" already exists. Would you like to replace the existing entry with this one?"
  1039. IDS_DUN_NAME_CONFLICT "Your profile currently contains both a dial-up networking entry and a virtual private networking entry named ""%s"". You must resolve this name conflict by either removing one of the entries that you added, or by changing your VPN file or phonebook."
  1040. IDS_MENUITEMEXISTS "A menu item named ""%s"" already exists. Would you like to replace the existing menu item with this one?"
  1041. IDS_NODLLAUTOAPP "Dynamic Link Libraries (.dll) cannot be used as monitored custom actions. Choose another executable file."
  1042. IDS_DLLMUSTHAVEPARAM "When you specify a Dynamic Link Library as a connect action, you must provide the function name that will be called as the first argument in the Parameters box."
  1043. END
  1044. STRINGTABLE DISCARDABLE
  1045. BEGIN
  1046. IDS_BMPFILTER "Bitmaps (*.bmp)"
  1047. IDS_HLPFILTER "Help files (*.hlp)"
  1048. IDS_NOSHORTNAME "You must enter a file name (maximum length of eight characters) before continuing."
  1049. IDS_NOACCESS "The file ""%s"" cannot be accessed. Check if the file is in use, missing, or write protected."
  1050. END
  1051. STRINGTABLE DISCARDABLE
  1052. BEGIN
  1053. IDS_BROWSETITLE "Browse"
  1054. IDS_ICOFILTER "Icons (*.ico)"
  1055. IDS_PBKFILTER "Phone Book file (*.pbk):"
  1056. END
  1057. STRINGTABLE DISCARDABLE
  1058. BEGIN
  1059. IDS_NATIVE_LCID "1033"
  1060. IDS_NONNATIVELCID "The profile ""%s"" requires language resources that you currently do not have installed. Do you want to continue editing the profile in the default language (%s)?"
  1061. IDS_BeginPromptText "Do you want to remove %s?"
  1062. IDS_EndPromptText "Successfully removed %s."
  1063. IDS_SELECTION_TOO_LARGE "The number of files you selected is too large. Try selecting smaller groups of files."
  1064. END
  1065. STRINGTABLE DISCARDABLE
  1066. BEGIN
  1067. IDS_INVALIDICO "The file ""%s"" is not a valid icon (.ICO) file."
  1068. END
  1069. STRINGTABLE DISCARDABLE
  1070. BEGIN
  1071. IDS_EDIT_SHORTCUT_TITLE "Edit Shortcut Command"
  1072. IDS_OVERWRITE "The file name you have chosen already exists.\n Do you want to overwrite the file?"
  1073. IDS_BADLONGNAME "The service name is not valid. The service name must contain at least one alpha-numeric character and the name cannot begin with a period or contain the following characters: %s"
  1074. IDS_NOTINPROFILELIST "The profile source for %s cannot be found. If you delete %s from this profile then you will be unable to re-merge it into the profile without obtaining the profile source. Do you still wish to remove %s?"
  1075. END
  1076. STRINGTABLE DISCARDABLE
  1077. BEGIN
  1078. IDS_PROGFILTER "Executable files (*.exe,*.com,*.bat)"
  1079. IDS_CONACTFILTER "Executable files (*.exe,*.com,*.bat,*.dll)"
  1080. IDS_NOTUNNEL "You must provide a valid server address."
  1081. IDS_NOTUNNELFILE "You must provide a VPN file."
  1082. IDS_BADVPNFORMAT "The VPN file you provided is improperly formatted."
  1083. IDS_NOSELECTION "You must select an item in the list."
  1084. IDS_SCPFILTER "Script files (*.scp)"
  1085. IDS_TXTFILTER "Text files (*.txt)"
  1086. IDS_ALLFILTER "All files (*.*)"
  1087. IDS_NEEDSPBR "The region file ""%s"" was not found with its corresponding phone book file ""%s"". Choose another phone book file or move ""%s"" to the correct directory."
  1088. IDS_NOTPBK "Phone book files must end in the .pbk extension."
  1089. END
  1090. STRINGTABLE DISCARDABLE
  1091. BEGIN
  1092. IDS_CANCELWIZ "Do you want to quit the wizard now?"
  1093. IDS_NOURL "Enter the name of the Connection Point Services server."
  1094. IDS_NOREALM "Enter a realm name."
  1095. IDS_DEFAULT_FMT_STR "%s <Default>"
  1096. IDS_NET_PROP_TITLE_NEW "New Dial-up Networking Entry"
  1097. IDS_NET_PROP_TITLE_EDIT "Edit Dial-up Networking Entry"
  1098. IDS_VPN_PROP_TITLE_NEW "New Virtual Private Networking Entry"
  1099. IDS_VPN_PROP_TITLE_EDIT "Edit Virtual Private Networking Entry"
  1100. IDS_SAME_SEC_SETTINGS "Apply common settings to all clients"
  1101. IDS_SEPARATE_SEC_SET "Apply separate settings for Windows 2000"
  1102. IDS_FORCE_WIN2K_SEC "Require Windows 2000"
  1103. IDS_NO_ENCRYPT "No encryption"
  1104. IDS_OPTIONAL_ENCRYPT "Optional encryption"
  1105. IDS_REQUIRE_ENCRYPT "Require encryption"
  1106. IDS_PPTP_ONLY "Only use Point to Point Tunneling Protocol (PPTP)"
  1107. IDS_PPTP_FIRST "Try Point to Point Tunneling Protocol First"
  1108. IDS_L2TP_ONLY "Only use Layer-2 Tunneling Protocol (L2TP)"
  1109. IDS_L2TP_FIRST "Try Layer-2 Tunneling Protocol First"
  1110. IDS_NEED_EAP_OR_MSCHAP "In order for encryption to be negotiated, MS-CHAP or an EAP that is encryption enabled must be used as the authentication protocol."
  1111. IDS_NEED_AUTH_PROTOCOL "You must select at least one password authentication protocol."
  1112. IDS_EAP_NOT_FOUND "The EAP currently specified in this profile is not installed on this computer. In order to edit the EAP settings for this profile you must install the EAP so that its configuration DLL is available."
  1113. IDS_EAP_NEEDS_CONFIG "The %s EAP requires configuration. Please hit Properties to configure the EAP."
  1114. IDS_EAP_NOT_FOUND_TYPE "EAP type %d <not installed>"
  1115. IDS_PRESHAREDKEY_BAD "You must enter a pre-shared key to continue."
  1116. IDS_PRESHAREDKEY_PIN_BAD "You have chosen to encrypt your pre-shared key with a PIN. Click OK to enter a PIN or change your options."
  1117. IDS_REALLY_REPLACE_PSK "Your profile can only have one pre-shared key. To delete your current pre-shared key and enter a new one, click Yes. To continue with your current pre-shared key, click No."
  1118. IDS_PRESHAREDKEY_ALREADY "Your profile already contains a pre-shared key. Click Replace Key to change it."
  1119. IDS_PSK_ENCRYPT_FAILED "Your pre-shared key could not be encrypted. The error code was %d. Please contact your administrator."
  1120. IDS_CMPROXY_CON_DESC "to configure your IE proxy settings"
  1121. IDS_CMPROXY_DIS_DESC "to restore your previous IE proxy settings"
  1122. IDS_CMROUTE_DESC "to update your routing table"
  1123. IDS_NEED_PROXY_FILE "You must provide a proxy text file."
  1124. IDS_NEED_ROUTE_FILE "You must provide either a static route file or a URL to a route file."
  1125. IDS_NEED_SECTION "Please select an existing section or enter a new one."
  1126. IDS_DELETE_SECTION "Are you sure that you want to delete the entire %s section?"
  1127. IDS_SUPPORTS_ENCRYPT "(encryption enabled)"
  1128. IDS_DELETE_KEY "Are you sure that you want to delete the %s key?"
  1129. IDS_INSTALL_PROMPT "Do you wish to install %s?"
  1130. END
  1131. STRINGTABLE DISCARDABLE
  1132. BEGIN
  1133. IDS_ALLCONACT "<All>"
  1134. IDS_PREINIT "Pre-init"
  1135. IDS_PRECONNECT "Pre-connect"
  1136. IDS_PREDIAL "Pre-dial"
  1137. IDS_PRETUNNEL "Pre-tunnel"
  1138. IDS_ONCONNECT "Post-connect"
  1139. IDS_ONINTCONNECT "Monitored"
  1140. IDS_ONDISCONNECT "Disconnect"
  1141. IDS_ONCANCEL "On cancel"
  1142. IDS_ONERROR "On error"
  1143. IDS_DESC_COL_TITLE "Description"
  1144. IDS_TYPE_COL_TITLE "Action Type"
  1145. IDS_PROGRAM_COL_TITLE "Program"
  1146. IDS_ALL_CONNECTIONS "All connections"
  1147. IDS_ALL_DIALUP "All connections that involve dial-up"
  1148. IDS_ALL_TUNNEL "All connections that involve a tunnel"
  1149. IDS_DIRECT_ONLY "Connections that use only a tunnel"
  1150. IDS_DIALUP_ONLY "Connections that use only dial-up"
  1151. IDS_CA_EDIT_TITLE "Edit Custom Action"
  1152. END
  1153. #endif // English (U.S.) resources
  1154. /////////////////////////////////////////////////////////////////////////////
  1155. #ifndef APSTUDIO_INVOKED
  1156. /////////////////////////////////////////////////////////////////////////////
  1157. //
  1158. // Generated from the TEXTINCLUDE 3 resource.
  1159. //
  1160. /////////////////////////////////////////////////////////////////////////////
  1161. #endif // not APSTUDIO_INVOKED