home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / software / poco / setup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMSETUPWIZARD / TFRMSETUPWIZARD.txt
Encoding:
Text File  |  2004-05-18  |  17.8 KB  |  655 lines

  1. object FrmSetupWizard: TFrmSetupWizard
  2.   Left = 342
  3.   Top = 158
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 410
  7.   ClientWidth = 525
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnHide = FormHide
  20.   OnShow = FormShow
  21.   PixelsPerInch = 120
  22.   TextHeight = 16
  23.   object Image: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 107
  27.     Height = 410
  28.     AutoSize = True
  29.   end
  30.   object BtnFinish: TButton
  31.     Left = 405
  32.     Top = 368
  33.     Width = 109
  34.     Height = 35
  35.     Cancel = True
  36.     Caption = '&Finish'
  37.     TabOrder = 2
  38.     OnClick = BtnFinishClick
  39.   end
  40.   object BtnNext: TButton
  41.     Left = 281
  42.     Top = 368
  43.     Width = 109
  44.     Height = 35
  45.     Caption = '&Next >'
  46.     Default = True
  47.     TabOrder = 0
  48.     OnClick = BtnNextClick
  49.   end
  50.   object pc: TElPageControl
  51.     Left = 113
  52.     Top = 6
  53.     Width = 405
  54.     Height = 353
  55.     BorderWidth = 0
  56.     DrawFocus = False
  57.     Flat = False
  58.     Multiline = False
  59.     RaggedRight = False
  60.     ScrollOpposite = False
  61.     ShowBorder = False
  62.     ShowTabs = False
  63.     Style = etsTabs
  64.     TabIndex = 0
  65.     TabPosition = etpTop
  66.     HotTrackFont.Charset = DEFAULT_CHARSET
  67.     HotTrackFont.Color = clBlue
  68.     HotTrackFont.Height = -13
  69.     HotTrackFont.Name = 'MS Sans Serif'
  70.     HotTrackFont.Style = []
  71.     TabBkColor = clWhite
  72.     ActivePage = Tab1
  73.     ActiveTabFont.Charset = DEFAULT_CHARSET
  74.     ActiveTabFont.Color = clWindowText
  75.     ActiveTabFont.Height = -13
  76.     ActiveTabFont.Name = 'MS Sans Serif'
  77.     ActiveTabFont.Style = []
  78.     Font.Charset = DEFAULT_CHARSET
  79.     Font.Color = clWindowText
  80.     Font.Height = -13
  81.     Font.Name = 'Arial'
  82.     Font.Style = []
  83.     ParentColor = False
  84.     ParentFont = False
  85.     TabOrder = 1
  86.     DockOrientation = doNoOrient
  87.     object Tab1: TElTabSheet
  88.       PageControl = pc
  89.       UseTabColor = True
  90.       Color = clWhite
  91.       object Label8: TLabel
  92.         Left = 16
  93.         Top = 324
  94.         Width = 336
  95.         Height = 16
  96.         Caption = 'Proceed to Step 2, or press Finish to start the application.'
  97.         Transparent = True
  98.       end
  99.       object LblThankYou: TLabel
  100.         Left = 12
  101.         Top = 2
  102.         Width = 5
  103.         Height = 19
  104.         Font.Charset = DEFAULT_CHARSET
  105.         Font.Color = clWindowText
  106.         Font.Height = -17
  107.         Font.Name = 'Arial'
  108.         Font.Style = []
  109.         ParentFont = False
  110.         Transparent = True
  111.       end
  112.       object LabelUpgrade: TElHTMLLabel
  113.         Left = 12
  114.         Top = 100
  115.         Width = 252
  116.         Height = 32
  117.         Cursor = crDefault
  118.         IsHTML = True
  119.         WordWrap = False
  120.         Caption = 
  121.           'If you are upgrading from another version of <br>'#13#10'PocoMail or B' +
  122.           'arca please <a href="upgrade">proceed here</a>.'
  123.         LinkStyle = [fsUnderline]
  124.         OnLinkClick = LabelUpgradeLinkClick
  125.         Alignment = taCenter
  126.       end
  127.       object Label16: TLabel
  128.         Left = 12
  129.         Top = 34
  130.         Width = 338
  131.         Height = 32
  132.         Caption = 
  133.           'Please fill in your basic personal information to setup your '#13#10'e' +
  134.           'mail account.'
  135.       end
  136.       object gb1: TElGroupBox
  137.         Left = 12
  138.         Top = 151
  139.         Width = 380
  140.         Height = 102
  141.         AutoDisableChildren = False
  142.         BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  143.         Caption = ' Personal Information '
  144.         Flat = False
  145.         FlatAlways = False
  146.         ParentColor = True
  147.         ShowFocus = False
  148.         TabOrder = 0
  149.         object Label2: TLabel
  150.           Left = 20
  151.           Top = 30
  152.           Width = 73
  153.           Height = 16
  154.           Caption = '&Your name:'
  155.           FocusControl = EditFullName
  156.           Font.Charset = DEFAULT_CHARSET
  157.           Font.Color = clWindowText
  158.           Font.Height = -13
  159.           Font.Name = 'Arial'
  160.           Font.Style = [fsBold]
  161.           ParentFont = False
  162.           Transparent = True
  163.         end
  164.         object Label1: TLabel
  165.           Left = 20
  166.           Top = 64
  167.           Width = 130
  168.           Height = 16
  169.           Caption = 'Your &e-mail address:'
  170.           FocusControl = EditEmail
  171.           Font.Charset = DEFAULT_CHARSET
  172.           Font.Color = clWindowText
  173.           Font.Height = -13
  174.           Font.Name = 'Arial'
  175.           Font.Style = [fsBold]
  176.           ParentFont = False
  177.           Transparent = True
  178.         end
  179.         object EditEmail: TElAdvancedEdit
  180.           Left = 191
  181.           Top = 60
  182.           Width = 170
  183.           Height = 24
  184.           ActiveBorderType = fbtColorLineBorder
  185.           Flat = True
  186.           InactiveBorderType = fbtColorLineBorder
  187.           LineBorderActiveColor = clSilver
  188.           LineBorderInactiveColor = clSilver
  189.           TabOrder = 1
  190.           OnChange = EditEmailChange
  191.         end
  192.         object EditFullName: TElAdvancedEdit
  193.           Left = 191
  194.           Top = 26
  195.           Width = 170
  196.           Height = 24
  197.           ActiveBorderType = fbtColorLineBorder
  198.           Flat = True
  199.           InactiveBorderType = fbtColorLineBorder
  200.           LineBorderActiveColor = clSilver
  201.           LineBorderInactiveColor = clSilver
  202.           TabOrder = 0
  203.         end
  204.       end
  205.     end
  206.     object Tab1a: TElTabSheet
  207.       TabColor = clWindow
  208.       PageControl = pc
  209.       Color = clWhite
  210.       Visible = False
  211.       object Label9: TLabel
  212.         Left = 16
  213.         Top = 324
  214.         Width = 336
  215.         Height = 16
  216.         Caption = 'Proceed to Step 3, or press Finish to start the application.'
  217.         Transparent = True
  218.       end
  219.       object gb2: TElGroupBox
  220.         Left = 12
  221.         Top = 119
  222.         Width = 380
  223.         Height = 200
  224.         AutoDisableChildren = False
  225.         BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  226.         Caption = ' Email Account Information '
  227.         Flat = False
  228.         FlatAlways = False
  229.         ParentColor = True
  230.         ShowFocus = False
  231.         TabOrder = 0
  232.         object Label5: TLabel
  233.           Left = 20
  234.           Top = 104
  235.           Width = 157
  236.           Height = 16
  237.           Caption = 'Incoming Server &Password:'
  238.           FocusControl = EditPOPPass
  239.           Transparent = True
  240.         end
  241.         object Label7: TLabel
  242.           Left = 20
  243.           Top = 22
  244.           Width = 279
  245.           Height = 16
  246.           Caption = 'Some of the fields are guessed, correct if wrong:'
  247.           Transparent = True
  248.         end
  249.         object Label4: TLabel
  250.           Left = 20
  251.           Top = 78
  252.           Width = 159
  253.           Height = 16
  254.           Caption = 'Incoming Server &Username:'
  255.           FocusControl = EditPOPAccount
  256.           Transparent = True
  257.         end
  258.         object Label3: TLabel
  259.           Left = 20
  260.           Top = 52
  261.           Width = 96
  262.           Height = 16
  263.           Caption = '&Incoming Server:'
  264.           FocusControl = EditPOPServer
  265.           Transparent = True
  266.         end
  267.         object Label6: TLabel
  268.           Left = 20
  269.           Top = 164
  270.           Width = 141
  271.           Height = 16
  272.           Caption = '&SMTP (outgoing) Server:'
  273.           FocusControl = EditSMTP
  274.           Transparent = True
  275.         end
  276.         object Label15: TLabel
  277.           Left = 20
  278.           Top = 130
  279.           Width = 110
  280.           Height = 16
  281.           Caption = 'Incoming Server Is:'
  282.           Transparent = True
  283.         end
  284.         object EditPOPPass: TElEdit
  285.           Left = 199
  286.           Top = 100
  287.           Width = 170
  288.           Height = 24
  289.           Cursor = crIBeam
  290.           UseCustomScrollBars = True
  291.           NotifyUserChangeOnly = True
  292.           BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  293.           PasswordChar = #8226
  294.           RightMargin = 5
  295.           TopMargin = 2
  296.           BorderStyle = bsSingle
  297.           ActiveBorderType = fbtColorLineBorder
  298.           Flat = True
  299.           InactiveBorderType = fbtColorLineBorder
  300.           LineBorderActiveColor = clSilver
  301.           LineBorderInactiveColor = clSilver
  302.           MaxUndoLevel = 0
  303.           Ctl3D = True
  304.           ParentColor = False
  305.           ParentCtl3D = False
  306.           TabOrder = 2
  307.         end
  308.         object EditPOPAccount: TElAdvancedEdit
  309.           Left = 199
  310.           Top = 74
  311.           Width = 170
  312.           Height = 24
  313.           ActiveBorderType = fbtColorLineBorder
  314.           Flat = True
  315.           InactiveBorderType = fbtColorLineBorder
  316.           LineBorderActiveColor = clSilver
  317.           LineBorderInactiveColor = clSilver
  318.           TabOrder = 1
  319.         end
  320.         object EditPOPServer: TElAdvancedEdit
  321.           Left = 199
  322.           Top = 48
  323.           Width = 170
  324.           Height = 24
  325.           ActiveBorderType = fbtColorLineBorder
  326.           Flat = True
  327.           InactiveBorderType = fbtColorLineBorder
  328.           LineBorderActiveColor = clSilver
  329.           LineBorderInactiveColor = clSilver
  330.           TabOrder = 0
  331.         end
  332.         object EditSMTP: TElAdvancedEdit
  333.           Left = 199
  334.           Top = 160
  335.           Width = 170
  336.           Height = 24
  337.           ActiveBorderType = fbtColorLineBorder
  338.           Flat = True
  339.           InactiveBorderType = fbtColorLineBorder
  340.           LineBorderActiveColor = clSilver
  341.           LineBorderInactiveColor = clSilver
  342.           TabOrder = 5
  343.         end
  344.         object cbPOP: TElRadioButton
  345.           Left = 198
  346.           Top = 128
  347.           Width = 53
  348.           Height = 20
  349.           Cursor = crDefault
  350.           Checked = True
  351.           Caption = 'POP'
  352.           TabOrder = 3
  353.           DoubleBuffered = False
  354.         end
  355.         object cbIMAP: TElRadioButton
  356.           Left = 290
  357.           Top = 128
  358.           Width = 57
  359.           Height = 20
  360.           Cursor = crDefault
  361.           Caption = 'IMAP'
  362.           TabOrder = 4
  363.           DoubleBuffered = False
  364.         end
  365.       end
  366.       object Memo2: TMemo
  367.         Left = 8
  368.         Top = 10
  369.         Width = 393
  370.         Height = 105
  371.         TabStop = False
  372.         BorderStyle = bsNone
  373.         Lines.Strings = (
  374.           'Please fill in the basic email account settings from your '
  375.           'email provider to setup your first email account.'
  376.           'Feel free to override any automatically filled up fields.'
  377.           ''
  378.           'If you are upgrading from another version just press Next.')
  379.         ParentColor = True
  380.         ReadOnly = True
  381.         TabOrder = 1
  382.       end
  383.     end
  384.     object Tab2: TElTabSheet
  385.       PageControl = pc
  386.       Color = clWhite
  387.       Visible = False
  388.       object Label12: TLabel
  389.         Left = 172
  390.         Top = 316
  391.         Width = 210
  392.         Height = 16
  393.         Alignment = taRightJustify
  394.         Caption = 'Press Finish to start the application.'
  395.         Transparent = True
  396.       end
  397.       object cbJunk: TElCheckBox
  398.         Left = 25
  399.         Top = 216
  400.         Width = 169
  401.         Height = 20
  402.         Cursor = crDefault
  403.         MoneyFlat = True
  404.         MoneyFlatActiveColor = clBlack
  405.         MoneyFlatInactiveColor = clBlack
  406.         MoneyFlatDownColor = clBlack
  407.         Caption = 'Enable Junk Mail filtering'
  408.         TabOrder = 2
  409.         Color = clWhite
  410.         ParentColor = False
  411.         DoubleBuffered = False
  412.       end
  413.       object cbLMOS: TElCheckBox
  414.         Left = 25
  415.         Top = 188
  416.         Width = 264
  417.         Height = 20
  418.         Cursor = crDefault
  419.         MoneyFlat = True
  420.         MoneyFlatActiveColor = clBlack
  421.         MoneyFlatInactiveColor = clBlack
  422.         MoneyFlatDownColor = clBlack
  423.         Caption = 'When checking mail, leave mail on server'
  424.         TabOrder = 1
  425.         Color = clWhite
  426.         ParentColor = False
  427.         DoubleBuffered = False
  428.       end
  429.       object gb3: TElGroupBox
  430.         Left = 12
  431.         Top = 9
  432.         Width = 380
  433.         Height = 162
  434.         AutoDisableChildren = False
  435.         BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  436.         Caption = ' Import Data '
  437.         Flat = False
  438.         FlatAlways = False
  439.         ParentColor = True
  440.         ShowFocus = False
  441.         TabOrder = 0
  442.         object Label14: TLabel
  443.           Left = 50
  444.           Top = 98
  445.           Width = 212
  446.           Height = 16
  447.           Caption = 'address books from another program'
  448.           Transparent = True
  449.         end
  450.         object Label13: TLabel
  451.           Left = 50
  452.           Top = 52
  453.           Width = 162
  454.           Height = 16
  455.           Caption = 'from another e-mail program'
  456.           Transparent = True
  457.         end
  458.         object cbPWizard: TElCheckBox
  459.           Left = 25
  460.           Top = 124
  461.           Width = 232
  462.           Height = 20
  463.           Cursor = crDefault
  464.           MoneyFlat = True
  465.           MoneyFlatActiveColor = clBlack
  466.           MoneyFlatInactiveColor = clBlack
  467.           MoneyFlatDownColor = clBlack
  468.           Caption = 'Import data from another installation'
  469.           TabOrder = 2
  470.           Color = clWhite
  471.           ParentColor = False
  472.           OnClick = cbPWizardClick
  473.           DoubleBuffered = False
  474.         end
  475.         object cbAWizard: TElCheckBox
  476.           Left = 25
  477.           Top = 78
  478.           Width = 274
  479.           Height = 20
  480.           Cursor = crDefault
  481.           MoneyFlat = True
  482.           MoneyFlatActiveColor = clBlack
  483.           MoneyFlatInactiveColor = clBlack
  484.           MoneyFlatDownColor = clBlack
  485.           Caption = 'Run Address Book Import Wizard to import'
  486.           TabOrder = 1
  487.           Color = clWhite
  488.           ParentColor = False
  489.           OnClick = cbMWizardClick
  490.           DoubleBuffered = False
  491.         end
  492.         object cbMWizard: TElCheckBox
  493.           Left = 25
  494.           Top = 32
  495.           Width = 309
  496.           Height = 20
  497.           Cursor = crDefault
  498.           MoneyFlat = True
  499.           MoneyFlatActiveColor = clBlack
  500.           MoneyFlatInactiveColor = clBlack
  501.           MoneyFlatDownColor = clBlack
  502.           Caption = 'Run Message Import Wizard to import messages'
  503.           TabOrder = 0
  504.           Color = clWhite
  505.           ParentColor = False
  506.           OnClick = cbMWizardClick
  507.           DoubleBuffered = False
  508.         end
  509.       end
  510.     end
  511.   end
  512.   object BtnBack: TButton
  513.     Left = 157
  514.     Top = 368
  515.     Width = 109
  516.     Height = 35
  517.     Caption = '< Back'
  518.     Enabled = False
  519.     TabOrder = 3
  520.     OnClick = BtnBackClick
  521.   end
  522.   object Welcome: TIStrings
  523.     Duplicates = dupIgnore
  524.     Left = 118
  525.     Top = 368
  526.     SStr = (
  527.       'From <welcome@pocomail.com>'
  528.       'From:     Poco Systems <welcome@pocomail.com>'
  529.       'Subject: PocoMail 3 Welcome Message'
  530.       'Mime-Version: 1.0'
  531.       'Content-Type: text/html; charset="us-ascii"'
  532.       'Content-Transfer-Encoding: quoted-printable'
  533.       'Status: U'
  534.       ''
  535.       '<html>'
  536.       '<head>'
  537.       '<style type="text/css">'
  538.       '  .sanserif { Font-family: Verdana }'
  539.       '</style>'
  540.       '</head>'
  541.       ''
  542.       '<body>'
  543.       ''
  544.       
  545.         '<table class="framed" width="100%" cellpadding="10" class="sanse' +
  546.         'rif"><tr>'
  547.       '<td width="60%" valign="top">'
  548.       '<font size="+1">Welcome to</font> <font size="+2">PocoMail'
  549.       '3!</font>'
  550.       '<p>'
  551.       
  552.         'PocoMail is single-mindedly focused on one thing: to help you wi' +
  553.         'th your email. Developed from the ground up with the end user in' +
  554.         ' mind, award-winning PocoMail is fast, functional and flexible.'
  555.       '<p>'
  556.       ''
  557.       
  558.         'PocoMail 3 raises the bar once again and will help you manage yo' +
  559.         'ur email in ways you didn'#39't even think were possible. So take a ' +
  560.         'moment to look at our <a '#160
  561.       
  562.         'href="pococommand:helpon">help file</a> to get started. Take adv' +
  563.         'antage of some of our many features, from powerful email filters' +
  564.         ', intelligent junk mail filters, an array of program appearance ' +
  565.         'options all the way to our advanced scripting language for email' +
  566.         ': PocoScript.'
  567.       '<p>'
  568.       ''
  569.       'You can also visit our web site at <a'
  570.       
  571.         'href="http://www.pocomail.com">pocomail.com</a>'#160'for additional h' +
  572.         'elp,'
  573.       'program skins, ControlStrips, scripts and more.'
  574.       '<p>'
  575.       ''
  576.       '<i>Enjoy your stay,</i>'
  577.       '<p>'
  578.       ''
  579.       '<i>Poco Systems Inc.</i>'
  580.       '</td>'
  581.       ''
  582.       '<td bgcolor="#ffffff" width="40%" valign="top">'
  583.       '<font size="+1">Do <i><u>more</u></i>'#160'with'
  584.       'PocoMail:</font>'
  585.       '<p>'
  586.       '<ul>'
  587.       
  588.         '<li>Need help? Visit our <a href="http://www.pocosystems.com/sup' +
  589.         'port.html">support pages</a> for access to our frequently asked ' +
  590.         'questions, tips on using PocoMail and our support forum.'
  591.       '<p>'
  592.       '<li>Sign up for <a'
  593.       
  594.         'href="http://pocomail.com/report.html">PocoReport</a>'#160'newsletter' +
  595.         '.'
  596.       '<p>'
  597.       '<li>Change PocoMail'#39's appearance by downloading additional <a'
  598.       'href="http://pocomail.com/skins">program skins</a>.'
  599.       '<p>'
  600.       '<li>Add functionality to PocoMail by downloading <a'
  601.       'href="http://pocomail.com/scripts">PocoScripts</a>.'
  602.       '<p>'
  603.       ''
  604.       '</ul>'
  605.       '</td>'
  606.       ''
  607.       '</tr></table>'
  608.       '<br>'
  609.       '<div align="right"><font face="Courier New" size="-2">'
  610.       'PocoMail is Copyright © 1999-2004 by <a'
  611.       'href="http://www.pocosystems.com">Poco Systems Inc</a>.'
  612.       '</font></div>'
  613.       ''
  614.       '</font>'
  615.       '</body>'
  616.       '</html>')
  617.   end
  618.   object FlatController: TElFlatMultiController
  619.     Entries = <
  620.       item
  621.         Active = True
  622.         BorderSides = []
  623.         FlatFocusedScrollbars = False
  624.         DesignActive = True
  625.         Control = BtnFinish
  626.         ActiveBorderType = fbtFlat
  627.         InactiveBorderType = fbtFlat
  628.         LineBorderActiveColor = clBlack
  629.         LineBorderInactiveColor = clBlack
  630.         UseXPThemes = True
  631.       end
  632.       item
  633.         Active = True
  634.         BorderSides = []
  635.         FlatFocusedScrollbars = False
  636.         DesignActive = True
  637.         Control = BtnNext
  638.         ActiveBorderType = fbtFlat
  639.         InactiveBorderType = fbtFlat
  640.         LineBorderActiveColor = clBlack
  641.         LineBorderInactiveColor = clBlack
  642.         UseXPThemes = True
  643.       end>
  644.     AutoAddControls = False
  645.     FlatFocusedScrollbars = False
  646.     ActiveBorderType = fbtFlat
  647.     InactiveBorderType = fbtFlat
  648.     LineBorderActiveColor = clBlack
  649.     LineBorderInactiveColor = clBlack
  650.     BorderSides = []
  651.     Left = 150
  652.     Top = 367
  653.   end
  654. end
  655.