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.

713 lines
36 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 "resource.h"
  10. #include "commctrl.h"
  11. #include "winnt.h"
  12. #include "winuser.h"
  13. /////////////////////////////////////////////////////////////////////////////
  14. #undef APSTUDIO_READONLY_SYMBOLS
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  18. #ifdef _WIN32
  19. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  20. #pragma code_page(1252)
  21. #endif //_WIN32
  22. /////////////////////////////////////////////////////////////////////////////
  23. //
  24. // AVI
  25. //
  26. IDR_AVI_SEARCH AVI DISCARDABLE "..\\res\\Searchin.avi"
  27. /////////////////////////////////////////////////////////////////////////////
  28. //
  29. // Bitmap
  30. //
  31. IDB_WIZHDR BITMAP DISCARDABLE "..\\res\\wizhdr.bmp"
  32. IDB_WIZINTRO BITMAP DISCARDABLE "..\\res\\wizintro.bmp"
  33. /////////////////////////////////////////////////////////////////////////////
  34. //
  35. // Dialog
  36. //
  37. IDD_Upgrade DIALOG DISCARDABLE 62, 23, 317, 143
  38. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  39. FONT 8, "MS Shell Dlg"
  40. BEGIN
  41. ICON "",TXT_UPGRADE_ICON,21,7,20,20
  42. LTEXT "Please wait while Windows installs networking components.",
  43. TXT_UPGRADE_WAIT,47,7,251,16
  44. CONTROL "Progress",IDC_UPGRADE_PROGRESS,"msctls_progress32",
  45. PBS_SMOOTH | WS_BORDER,21,58,273,11
  46. LTEXT "Choose whether to use typical or custom settings:",
  47. TXT_UPGRADE_INSTRUCTIONS,47,7,158,8,NOT WS_VISIBLE
  48. CONTROL "&Typical settings",BTN_UPGRADE_TYPICAL,"Button",
  49. BS_AUTORADIOBUTTON | NOT WS_VISIBLE | WS_GROUP |
  50. WS_TABSTOP,51,32,95,9
  51. CONTROL "&Custom settings",BTN_UPGRADE_CUSTOM,"Button",
  52. BS_AUTORADIOBUTTON | NOT WS_VISIBLE | WS_TABSTOP,51,72,
  53. 95,9
  54. LTEXT "Creates network connections using the Client for Microsoft Networks, File and Print Sharing for Microsoft Networks, and the TCP/IP transport protocol with automatic addressing.",
  55. TXT_UPGRADE_TYPICAL_1,64,42,232,28,NOT WS_VISIBLE
  56. LTEXT "Creates network connections using the Client for Microsoft Networks, File and Print Sharing for Microsoft Networks, QoS Packet Scheduler, and the TCP/IP transport protocol with automatic addressing.",
  57. TXT_UPGRADE_TYPICAL_1_WS,64,42,232,28,NOT WS_VISIBLE
  58. LTEXT "Allows you to manually configure networking components.",
  59. TXT_UPGRADE_CUSTOM_1,64,82,235,8,NOT WS_VISIBLE | NOT
  60. WS_GROUP
  61. END
  62. IDD_Exit DIALOG DISCARDABLE 0, 0, 317, 143
  63. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  64. FONT 8, "MS Shell Dlg"
  65. BEGIN
  66. END
  67. IDD_Guard DIALOG DISCARDABLE 0, 0, 317, 143
  68. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  69. FONT 8, "MS Shell Dlg"
  70. BEGIN
  71. END
  72. IDD_FinishSetup DIALOG DISCARDABLE 0, 0, 317, 143
  73. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  74. FONT 8, "MS Shell Dlg"
  75. BEGIN
  76. LTEXT "Type the name you want to give this connection (for example: Internet Connection, or Office Network).",
  77. IDC_STATIC1,19,3,275,18
  78. EDITTEXT EDT_FINISH_NAME,19,25,163,14,ES_AUTOHSCROLL
  79. LTEXT "Click Finish to save it in your Network Connections Folder.",
  80. IDC_STATIC2,19,44,275,8
  81. END
  82. IDD_Finish DIALOG DISCARDABLE 0, 0, 317, 186
  83. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  84. FONT 8, "MS Shell Dlg"
  85. BEGIN
  86. LTEXT "Completing the New Connection Wizard",
  87. IDC_WELCOME_CAPTION,115,8,195,24
  88. LTEXT "You have successfully completed the steps needed to create the following connection:",
  89. TXT_FINISH_EDIT_PROMPT,115,40,181,19
  90. LTEXT "",EDT_FINISH_NAME,125,63,181,8
  91. LTEXT "",EDT_FINISH_TYPE1,135,71,171,8
  92. LTEXT "",EDT_FINISH_TYPE2,135,79,171,8
  93. LTEXT "",EDT_FINISH_TYPE3,135,87,171,8
  94. LTEXT "",EDT_FINISH_TYPE4,135,95,171,8
  95. LTEXT "i",IDC_FINISH_CHK1,125,71,8,8
  96. LTEXT "i",IDC_FINISH_CHK2,125,79,8,8
  97. LTEXT "i",IDC_FINISH_CHK3,125,87,8,8
  98. LTEXT "i",IDC_FINISH_CHK4,125,95,8,8
  99. LTEXT "The connection will be saved in the Network Connections folder.",
  100. TXT_FINISH_PROMPT,115,118,181,19
  101. CONTROL "Add a &shortcut to this connection to my desktop",
  102. CHK_CREATE_SHORTCUT,"Button",BS_AUTOCHECKBOX | NOT
  103. WS_VISIBLE | WS_DISABLED | WS_TABSTOP,115,141,181,10
  104. LTEXT "To create the connection and close this wizard, click Finish.",
  105. IDC_STATIC3,115,169,195,9
  106. END
  107. IDD_Join DIALOG DISCARDABLE 0, 0, 317, 143
  108. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  109. FONT 8, "MS Shell Dlg"
  110. BEGIN
  111. CONTROL "No, this computer is not on a network, or is on a network without a domain.\nMake this computer a member of the following &workgroup:",
  112. BTN_JOIN_WORKGROUP,"Button",BS_AUTORADIOBUTTON |
  113. BS_MULTILINE | WS_GROUP | WS_TABSTOP,23,35,269,19
  114. CONTROL "Yes, make this computer a member of the following &domain:",
  115. BTN_JOIN_DOMAIN,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
  116. 23,90,269,10
  117. EDITTEXT EDT_WORKGROUPJOIN_NAME,35,60,108,13,ES_UPPERCASE |
  118. ES_AUTOHSCROLL
  119. EDITTEXT EDT_DOMAINJOIN_NAME,35,105,200,13,ES_UPPERCASE |
  120. ES_AUTOHSCROLL
  121. LTEXT "Static",TXT_JOIN_DESC,23,9,250,18,NOT WS_GROUP
  122. END
  123. IDD_NetDevSelect DIALOG DISCARDABLE 0, 0, 317, 143
  124. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  125. FONT 8, "MS Shell Dlg"
  126. BEGIN
  127. LTEXT "You can configure the following devices now, or leave them unconfigured until a later time.",
  128. IDC_STATIC1,21,1,264,19
  129. LTEXT "&Check the devices that you want to configure now:",
  130. IDC_STATIC2,21,24,259,8
  131. CONTROL "List1",LVC_NETDEVLIST,"SysListView32",LVS_REPORT |
  132. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER |
  133. LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,21,34,276,102
  134. END
  135. IDD_MainIntro DIALOG DISCARDABLE 0, 0, 317, 186
  136. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  137. CAPTION "New Connection Wizard"
  138. FONT 8, "MS Shell Dlg"
  139. BEGIN
  140. LTEXT "Welcome to the New Connection Wizard",
  141. IDC_WELCOME_CAPTION,115,8,195,24
  142. LTEXT "This wizard helps you:",IDC_STATIC1,115,40,195,8
  143. LTEXT "To continue, click Next.",IDC_STATIC2,115,169,193,8
  144. LTEXT "i",IDC_BULLET_1,115,55,8,8
  145. LTEXT "i",IDC_BULLET_2,115,70,8,8
  146. LTEXT "i",IDC_BULLET_3,115,93,8,8
  147. LTEXT "Connect to the Internet.",TXT_CONNECT_INTERNET,125,55,
  148. 185,11,NOT WS_GROUP
  149. LTEXT "Connect to a private network, such as your workplace network.",
  150. TXT_CONNECT_PRIVATE,125,70,185,19,NOT WS_GROUP
  151. LTEXT "Set up a home or small office network.",TXT_CONNECTHOME,
  152. 125,93,185,11,NOT WS_GROUP
  153. END
  154. IDD_Main DIALOG DISCARDABLE 0, 0, 317, 143
  155. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  156. FONT 8, "MS Shell Dlg"
  157. BEGIN
  158. CONTROL "&Connect to the Internet",CHK_MAIN_INTERNET_CONNECTION,
  159. "Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,21,1,
  160. 275,11
  161. CONTROL "C&onnect to the network at my workplace",
  162. CHK_MAIN_CONNECTION,"Button",BS_AUTORADIOBUTTON |
  163. WS_TABSTOP,21,28,275,11
  164. CONTROL "&Set up a home or small office network",
  165. CHK_MAIN_HOMENET,"Button",BS_AUTORADIOBUTTON |
  166. WS_TABSTOP,21,63,275,11
  167. CONTROL "S&et up an advanced connection",CHK_MAIN_ADVANCED,
  168. "Button",BS_AUTORADIOBUTTON | WS_TABSTOP,21,90,275,11
  169. LTEXT "Connect to the Internet so you can browse the Web and read email.",
  170. TXT_MAIN_INTERNET_CONNECTION_1,34,13,263,10
  171. LTEXT "Connect to a business network (using dial-up or VPN) so you can work from home, a field office, or another location.",
  172. TXT_MAIN_CONNECTION_1,34,40,263,19
  173. LTEXT "Connect to an existing home or small office network or set up a new one.",
  174. TXT_MAIN_HOMENET,34,75,263,10
  175. LTEXT "Connect directly to another computer using your serial, parallel, or infrared port, or set up this computer so that other computers can connect to it.",
  176. TXT_MAIN_ADVANCED_1,34,102,263,18
  177. END
  178. IDD_ISP DIALOG DISCARDABLE 0, 0, 317, 127
  179. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  180. FONT 8, "MS Shell Dlg"
  181. BEGIN
  182. CONTROL "Choose from a &list of Internet service providers (ISPs)",
  183. CHK_ISP_OTHER_WAYS,"Button",BS_AUTORADIOBUTTON |
  184. BS_MULTILINE | WS_GROUP | WS_TABSTOP,34,16,263,10
  185. CONTROL "Set up my connection &manually",
  186. CHK_ISP_INTERNET_CONNECTION,"Button",BS_AUTORADIOBUTTON |
  187. WS_TABSTOP,34,31,263,10
  188. CONTROL "Use the &CD I got from an ISP",CHK_ISP_SOFTWARE_CD,
  189. "Button",BS_AUTORADIOBUTTON | WS_TABSTOP,34,74,263,10
  190. LTEXT "For a dial-up connection, you will need your account name, password, and a phone number for your ISP. For a broadband account, you won't need a phone number.",
  191. IDC_STATIC1,46,43,251,24
  192. LTEXT "How do you want to connect to the Internet?",
  193. IDC_STATIC4,21,1,263,10
  194. END
  195. IDD_FinishOtherWays DIALOG DISCARDABLE 0, 0, 317, 186
  196. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  197. FONT 8, "MS Shell Dlg"
  198. BEGIN
  199. LTEXT "Completing the New Connection Wizard",
  200. IDC_WELCOME_CAPTION,115,8,195,24
  201. LTEXT "To close this wizard and choose from a list of Internet service providers (ISPs), click Finish.",
  202. IDC_SELECT_ISP_FINISH,115,40,181,24
  203. LTEXT "Select an option:",IDC_SELECT_MSN_ISP,115,40,181,11
  204. CONTROL "Get online with &MSN",
  205. CHK_SETUP_MSN,"Button",BS_AUTORADIOBUTTON | BS_MULTILINE | WS_GROUP |
  206. WS_TABSTOP,115,55,195,19
  207. CONTROL "S&elect from a list of other ISPs",CHK_SELECTOTHER,
  208. "Button",BS_AUTORADIOBUTTON | WS_TABSTOP,115,75,189,11
  209. CONTROL "Or, to transfer an existing Internet account from another computer to this one, run the <A>File and Settings Transfer Wizard.</A>.",
  210. IDC_ST_AUTOCONFIGLINK,"Link Window",WS_TABSTOP,115,95,
  211. 181,24
  212. CONTROL "Learn more about <A>setting up an Internet connection</A>.",
  213. IDC_ST_INTERNETLINK,"Link Window",WS_TABSTOP,115,126,181,
  214. 11
  215. LTEXT "To close this wizard and proceed with the choice you selected, click Finish.",
  216. IDC_CLOSE_CHOICE_FINISH,115,162,189,19
  217. END
  218. IDD_FinishNetworkSetupWizard DIALOG DISCARDABLE 0, 0, 317, 186
  219. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  220. FONT 8, "MS Shell Dlg"
  221. BEGIN
  222. LTEXT "Completing the New Connection Wizard",
  223. IDC_WELCOME_CAPTION,115,8,195,24
  224. LTEXT "The Network Setup Wizard will help you set up a home or small office network.",
  225. IDC_STATIC1,115,40,189,22
  226. LTEXT "To close this wizard and start the Network Setup Wizard, click Finish.",
  227. IDC_STATIC2,114,162,189,19
  228. END
  229. IDD_ISPSoftwareCD DIALOG DISCARDABLE 0, 0, 317, 186
  230. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  231. FONT 8, "MS Shell Dlg"
  232. BEGIN
  233. LTEXT "Completing the New Connection Wizard",
  234. IDC_WELCOME_CAPTION,115,8,195,25
  235. LTEXT "If you have a CD from an ISP, click Finish, and then insert the CD into the CD-ROM drive of your computer. A setup program should start automatically to assist you in connecting to the Internet.",
  236. IDC_STATIC1,115,40,181,40
  237. LTEXT "To close this wizard, click Finish.",IDC_STATIC4,115,
  238. 162,181,11
  239. END
  240. IDD_Broadband_Always_On DIALOG DISCARDABLE 0, 0, 317, 186
  241. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  242. FONT 8, "MS Shell Dlg"
  243. BEGIN
  244. LTEXT "Completing the New Connection Wizard",
  245. IDC_WELCOME_CAPTION,115,8,181,24
  246. LTEXT "Your broadband connection should already be configured and ready to use. If your connection is not working properly, click the following link.",
  247. IDC_STATIC1,115,40,181,26
  248. CONTROL "Learn more about <A>broadband connections.</A>.",
  249. IDC_ST_DSL_HELPLINK,"Link Window",WS_TABSTOP,115,71,181,
  250. 24
  251. LTEXT "To close this wizard, click Finish.",IDC_STATIC4,115,
  252. 169,189,10
  253. END
  254. IDD_Duplicate_Name DIALOG DISCARDABLE 0, 0, 207, 95
  255. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  256. CAPTION "Choose a Different Computer Name"
  257. FONT 8, "MS Shell Dlg"
  258. BEGIN
  259. LTEXT "The name for this computer that you specified earlier in Setup, '%s', is already assigned to another computer on the network. Please choose another name.",
  260. TXT_Caption,7,7,200,26
  261. LTEXT "&Name for this computer:",IDC_STATIC2,7,41,76,8
  262. EDITTEXT EDT_New_Name,7,52,196,14,ES_UPPERCASE | ES_AUTOHSCROLL
  263. DEFPUSHBUTTON "OK",IDOK,78,74,50,14
  264. END
  265. IDD_Connect DIALOG DISCARDABLE 0, 0, 317, 143
  266. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  267. CAPTION "New Connection Wizard"
  268. FONT 8, "MS Shell Dlg"
  269. BEGIN
  270. CONTROL "&Dial-up connection",CHK_MAIN_DIALUP,"Button",
  271. BS_AUTORADIOBUTTON | WS_DISABLED | WS_GROUP | WS_TABSTOP,
  272. 21,16,275,11
  273. CONTROL "&Virtual Private Network connection",CHK_MAIN_VPN,
  274. "Button",BS_AUTORADIOBUTTON | WS_DISABLED | WS_TABSTOP,
  275. 21,51,275,11
  276. LTEXT "Connect using a modem and a regular phone line or an Integrated Services Digital Network (ISDN) phone line.",
  277. TXT_MAIN_DIALUP_1,34,28,263,18,WS_DISABLED
  278. LTEXT "Connect to the network using a virtual private network (VPN) connection over the Internet.",
  279. TXT_MAIN_VPN_1,34,63,263,18,WS_DISABLED
  280. LTEXT "Create the following connection:",IDC_STATIC1,21,1,275,
  281. 10
  282. END
  283. IDD_Advanced DIALOG DISCARDABLE 0, 0, 317, 143
  284. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  285. CAPTION "New Connection Wizard"
  286. FONT 8, "MS Shell Dlg"
  287. BEGIN
  288. CONTROL "&Accept incoming connections",CHK_MAIN_INBOUND,"Button",
  289. BS_AUTORADIOBUTTON | WS_DISABLED | WS_GROUP | WS_TABSTOP,
  290. 21,16,275,11
  291. CONTROL "&Connect directly to another computer",CHK_MAIN_DIRECT,
  292. "Button",BS_AUTORADIOBUTTON | WS_DISABLED | WS_TABSTOP,
  293. 21,51,275,11
  294. LTEXT "Connect to another computer using your serial, parallel, or infrared port.",
  295. TXT_MAIN_DIRECT_1,34,63,263,8,WS_DISABLED | NOT WS_GROUP
  296. LTEXT "Allow other computers to connect to this computer through the Internet, a phone line, or a direct cable connection.",
  297. TXT_MAIN_INBOUND_1,34,26,263,18,WS_DISABLED
  298. LTEXT "Select the connection type you want:",IDC_STATIC1,21,1,
  299. 275,8
  300. END
  301. IDD_Internet_Connection DIALOG DISCARDABLE 0, 0, 317, 143
  302. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  303. CAPTION "New Connection Wizard"
  304. FONT 8, "MS Shell Dlg"
  305. BEGIN
  306. CONTROL "Connect using a &dial-up modem",CHK_MAIN_INTERNET,
  307. "Button",BS_AUTORADIOBUTTON | WS_DISABLED | WS_GROUP |
  308. WS_TABSTOP,21,1,275,10
  309. CONTROL "Connect using a broadband connection that requires a &user name and password",
  310. CHK_MAIN_PPPOE,"Button",BS_AUTORADIOBUTTON | BS_TOP | WS_DISABLED |
  311. BS_MULTILINE | WS_TABSTOP,21,28,275,18
  312. CONTROL "Connect using a broadband connection that is &always on",
  313. CHK_MAIN_ALWAYS_ON,"Button",BS_AUTORADIOBUTTON |
  314. WS_TABSTOP,21,70,275,11
  315. LTEXT "This type of connection uses a modem and a regular or ISDN phone line.",
  316. TXT_MAIN_INTERNET_1,34,13,263,8,WS_DISABLED
  317. LTEXT "This is a high-speed connection using either a DSL or cable modem. Your ISP may refer to this type of connection as PPPoE.",
  318. TXT_MAIN_PPPOE_1,34,47,263,18
  319. LTEXT "This is a high-speed connection using either a cable modem, DSL or LAN connection. It is always active, and doesn't require you to sign in.",
  320. TXT_MAIN_ALWAYS_ON_1,34,82,263,19
  321. END
  322. #ifdef APSTUDIO_INVOKED
  323. /////////////////////////////////////////////////////////////////////////////
  324. //
  325. // TEXTINCLUDE
  326. //
  327. 1 TEXTINCLUDE DISCARDABLE
  328. BEGIN
  329. "resource.h\0"
  330. END
  331. 2 TEXTINCLUDE DISCARDABLE
  332. BEGIN
  333. "#include ""resource.h""\r\n"
  334. "#include ""commctrl.h""\r\n"
  335. "#include ""winnt.h""\r\n"
  336. "#include ""winuser.h""\r\n"
  337. "\0"
  338. END
  339. 3 TEXTINCLUDE DISCARDABLE
  340. BEGIN
  341. "\r\n"
  342. "\0"
  343. END
  344. #endif // APSTUDIO_INVOKED
  345. /////////////////////////////////////////////////////////////////////////////
  346. //
  347. // DESIGNINFO
  348. //
  349. #ifdef APSTUDIO_INVOKED
  350. GUIDELINES DESIGNINFO DISCARDABLE
  351. BEGIN
  352. IDD_Main, DIALOG
  353. BEGIN
  354. RIGHTMARGIN, 316
  355. TOPMARGIN, 1
  356. END
  357. IDD_ISP, DIALOG
  358. BEGIN
  359. BOTTOMMARGIN, 84
  360. END
  361. IDD_FinishOtherWays, DIALOG
  362. BEGIN
  363. BOTTOMMARGIN, 181
  364. END
  365. IDD_FinishNetworkSetupWizard, DIALOG
  366. BEGIN
  367. BOTTOMMARGIN, 181
  368. END
  369. IDD_ISPSoftwareCD, DIALOG
  370. BEGIN
  371. BOTTOMMARGIN, 173
  372. END
  373. IDD_Broadband_Always_On, DIALOG
  374. BEGIN
  375. BOTTOMMARGIN, 179
  376. END
  377. IDD_Connect, DIALOG
  378. BEGIN
  379. LEFTMARGIN, 21
  380. RIGHTMARGIN, 296
  381. TOPMARGIN, 1
  382. BOTTOMMARGIN, 136
  383. END
  384. IDD_Advanced, DIALOG
  385. BEGIN
  386. LEFTMARGIN, 21
  387. RIGHTMARGIN, 296
  388. TOPMARGIN, 1
  389. BOTTOMMARGIN, 136
  390. END
  391. IDD_Internet_Connection, DIALOG
  392. BEGIN
  393. LEFTMARGIN, 21
  394. RIGHTMARGIN, 296
  395. TOPMARGIN, 1
  396. BOTTOMMARGIN, 136
  397. END
  398. END
  399. #endif // APSTUDIO_INVOKED
  400. /////////////////////////////////////////////////////////////////////////////
  401. //
  402. // String Table
  403. //
  404. STRINGTABLE DISCARDABLE
  405. BEGIN
  406. IDS_OnlineServices "Online Services"
  407. IDS_T_Finish "Finished"
  408. IDS_ST_Finish "The wizard is ready for you to create your connection."
  409. IDS_T_Join "Workgroup or Computer Domain"
  410. IDS_ST_Join "A workgroup is a collection of computers that have the same workgroup name. A domain is a collection of computers defined by a network administrator."
  411. IDS_T_NetDev "Device Settings"
  412. IDS_ST_NetDev "Certain devices may require special settings."
  413. IDS_T_Upgrade "Networking Settings"
  414. IDS_ST_Upgrade "Installing network software allows you to connect to other computers, networks, and the Internet."
  415. END
  416. STRINGTABLE DISCARDABLE
  417. BEGIN
  418. IDS_T_ISP "Getting Ready"
  419. IDS_ST_ISP "The wizard is preparing to set up your Internet connection."
  420. IDS_T_ConnectionName "Connection Name"
  421. IDS_ST_ConnectionName_PHONE
  422. "What is the name of the service that provides your Internet connection?"
  423. IDS_DTEXT_ConnectionName_PHONE
  424. "Type the name of the ISP in the following text box."
  425. IDS_ST_ConnectionName_VPN
  426. "What is the name of the company that provides this network connection?"
  427. IDS_DTEXT_ConnectionName_VPN
  428. "Type the name of the company in the following text box."
  429. IDS_ST_ConnectionName_PPPOE
  430. "What is the name of the service that provides your Internet connection?"
  431. IDS_DTEXT_ConnectionName_PPPOE
  432. "Type the name of the ISP in the following text box."
  433. IDS_ST_ConnectionName_DIRECT
  434. "What is the name of the other computer you are connecting to?"
  435. IDS_DTEXT_ConnectionName_DIRECT
  436. "Type the name of the other computer in the following text box."
  437. IDS_ERR_COULD_NOT_OPEN_DIR
  438. "The New Connection Wizard was unable to open the following location on your machine:\r\n\r\n %1!s!"
  439. END
  440. STRINGTABLE DISCARDABLE
  441. BEGIN
  442. IDS_NCWF_SHARED "Share this connection on the Home network"
  443. IDS_NCWF_FIREWALLED "This connection is firewalled"
  444. IDS_NCWF_DEFAULT "Make this the default connection"
  445. IDS_NCWF_GLOBAL_CREDENTIALS
  446. "Use the same user name && password for everyone"
  447. IDS_NCWF_ALLUSER_CONNECTION "Share with all users of this computer"
  448. END
  449. STRINGTABLE DISCARDABLE
  450. BEGIN
  451. IDS_T_Main "Network Connection Type"
  452. IDS_ST_Main "What do you want to do?"
  453. IDS_T_Connect "Network Connection"
  454. IDS_ST_Connect "How do you want to connect to the network at your workplace?"
  455. IDS_T_Advanced "Advanced Connection Options"
  456. IDS_ST_Advanced "Which type of connection do you want to set up?"
  457. IDS_T_Internet_Connection "Internet Connection"
  458. IDS_ST_Internet_Connection "How do you want to connect to the Internet?"
  459. IDS_LAN_FINISH_CAPTION "Completing the LAN Connection Wizard"
  460. IDS_WIZARD_CAPTION "New Connection Wizard"
  461. IDS_WORKGROUP "WORKGROUP"
  462. IDS_DOMAIN "DOMAIN"
  463. IDS_SETUP_CAPTION "Network Configuration"
  464. IDS_DOMMGR_CANT_CONNECT_DC_PW
  465. "Unable to connect to the domain controller for this domain. Have your administrator check your computer account on the domain."
  466. IDS_DOMMGR_CANT_FIND_DC1
  467. "The domain controller for this domain cannot be located."
  468. IDS_DOMMGR_CANT_CONNECT_DC
  469. "Unable to connect to the domain controller for this domain. Either the user name or password entered is incorrect."
  470. END
  471. STRINGTABLE DISCARDABLE
  472. BEGIN
  473. IDS_DOMMGR_CREDENTIAL_CONFLICT
  474. "You already have a connection to the domain. You must disconnect before joining the domain."
  475. IDS_DOMMGR_INVALID_PASSWORD "You have entered an invalid password."
  476. IDS_DOMMGR_ACCESS_DENIED
  477. "The user you have specified is not permitted to join the machine to the domain."
  478. IDS_DOMMGR_NETWORK_UNREACHABLE
  479. "The domain could not be accessed due to networking problems."
  480. IDS_DOMMGR_ALREADY_JOINED
  481. "The computer is already joined to the specified domain."
  482. IDS_DOMMGR_NAME_IN_USE "The specified computer name is already in use."
  483. IDS_DOMMGR_NOT_JOINED "The computer has not joined a domain."
  484. IDS_DOMMGR_INVALID_DOMAIN "An invalid domain was specified."
  485. IDS_DOMMGR_INVALID_WORKGROUP "An invalid workgroup was specified."
  486. IDS_E_UNEXPECTED "An unexpected error has occurred while changing your computer's network identification."
  487. IDS_E_CREATECONNECTION "Unable to create the specified connection. This can be caused by insufficient memory or not enough disk space."
  488. IDS_E_NO_NETCFG "An unexpected error occured. Unable to continue."
  489. IDS_E_DUP_NAME "A connection with the specified name already exists. Please provide a unique connection name."
  490. IDS_E_INVALID_NAME "The connection name specified is invalid."
  491. IDS_E_COMPUTER_NAME_INVALID
  492. "Computer names may not contain spaces/dots or any of the following characters:\r\n\r\n/ \\ [ ] "" : ; | < > + = , ? *\r\n\r\nPlease enter a different name for your computer."
  493. IDS_E_COMPUTER_NAME_DUPE
  494. "The computer name you specified is already assigned to another computer on the network. Please choose another name."
  495. END
  496. STRINGTABLE DISCARDABLE
  497. BEGIN
  498. IDS_E_UNATTENDED_JOIN_DOMAIN
  499. "Join domain %s in full unattended mode failed. Setup will proceed to join the default workgroup."
  500. IDS_E_UNATTENDED_JOIN_WORKGROUP
  501. "Join workgroup %s in full unattended mode failed. Setup will proceed to join the default workgroup."
  502. IDS_E_UNATTENDED_JOIN_DEFAULT_WROKGROUP
  503. "Join default workgroup in full unattended mode failed."
  504. IDS_E_UNATTENDED_INVALID_ID_SECTION
  505. "The [Identification] section does not contain valid info for joining a domain or workgroup. Because this is full unattended mode, setup will proceed and leave the machine in the default workgroup."
  506. IDS_E_UNATTENDED_COMPUTER_NAME_CHANGED
  507. "The Name for this Computer as specified in the answerfile '%s' was not unique on the network. It has been changed to the following name instead: %s"
  508. IDS_E_UPGRADE_DNS_INVALID_NAME
  509. "The Computer Name of this computer is set to the NetBIOS name that this computer had before the upgrade. The Computer Name is the first label of the full DNS name of this computer. This DNS name can not be added to the DNS database because it contains a dot. Please change the Computer Name of this computer through the Network Identification tab of System Properties to enable DNS registration of the DNS name of this computer."
  510. IDS_E_UPGRADE_DNS_INVALID_NAME_CHAR
  511. "The Computer Name of this computer is set to the NetBIOS name that this computer had before the upgrade. The Computer Name is the first label of the full DNS name of this computer. This DNS name can not be added to the DNS database because the Computer Name contains one or more of the following invalid characters: {|}~[\\]^':;<=>?@!""#$`()+/,* or space. Please change the Computer Name of this computer through the Network Identification tab of System Properties to enable DNS registration of the DNS name of this computer."
  512. IDS_E_UPGRADE_DNS_INVALID_NAME_NONRFC
  513. "The Computer Name of this computer is set to the NetBIOS name that this computer had before the upgrade. The Computer Name is the first label of the full DNS name of this computer. Depending on the implementation and configuration of the DNS servers used in your infrastructure, this DNS name may not be added to the DNS database because the Computer Name contains the underscore character. To ensure that the DNS name of this computer can be registered in DNS, please verify that the DNS server allows host DNS names to contain the underscore character, or change the Computer Name of this computer through the Network Identification tab of System Properties. Note: the default configuration of a Windows XP DNS server allows host names to contain the underscore character."
  514. IDS_WORKGROUP_PERSONAL "MSHOME"
  515. IDS_E_FIREWALL_FAILED "The creation of the firewall failed with the following error:\r\n * %1\r\nThis connection has been created, but does NOT have the firewall enabled."
  516. IDS_WELCOME_TEXT2_1 "Network connections let you access and share information with other computers in your organization, and all over the world."
  517. IDS_WELCOME_TEXT2_2 " Connections support many applications, including email, web, newsgroups, file sharing and printing, and custom systems."
  518. IDS_JOIN_FAILURE "%1 %2"
  519. IDS_JOIN_E_WORKGROUP_MSG
  520. "Would you like to proceed for now and try joining a workgroup later?"
  521. IDS_JOIN_E_DOMAIN_MSG "Would you like to proceed for now and try joining a domain later?"
  522. IDS_JOIN_E_DOMAIN_INVALID_NAME
  523. "The domain name is either too long or contains one or more of the following invalid characters: {|}~[\\]^':;<=>?@!""#$`()+/,* or space. The maximum length can be 155 characters consisting of one or more labels separated by a dot. Each label can contain up to 63 valid characters."
  524. IDS_JOIN_DOMAIN_TEXT "Type the name and password of a user who is authorized to join this computer to the domain."
  525. IDS_JOIN_DOMAIN_CAPTION "Join Computer to %1!s! Domain"
  526. END
  527. STRINGTABLE DISCARDABLE
  528. BEGIN
  529. IDS_JOIN_E_DOMAIN_WIN9X_MSG_1
  530. "You must join a domain now to preserve your settings. If you continue without joining a domain,"
  531. IDS_JOIN_E_DOMAIN_WIN9X_MSG_2
  532. " Setup cannot transfer your existing settings to your network accounts. Do you want to continue anyway?"
  533. IDS_TXT_JOIN_DESC_1 "Do you want this computer to be a member of a domain?"
  534. IDS_TXT_JOIN_DESC_2 "(You may need to obtain this information from your network administrator.)"
  535. IDS_TXT_MODE_DESC_1 "Windows can create your connection using typical settings, or you can continue and configure custom settings"
  536. IDS_TXT_MODE_DESC_2 " such as clients, services, and protocols. Select one and click Next to continue."
  537. IDS_TXT_MAIN_INTRO_TITLE_1
  538. "This wizard helps you create a connection to the Internet or to a private network, such as a network at your workplace. "
  539. IDS_TXT_MAIN_INTRO_TITLE_2
  540. "It also helps you set up this computer to allow other computers to connect to it."
  541. IDS_DEFAULT_CONN_NAME "Connection"
  542. IDS_LARGEFONTNAME "Verdana Bold"
  543. IDS_LARGEFONTSIZE "12"
  544. END
  545. STRINGTABLE DISCARDABLE
  546. BEGIN
  547. IDS_FINISH_DEFAULT_PROMPT
  548. "After you create this connection, it will be saved in the Network Connections folder."
  549. IDS_BB_NETWORK "Installing Network"
  550. IDS_PROV_LAN "Connect to the &local network"
  551. IDS_PROV_LAN_DESC "Create a connection to your network, using Ethernet or some other permanent method."
  552. IDS_PROV_DIALUP "Connect to a network using my &phone line"
  553. IDS_PROV_DIALUP_DESC "Create a connection to a remote computer or network, using a modem or other method."
  554. IDS_PROV_VPN "Connect to a network through the &Internet"
  555. IDS_PROV_VPN_DESC "Create a secure connection though a pre-existing network, like the Internet."
  556. IDS_PROV_INTERNET "Connect to the In&ternet"
  557. IDS_PROV_INTERNET_DESC "Create a connection to the Internet using a modem, LAN, or other method."
  558. END
  559. STRINGTABLE DISCARDABLE
  560. BEGIN
  561. IDS_PROV_INBOUND "Let someone &call my computer"
  562. IDS_PROV_INBOUND_DESC "Let someone connect to your computer using your modem or the internet."
  563. IDS_PROV_DIRECT "Connect my computer &directly to another"
  564. IDS_PROV_DIRECT_DESC "Create a connection to another computer using your serial COM port, a modem, or other method."
  565. IDS_INIT_FROM_ANSWERFILE "Status of InitFromAnswerFile: 0x%x"
  566. IDS_UPDATING "updating"
  567. IDS_INSTALLING "installing"
  568. IDS_CONFIGURING "configuring"
  569. IDS_APPLY_INFTORUN "applying InfToRunAfterInstall"
  570. IDS_PROCESSING_OEM "processing OEM"
  571. IDS_GETTING_INSTANCE_GUID "getting instance GUID"
  572. IDS_STATUS_OF_APPLYING "[%s].%s: Status of applying [%s] in %s"
  573. IDS_CALLING_DETECTION "calling low-level detection routine..."
  574. IDS_DETECTION_COMPLETE "...low-level detection routine complete"
  575. IDS_TOTAL_CARDS_DETECTED "total %d cards detected"
  576. IDS_IGNORED_DETECTED_CARD "ignored detected card %02d: %s"
  577. END
  578. STRINGTABLE DISCARDABLE
  579. BEGIN
  580. IDS_RESTORING_START_TYPE
  581. "Status of restoring start type of '%s' from %d to %d: 0x%x"
  582. IDS_ANSWERFILE_SECTION_NOT_FOUND
  583. "Could not find a section for %s, therefore if parameters were specified for this adapter (e.g. static IP address, etc.) they will not be used."
  584. IDS_ONLY_ONE_INBOUND "You already have an inbound connection and cannot create another.\nRight-click the connection and select Properties to change the properties of the connection.\nThe New Connection Wizard will now close."
  585. END
  586. STRINGTABLE DISCARDABLE
  587. BEGIN
  588. IDS_E_AF_InvalidValueForThisKey "Missing or invalid value"
  589. IDS_E_AF_JoinDomainOrWorkgroup
  590. "Only one of JoinDomain or JoinWorkgroup must be specified. It is an error if both are defined"
  591. IDS_E_AF_AdminNameAndPasswordMsg
  592. "Since CreateComputerAccountInDomain=Yes has been specified, both DomainAdmin and DomainAdminPassword must be specified"
  593. IDS_E_AF_NoAdminInfoOnJoinWorkgroup
  594. "DomainAdmin or DomainAdminPassword should not be specified when joining a workgroup"
  595. IDS_E_AF_Missing "is Missing"
  596. IDS_E_AF_InvalidBindingAction
  597. "'Enable', 'Disable', 'Promote', 'Demote' are the only supported binding actions"
  598. IDS_E_AF_AnsFileHasErrors
  599. "AnswerFile ($winnt$.inf) has the following errors"
  600. END
  601. STRINGTABLE DISCARDABLE
  602. BEGIN
  603. IDS_DETECTED_CARD "detected card %02d: %s"
  604. IDS_DETECTED_PNP_CARD "did not add undetected card: %s, because it is already installed by PnP"
  605. IDS_ADDED_UNDETECTED_CARD "adding undetected card %02d: %s"
  606. IDS_DIDNT_ADD_UNDETECTED_CARD "did not add undetected card: %s"
  607. IDS_DETECTION_STATUS "Status of net-detection: 0x%x"
  608. IDS_SETUP_MODE_STATUS "SetupMode: 0x%lx, ProductType: 0x%lx, OperationFlags: 0x%lx"
  609. IDS_LOADING "loading"
  610. IDS_POSTUPGRADEINIT_EXCEPTION
  611. "'%s' caused an exception when PostUpgradeInitialize was called"
  612. IDS_POSTUPGRADE_INIT "calling PostUpgradeInitialize in"
  613. IDS_POSTUPGRADE_PROCESSING "calling DoPostUpgradeProcessing: "
  614. IDS_POSTUPGRADEPROC_EXCEPTION
  615. "'%s' caused exception when DoPostUpgradeProcessing was called for '%s'"
  616. IDS_OEMINF_COPY "SetupCopyOEMInf: '%s' copied to '%s'"
  617. IDS_CALLING_COPY_OEM_INF "calling SetupCopyOemInf for"
  618. IDS_INVALID_PREUPGRADE_START "Invalid pre-upgrade start value for %s."
  619. IDS_IGNORED_SERVICE_PREUPGRADE
  620. "Ignored service %s since its start type should not be restored to pre-upgrade value"
  621. IDS_FORCING_DEMAND_START "Forcing %s start type to demand"
  622. END
  623. STRINGTABLE DISCARDABLE
  624. BEGIN
  625. IDS_TXT_CANT_UPGRADE_ICS_ADS_DTC
  626. "Internet Connection Sharing is not available on this version of Windows XP. To enable Internet sharing, please use Routing and Remote Access."
  627. IDS_TXT_CANT_UPGRADE_ICS
  628. "There is a problem in upgrading the Internet Connection Sharing (ICS) component."
  629. IDS_TXT_CANT_CREATE_BRIDGE
  630. "There is a problem in creating a bridge."
  631. IDS_TXT_CANT_CREATE_ICS "There is a problem in creating Internet Connection Sharing (ICS)."
  632. IDS_TXT_CANT_FIREWALL "There is a problem in enabling Internet Connection Firewall (ICF)."
  633. IDS_TXT_HOMENET_INVALID_AF_SETTINGS
  634. "Invalid answer file parameters inside Homenet section."
  635. IDS_TXT_E_ADAPTER_TO_GUID
  636. "Unable to convert '%s' to its Guid."
  637. END
  638. #endif // English (U.S.) resources
  639. /////////////////////////////////////////////////////////////////////////////
  640. #ifndef APSTUDIO_INVOKED
  641. /////////////////////////////////////////////////////////////////////////////
  642. //
  643. // Generated from the TEXTINCLUDE 3 resource.
  644. //
  645. /////////////////////////////////////////////////////////////////////////////
  646. #endif // not APSTUDIO_INVOKED