Leaked source code of windows server 2003
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.

654 lines
32 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #define APSTUDIO_READONLY_SYMBOLS
  4. /////////////////////////////////////////////////////////////////////////////
  5. //
  6. // Generated from the TEXTINCLUDE 2 resource.
  7. //
  8. #include "resource.h"
  9. #include "appdefs.h"
  10. #include "windows.h"
  11. #include "commctrl.h"
  12. #include "shlobj.h"
  13. #ifndef ICWDEBUG
  14. #include "icwconn1.rcv"
  15. #else
  16. #include "icwdebug.rcv"
  17. #endif //ICWDEBUG
  18. /////////////////////////////////////////////////////////////////////////////
  19. #undef APSTUDIO_READONLY_SYMBOLS
  20. /////////////////////////////////////////////////////////////////////////////
  21. // English (U.S.) resources
  22. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  23. #ifdef _WIN32
  24. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  25. #pragma code_page(1252)
  26. #endif //_WIN32
  27. /////////////////////////////////////////////////////////////////////////////
  28. //
  29. // Icon
  30. //
  31. // Icon with lowest ID value placed first to ensure application icon
  32. // remains consistent on all systems.
  33. // IDI_ICWCONN_ICON is defined to be 200
  34. IDI_ICWCONN1_ICON ICON DISCARDABLE "icw.ico"
  35. // NOTE: The ID for this ICON should NOT be in the resoure file so that
  36. // the string IDI_IE_ICON shows up in the resource file. This is because
  37. // we have to load the icon at runtime to properly support OEM custom mode
  38. 201 ICON DISCARDABLE "Ico2660.ico"
  39. 202 ICON DISCARDABLE "cns.ico"
  40. /////////////////////////////////////////////////////////////////////////////
  41. //
  42. // Bitmap
  43. //
  44. IDB_WATERMARK256 BITMAP MOVEABLE PURE "wizard.bmp"
  45. IDB_WATERMARK16 BITMAP MOVEABLE PURE "wizard.bmp"
  46. IDB_BANNER256 BITMAP MOVEABLE PURE "globe.bmp"
  47. IDB_BANNER16 BITMAP MOVEABLE PURE "globe.bmp"
  48. IDB_BANNER BITMAP MOVEABLE PURE "banner.bmp"
  49. #ifdef APSTUDIO_INVOKED
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // TEXTINCLUDE
  53. //
  54. 2 TEXTINCLUDE DISCARDABLE
  55. BEGIN
  56. "#include ""resource.h""\r\n"
  57. "#include ""windows.h""\r\n"
  58. "#include ""commctrl.h""\r\n"
  59. "#include ""shlobj.h""\r\n"
  60. "#include ""icwconn1.rcv""\r\n"
  61. "\0"
  62. END
  63. 3 TEXTINCLUDE DISCARDABLE
  64. BEGIN
  65. "\r\n"
  66. "\0"
  67. END
  68. #endif // APSTUDIO_INVOKED
  69. /////////////////////////////////////////////////////////////////////////////
  70. //
  71. // Dialog
  72. //
  73. /////////////////////////////////////////////////////////////
  74. /////////////////////////////////////////////////////////////
  75. /////////////////////////////////////////////////////////////
  76. #ifdef ICWDEBUG
  77. IDD_ICWDEBUG_OFFER DIALOG DISCARDABLE 0, 0, 343, 177
  78. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  79. CAPTION "Internet Connection Wizard"
  80. FONT 8, "MS Shell Dlg"
  81. BEGIN
  82. CONTROL "List1",IDC_ISPCAB_LIST,"SysListView32", LVS_SHOWSELALWAYS |
  83. LVS_REPORT | LVS_SINGLESEL | WS_BORDER | WS_TABSTOP ,16,61,310,85
  84. LTEXT "1. Enter the path or browse to the CAB file that contains your offers.",
  85. IDC_ISPCAB_PATH_LBL,16,10,212,8
  86. EDITTEXT IDC_ISPCAB_PATH,16,25,249,14,ES_AUTOHSCROLL
  87. PUSHBUTTON "&Browse",IDC_BROWSE,276,25,50,14
  88. LTEXT "2. Select the offer you want to debug.",
  89. IDC_ISPCAB_LIST_LBL,16,46,120,8
  90. LTEXT "3. Click Next.",IDC_CAB_INSTRUCT_TEXT,16,153,43,8
  91. END
  92. IDD_ICWDEBUG_SETTINGS DIALOG DISCARDABLE 0, 0, 343, 177
  93. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  94. CAPTION "Internet Connection Wizard"
  95. FONT 8, "MS Shell Dlg"
  96. BEGIN
  97. LTEXT "1. Do you want to debug the sign-up path or auto-configuration path?",
  98. IDC_CHOOSE_PATH_LBL,15,7,218,8
  99. LTEXT "2. Do you want to use a network to connect to the sign-up server or a modem?",
  100. IDC_CHOOSE_MODEM_LBL,15,50,248,8
  101. LTEXT "3. Do you want to use the URL in the .isp file or another URL to connect to your server?",
  102. IDC_CHOOSE_URL_LBL,15,93,277,8
  103. LTEXT "Click Next.",IDC_PATH_INSTRUCT_TEXT,15,165,35,8
  104. GROUPBOX "",IDC_STATIC,34,20,275,25
  105. CONTROL "&Sign-up path",IDC_SIGNUP_PATH,"Button",
  106. BS_AUTORADIOBUTTON | WS_GROUP,50,30,56,10
  107. CONTROL "Aut&o-configuration path",IDC_AUTO_PATH,"Button",
  108. BS_AUTORADIOBUTTON ,190,30,89,10
  109. GROUPBOX "",IDC_STATIC,34,63,275,25
  110. CONTROL "Connect through the ne&twork ",IDC_USE_NETWORK,"Button",
  111. BS_AUTORADIOBUTTON | WS_GROUP, 190,73,110,10
  112. CONTROL "Connect using the &modem",IDC_MODEM,"Button",
  113. BS_AUTORADIOBUTTON ,50,73,110,10
  114. GROUPBOX "",IDC_STATIC,34,106,275,54
  115. CONTROL "Use the URL from the .isp &file",IDC_ISP_URL,"Button",
  116. BS_AUTORADIOBUTTON | WS_GROUP,50,119,108,10
  117. CONTROL "Use &another URL",IDC_OTHER_URL,"Button",
  118. BS_AUTORADIOBUTTON,190,119,71,10
  119. LTEXT "&URL:",IDC_URL_LBL,50,143,18,8
  120. EDITTEXT IDC_URL,70,137,225,14,ES_AUTOHSCROLL
  121. END
  122. #endif // ICWDEBUG
  123. /////////////////////////////////////////////////////////////
  124. /////////////////////////////////////////////////////////////
  125. /////////////////////////////////////////////////////////////
  126. // This page must be the same size as an externa page
  127. IDD_PAGE_SIZER DIALOG DISCARDABLE 0, 0, 343, 215
  128. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  129. CAPTION "Internet Connection Wizard"
  130. FONT 8, "MS Shell Dlg"
  131. BEGIN
  132. END
  133. IDD_PAGE_INTRO DIALOG DISCARDABLE 0, 0, 343, 233
  134. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  135. CAPTION "Internet Connection Wizard"
  136. FONT 8, "MS Shell Dlg"
  137. BEGIN
  138. CONTROL "&Create a new Internet account",IDC_RUNNEW,"Button",
  139. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | BS_NOTIFY |
  140. WS_GROUP,120,85,215,13
  141. CONTROL "&Use my account with another Internet service provider (ISP)",
  142. IDC_RUNAUTO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  143. BS_MULTILINE | BS_NOTIFY,121,122,215,12
  144. CONTROL "&Manually configure my telephone or network Internet connection",
  145. IDC_ICWMAN,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  146. BS_MULTILINE | BS_NOTIFY,121,160,215,13
  147. LTEXT "Select this option if this computer's modem is connected to your phone line, and you want a new Internet account.",
  148. IDC_STATIC,133,97,205,24
  149. LTEXT "Select this option if you already have an Internet account, even if you've never connected to the Internet from your own computer.",
  150. IDC_STATIC,133,134,205,24
  151. LTEXT "Select this option if you know your connection settings such as your ISP phone number. These settings are available from your ISP or your network administrator.",
  152. IDC_STATIC,133,173,205,31
  153. LTEXT "Internet Connection Wizard",IDC_LBLTITLE,121,5,215,24
  154. LTEXT "Whether you've never had an Internet account, or you had an account for another computer, we'll help you set up this computer for Internet access.",
  155. IDC_INTRO_MAINTEXT,121,35,215,31
  156. LTEXT "How will this computer connect to the Internet?",
  157. IDC_STATIC,121,68,215,15
  158. LTEXT "To leave your Internet settings unchanged, click Cancel.",
  159. IDC_STATIC,121,211,215,15
  160. END
  161. IDD_PAGE_BRANDEDINTRO DIALOG DISCARDABLE 0, 0, 343, 215
  162. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  163. CAPTION "Internet Connection Wizard"
  164. FONT 8, "MS Shell Dlg"
  165. BEGIN
  166. CONTROL "",IDC_BRANDEDWEBVIEW,"WebOC", WS_TABSTOP | BS_NOTIFY, 0,0, 357, 249
  167. END
  168. IDD_PAGE_SBSINTRO DIALOG DISCARDABLE 0, 0, 343, 215
  169. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  170. CAPTION "Internet Connection Wizard"
  171. FONT 8, "MS Shell Dlg"
  172. BEGIN
  173. LTEXT "Welcome to the Internet Connection Wizard",IDC_LBLTITLE, 125,5,190,24
  174. LTEXT "The Internet Connection wizard helps you connect your computer to the Internet. You can use this wizard to create a new account with an Internet service provider for your Small Business Server.\n\nClick Next to continue.",
  175. IDC_INTRO_MAINTEXT,125,35,205,47
  176. END
  177. IDD_PAGE_INTRO2 DIALOG DISCARDABLE 0, 0, 343, 177
  178. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  179. CAPTION "Internet Connection Wizard"
  180. FONT 8, "MS Shell Dlg"
  181. BEGIN
  182. LTEXT "Whether you've never had an Internet account, or you had an account for another computer, we'll help you set up this computer for Internet access.",
  183. IDC_STATIC,21,12,304,23
  184. CONTROL "&Create a new Internet account",IDC_RUNNEW,"Button",
  185. BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | BS_NOTIFY,
  186. 21,89,304,15
  187. CONTROL "&Manually configure my telephone or network Internet connection",
  188. IDC_ICWMAN,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  189. BS_MULTILINE | BS_NOTIFY,21,43,304,15
  190. CONTROL "&Use my account with another Internet service provider (ISP)",
  191. IDC_RUNAUTO,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  192. BS_MULTILINE | BS_NOTIFY,21,127,304,15
  193. LTEXT "Select this option if this computer's modem is connected to your phone line, and you want a new Internet account.",
  194. IDC_STATIC,33,104,205,24
  195. LTEXT "Select this option if you already have an Internet account, even if you've never connected to the Internet from your own computer.",
  196. IDC_STATIC,33,142,205,24
  197. LTEXT "Select this option if you know your connection settings such as your ISP phone number. These settings are available from your ISP or your network administrator.",
  198. IDC_STATIC,33,58,205,33
  199. END
  200. IDD_PAGE_MANUALOPTIONS DIALOG DISCARDABLE 0, 0, 343, 177
  201. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  202. CAPTION "Internet Connection Wizard"
  203. FONT 8, "MS Shell Dlg"
  204. BEGIN
  205. CONTROL "",IDC_MANUAL_INTRO,"ICW_STATIC",SS_LEFT,21,12,296,39
  206. LTEXT "How do you connect to the Internet?",
  207. IDC_STATIC,21,58,296,18
  208. CONTROL "I connect through a &phone line and a modem",
  209. IDC_MANUAL_MODEM,"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_NOTIFY |
  210. BS_MULTILINE,21,76,296,18
  211. CONTROL "I connect through a &local area network (LAN)",
  212. IDC_MANUAL_LAN,"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_NOTIFY |
  213. BS_MULTILINE,21,94,296,18
  214. END
  215. IDD_PAGE_AREACODE DIALOG DISCARDABLE 0, 0, 343, 177
  216. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  217. CAPTION "Internet Connection Wizard"
  218. FONT 8, "MS Shell Dlg"
  219. BEGIN
  220. LTEXT "The Internet Connection wizard has detected that you have multiple dialing settings. Confirm your area code and country/region below then click Next.",
  221. IDC_AREADETECT,21,15,310,35
  222. LTEXT "I am &dialing from:",IDC_LBDIAL_FROM,54,51,59,8
  223. COMBOBOX IDC_DIAL_FROM,115,50,150,50,CBS_DROPDOWN | CBS_SORT | CBS_DROPDOWNLIST |
  224. WS_VSCROLL | WS_TABSTOP
  225. CONTROL "",IDC_STATIC,"ICW_GROUPBOX",BS_GROUPBOX,53,69,212,54
  226. LTEXT "Area Code:",IDC_LBLAREA,62,80,54,8
  227. EDITTEXT IDC_AREACODE,127,79,40,14,ES_READONLY
  228. LTEXT "Country / region:",IDC_LBLCOUNTRY,62,104,54,8
  229. EDITTEXT IDC_COUNTRY,127,102,127,14,ES_READONLY
  230. CONTROL "",IDC_STATIC,"NativeFontCtl",0x5,0,0,0,0
  231. END
  232. IDD_PAGE_REFSERVDIAL DIALOG DISCARDABLE 0, 0, 343, 177
  233. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  234. CAPTION "Internet Connection Wizard"
  235. FONT 8, "MS Shell Dlg"
  236. BEGIN
  237. CONTROL "",IDC_REFDIAL_TEXT,"ICW_STATIC",SS_LEFT,21,12,296,48
  238. CONTROL "Referral service phone number:",IDC_LBLREFNUM,"ICW_STATIC",SS_LEFT,21,67,112,8
  239. CONTROL "",IDC_REFSERV_PHONENUM,"ICW_STATIC",SS_LEFT,140,67,175,8
  240. CONTROL "",IDC_REFSERV_DIALSTATUS,"ICW_STATIC",SS_LEFT,21,82,225,8
  241. CONTROL "Progress2",IDC_REFSERV_DIALPROGRESS,"msctls_progress32",
  242. WS_BORDER | 0x1,21,97,296,14
  243. END
  244. IDD_PAGE_END DIALOG DISCARDABLE 0, 0, 343, 215
  245. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  246. CAPTION "Internet Connection Wizard"
  247. FONT 8, "MS Shell Dlg"
  248. BEGIN
  249. LTEXT "Completing the Internet Connection Wizard",IDC_LBLTITLE,125,5,215,24
  250. LTEXT "",IDC_INSERROR_FINISH_TEXT,125,35,205,85,SS_NOPREFIX
  251. LTEXT "",IDC_FINISH_TEXT,125,35,205,35,SS_NOPREFIX
  252. LTEXT "After you close this wizard, you can connect to the Internet at any time by clicking Internet on the Start Menu."
  253. IDC_FINISH_SUPPORT_TEXT,125,70,183,35,SS_NOPREFIX
  254. CONTROL "&To connect to the Internet immediately, select this box and then click Finish.",
  255. IDC_CHECK_BROWSING,"Button",BS_AUTOCHECKBOX | WS_TABSTOP | BS_MULTILINE,125,105,215,25
  256. CONTROL "",IDC_STATIC_ICON,"ICW_STATIC",SS_ICON | WS_DISABLED,313,70,20,20
  257. LTEXT "To close the wizard, click Finish",IDC_CLOSE_WIZ_CLICK_FINISH,125,150,183,35,SS_NOPREFIX
  258. END
  259. IDD_PAGE_ENDOEMCUSTOM DIALOG DISCARDABLE 0, 0, 343, 177
  260. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  261. CAPTION "Internet Connection Wizard"
  262. FONT 8, "MS Shell Dlg"
  263. BEGIN
  264. LTEXT "",IDC_INSERROR_FINISH_TEXT,19,10,305,85,SS_NOPREFIX
  265. LTEXT "You have successfully completed the Internet Connection wizard.\nYour computer is now configured to connect to your new Internet account.",
  266. IDC_FINISH_TEXT,19,10,305,35,SS_NOPREFIX
  267. LTEXT "After you close this wizard, you can connect to the Internet at any time by clicking Internet on the Start Menu.",
  268. IDC_FINISH_SUPPORT_TEXT,19,45,263,35,SS_NOPREFIX
  269. CONTROL "&To connect to the Internet immediately, select this box and then click Finish.",
  270. IDC_CHECK_BROWSING,"Button",BS_AUTOCHECKBOX | WS_TABSTOP | BS_MULTILINE,19,80,305,25
  271. CONTROL "",IDC_STATIC_ICON,"ICW_STATIC",SS_ICON | WS_DISABLED, 294,45,20,20
  272. LTEXT "To close the wizard, click Finish",IDC_CLOSE_WIZ_CLICK_FINISH,19,105,305,35,SS_NOPREFIX
  273. END
  274. IDD_PAGE_ENDOLS DIALOG DISCARDABLE 0, 0, 343, 177
  275. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  276. CAPTION "Internet Connection Wizard"
  277. FONT 8, "MS Shell Dlg"
  278. BEGIN
  279. LTEXT "You can configure your computer for your online service by double-clicking its icon found on the desktop or in the Online Services folder. If you don't see this icon, reinstall the software provided by your online service.",
  280. IDC_OLS_MAINTEXT,19,10,305,45
  281. LTEXT "Click Finish to close the Internet Connection wizard.",
  282. IDC_OLS_FINISHTEXT,19,65,190,8
  283. END
  284. IDD_PAGE_DIALERROR DIALOG DISCARDABLE 0, 0, 343, 177
  285. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  286. CAPTION "Internet Connection Wizard"
  287. FONT 8, "MS Shell Dlg"
  288. BEGIN
  289. CONTROL "",IDC_DIALERR_TEXT,"ICW_STATIC",SS_LEFT,21,10,304,32
  290. LTEXT "N&umber to dial:",IDC_DIALERR_LBLPHONENUMBER,21,52,133,8
  291. EDITTEXT IDC_DIALERR_PHONENUMBER,172,48,151,12,ES_AUTOHSCROLL
  292. LTEXT "Current &modem:",IDC_DIALERR_LBLCURMODEM,21,73,128,8
  293. COMBOBOX IDC_DIALERR_MODEM,172,69,151,64,CBS_DROPDOWNLIST |
  294. WS_VSCROLL | WS_TABSTOP
  295. LTEXT "Select a new phone number:",IDC_DIALERR_LBLNEWNUMBER,21,96,92,8
  296. PUSHBUTTON "&Change Number...",IDC_CHANGE_NUMBER,253,90,70,14,
  297. WS_GROUP
  298. LTEXT "Change how the number is dialed:",IDC_DIALERR_LBLCHNGNUMBER,21,119,108,
  299. 8
  300. PUSHBUTTON "&Dialing Properties...",IDC_DIALING_PROPERTIES,
  301. 253,113,70,14,WS_GROUP
  302. LTEXT "Get troubleshooting help:",IDC_DIALERR_LBLHELP,21,142,
  303. 110,8
  304. PUSHBUTTON "&Help",IDC_DIAL_HELP,253,136,70,14
  305. CONTROL "",IDC_SERVERR_HELP,"ICW_STATIC",SS_LEFT,21,165,302,8
  306. CONTROL "",IDC_STATIC,"NativeFontCtl",0x5,0,0,0,0
  307. END
  308. IDD_PAGE_SERVERROR DIALOG DISCARDABLE 0, 0, 343, 177
  309. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  310. CAPTION "Internet Connection Wizard"
  311. FONT 8, "MS Shell Dlg"
  312. BEGIN
  313. LTEXT "",IDC_SERVERR_TEXT,21,10,304,45
  314. LTEXT "Get troubleshooting help:",IDC_STATIC,21,113,
  315. 110,8
  316. PUSHBUTTON "&Help",IDC_DIAL_HELP,253,109,70,14
  317. LTEXT "",IDC_SERVERR_HELP,21,135,302,8
  318. END
  319. IDD_PAGE_MULTINUMBER DIALOG DISCARDABLE 0, 0, 343, 177
  320. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  321. CAPTION "Internet Connection Wizard"
  322. FONT 8, "MS Shell Dlg"
  323. BEGIN
  324. LTEXT "The Internet Connection wizard has found several phone numbers for the Microsoft Internet Referral Service in your area. Select a number and then click Next.",
  325. IDC_MULTINUM_MAINTEXT,21,12,296,23
  326. LTEXT "&Phone numbers:",IDC_MULTINUM_LBLPHONE,56,45,70,8
  327. LISTBOX IDC_MULTIPHONE_LIST,56,55,230,38,LBS_SORT |
  328. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  329. END
  330. IDD_PAGE_DEFAULT DIALOG DISCARDABLE 0, 0, 343, 177
  331. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  332. CAPTION "Internet Connection Wizard"
  333. FONT 8, "MS Shell Dlg"
  334. BEGIN
  335. END
  336. IDD_QUIT DIALOG DISCARDABLE 0, 0, 310, 82
  337. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
  338. CAPTION "Internet Connection Wizard"
  339. FONT 8, "MS Shell Dlg"
  340. BEGIN
  341. DEFPUSHBUTTON "&No",IDCANCEL,254,61,48,14,WS_GROUP
  342. PUSHBUTTON "&Yes",IDOK,201,61,48,14
  343. CONTROL "&Do not show the Internet Connection wizard in the future",
  344. IDC_CHECK_HIDE_ICW,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,38,38,268,10
  345. LTEXT "The Internet Connection wizard has not finished setting up your Internet connection.",
  346. IDC_STATIC,38,7,268,15,SS_NOPREFIX
  347. LTEXT "Are you sure you want to close the wizard?",
  348. IDC_STATIC,38,23,268,15,SS_NOPREFIX
  349. ICON IDI_QUESTION,IDC_STATIC,7,7,28,27,WS_DISABLED
  350. END
  351. IDD_EXISTINGCONNECTION DIALOG DISCARDABLE 0, 0, 250, 82
  352. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
  353. CAPTION "Internet Connection Wizard"
  354. FONT 8, "MS Shell Dlg"
  355. BEGIN
  356. ICON IDI_EXCLAMATION,IDC_STATIC,7,7,28,27
  357. LTEXT "",IDC_EXIT_CONN,38,7,208,15,SS_NOPREFIX
  358. LTEXT "Do you want to continue creating or updating a connection?",
  359. IDC_STATIC,38,30,208,15,SS_NOPREFIX
  360. DEFPUSHBUTTON "&Yes",IDOK,73,61,48,14, WS_TABSTOP
  361. PUSHBUTTON "&No",IDCANCEL,129,61,48,14, WS_TABSTOP
  362. END
  363. IDD_CHOOSEWIZARD DIALOG DISCARDABLE 0, 0, 357, 256
  364. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  365. CAPTION "Internet Connection Wizard"
  366. FONT 8, "MS Shell Dlg"
  367. BEGIN
  368. CONTROL IDB_BANNER,IDC_STATIC,"Static",SS_BITMAP,0,0,536,59
  369. LTEXT "This computer does not have an Internet connection.",
  370. IDC_CHOOSEWIZARD_TITLE,14,7,296,18
  371. LTEXT "To create one, you can set up an Internet account with the Internet service provider (ISP) offered by your computer manufacturer, or use the New Connection Wizard to select another connection method."
  372. IDC_STATIC,28,54,296,26
  373. LTEXT "What do you want to do?",
  374. IDC_STATIC,28,86,296,8
  375. CONTROL "&View the ISP offer provided by my computer manufacturer",IDC_RUN_OOBE,
  376. "Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,
  377. 28,103,296,8
  378. CONTROL "&Run the New Connection Wizard so I can select another connection method",IDC_RUN_NCW,
  379. "Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
  380. 28,115,296,8
  381. PUSHBUTTON "OK",IDOK,
  382. 247,235,50,14
  383. PUSHBUTTON "Cancel",IDCANCEL,
  384. 301,235,50,14
  385. END
  386. /////////////////////////////////////////////////////////////////////////////
  387. //
  388. // DESIGNINFO
  389. //
  390. #ifdef APSTUDIO_INVOKED
  391. GUIDELINES DESIGNINFO DISCARDABLE
  392. BEGIN
  393. IDD_PAGE_INTRO, DIALOG
  394. BEGIN
  395. LEFTMARGIN, 7
  396. RIGHTMARGIN, 266
  397. TOPMARGIN, 7
  398. BOTTOMMARGIN, 209
  399. END
  400. IDD_PAGE_MANUALOPTIONS, DIALOG
  401. BEGIN
  402. LEFTMARGIN, 7
  403. RIGHTMARGIN, 266
  404. TOPMARGIN, 7
  405. BOTTOMMARGIN, 179
  406. END
  407. IDD_PAGE_AREACODE, DIALOG
  408. BEGIN
  409. BOTTOMMARGIN, 185
  410. END
  411. END
  412. #endif // APSTUDIO_INVOKED
  413. /////////////////////////////////////////////////////////////////////////////
  414. //
  415. // String Table
  416. //
  417. STRINGTABLE DISCARDABLE
  418. BEGIN
  419. IDS_APPNAME "Internet Connection Wizard"
  420. IDS_CONNECT_DESKTOP_TITLE "Connect to the Internet"
  421. IDS_SHORTCUT_DESC "Helps you set up an Internet connection."
  422. IDS_CONNECT_FNAME "ICWCONN1.EXE"
  423. IDS_WANTTOEXIT "The Internet Connection wizard has not finished setting up your Internet connection.\n\nAre you sure you want to close the wizard?"
  424. IDS_OE_DESKTOP_TITLE "Outlook Express"
  425. IDS_OE_APP_NAME "MSIMN.EXE"
  426. IDS_DECLINETOS "You have chosen not to accept the service agreement.\n\r\n\rClick OK to review the service agreement again or Cancel to quit the Internet Connection wizard."
  427. IDS_REQUIREDINFO "Please enter the required information, then click Next."
  428. IDS_CANTSAVEKEY "The Internet Connection wizard cannot save Internet-connection information."
  429. IDS_EXITFAILED "The Internet Connection wizard could not automatically shut down and restart your computer. Please restart your computer manually."
  430. IDS_NEEDREBOOT1 "The Internet Connection wizard will now restart your computer.\n\nClose any programs that are still running, then click OK. "
  431. IDS_NEEDREBOOT2 "After your computer has restarted, the wizard will continue."
  432. IDS_IEAK_ACCESS_DENIED "You are restricted from running the Internet Connection wizard.\n\nContact your Network Administrator for more information."
  433. IDS_IEAK_ACCESS_DENIED_TITLE "Access Denied"
  434. IDS_ADMIN_ACCESS_DENIED "You are restricted from running the Internet Connection wizard because you are not an administrator on this machine.\n\nContact your Network Administrator for more information."
  435. IDS_ADMIN_ACCESS_DENIED_TITLE "Access Denied"
  436. IDS_INSCONFIG_ERROR_TITLE "There was an error setting up your Internet account"
  437. IDS_INSCONFIG_ERROR_INSTRUCT "\n\nTo close the wizard, click Finish."
  438. IDS_PRECONFIG_ERROR_1 "An error occurred while configuring your Internet account with %s. "
  439. IDS_PRECONFIG_ERROR_1_NOINFO "An error occurred while configuring your Internet account. "
  440. IDS_PRECONFIG_ERROR_2 "If you experience problems connecting to the Internet with Internet Explorer or sending and receiving email with Outlook Express, you can call %s for technical support."
  441. IDS_PRECONFIG_ERROR_2_NOINFO "If you experience problems connecting to the Internet with Internet Explorer or sending and receiving email with Outlook Express, you can call your computer manufacturer for technical support."
  442. IDS_DEFAULT_ISPNAME "an Internet service provider "
  443. IDS_NOT_ENOUGH_DISKSPACE "The Internet Connection wizard could not retrieve a list of Internet service providers because your hard drive is full.\n\nTo use the Internet Connection wizard remove some files from your hard drive and then click Next."
  444. IDS_CONNECTION_OFFLINE "The Internet Connection wizard could not retrieve a list of Internet service providers because Internet Explorer is currently set to Work Offline.\n\nTo use the Internet Connection wizard uncheck Work Offline from Internet Explorer's File menu and then click Next."
  445. IDS_REFDIAL_1 "The Internet Connection wizard will now connect to the Microsoft Internet Referral Service to retrieve a list of the Internet service providers in your area. "
  446. IDS_REFDIAL_2 "Service providers connect your computer to the Internet through your phone line."
  447. IDS_DESKTOP "Desktop"
  448. IDS_END_SIGNUP_FINISH "You have successfully completed the Internet Connection wizard.\nYour computer is now configured to connect to your new Internet account."
  449. IDS_END_AUTOCFG_FINISH "You have successfully completed the Internet Connection wizard.\nYour computer is now configured to connect to your existing Internet account."
  450. IDS_END_MANUAL_FINISH "You have successfully completed the Internet Connection wizard.\nYour computer is now configured to connect to your Internet account."
  451. IDS_INSUFFICIENT_PRIV1 "You do not have sufficient privileges to complete the Internet Connection wizard. To connect to the Internet via a corporate network, right-click the Internet Explorer icon, "
  452. IDS_INSUFFICIENT_PRIV2 "click Properties, click the Connections tab, click LAN Settings, and then complete the dialog box. To connect using a modem, contact your administrator for information."
  453. END
  454. STRINGTABLE DISCARDABLE
  455. BEGIN
  456. IDS_NEEDRESTART1 "You must be logged on to your computer for the Internet Connection wizard to successfully complete.\n\nWould you like to have Windows restart so that you can logon? Be sure to close "
  457. IDS_NEEDRESTART2 "any programs that are still running before clicking Yes.\n\nAfter your computer has restarted, please logon, and the wizard will continue."
  458. IDS_QUERYCANCEL "The Internet Connection wizard has not finished setting up your Internet connection.\n\nAre you sure you want to close the wizard?"
  459. IDS_HELPERLIB "icwhelp.dll"
  460. IDS_UTILLIB "icwutil.dll"
  461. IDS_WIZARDLIB "icwconn.dll"
  462. IDS_DIALERR_HELP "For automated telephone assistance call: "
  463. END
  464. STRINGTABLE DISCARDABLE
  465. BEGIN
  466. IDS_ERR_CANNOTRUN "Unable to run the Internet Connection wizard. Please try again."
  467. IDS_ERR_OUTOFMEMORY "There is not enough memory to continue. Close down one or more applications and try again."
  468. IDS_DLLREG_FAIL "Failed to register or unregister the Internet Connection wizard helper component"
  469. IDS_LOADLIB_FAIL "Failed to load the Internet Connection wizard helper component"
  470. IDS_NODLLREG_FAIL "Failed to locate the dll registration entry in the Internet Connection wizard helper component"
  471. IDS_EXIT_CONN "You already have an Internet connection using %1."
  472. END
  473. STRINGTABLE DISCARDABLE
  474. BEGIN
  475. IDS_STEP1_TITLE "Step 1 of 3: Selecting an Internet service provider"
  476. IDS_MANUALOPTS_TITLE "Setting up your Internet connection"
  477. IDS_ENDOLS_TITLE "Setting up an existing Internet connection"
  478. IDS_DIALING_ERROR_TITLE "Unable to Connect"
  479. IDS_SERVER_ERROR_TITLE "Server Error"
  480. IDS_SERVER_ERROR_COMMON "The connection to the Microsoft Internet Referral Service has been interrupted. Click Next to reconnect to the service."
  481. IDS_FINISH_TEXT "We're ready to sign you up to %1. To complete the Internet sign up process click Finish."
  482. IDS_MANUAL_INTRO1 "If you have an Internet service provider account, you can use your phone line and a modem to connect to it. "
  483. IDS_MANUAL_INTRO2 "If your computer is connected to a local area network (LAN), you can gain access to the Internet over the LAN."
  484. IDS_OEMCUST_END_TITLE "Congratulations! You are ready to use the Internet"
  485. END
  486. STRINGTABLE DISCARDABLE
  487. BEGIN
  488. IDS_WIZ97_TITLE_FONT_FACE "Verdana"
  489. END
  490. STRINGTABLE DISCARDABLE
  491. BEGIN
  492. IDS_BACK "< &Back"
  493. IDS_NEXT "&Next >"
  494. IDS_FINISH "&Finish"
  495. IDS_CANCEL "Cancel"
  496. IDS_TUTORIAL "&Tutorial"
  497. END
  498. #ifdef ICWDEBUG
  499. STRINGTABLE DISCARDABLE
  500. BEGIN
  501. IDS_ICWDEBUG_OFFER_TITLE "ICWDEBUG: Offer Selection"
  502. IDS_ICWDEBUG_SETTINGS_TITLE "ICWDEBUG: Offer Settings"
  503. END
  504. #endif //ICWDEBUG
  505. STRINGTABLE DISCARDABLE
  506. BEGIN
  507. OEMCUSTOM_ERR_MSGFMT "The Internet Connection wizard failed to run with OEM customizations from the following reason\n\n%s."
  508. OEMCUSTOM_ERR_NOTOEMENTRY "Not started from an OEM entry point"
  509. OEMCUSTOM_ERR_WINAPI "A Windows API failed"
  510. OEMCUSTOM_ERR_NOMEM "Not enough memory"
  511. OEMCUSTOM_ERR_NOBUTTONTRANSPARENTCOLOR "No Transparent color was specified for a button"
  512. OEMCUSTOM_ERR_NOBUTTONFONTSIZE "No font size was specified for a button"
  513. OEMCUSTOM_ERR_NOBUTTONLEFT "No left position was specified for a button"
  514. OEMCUSTOM_ERR_NOBUTTONFONTFACE "No font face was specified for a button"
  515. OEMCUSTOM_ERR_HEADERPARAMS "The header parameters could not be processed because the font could not be created, or a Windows API failed"
  516. OEMCUSTOM_ERR_BUTTONPARAMS "The button parameters could not be processed because the font could not be created, the bitmaps could not be loaded, or a windows API failed"
  517. OEMCUSTOM_ERR_SIZE "The background bitmap is too small to fit the buttons, header, and wizard windows"
  518. OEMCUSTOM_ERR_WIZARDTOP "The top position of the wizard window causes it to extend into the button area"
  519. OEMCUSTOM_ERR_WIZARDLEFT "The left position of the wizard window causes it to extend beyond the right edge of the application"
  520. OEMCUSTOM_ERR_BACKGROUND "The background bitmap was not specified or can not be loaded"
  521. OEMCUSTOM_ERR_FIRSTHTML "The first page HTML file was not specified or can not be loaded"
  522. OEMCUSTOM_ERR_CANNOTFINDOEMCUSTINI "The OEM Customization file, OEMCUST.INI, cannot be found or loaded"
  523. END
  524. //////////////////////////////////////////////////////////////////////
  525. //
  526. // Accelerator Table
  527. //
  528. IDA_ACCEL ACCELERATORS DISCARDABLE
  529. BEGIN
  530. VK_RETURN, IDC_NEXT, VIRTKEY, NOINVERT
  531. "n", IDC_NEXT, VIRTKEY, NOINVERT,ALT
  532. "N", IDC_NEXT, VIRTKEY, NOINVERT,ALT
  533. "b", IDC_BACK, VIRTKEY, NOINVERT,ALT
  534. "B", IDC_BACK, VIRTKEY, NOINVERT,ALT
  535. "f", IDC_FINISH, VIRTKEY, NOINVERT,ALT
  536. "F", IDC_FINISH, VIRTKEY, NOINVERT,ALT
  537. "t", IDC_TUTORIAL, VIRTKEY, NOINVERT,ALT
  538. "T", IDC_TUTORIAL, VIRTKEY, NOINVERT,ALT
  539. VK_ESCAPE, IDC_CANCEL, VIRTKEY, NOINVERT
  540. VK_TAB, ID_NEXT_FIELD, VIRTKEY
  541. VK_TAB, ID_PREV_FIELD, VIRTKEY, SHIFT
  542. END
  543. IDA_INTRO2 ACCELERATORS DISCARDABLE
  544. BEGIN
  545. "s", IDC_RUNNEW, VIRTKEY, NOINVERT,ALT
  546. "S", IDC_RUNNEW, VIRTKEY, NOINVERT,ALT
  547. "e", IDC_RUNAUTO, VIRTKEY, NOINVERT,ALT
  548. "E", IDC_RUNAUTO, VIRTKEY, NOINVERT,ALT
  549. "m", IDC_ICWMAN, VIRTKEY, NOINVERT,ALT
  550. "M", IDC_ICWMAN, VIRTKEY, NOINVERT,ALT
  551. END
  552. IDA_AREACODE ACCELERATORS DISCARDABLE
  553. BEGIN
  554. "d", IDC_DIAL_FROM, VIRTKEY, NOINVERT,ALT
  555. "D", IDC_DIAL_FROM, VIRTKEY, NOINVERT,ALT
  556. END
  557. IDA_ENDOEMCUSTOM ACCELERATORS DISCARDABLE
  558. BEGIN
  559. "t", IDC_CHECK_BROWSING, VIRTKEY, NOINVERT,ALT
  560. "T", IDC_CHECK_BROWSING, VIRTKEY, NOINVERT,ALT
  561. END
  562. IDA_DIALERROR ACCELERATORS DISCARDABLE
  563. BEGIN
  564. "u", IDC_DIALERR_PHONENUMBER, VIRTKEY, NOINVERT,ALT
  565. "U", IDC_DIALERR_PHONENUMBER, VIRTKEY, NOINVERT,ALT
  566. "m", IDC_DIALERR_MODEM, VIRTKEY, NOINVERT,ALT
  567. "M", IDC_DIALERR_MODEM, VIRTKEY, NOINVERT,ALT
  568. "c", IDC_CHANGE_NUMBER, VIRTKEY, NOINVERT,ALT
  569. "C", IDC_CHANGE_NUMBER, VIRTKEY, NOINVERT,ALT
  570. "d", IDC_DIALING_PROPERTIES, VIRTKEY, NOINVERT,ALT
  571. "D", IDC_DIALING_PROPERTIES, VIRTKEY, NOINVERT,ALT
  572. "h", IDC_DIAL_HELP, VIRTKEY, NOINVERT,ALT
  573. "H", IDC_DIAL_HELP, VIRTKEY, NOINVERT,ALT
  574. END
  575. #endif // English (U.S.) resources
  576. /////////////////////////////////////////////////////////////////////////////
  577. #ifndef APSTUDIO_INVOKED
  578. /////////////////////////////////////////////////////////////////////////////
  579. //
  580. // Generated from the TEXTINCLUDE 3 resource.
  581. //
  582. /////////////////////////////////////////////////////////////////////////////
  583. #endif // not APSTUDIO_INVOKED