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.

96 lines
5.5 KiB

  1. iddMailWizStart DIALOG DISCARDABLE 0, 0, 276, 140
  2. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  3. CAPTION "Outlook Express Mail Configuration"
  4. FONT 8, DLG_UI_FONT
  5. BEGIN
  6. CONTROL idbMailWiz,IDC_WIZ_BMP,"Static",SS_BITMAP | SS_SUNKEN,0,0,80,140
  7. LTEXT "Outlook Express Mail needs to gather some information before it can send and receive your e-mail.",
  8. IDC_STATIC,92,0,184,36
  9. LTEXT "All the information needed to complete this wizard will have been given to you by your Internet Service Provider. If you do not know the information to be entered, contact your Internet Service Provider.",
  10. IDC_STATIC,92,56,184,40
  11. END
  12. iddMailWizServer DIALOG DISCARDABLE 0, 0, 276, 140
  13. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  14. CAPTION "Outlook Express Mail Configuration"
  15. FONT 8, DLG_UI_FONT
  16. BEGIN
  17. CONTROL idbMailWiz,IDC_WIZ_BMP,"Static",SS_BITMAP | SS_SUNKEN,0,0,80,140
  18. LTEXT "A POP3 server is the server that is used for your incoming mail. Enter the name of your POP3 server.",
  19. IDC_STATIC,92,0,183,25
  20. LTEXT "&Incoming Mail (POP3) Server:",IDC_STATIC,111,27,163,10
  21. EDITTEXT IDC_POP3_EDIT,111,41,163,14,ES_AUTOHSCROLL
  22. LTEXT "An SMTP server is the server that is used for your outgoing mail. Your SMTP server may have the same name as your POP3 server. Enter the name of your SMTP server.",
  23. IDC_STATIC,92,65,183,34
  24. LTEXT "&Outgoing Mail (SMTP) Server:",IDC_STATIC,111,104,163,
  25. 10
  26. EDITTEXT IDC_SMTP_EDIT,111,118,163,14,ES_AUTOHSCROLL
  27. END
  28. iddMailWizAccount DIALOG DISCARDABLE 0, 0, 276, 140
  29. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  30. CAPTION "Outlook Express Mail Configuration"
  31. FONT 8, DLG_UI_FONT
  32. BEGIN
  33. CONTROL idbMailWiz,IDC_WIZ_BMP,"Static",SS_BITMAP | SS_SUNKEN,0,0,80,140
  34. LTEXT "Your e-mail account is the account that you logon to on your POP3 server. This is the account that your incoming messages are sent to so that you can receive them. Enter your e-mail account (e.g. j-smith).",
  35. IDC_STATIC,92,0,183,39
  36. LTEXT "&E-mail Account:",IDC_STATIC,92,46,59,8
  37. EDITTEXT IDC_ACCOUNT_EDIT,157,43,118,14,ES_AUTOHSCROLL
  38. LTEXT "When you log on to your POP3 server, you must provide a password. If you do not enter your password below, Outlook Express Mail will prompt you for your password each time you check the server for mail.",
  39. IDC_STATIC,92,77,183,33
  40. LTEXT "&Password:",IDC_STATIC,93,120,59,8
  41. EDITTEXT IDC_PASSWORD_EDIT,158,117,118,14,ES_PASSWORD |
  42. ES_AUTOHSCROLL
  43. END
  44. iddMailWizAddress DIALOG DISCARDABLE 0, 0, 276, 140
  45. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  46. CAPTION "Outlook Express Mail Configuration"
  47. FONT 8, DLG_UI_FONT
  48. BEGIN
  49. CONTROL idbMailWiz,IDC_WIZ_BMP,"Static",SS_BITMAP | SS_SUNKEN,0,0,80,140
  50. LTEXT "When you send e-mail, your name will appear in the From field of the outgoing message. Enter your name as you would like it to appear (e.g. John Smith).",
  51. IDC_STATIC,92,0,184,32
  52. LTEXT "Na&me:",IDC_STATIC,92,39,51,8
  53. EDITTEXT IDC_NAME_EDIT,146,36,130,14,ES_AUTOHSCROLL
  54. LTEXT "Your e-mail address is the address other people use to send you e-mail messages. It may consist of your POP3 account name, an ""@"" sign, and the domain name of your server. Enter your e-mail address (e.g. [email protected]).",
  55. IDC_STATIC,92,78,184,41
  56. LTEXT "&E-mail Address:",IDC_STATIC,92,128,51,8
  57. EDITTEXT IDC_ADDRESS_EDIT,146,125,130,14,ES_AUTOHSCROLL
  58. END
  59. iddMailWizFinish DIALOG DISCARDABLE 0, 0, 276, 140
  60. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  61. CAPTION "Outlook Express Mail Configuration"
  62. FONT 8, DLG_UI_FONT
  63. BEGIN
  64. CONTROL idbMailWiz,IDC_WIZ_BMP,"Static",SS_BITMAP | SS_SUNKEN,0,0,80,140
  65. LTEXT "Congratulations, you are now ready to start sending and receiving e-mail on the Internet.",
  66. IDC_STATIC,92,0,183,25
  67. LTEXT "To modify any of this information later, in Outlook Express Mail go to the Mail menu and then click Options and select the server tab.",
  68. IDC_STATIC,92,56,183,41
  69. END
  70. iddMailWizConnect DIALOG DISCARDABLE 0, 0, 276, 140
  71. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  72. CAPTION "Outlook Express Mail Configuration"
  73. FONT 8, DLG_UI_FONT
  74. BEGIN
  75. CONTROL idbMailWiz,IDC_WIZ_BMP,"Static",SS_BITMAP | SS_SUNKEN,0,0,80,140
  76. LTEXT "When connecting to your POP3 and SMTP servers, you can connect in several different ways. Please specify the type of connection that you will use.",
  77. IDC_STATIC,92,0,183,30
  78. CONTROL "I use a &LAN connection",idcLan,"Button",
  79. BS_AUTORADIOBUTTON,92,38,183,10
  80. CONTROL "I connect man&ually",idcManual,"Button",
  81. BS_AUTORADIOBUTTON,92,52,183,10
  82. CONTROL "I use a &modem to access my e-mail",idcRas,
  83. "Button",BS_AUTORADIOBUTTON,92,66,183,10
  84. LTEXT "Use the following Dial-Up Networking &connection:",
  85. idcRasDesc,92,83,183,8
  86. COMBOBOX idcRasConnection,92,99,166,70,CBS_DROPDOWNLIST |
  87. CBS_SORT | WS_VSCROLL | WS_TABSTOP
  88. PUSHBUTTON "&Properties",idcRasProp,92,119,50,14
  89. PUSHBUTTON "A&dd...",idcRasAdd,149,119,50,14
  90. END