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.

459 lines
24 KiB

  1. #include "..\msoeacct\resource.h"
  2. #include <Shlobjp.h> // LINKWINDOW_CLASS
  3. IDD_PAGE_MAILPROMPT DIALOG DISCARDABLE 0, 0, 317, 143
  4. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  5. CAPTION "Internet Connection Wizard"
  6. FONT 8, "MS Shell Dlg"
  7. BEGIN
  8. LTEXT "An Internet mail program is installed on your computer. Internet mail allows you to receive and send e-mail messages.",
  9. IDC_STATIC,21,1,275,16
  10. LTEXT "",IDC_DESC,21,24,275,32
  11. LTEXT "Do you want to set up an Internet mail account now?",
  12. IDC_STATIC,21,63,275,8
  13. CONTROL "&Yes",IDC_INSTALL,"Button",BS_AUTORADIOBUTTON |
  14. WS_GROUP | WS_TABSTOP,21,78,58,10
  15. CONTROL "N&o",IDC_NOINSTALL,"Button",BS_AUTORADIOBUTTON,21,93,57,
  16. 10
  17. END
  18. IDD_PAGE_MAILACCT DIALOG DISCARDABLE 0, 0, 317, 143
  19. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  20. CAPTION "Internet Connection Wizard"
  21. FONT 8, "MS Shell Dlg"
  22. BEGIN
  23. LTEXT "",IDC_DESC,21,1,275,40
  24. CONTROL "&Create a new Internet mail account",IDC_NEWACCT,"Button",
  25. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,21,48,198,10
  26. CONTROL "&Use an existing Internet mail account",
  27. IDC_EXISTINGACCT,"Button",BS_AUTORADIOBUTTON |
  28. WS_TABSTOP,21,63,198,10
  29. LISTBOX IDC_ACCTLIST,33,77,190,58,LBS_SORT | WS_VSCROLL |
  30. WS_TABSTOP
  31. CONTROL "",IDC_STATIC,"NativeFontCtl",NFS_LISTCOMBO | NFS_EDIT | NFS_USEFONTASSOC,0,0,0,0
  32. END
  33. IDD_PAGE_MAILNAME DIALOG DISCARDABLE 0, 0, 317, 143
  34. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  35. CAPTION "Internet Connection Wizard"
  36. FONT 8, "MS Shell Dlg"
  37. BEGIN
  38. LTEXT "When you send e-mail, your name will appear in the From field of the outgoing message. Type your name as you would like it to appear.",
  39. IDC_STATIC,21,1,275,16
  40. LTEXT "&Display name:",IDC_STATIC,41,41,60,10
  41. EDITTEXT IDC_NAME,108,40,178,12,ES_AUTOHSCROLL
  42. LTEXT "For example: John Smith",IDC_STATIC,108,56,170,8
  43. CONTROL "",IDC_STATIC,"NativeFontCtl",NFS_LISTCOMBO | NFS_EDIT | NFS_USEFONTASSOC,0,0,0,0
  44. END
  45. IDD_PAGE_MAILADDRESS DIALOG DISCARDABLE 0, 0, 317, 143
  46. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  47. CAPTION "Internet Connection Wizard"
  48. FONT 8, "MS Shell Dlg"
  49. BEGIN
  50. LTEXT "Your e-mail address is the address other people use to send e-mail messages to you. ",
  51. IDC_DESC,21,1,275,16
  52. CONTROL "I &already have an e-mail address that I'd like to use.",
  53. IDC_HAVEACCOUNT,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,21,24,246,10
  54. CONTROL "I'd like to &sign up for a new account from:",
  55. IDC_CREATEACCOUNT,"Button",BS_AUTORADIOBUTTON,21,89,145,
  56. 10
  57. LTEXT "&E-mail address:",IDC_STATIC | WS_GROUP,41,41,67,10
  58. EDITTEXT IDC_ADDRESS,108,40,178,12,ES_AUTOHSCROLL
  59. LTEXT "For example: [email protected]",IDC_STATIC,108,56,
  60. 170,8
  61. COMBOBOX IDC_ACCOUNTCOMBO,172,88,114,66,CBS_DROPDOWNLIST |
  62. WS_VSCROLL | WS_TABSTOP
  63. END
  64. IDD_PAGE_MAILSERVER DIALOG DISCARDABLE 0, 0, 317, 143
  65. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  66. CAPTION "Internet Connection Wizard"
  67. FONT 8, "MS Shell Dlg"
  68. BEGIN
  69. LTEXT "My incoming mail &server is a",IDC_STATIC,21,3,93,8
  70. COMBOBOX IDC_INCOMINGMAILTYPE,115,1,60,40,CBS_DROPDOWNLIST |
  71. WS_VSCROLL | WS_TABSTOP
  72. LTEXT "server.",IDC_STATIC,178,3,118,8
  73. LTEXT "My &HTTP mail service provider is ",IDC_HTTPSERVTAG,21,
  74. 22,105,8
  75. COMBOBOX IDC_HTTPSERVCOMBO,133,20,86,66,CBS_DROPDOWNLIST |
  76. WS_VSCROLL | WS_TABSTOP
  77. LTEXT "&Incoming mail (POP3 or IMAP) server:",IDC_INCOMINGSERVER_DESC,
  78. 21,39,198,8
  79. EDITTEXT IDC_INCOMINGSERVER,21,50,198,12,ES_AUTOHSCROLL
  80. LTEXT "An SMTP server is the server that is used for your outgoing e-mail.",
  81. IDC_SMTP_DESC,21,78,275,8
  82. LTEXT "&Outgoing mail (SMTP) server:",IDC_SMTP_TAG,21,93,198,8
  83. EDITTEXT IDC_SMTPSERVER,21,104,198,12,ES_AUTOHSCROLL
  84. END
  85. IDD_PAGE_MAILLOGON DIALOG DISCARDABLE 0, 0, 317, 156
  86. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  87. CAPTION "Internet Connection Wizard"
  88. FONT 8, "MS Shell Dlg"
  89. BEGIN
  90. LTEXT "",IDC_DESC,15,95,275,24
  91. LTEXT "&Account name:",IDC_LBLUSERNAME,21,24,71,8
  92. EDITTEXT IDC_USERNAME,113,22,183,12,ES_AUTOHSCROLL
  93. LTEXT "&Password:",IDC_LBLPASSWORD,20,62,71,8
  94. EDITTEXT IDC_PASSWORD,112,60,183,12,ES_PASSWORD | ES_AUTOHSCROLL
  95. CONTROL "Remember pass&word",IDC_REMEMBER_PASSWORD,"Button",
  96. BS_AUTOCHECKBOX | WS_TABSTOP,112,76,119,9
  97. CONTROL "Log on using &Secure Password Authentication (SPA)",
  98. IDC_LOGONSSPI,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,
  99. 122,275,10
  100. LTEXT "Type the account name and password your Internet service provider has given you.",
  101. IDC_STATIC,21,1,275,16
  102. LTEXT "For example: [email protected]",IDC_ACCOUNTNAME_EXAMPLE,115,40,
  103. 180,8
  104. END
  105. IDD_PAGE_NEWSINFO DIALOG DISCARDABLE 0, 0, 317, 143
  106. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  107. CAPTION "Internet Connection Wizard"
  108. FONT 8, "MS Shell Dlg"
  109. BEGIN
  110. LTEXT "Type the name of the Internet news (NNTP) server your Internet service provider has given you.",
  111. IDC_STATIC,21,1,275,16
  112. LTEXT "Ne&ws (NNTP) server:",IDC_STATIC,21,24,96,8
  113. EDITTEXT IDC_INCOMINGSERVER,21,34,198,12,ES_AUTOHSCROLL
  114. LTEXT "If your Internet service provider has informed you that you must log on to your news (NNTP) server and has provided you with an NNTP account name and password, then select the check box below.",
  115. IDC_STATIC,21,55,275,24
  116. CONTROL "My news server requires me to &log on",IDC_LOGON,"Button",
  117. BS_AUTOCHECKBOX | WS_TABSTOP,21,86,198,12
  118. END
  119. IDD_PAGE_NEWSNAME DIALOG DISCARDABLE 0, 0, 317, 143
  120. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  121. CAPTION "Internet Connection Wizard"
  122. FONT 8, "MS Shell Dlg"
  123. BEGIN
  124. LTEXT "When you post a message to a newsgroup or send an e-mail message, your display name will appear in the From field. Type your name as you would like it to appear.",
  125. IDC_STATIC,21,1,275,16
  126. LTEXT "&Display name:",IDC_STATIC,21,27,67,10
  127. EDITTEXT IDC_NAME,126,25,170,12,ES_AUTOHSCROLL
  128. LTEXT "For example: John Smith",IDC_STATIC,126,41,170,8
  129. CONTROL "",IDC_STATIC,"NativeFontCtl",NFS_LISTCOMBO | NFS_EDIT | NFS_USEFONTASSOC,0,0,0,0
  130. END
  131. IDD_PAGE_NEWSADDRESS DIALOG DISCARDABLE 0, 0, 317, 143
  132. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  133. CAPTION "Internet Connection Wizard"
  134. FONT 8, "MS Shell Dlg"
  135. BEGIN
  136. LTEXT "People can reply to your news messages by sending you an e-mail message at the address below--or they may post another news message.",
  137. IDC_DESC,21,1,275,16
  138. LTEXT "&E-mail address:",IDC_STATIC,21,27,67,10
  139. EDITTEXT IDC_ADDRESS,126,25,170,12,ES_AUTOHSCROLL
  140. LTEXT "For example: [email protected]",IDC_STATIC,126,41,
  141. 170,8
  142. END
  143. IDD_PAGE_LDAPINFO DIALOG DISCARDABLE 0, 0, 317, 143
  144. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  145. CAPTION "Internet Connection Wizard"
  146. FONT 8, "MS Shell Dlg"
  147. BEGIN
  148. LTEXT "Type the name of the Internet directory (LDAP) server your Internet service provider or system administrator has given you.",
  149. IDC_STATIC,21,1,275,16
  150. LTEXT "&Internet directory (LDAP) server:",IDC_STATIC,21,27,
  151. 103,8
  152. EDITTEXT IDC_INCOMINGSERVER,157,25,139,12,ES_AUTOHSCROLL
  153. LTEXT "If your Internet service provider or system administrator has informed you that they require you to log on to your LDAP server and has provided you with an LDAP account name and password, select the check box below.",
  154. IDC_STATIC,21,45,275,24
  155. CONTROL "My LDAP server requires me to &log on",IDC_LOGON,"Button",
  156. BS_AUTOCHECKBOX | WS_TABSTOP,21,76,198,12
  157. END
  158. IDD_PAGE_LDAPLOGON DIALOG DISCARDABLE 0, 0, 317, 143
  159. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  160. CAPTION "Internet Connection Wizard"
  161. FONT 8, "MS Shell Dlg"
  162. BEGIN
  163. LTEXT "",IDC_DESC,21,53,275,24
  164. LTEXT "&Account name:",IDC_LBLUSERNAME,21,23,71,8
  165. EDITTEXT IDC_USERNAME,113,21,183,12,ES_AUTOHSCROLL
  166. LTEXT "&Password:",IDC_LBLPASSWORD,21,39,71,8
  167. EDITTEXT IDC_PASSWORD,113,37,183,12,ES_PASSWORD | ES_AUTOHSCROLL
  168. CONTROL "Log on using &Secure Password Authentication (SPA)",
  169. IDC_LOGONSSPI,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,21,
  170. 81,275,10
  171. LTEXT "Type the LDAP account name and password your Internet service provider has given you.",
  172. IDC_STATIC,21,1,275,16
  173. END
  174. IDD_PAGE_LDAPRESOLVE DIALOG DISCARDABLE 0, 0, 317, 143
  175. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  176. CAPTION "Internet Connection Wizard"
  177. FONT 8, "MS Shell Dlg"
  178. BEGIN
  179. LTEXT "Your e-mail program checks the e-mail addresses of your message recipients using one or more directory service address lists.",
  180. IDC_STATIC,21,1,275,16
  181. LTEXT "Using a directory service to check the e-mail addresses of your message recipients may slow down the performance of your e-mail program.",
  182. IDC_STATIC,21,24,275,16
  183. LTEXT "Do you want to check addresses using this directory service?",
  184. IDC_STATIC,21,47,275,8
  185. CONTROL "&Yes",IDC_RESOLVE,"Button",BS_AUTORADIOBUTTON |
  186. WS_GROUP | WS_TABSTOP,21,62,44,10
  187. CONTROL "N&o",IDC_NORESOLVE,"Button",BS_AUTORADIOBUTTON,21,77,40,
  188. 10
  189. END
  190. IDD_PAGE_COMPLETE DIALOG DISCARDABLE 0, 0, 317, 143
  191. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  192. CAPTION "Internet Connection Wizard"
  193. FONT 8, "MS Shell Dlg"
  194. BEGIN
  195. LTEXT "",IDC_FINISH_TITLE,21,1,275,8
  196. LTEXT "",IDC_FINISH_MSG,21,16,275,52
  197. END
  198. IDD_PAGE_CONNECT DIALOG DISCARDABLE 0, 0, 317, 143
  199. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  200. CAPTION "Internet Connection Wizard"
  201. FONT 8, "MS Shell Dlg"
  202. BEGIN
  203. LTEXT "Please specify the type of connection you will use for this account.",
  204. IDC_STATIC,21,1,275,8
  205. CONTROL "Connect using my &local area network (LAN)",idcLan,
  206. "Button",BS_AUTORADIOBUTTON,21,16,181,10
  207. CONTROL "Connect using &my phone line",idcRas,"Button",
  208. BS_AUTORADIOBUTTON,21,31,181,10
  209. CONTROL "&Connect using Internet Explorer's or a 3rd party dialer",
  210. idcManual,"Button",BS_AUTORADIOBUTTON,21,46,181,10
  211. LTEXT "&Use the following Dial-Up Networking connection:",
  212. idcRasDesc,33,61,242,8
  213. COMBOBOX idcRasConnection,33,71,168,90,CBS_DROPDOWNLIST |
  214. CBS_SORT | WS_VSCROLL | WS_TABSTOP
  215. PUSHBUTTON "&Properties...",idcRasProp,33,90,50,14
  216. PUSHBUTTON "A&dd...",idcRasAdd,90,90,50,14
  217. CONTROL "",IDC_STATIC,"NativeFontCtl",NFS_LISTCOMBO | NFS_EDIT | NFS_USEFONTASSOC,0,0,0,0
  218. END
  219. IDD_PAGE_MIGRATE DIALOG DISCARDABLE 0, 0, 317, 143
  220. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  221. CAPTION "Internet Connection Wizard"
  222. FONT 8, "MS Shell Dlg"
  223. BEGIN
  224. LTEXT "The Internet Connection Wizard has detected previously installed e-mail software. You can have your Internet mail account settings imported, so you can continue to use them with your new mail program.",
  225. IDC_STATIC,21,1,275,24
  226. CONTROL "&Create a new Internet mail account",IDC_NEWACCT,"Button",
  227. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,21,32,275,10
  228. CONTROL "&Use an existing Internet mail account",
  229. IDC_EXISTINGACCT,"Button",BS_AUTORADIOBUTTON |
  230. WS_TABSTOP,21,47,275,10
  231. LISTBOX IDC_ACCTLIST,33,61,190,58,LBS_SORT | WS_VSCROLL |
  232. WS_TABSTOP
  233. CONTROL "",IDC_STATIC,"NativeFontCtl",NFS_LISTCOMBO | NFS_EDIT | NFS_USEFONTASSOC,0,0,0,0
  234. END
  235. IDD_PAGE_MAILACCTIMPORT DIALOG DISCARDABLE 0, 0, 317, 143
  236. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  237. CAPTION "Internet Connection Wizard"
  238. FONT 8, "MS Shell Dlg"
  239. BEGIN
  240. LTEXT "The Internet Connection Wizard has detected the following installed e-mail software. You can have your Internet Mail account settings imported, so you can continue to use them with your new mail program.",
  241. IDC_STATIC,21,1,275,24
  242. LTEXT "&Select the e-mail client to import:",IDC_STATIC,21,32,
  243. 187,8
  244. LISTBOX IDC_ACCTLIST,21,42,190,58,LBS_SORT | WS_VSCROLL |
  245. WS_TABSTOP
  246. END
  247. IDD_PAGE_MIGRATESELECT DIALOG DISCARDABLE 0, 0, 317, 143
  248. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  249. CAPTION "Internet Connection Wizard"
  250. FONT 8, "MS Shell Dlg"
  251. BEGIN
  252. LTEXT "You have selected an Internet Mail program for which you have more than one account. Select the account that you want to import from the list below.",
  253. IDC_STATIC,21,1,275,16
  254. LTEXT "Import this &account:",IDC_STATIC,21,24,188,8
  255. LISTBOX IDC_ACCTLIST,21,34,190,58,LBS_SORT | WS_VSCROLL |
  256. WS_TABSTOP
  257. CONTROL "",IDC_STATIC,"NativeFontCtl",NFS_LISTCOMBO,0,0,0,0
  258. END
  259. IDD_PAGE_MAILCONFIRM DIALOG DISCARDABLE 0, 0, 317, 143
  260. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  261. CAPTION "Internet Connection Wizard"
  262. FONT 8, "MS Shell Dlg"
  263. BEGIN
  264. LTEXT "The Internet Connection Wizard detected the following settings:",
  265. IDC_STATIC,21,1,275,8
  266. LTEXT "Your name:",IDC_STATIC,21,18,73,8
  267. EDITTEXT IDC_NAME_STATIC,133,16,163,12,ES_AUTOHSCROLL |
  268. ES_READONLY | NOT WS_BORDER
  269. LTEXT "E-mail address:",IDC_STATIC,21,31,73,8
  270. EDITTEXT IDC_ADDRESS_STATIC,133,29,163,12,ES_AUTOHSCROLL |
  271. ES_READONLY | NOT WS_BORDER
  272. LTEXT "Outgoing mail server:",IDC_STATIC,21,44,73,8
  273. EDITTEXT IDC_SMTP_STATIC,133,42,163,12,ES_AUTOHSCROLL |
  274. ES_READONLY | NOT WS_BORDER
  275. LTEXT "Incoming mail server:",IDC_STATIC,21,57,73,8
  276. EDITTEXT IDC_SVR_STATIC,133,55,163,12,ES_AUTOHSCROLL |
  277. ES_READONLY | NOT WS_BORDER
  278. LTEXT "Account name:",IDC_STATIC,21,70,73,8
  279. EDITTEXT IDC_USERNAME_STATIC,133,68,163,12,ES_AUTOHSCROLL |
  280. ES_READONLY | NOT WS_BORDER
  281. LTEXT "Connection:",IDC_STATIC,21,83,73,8
  282. EDITTEXT IDC_CONNECTION_STATIC,133,81,163,12,ES_AUTOHSCROLL |
  283. ES_READONLY | NOT WS_BORDER
  284. LTEXT "Do you wish to change these settings?",IDC_STATIC,21,
  285. 100,275,8
  286. CONTROL "&Change settings",IDC_MODIFYACCT,"Button",
  287. BS_AUTORADIOBUTTON,21,115,100,10
  288. CONTROL "&Accept settings",IDC_NOMODIFYACCT,"Button",
  289. BS_AUTORADIOBUTTON,21,130,100,10
  290. CONTROL "",IDC_STATIC,"NativeFontCtl",NFS_ALL,0,0,0,0
  291. END
  292. IDD_PAGE_PASSIFIER DIALOG DISCARDABLE 0, 0, 317, 143
  293. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  294. CAPTION "Internet Connection Wizard"
  295. FONT 8, "MS Shell Dlg"
  296. BEGIN
  297. LTEXT "Click Next to download the settings need to configure your e-mail client.", IDC_STATIC,26,8,275,16
  298. LTEXT "The settings will be downloaded from the following servers:", IDC_STATIC,26,35,267,10
  299. LTEXT "", IDC_PASSIFIER_PRIVACYWARNING,26,90,267,32
  300. LTEXT "Primary Servers:",IDC_STATIC,26,49,130,8
  301. LTEXT "Secondary Servers:",IDC_STATIC,171,49,130,8
  302. LTEXT "",IDC_PASSIFIER_PRIMARYLIST+0,26,57,130,8
  303. LTEXT "",IDC_PASSIFIER_PRIMARYLIST+1,26,65,130,8
  304. LTEXT "",IDC_PASSIFIER_PRIMARYLIST+2,26,73,130,8
  305. LTEXT "",IDC_PASSIFIER_SECONDARYLIST+0,171,57,130,8
  306. LTEXT "",IDC_PASSIFIER_SECONDARYLIST+1,171,65,130,8
  307. LTEXT "",IDC_PASSIFIER_SECONDARYLIST+2,171,73,130,8
  308. CONTROL "Skip downloading the settings and configure manually.", IDC_PASSIFIER_SKIPCHECKBOX,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,26,129,275,10
  309. END
  310. IDD_PAGE_AUTODISCOVERY DIALOG DISCARDABLE 0, 0, 317, 143
  311. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  312. CAPTION "Internet Connection Wizard"
  313. FONT 8, "MS Shell Dlg"
  314. BEGIN
  315. CONTROL "",IDC_AUTODISCOVERY_ANIMATION,ANIMATE_CLASS,ACS_TRANSPARENT|ACS_AUTOPLAY|ACS_TIMER|ACS_CENTER,25,7,267,25
  316. LTEXT "Please wait while we download the settings needed to send and receive e-mail.",IDC_STATIC,25,40,267,16
  317. LTEXT "Contacting e-mail provider...",IDC_AUTODISCOVERY_STATUS,40,56,252,16
  318. LTEXT "The e-mail server may be able to provide the settings needed in order to send and receive e-mail. If these settings are found, we will automatically configure the server settings. Press the Skip button if you would like to skip this step.",IDC_AUTODISCOVERY_DESC,25,100,267,32
  319. END
  320. IDD_PAGE_USEWEBMAIL DIALOG DISCARDABLE 0, 0, 317, 143
  321. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  322. CAPTION "Internet Connection Wizard"
  323. FONT 8, "MS Shell Dlg"
  324. BEGIN
  325. LTEXT "The settings downloaded from the server indicate that Outlook Express does not work with %hs. However, %hs does support sending and receiving e-mail at the following web site:",IDC_USEWEB_LINE1,25,24,267,32
  326. LTEXT "%ls",IDC_USEWEB_LINE2,40,56,252,16
  327. LTEXT "Click Next if you want to configure the setting manually.",IDC_USEWEB_LINE3,24,100,267,32
  328. END
  329. IDD_PAGE_GOTOSERVERINFO DIALOG DISCARDABLE 0, 0, 317, 143
  330. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  331. CAPTION "Internet Connection Wizard"
  332. FONT 8, "MS Shell Dlg"
  333. BEGIN
  334. LTEXT "The settings downloaded from the server indicate that Outlook Express does not work with %hs. However, you can find more information about accessing %hs e-mail at the following web site:",IDC_GETINFO_LINE1,25,24,267,32
  335. LTEXT "%ls",IDC_GETINFO_LINE2,40,56,252,16
  336. LTEXT "Click Next if you want to configure the setting manually.",IDC_GETINFO_LINE3,24,100,267,32
  337. END
  338. IDD_PAGE_NEWSCONFIRM DIALOG DISCARDABLE 0, 0, 317, 143
  339. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  340. CAPTION "Internet Connection Wizard"
  341. FONT 8, "MS Shell Dlg"
  342. BEGIN
  343. LTEXT "The Internet Connection Wizard detected the following settings:",
  344. IDC_STATIC,21,2,275,8
  345. LTEXT "Your name:",IDC_STATIC,21,18,73,8
  346. EDITTEXT IDC_NAME_STATIC,133,16,163,12,ES_AUTOHSCROLL |
  347. ES_READONLY | NOT WS_BORDER
  348. LTEXT "E-mail address:",IDC_STATIC,21,31,73,8
  349. EDITTEXT IDC_ADDRESS_STATIC,133,29,163,12,ES_AUTOHSCROLL |
  350. ES_READONLY | NOT WS_BORDER
  351. LTEXT "News server:",IDC_STATIC,21,44,73,8
  352. EDITTEXT IDC_SVR_STATIC,133,42,163,12,ES_AUTOHSCROLL |
  353. ES_READONLY | NOT WS_BORDER
  354. LTEXT "Account name:",IDC_STATIC,21,57,73,8
  355. EDITTEXT IDC_USERNAME_STATIC,133,55,163,12,ES_AUTOHSCROLL |
  356. ES_READONLY | NOT WS_BORDER
  357. LTEXT "Connection:",IDC_STATIC,21,70,73,8
  358. EDITTEXT IDC_CONNECTION_STATIC,133,68,163,12,ES_AUTOHSCROLL |
  359. ES_READONLY | NOT WS_BORDER
  360. LTEXT "Do you wish to change these settings?",IDC_STATIC,21,87,
  361. 195,8
  362. CONTROL "&Change settings",IDC_MODIFYACCT,"Button",
  363. BS_AUTORADIOBUTTON,21,102,100,10
  364. CONTROL "&Accept settings",IDC_NOMODIFYACCT,"Button",
  365. BS_AUTORADIOBUTTON,21,117,100,10
  366. CONTROL "",IDC_STATIC,"NativeFontCtl",NFS_ALL,0,0,0,0
  367. END
  368. IDD_PAGE_NEWSMIGRATE DIALOG DISCARDABLE 0, 0, 317, 143
  369. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  370. CAPTION "Internet Connection Wizard"
  371. FONT 8, "MS Shell Dlg"
  372. BEGIN
  373. LTEXT "The Internet Connection Wizard has detected previously installed news software. You can have your Internet news account settings imported, so you can continue to use them with your new news program.",
  374. IDC_STATIC,21,1,275,24
  375. CONTROL "&Create a new Internet news account",IDC_NEWACCT,"Button",
  376. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,21,32,275,10
  377. CONTROL "&Use an existing Internet news account",
  378. IDC_EXISTINGACCT,"Button",BS_AUTORADIOBUTTON |
  379. WS_TABSTOP,21,47,275,10
  380. LISTBOX IDC_ACCTLIST,33,61,190,58,LBS_SORT | WS_VSCROLL |
  381. WS_TABSTOP
  382. CONTROL "",IDC_STATIC,"NativeFontCtl",NFS_LISTCOMBO | NFS_EDIT | NFS_USEFONTASSOC,0,0,0,0
  383. END
  384. IDD_PAGE_NEWSACCTIMPORT DIALOG DISCARDABLE 0, 0, 317, 143
  385. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  386. CAPTION "Internet Connection Wizard"
  387. FONT 8, "MS Shell Dlg"
  388. BEGIN
  389. LTEXT "The Internet Connection Wizard has detected the following installed Newsgroup software. You can have your Internet News account settings imported, so you can continue to use them with your new News program.",
  390. IDC_STATIC,21,1,275,24
  391. LTEXT "&Select the news client to import:",IDC_STATIC,21,32,
  392. 187,8
  393. LISTBOX IDC_ACCTLIST,21,42,190,58,LBS_SORT | WS_VSCROLL |
  394. WS_TABSTOP
  395. END
  396. IDD_PAGE_NEWSACCTSELECT DIALOG DISCARDABLE 0, 0, 317, 143
  397. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  398. CAPTION "Internet Connection Wizard"
  399. FONT 8, "MS Shell Dlg"
  400. BEGIN
  401. LTEXT "You have selected an Internet News program for which you have more than one account. Select the account that you want to import from the list below.",
  402. IDC_STATIC,21,1,275,16
  403. LTEXT "Import this &account:",IDC_STATIC,21,24,188,8
  404. LISTBOX IDC_ACCTLIST,21,34,190,58,LBS_SORT | WS_VSCROLL |
  405. WS_TABSTOP
  406. CONTROL "",IDC_STATIC,"NativeFontCtl",NFS_LISTCOMBO | NFS_EDIT | NFS_USEFONTASSOC,0,0,0,0
  407. END
  408. IDD_PAGE_NEWSSERVERSELECT DIALOG DISCARDABLE 0, 0, 240, 127
  409. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  410. CAPTION "Internet Connection Wizard"
  411. FONT 8, "MS Shell Dlg"
  412. BEGIN
  413. LTEXT "This newsgroup software had been configured to access more than one news server. You can import one of these accounts at a time. Select the server whose configuration you want to import.",
  414. IDC_STATIC,7,7,226,28
  415. LTEXT "&Select server account:",IDC_STATIC,7,38,72,8
  416. LISTBOX IDC_ACCTLIST,7,52,226,45,LBS_NOINTEGRALHEIGHT |
  417. WS_VSCROLL | WS_TABSTOP
  418. DEFPUSHBUTTON "OK",IDOK,62,106,50,14
  419. PUSHBUTTON "Cancel",IDCANCEL,128,106,50,14
  420. END
  421. iddHotWizDlg DIALOG DISCARDABLE 0, 0, 500, 360
  422. STYLE DS_MODALFRAME | DS_3DLOOK | WS_VISIBLE | WS_POPUP | WS_SYSMENU
  423. CAPTION "Setup Account"
  424. FONT 8, "MS Shell Dlg"
  425. BEGIN
  426. END