home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 July & August / PCWorld_2003-07-08_cd.bin / Software / Vyzkuste / merak / Setup.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Text File  |  2003-05-05  |  18KB  |  763 lines

  1. object MainForm: TMainForm
  2.   Left = 312
  3.   Top = 158
  4.   BorderIcons = [biMinimize]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 329
  7.   ClientWidth = 454
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Visible = True
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object BackPanel: TPanel
  23.     Left = 2
  24.     Top = 3
  25.     Width = 450
  26.     Height = 271
  27.     TabOrder = 5
  28.     object SetupTypePanel: TPanel
  29.       Left = 1
  30.       Top = 1
  31.       Width = 448
  32.       Height = 269
  33.       Align = alClient
  34.       BevelOuter = bvNone
  35.       TabOrder = 1
  36.       object ServerTypeLabel: TLabel
  37.         Left = 8
  38.         Top = 28
  39.         Width = 61
  40.         Height = 13
  41.         Caption = 'Server Type:'
  42.       end
  43.       object UpgradeLicenseLabel: TLabel
  44.         Left = 8
  45.         Top = 136
  46.         Width = 241
  47.         Height = 13
  48.         Caption = '&Upgrade License Number (No more free upgrades):'
  49.         Visible = False
  50.       end
  51.       object RefKeyLabel: TLabel
  52.         Left = 297
  53.         Top = 179
  54.         Width = 74
  55.         Height = 13
  56.         Caption = 'Reference Key:'
  57.         Visible = False
  58.       end
  59.       object LicenseKeyLabel: TLabel
  60.         Left = 8
  61.         Top = 179
  62.         Width = 61
  63.         Height = 13
  64.         Caption = 'License Key:'
  65.         Visible = False
  66.       end
  67.       object TrialRadio: TLabel
  68.         Left = 8
  69.         Top = 8
  70.         Width = 170
  71.         Height = 13
  72.         Caption = 'Trial Setup (30-Day Trial Evaluation)'
  73.       end
  74.       object ExampleAccountsBox: TCheckBox
  75.         Left = 10
  76.         Top = 251
  77.         Width = 231
  78.         Height = 15
  79.         Caption = 'Install demo example accounts and features'
  80.         Checked = True
  81.         State = cbChecked
  82.         TabOrder = 8
  83.       end
  84.       object UpgradeLicenseNumber: TEdit
  85.         Left = 8
  86.         Top = 154
  87.         Width = 433
  88.         Height = 21
  89.         TabOrder = 4
  90.         Visible = False
  91.         OnChange = UpgradeLicenseNumberChange
  92.       end
  93.       object RefKey: TEdit
  94.         Left = 296
  95.         Top = 194
  96.         Width = 143
  97.         Height = 21
  98.         Color = clBtnFace
  99.         ReadOnly = True
  100.         TabOrder = 6
  101.         Visible = False
  102.         OnChange = UpgradeLicenseNumberChange
  103.       end
  104.       object LicenseKey: TEdit
  105.         Left = 8
  106.         Top = 194
  107.         Width = 287
  108.         Height = 21
  109.         Color = clBtnFace
  110.         ReadOnly = True
  111.         TabOrder = 5
  112.         Visible = False
  113.         OnChange = UpgradeLicenseNumberChange
  114.       end
  115.       object UpgradeButton: TButton
  116.         Left = 319
  117.         Top = 222
  118.         Width = 120
  119.         Height = 23
  120.         Caption = '&Upgrade Online...'
  121.         TabOrder = 7
  122.         Visible = False
  123.         OnClick = UpgradeButtonClick
  124.       end
  125.       object MerakProRadio: TRadioButton
  126.         Left = 8
  127.         Top = 71
  128.         Width = 169
  129.         Height = 17
  130.         Caption = 'Merak Mail Server Professional'
  131.         Checked = True
  132.         ParentShowHint = False
  133.         ShowHint = True
  134.         TabOrder = 1
  135.         TabStop = True
  136.         OnClick = MerakProRadioClick
  137.       end
  138.       object MerakStdRadio: TRadioButton
  139.         Left = 8
  140.         Top = 93
  141.         Width = 169
  142.         Height = 17
  143.         Caption = 'Merak Mail Server Standard'
  144.         ParentShowHint = False
  145.         ShowHint = True
  146.         TabOrder = 2
  147.         OnClick = MerakProRadioClick
  148.       end
  149.       object MerakLiteRadio: TRadioButton
  150.         Left = 8
  151.         Top = 115
  152.         Width = 169
  153.         Height = 17
  154.         Caption = 'Merak Mail Server Lite'
  155.         ParentShowHint = False
  156.         ShowHint = True
  157.         TabOrder = 3
  158.         OnClick = MerakProRadioClick
  159.       end
  160.       object PowerPackBox: TCheckBox
  161.         Left = 9
  162.         Top = 49
  163.         Width = 88
  164.         Height = 15
  165.         Caption = 'Power Pack'
  166.         Checked = True
  167.         ParentShowHint = False
  168.         ShowHint = True
  169.         State = cbChecked
  170.         TabOrder = 0
  171.       end
  172.       object HintPanel: TMemo
  173.         Left = 182
  174.         Top = 49
  175.         Width = 261
  176.         Height = 85
  177.         TabStop = False
  178.         Color = clBtnFace
  179.         ReadOnly = True
  180.         TabOrder = 9
  181.         WordWrap = False
  182.       end
  183.     end
  184.     object InstallPanel: TPanel
  185.       Left = 1
  186.       Top = 1
  187.       Width = 448
  188.       Height = 269
  189.       Align = alClient
  190.       BevelOuter = bvNone
  191.       TabOrder = 2
  192.       object InstallLabel: TLabel
  193.         Left = 8
  194.         Top = 8
  195.         Width = 433
  196.         Height = 41
  197.         AutoSize = False
  198.         Caption = 
  199.           'Click the Browse button to select the destination directory. Cli' +
  200.           'ck the Install button to start copying files and to finish the s' +
  201.           'etup process.'
  202.         WordWrap = True
  203.       end
  204.       object FolderBox: TGroupBox
  205.         Left = 8
  206.         Top = 223
  207.         Width = 433
  208.         Height = 43
  209.         Caption = 'Destination Directory'
  210.         TabOrder = 0
  211.         object PathEdit: TLabel
  212.           Left = 6
  213.           Top = 19
  214.           Width = 35
  215.           Height = 13
  216.           Caption = 'Merak\'
  217.         end
  218.         object BrowseButton: TButton
  219.           Left = 350
  220.           Top = 15
  221.           Width = 75
  222.           Height = 22
  223.           Caption = '&Browse...'
  224.           TabOrder = 0
  225.           OnClick = BrowseButtonClick
  226.         end
  227.       end
  228.     end
  229.     object FinishedPanel: TPanel
  230.       Left = 1
  231.       Top = 1
  232.       Width = 448
  233.       Height = 269
  234.       Align = alClient
  235.       BevelOuter = bvNone
  236.       TabOrder = 5
  237.       object SetupComplete: TLabel
  238.         Left = 8
  239.         Top = 8
  240.         Width = 433
  241.         Height = 17
  242.         AutoSize = False
  243.         Caption = 
  244.           'Installation was successful. You may run the installed program n' +
  245.           'ow.'
  246.         WordWrap = True
  247.       end
  248.       object ViewReadme: TCheckBox
  249.         Left = 9
  250.         Top = 109
  251.         Width = 304
  252.         Height = 15
  253.         Caption = 'View Readme File'
  254.         ParentShowHint = False
  255.         ShowHint = True
  256.         TabOrder = 4
  257.       end
  258.       object ShowTutorial: TCheckBox
  259.         Left = 9
  260.         Top = 69
  261.         Width = 256
  262.         Height = 15
  263.         Caption = 'View Quick Start Tutorial'
  264.         Checked = True
  265.         ParentShowHint = False
  266.         ShowHint = True
  267.         State = cbChecked
  268.         TabOrder = 2
  269.       end
  270.       object RunConfig: TCheckBox
  271.         Left = 9
  272.         Top = 89
  273.         Width = 304
  274.         Height = 15
  275.         Caption = 'Run Server Configuration'
  276.         ParentShowHint = False
  277.         ShowHint = True
  278.         TabOrder = 3
  279.       end
  280.       object ViewReleaseNotes: TCheckBox
  281.         Left = 9
  282.         Top = 129
  283.         Width = 240
  284.         Height = 15
  285.         Caption = 'View Release Notes'
  286.         ParentShowHint = False
  287.         ShowHint = True
  288.         TabOrder = 5
  289.       end
  290.       object RunTutorial: TCheckBox
  291.         Left = 9
  292.         Top = 49
  293.         Width = 264
  294.         Height = 15
  295.         Caption = 'Run Installation Wizard'
  296.         Checked = True
  297.         ParentShowHint = False
  298.         ShowHint = True
  299.         State = cbChecked
  300.         TabOrder = 1
  301.       end
  302.       object RunAntivirus: TCheckBox
  303.         Left = 9
  304.         Top = 29
  305.         Width = 264
  306.         Height = 15
  307.         Caption = 'Run Antivirus Update Now'
  308.         Checked = True
  309.         ParentShowHint = False
  310.         ShowHint = True
  311.         State = cbChecked
  312.         TabOrder = 0
  313.       end
  314.     end
  315.     object TutorialPanel: TPanel
  316.       Left = 1
  317.       Top = 1
  318.       Width = 448
  319.       Height = 269
  320.       Align = alClient
  321.       BevelOuter = bvNone
  322.       TabOrder = 4
  323.       object Step1: TLabel
  324.         Left = 8
  325.         Top = 8
  326.         Width = 177
  327.         Height = 17
  328.         AutoSize = False
  329.         Caption = 'Setting The Hostname'
  330.         Font.Charset = DEFAULT_CHARSET
  331.         Font.Color = clWindowText
  332.         Font.Height = -11
  333.         Font.Name = 'MS Sans Serif'
  334.         Font.Style = [fsBold]
  335.         ParentFont = False
  336.         WordWrap = True
  337.       end
  338.       object Step2: TLabel
  339.         Left = 8
  340.         Top = 80
  341.         Width = 169
  342.         Height = 17
  343.         AutoSize = False
  344.         Caption = 'Setting The Primary Domain'
  345.         Font.Charset = DEFAULT_CHARSET
  346.         Font.Color = clWindowText
  347.         Font.Height = -11
  348.         Font.Name = 'MS Sans Serif'
  349.         Font.Style = [fsBold]
  350.         ParentFont = False
  351.         WordWrap = True
  352.       end
  353.       object Step3: TLabel
  354.         Left = 8
  355.         Top = 153
  356.         Width = 249
  357.         Height = 17
  358.         AutoSize = False
  359.         Caption = 'Setting The Primary Domain Administrator'
  360.         Font.Charset = DEFAULT_CHARSET
  361.         Font.Color = clWindowText
  362.         Font.Height = -11
  363.         Font.Name = 'MS Sans Serif'
  364.         Font.Style = [fsBold]
  365.         ParentFont = False
  366.         WordWrap = True
  367.       end
  368.       object HostNameLabel: TLabel
  369.         Left = 8
  370.         Top = 30
  371.         Width = 51
  372.         Height = 13
  373.         Caption = 'Hostname:'
  374.       end
  375.       object HostNameEgL: TLabel
  376.         Left = 65
  377.         Top = 50
  378.         Width = 97
  379.         Height = 13
  380.         Caption = 'Eg: mail.domain.com'
  381.       end
  382.       object DomainL: TLabel
  383.         Left = 8
  384.         Top = 102
  385.         Width = 39
  386.         Height = 13
  387.         Caption = 'Domain:'
  388.       end
  389.       object DomainLEg: TLabel
  390.         Left = 65
  391.         Top = 122
  392.         Width = 76
  393.         Height = 13
  394.         Caption = 'Eg: domain.com'
  395.       end
  396.       object UserLEg: TLabel
  397.         Left = 65
  398.         Top = 194
  399.         Width = 78
  400.         Height = 13
  401.         Caption = 'Eg: administrator'
  402.       end
  403.       object UserL: TLabel
  404.         Left = 8
  405.         Top = 174
  406.         Width = 51
  407.         Height = 13
  408.         Caption = 'Username:'
  409.       end
  410.       object PassL: TLabel
  411.         Left = 8
  412.         Top = 215
  413.         Width = 49
  414.         Height = 13
  415.         Caption = 'Password:'
  416.       end
  417.       object ConfirmL: TLabel
  418.         Left = 8
  419.         Top = 239
  420.         Width = 38
  421.         Height = 13
  422.         Caption = 'Confirm:'
  423.       end
  424.       object HostNameEdit: TEdit
  425.         Left = 64
  426.         Top = 27
  427.         Width = 160
  428.         Height = 21
  429.         TabOrder = 0
  430.         OnChange = HostNameEditChange
  431.       end
  432.       object DomainEdit: TEdit
  433.         Left = 64
  434.         Top = 99
  435.         Width = 160
  436.         Height = 21
  437.         TabOrder = 1
  438.         OnChange = HostNameEditChange
  439.       end
  440.       object UserEdit: TEdit
  441.         Tag = 2
  442.         Left = 64
  443.         Top = 171
  444.         Width = 160
  445.         Height = 21
  446.         TabOrder = 2
  447.         OnChange = HostNameEditChange
  448.       end
  449.       object PassEdit: TEdit
  450.         Tag = 1
  451.         Left = 64
  452.         Top = 211
  453.         Width = 161
  454.         Height = 21
  455.         PasswordChar = '*'
  456.         TabOrder = 3
  457.         OnChange = HostNameEditChange
  458.       end
  459.       object ConfirmEdit: TEdit
  460.         Left = 64
  461.         Top = 235
  462.         Width = 161
  463.         Height = 21
  464.         PasswordChar = '*'
  465.         TabOrder = 4
  466.         OnChange = HostNameEditChange
  467.       end
  468.       object Memo1: TMemo
  469.         Left = 229
  470.         Top = 27
  471.         Width = 212
  472.         Height = 54
  473.         Color = clBtnFace
  474.         Lines.Strings = (
  475.           'Enter the name of the mail server computer. '
  476.           'It must not be empty. Typically it would be '
  477.           #39'mail.yourdomain.com'#39'.')
  478.         ReadOnly = True
  479.         TabOrder = 5
  480.       end
  481.       object Step2Panel: TMemo
  482.         Left = 228
  483.         Top = 99
  484.         Width = 212
  485.         Height = 53
  486.         Color = clBtnFace
  487.         Lines.Strings = (
  488.           'Enter the name of the primary domain. '
  489.           'Typically it would be '#39'yourdomain.com'#39'.')
  490.         ReadOnly = True
  491.         TabOrder = 6
  492.       end
  493.       object Step3Memo: TMemo
  494.         Left = 228
  495.         Top = 171
  496.         Width = 212
  497.         Height = 84
  498.         Color = clBtnFace
  499.         Lines.Strings = (
  500.           'Enter the username and password of the '
  501.           'primary domain administrator. Do not fill in '
  502.           'the domain. Only the alias needs to be '
  503.           'specified. Typically the username would be '
  504.           #39'administrator'#39'.')
  505.         ReadOnly = True
  506.         TabOrder = 7
  507.       end
  508.     end
  509.     object CredentialsPanel: TPanel
  510.       Left = 1
  511.       Top = 1
  512.       Width = 448
  513.       Height = 269
  514.       Align = alClient
  515.       BevelOuter = bvNone
  516.       TabOrder = 3
  517.       object CredentialsLabel: TLabel
  518.         Left = 8
  519.         Top = 8
  520.         Width = 432
  521.         Height = 49
  522.         AutoSize = False
  523.         Caption = 
  524.           'Fill your details into the fields below. Name and E-mail are req' +
  525.           'uired. Please, use your real name and real e-mail address. The e' +
  526.           'mail address is required to get this product working.'
  527.         WordWrap = True
  528.       end
  529.       object NameLabel: TLabel
  530.         Left = 93
  531.         Top = 87
  532.         Width = 31
  533.         Height = 13
  534.         Caption = 'Name:'
  535.       end
  536.       object EmailLabel: TLabel
  537.         Left = 93
  538.         Top = 111
  539.         Width = 31
  540.         Height = 13
  541.         Caption = 'E-mail:'
  542.       end
  543.       object CompanyLabel: TLabel
  544.         Left = 93
  545.         Top = 136
  546.         Width = 47
  547.         Height = 13
  548.         Caption = 'Company:'
  549.       end
  550.       object CountryLabel: TLabel
  551.         Left = 93
  552.         Top = 160
  553.         Width = 39
  554.         Height = 13
  555.         Caption = 'Country:'
  556.       end
  557.       object NameEdit: TEdit
  558.         Left = 146
  559.         Top = 85
  560.         Width = 210
  561.         Height = 21
  562.         TabOrder = 0
  563.         OnChange = NameEditChange
  564.       end
  565.       object EmailEdit: TEdit
  566.         Left = 146
  567.         Top = 109
  568.         Width = 210
  569.         Height = 21
  570.         TabOrder = 1
  571.         OnChange = NameEditChange
  572.       end
  573.       object CompanyEdit: TEdit
  574.         Left = 146
  575.         Top = 133
  576.         Width = 210
  577.         Height = 21
  578.         TabOrder = 2
  579.       end
  580.       object CountryEdit: TEdit
  581.         Left = 146
  582.         Top = 157
  583.         Width = 210
  584.         Height = 21
  585.         TabOrder = 3
  586.       end
  587.     end
  588.     object LicensePanel: TPanel
  589.       Left = 1
  590.       Top = 1
  591.       Width = 448
  592.       Height = 269
  593.       Align = alClient
  594.       BevelOuter = bvNone
  595.       TabOrder = 6
  596.       object LicenseLabel: TLabel
  597.         Left = 8
  598.         Top = 8
  599.         Width = 404
  600.         Height = 26
  601.         Caption = 
  602.           'Please read the following license agreement. Use the scroll bar ' +
  603.           'to view the rest of this agreement.'
  604.         WordWrap = True
  605.       end
  606.       object LicenseAcceptLabel: TLabel
  607.         Left = 8
  608.         Top = 237
  609.         Width = 412
  610.         Height = 26
  611.         Caption = 
  612.           'Do you accept all the terms of the preceding license agreement? ' +
  613.           'If so, click on the Yes button. If you select No, Setup will clo' +
  614.           'se.'
  615.         WordWrap = True
  616.       end
  617.       object LicenseMemo: TMemo
  618.         Left = 8
  619.         Top = 39
  620.         Width = 433
  621.         Height = 194
  622.         Color = clBtnFace
  623.         ReadOnly = True
  624.         ScrollBars = ssBoth
  625.         TabOrder = 0
  626.       end
  627.     end
  628.     object WelcomePanel: TPanel
  629.       Left = 1
  630.       Top = 1
  631.       Width = 448
  632.       Height = 269
  633.       Align = alClient
  634.       BevelOuter = bvNone
  635.       TabOrder = 0
  636.       object TipBLabel: TLabel
  637.         Left = 56
  638.         Top = 152
  639.         Width = 336
  640.         Height = 69
  641.         AutoSize = False
  642.         Caption = 
  643.           'Click Cancel to quit Setup and then close any programs you have ' +
  644.           'running. Click Next to continue with the Setup program.'
  645.         WordWrap = True
  646.       end
  647.       object LogoImage: TImage
  648.         Left = 8
  649.         Top = 8
  650.         Width = 32
  651.         Height = 32
  652.         Picture.Data = {<image000.ico>}
  653.         Transparent = True
  654.       end
  655.       object AboutLabel: TLabel
  656.         Left = 56
  657.         Top = 8
  658.         Width = 196
  659.         Height = 13
  660.         Caption = 'Welcome to Merak Mail Server %s Setup.'
  661.         Font.Charset = DEFAULT_CHARSET
  662.         Font.Color = clWindowText
  663.         Font.Height = -11
  664.         Font.Name = 'MS Sans Serif'
  665.         Font.Style = []
  666.         ParentFont = False
  667.         Transparent = True
  668.       end
  669.       object TextLabel: TLabel
  670.         Left = 56
  671.         Top = 48
  672.         Width = 336
  673.         Height = 41
  674.         AutoSize = False
  675.         Caption = 
  676.           'Merak Mail Server is the fastest, powerful, most secured, fully ' +
  677.           'featured server on the market. It can be installed as a stand-al' +
  678.           'one, LAN and ISP server.'
  679.         WordWrap = True
  680.       end
  681.       object TipALabel: TLabel
  682.         Left = 56
  683.         Top = 98
  684.         Width = 353
  685.         Height = 46
  686.         AutoSize = False
  687.         Caption = 
  688.           'It is strongly recommended that you exit all Windows programs be' +
  689.           'fore running this setup program. '
  690.         WordWrap = True
  691.       end
  692.     end
  693.   end
  694.   object BackButton: TButton
  695.     Left = 220
  696.     Top = 284
  697.     Width = 75
  698.     Height = 23
  699.     Caption = '< &Back'
  700.     TabOrder = 0
  701.     OnClick = BackButtonClick
  702.   end
  703.   object CloseButton: TButton
  704.     Left = 377
  705.     Top = 284
  706.     Width = 75
  707.     Height = 23
  708.     Caption = '&Cancel'
  709.     TabOrder = 2
  710.     OnClick = CloseButtonClick
  711.   end
  712.   object StatusBar: TStatusBar
  713.     Left = 0
  714.     Top = 310
  715.     Width = 454
  716.     Height = 19
  717.     Panels = <
  718.       item
  719.         Width = 50
  720.       end>
  721.     SimplePanel = False
  722.     SizeGrip = False
  723.   end
  724.   object NextButton: TButton
  725.     Tag = 1
  726.     Left = 295
  727.     Top = 284
  728.     Width = 75
  729.     Height = 23
  730.     Caption = '&Next >'
  731.     TabOrder = 1
  732.     OnClick = BackButtonClick
  733.   end
  734.   object DividerPanel: TPanel
  735.     Left = 2
  736.     Top = 277
  737.     Width = 450
  738.     Height = 2
  739.     TabOrder = 3
  740.   end
  741.   object AdvancedRegistry: TAdvancedRegistry
  742.     RegistryRootKey = hkCURRENT_USER
  743.     RegistryArea = '\Software\Microsoft\Windows\CurrentVersion\Explorer'
  744.     RegistrySection = 'Shell Folders'
  745.     Left = 392
  746.     Top = 368
  747.   end
  748.   object AdvancedRegistryInstall: TAdvancedRegistry
  749.     RegistryRootKey = hkLOCAL_MACHINE
  750.     RegistryArea = '\Software\Microsoft\Windows\CurrentVersion\Uninstall'
  751.     RegistrySection = 'Merak'
  752.     Left = 424
  753.     Top = 368
  754.   end
  755.   object PathRegistry: TAdvancedRegistry
  756.     RegistryRootKey = hkLOCAL_MACHINE
  757.     RegistryArea = '\Software'
  758.     RegistrySection = 'Merak'
  759.     Left = 360
  760.     Top = 368
  761.   end
  762. end
  763.