home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 July & August / PCWorld_2005-07-08_cd.bin / software / komercni / merak / setup.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Text File  |  2005-02-26  |  20KB  |  868 lines

  1. object MainForm: TMainForm
  2.   Left = 280
  3.   Top = 166
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 363
  7.   ClientWidth = 455
  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.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Visible = True
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnKeyPress = FormKeyPress
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object BackPanel: TPanel
  25.     Left = 0
  26.     Top = 59
  27.     Width = 455
  28.     Height = 269
  29.     Align = alClient
  30.     BevelOuter = bvNone
  31.     TabOrder = 1
  32.     object SetupTypePanel: TPanel
  33.       Left = 0
  34.       Top = 0
  35.       Width = 455
  36.       Height = 269
  37.       Align = alClient
  38.       BevelOuter = bvNone
  39.       TabOrder = 1
  40.       object ServerTypeLabel: TLabel
  41.         Left = 8
  42.         Top = 24
  43.         Width = 106
  44.         Height = 13
  45.         Caption = 'Select the server type:'
  46.       end
  47.       object UpgradeLicenseLabel: TLabel
  48.         Left = 8
  49.         Top = 170
  50.         Width = 326
  51.         Height = 13
  52.         Caption = 
  53.           'Enter the upgrade license number (You have no more free upgrades' +
  54.           '):'
  55.         Visible = False
  56.       end
  57.       object TrialRadio: TLabel
  58.         Left = 8
  59.         Top = 8
  60.         Width = 161
  61.         Height = 13
  62.         Caption = 'Trial setup (30-day trial evaluation)'
  63.       end
  64.       object UpgradeButton: TButton
  65.         Left = 308
  66.         Top = 243
  67.         Width = 135
  68.         Height = 23
  69.         Caption = '&Upgrade Online...'
  70.         TabOrder = 6
  71.         Visible = False
  72.         OnClick = UpgradeButtonClick
  73.       end
  74.       object MerakProRadio: TRadioButton
  75.         Left = 8
  76.         Top = 43
  77.         Width = 169
  78.         Height = 17
  79.         Caption = 'Professional Suite'
  80.         Checked = True
  81.         ParentShowHint = False
  82.         ShowHint = True
  83.         TabOrder = 0
  84.         TabStop = True
  85.         OnClick = MerakProRadioClick
  86.       end
  87.       object MerakStdRadio: TRadioButton
  88.         Left = 8
  89.         Top = 62
  90.         Width = 169
  91.         Height = 17
  92.         Caption = 'Standard Suite'
  93.         ParentShowHint = False
  94.         ShowHint = True
  95.         TabOrder = 1
  96.         OnClick = MerakProRadioClick
  97.       end
  98.       object MerakLiteRadio: TRadioButton
  99.         Left = 8
  100.         Top = 81
  101.         Width = 169
  102.         Height = 17
  103.         Caption = 'Lite Suite'
  104.         ParentShowHint = False
  105.         ShowHint = True
  106.         TabOrder = 2
  107.         OnClick = MerakProRadioClick
  108.       end
  109.       object HintPanel: TMemo
  110.         Left = 182
  111.         Top = 43
  112.         Width = 261
  113.         Height = 72
  114.         TabStop = False
  115.         Color = clBtnFace
  116.         Lines.Strings = (
  117.           '')
  118.         ReadOnly = True
  119.         TabOrder = 3
  120.         WordWrap = False
  121.       end
  122.       object UpgradeLicenseNumber: TMemo
  123.         Left = 8
  124.         Top = 185
  125.         Width = 435
  126.         Height = 56
  127.         TabStop = False
  128.         ScrollBars = ssVertical
  129.         TabOrder = 5
  130.         Visible = False
  131.         WordWrap = False
  132.         OnChange = LicenseKeyEditChange
  133.       end
  134.       object InterfaceModePanel: TPanel
  135.         Left = 0
  136.         Top = 119
  137.         Width = 457
  138.         Height = 49
  139.         BevelOuter = bvNone
  140.         TabOrder = 4
  141.         object InterfaceModeL: TLabel
  142.           Left = 8
  143.           Top = 3
  144.           Width = 235
  145.           Height = 13
  146.           Caption = 'Select the interface mode (Can be changed later):'
  147.         end
  148.         object AdvancedMode: TRadioButton
  149.           Left = 7
  150.           Top = 20
  151.           Width = 90
  152.           Height = 17
  153.           Caption = 'Advanced'
  154.           Checked = True
  155.           TabOrder = 0
  156.           TabStop = True
  157.           OnClick = AdvancedModeClick
  158.         end
  159.         object BasicMode: TRadioButton
  160.           Left = 100
  161.           Top = 20
  162.           Width = 65
  163.           Height = 17
  164.           Caption = 'Basic'
  165.           TabOrder = 1
  166.           OnClick = AdvancedModeClick
  167.         end
  168.         object ConsoleMemo: TMemo
  169.           Left = 182
  170.           Top = 19
  171.           Width = 261
  172.           Height = 21
  173.           TabStop = False
  174.           Color = clBtnFace
  175.           ReadOnly = True
  176.           TabOrder = 2
  177.           WordWrap = False
  178.         end
  179.       end
  180.     end
  181.     object SetupComponents: TPanel
  182.       Left = 0
  183.       Top = 0
  184.       Width = 455
  185.       Height = 269
  186.       Align = alClient
  187.       BevelOuter = bvNone
  188.       TabOrder = 8
  189.       object SelectLabelsL: TLabel
  190.         Left = 8
  191.         Top = 8
  192.         Width = 220
  193.         Height = 13
  194.         Caption = 'Select components you want to have installed:'
  195.       end
  196.       object ComponentList: TCheckListBox
  197.         Left = 4
  198.         Top = 26
  199.         Width = 445
  200.         Height = 85
  201.         ItemHeight = 13
  202.         Items.Strings = (
  203.           'Mail Services (SMTP, POP3, IMAP, LDAP, HTTP)'
  204.           'WebMail'
  205.           'Anti-Spam'
  206.           'Anti-Virus'
  207.           'Instant Messaging'
  208.           'GroupWare')
  209.         TabOrder = 0
  210.       end
  211.     end
  212.     object InstallPanel: TPanel
  213.       Left = 0
  214.       Top = 0
  215.       Width = 455
  216.       Height = 269
  217.       Align = alClient
  218.       BevelOuter = bvNone
  219.       TabOrder = 2
  220.       object InstallLabel: TLabel
  221.         Left = 8
  222.         Top = 8
  223.         Width = 433
  224.         Height = 41
  225.         AutoSize = False
  226.         Caption = 
  227.           'Click the Browse button to select the destination directory. Cli' +
  228.           'ck the Install button to start copying files and to finish the s' +
  229.           'etup process.'
  230.         WordWrap = True
  231.       end
  232.       object FolderBox: TGroupBox
  233.         Left = 8
  234.         Top = 223
  235.         Width = 433
  236.         Height = 43
  237.         Caption = 'Destination Directory'
  238.         TabOrder = 0
  239.         object PathEdit: TLabel
  240.           Left = 6
  241.           Top = 19
  242.           Width = 35
  243.           Height = 13
  244.           Caption = 'Merak\'
  245.         end
  246.         object BrowseButton: TButton
  247.           Left = 350
  248.           Top = 15
  249.           Width = 75
  250.           Height = 22
  251.           Caption = '&Browse...'
  252.           TabOrder = 0
  253.           OnClick = BrowseButtonClick
  254.         end
  255.       end
  256.     end
  257.     object InstallingPanel: TPanel
  258.       Left = 0
  259.       Top = 0
  260.       Width = 455
  261.       Height = 269
  262.       Align = alClient
  263.       BevelOuter = bvNone
  264.       TabOrder = 7
  265.       object InstallPanelText: TLabel
  266.         Left = 3
  267.         Top = 3
  268.         Width = 445
  269.         Height = 30
  270.         AutoSize = False
  271.         WordWrap = True
  272.       end
  273.       object ProgPanel: TPanel
  274.         Left = 1
  275.         Top = 33
  276.         Width = 452
  277.         Height = 22
  278.         BevelOuter = bvNone
  279.         ParentColor = True
  280.         TabOrder = 0
  281.         object ProgressBar: TProgressBar
  282.           Left = 1
  283.           Top = 1
  284.           Width = 449
  285.           Height = 20
  286.           Max = 12
  287.           Step = 1
  288.           TabOrder = 0
  289.         end
  290.       end
  291.     end
  292.     object FinishedPanel: TPanel
  293.       Left = 0
  294.       Top = 0
  295.       Width = 455
  296.       Height = 269
  297.       Align = alClient
  298.       BevelOuter = bvNone
  299.       TabOrder = 5
  300.       object SetupComplete: TLabel
  301.         Left = 8
  302.         Top = 8
  303.         Width = 433
  304.         Height = 25
  305.         AutoSize = False
  306.         Caption = 
  307.           'Installation was successful. You may run the installed program n' +
  308.           'ow.'
  309.         WordWrap = True
  310.       end
  311.       object SelectActionL: TLabel
  312.         Left = 8
  313.         Top = 32
  314.         Width = 433
  315.         Height = 25
  316.         AutoSize = False
  317.         Caption = 
  318.           'Select actions below you want to have performed when clicked the' +
  319.           ' Next button.'
  320.         WordWrap = True
  321.       end
  322.       object RunConfig: TCheckBox
  323.         Left = 9
  324.         Top = 119
  325.         Width = 304
  326.         Height = 15
  327.         Caption = 'Run Server Administration Console'
  328.         ParentShowHint = False
  329.         ShowHint = True
  330.         TabOrder = 3
  331.       end
  332.       object ViewReadme: TCheckBox
  333.         Left = 9
  334.         Top = 139
  335.         Width = 304
  336.         Height = 15
  337.         Caption = 'View Readme File'
  338.         ParentShowHint = False
  339.         ShowHint = True
  340.         TabOrder = 4
  341.       end
  342.       object ShowTutorial: TCheckBox
  343.         Left = 9
  344.         Top = 99
  345.         Width = 256
  346.         Height = 15
  347.         Caption = 'View Quick Start Tutorial'
  348.         Checked = True
  349.         ParentShowHint = False
  350.         ShowHint = True
  351.         State = cbChecked
  352.         TabOrder = 2
  353.       end
  354.       object ViewReleaseNotes: TCheckBox
  355.         Left = 9
  356.         Top = 159
  357.         Width = 240
  358.         Height = 15
  359.         Caption = 'View Release Notes'
  360.         ParentShowHint = False
  361.         ShowHint = True
  362.         TabOrder = 5
  363.       end
  364.       object RunTutorial: TCheckBox
  365.         Left = 9
  366.         Top = 79
  367.         Width = 264
  368.         Height = 15
  369.         Caption = 'Run Installation Wizard'
  370.         Checked = True
  371.         ParentShowHint = False
  372.         ShowHint = True
  373.         State = cbChecked
  374.         TabOrder = 1
  375.       end
  376.       object RunAntivirus: TCheckBox
  377.         Left = 9
  378.         Top = 59
  379.         Width = 264
  380.         Height = 15
  381.         Caption = 'Run Antivirus Update Now'
  382.         Checked = True
  383.         ParentShowHint = False
  384.         ShowHint = True
  385.         State = cbChecked
  386.         TabOrder = 0
  387.       end
  388.     end
  389.     object TutorialPanel: TPanel
  390.       Left = 0
  391.       Top = 0
  392.       Width = 455
  393.       Height = 269
  394.       Align = alClient
  395.       BevelOuter = bvNone
  396.       TabOrder = 4
  397.       object Step1: TLabel
  398.         Left = 8
  399.         Top = 8
  400.         Width = 177
  401.         Height = 17
  402.         AutoSize = False
  403.         Caption = 'Setting the hostname'
  404.         Font.Charset = DEFAULT_CHARSET
  405.         Font.Color = clWindowText
  406.         Font.Height = -11
  407.         Font.Name = 'MS Sans Serif'
  408.         Font.Style = [fsBold]
  409.         ParentFont = False
  410.         WordWrap = True
  411.       end
  412.       object Step2: TLabel
  413.         Left = 8
  414.         Top = 80
  415.         Width = 169
  416.         Height = 17
  417.         AutoSize = False
  418.         Caption = 'Setting the primary domain'
  419.         Font.Charset = DEFAULT_CHARSET
  420.         Font.Color = clWindowText
  421.         Font.Height = -11
  422.         Font.Name = 'MS Sans Serif'
  423.         Font.Style = [fsBold]
  424.         ParentFont = False
  425.         WordWrap = True
  426.       end
  427.       object Step3: TLabel
  428.         Left = 8
  429.         Top = 153
  430.         Width = 249
  431.         Height = 17
  432.         AutoSize = False
  433.         Caption = 'Setting the primary domain administrator'
  434.         Font.Charset = DEFAULT_CHARSET
  435.         Font.Color = clWindowText
  436.         Font.Height = -11
  437.         Font.Name = 'MS Sans Serif'
  438.         Font.Style = [fsBold]
  439.         ParentFont = False
  440.         WordWrap = True
  441.       end
  442.       object HostNameLabel: TLabel
  443.         Left = 8
  444.         Top = 30
  445.         Width = 51
  446.         Height = 13
  447.         Caption = 'Hostname:'
  448.       end
  449.       object HostNameEgL: TLabel
  450.         Left = 65
  451.         Top = 50
  452.         Width = 97
  453.         Height = 13
  454.         Caption = 'Eg: mail.domain.com'
  455.       end
  456.       object DomainL: TLabel
  457.         Left = 8
  458.         Top = 102
  459.         Width = 39
  460.         Height = 13
  461.         Caption = 'Domain:'
  462.       end
  463.       object DomainLEg: TLabel
  464.         Left = 65
  465.         Top = 122
  466.         Width = 76
  467.         Height = 13
  468.         Caption = 'Eg: domain.com'
  469.       end
  470.       object UserLEg: TLabel
  471.         Left = 65
  472.         Top = 194
  473.         Width = 78
  474.         Height = 13
  475.         Caption = 'Eg: administrator'
  476.       end
  477.       object UserL: TLabel
  478.         Left = 8
  479.         Top = 174
  480.         Width = 51
  481.         Height = 13
  482.         Caption = 'Username:'
  483.       end
  484.       object PassL: TLabel
  485.         Left = 8
  486.         Top = 215
  487.         Width = 49
  488.         Height = 13
  489.         Caption = 'Password:'
  490.       end
  491.       object ConfirmL: TLabel
  492.         Left = 8
  493.         Top = 239
  494.         Width = 38
  495.         Height = 13
  496.         Caption = 'Confirm:'
  497.       end
  498.       object HostNameEdit: TEdit
  499.         Left = 64
  500.         Top = 27
  501.         Width = 160
  502.         Height = 21
  503.         TabOrder = 0
  504.         OnChange = HostNameEditChange
  505.       end
  506.       object DomainEdit: TEdit
  507.         Left = 64
  508.         Top = 99
  509.         Width = 160
  510.         Height = 21
  511.         TabOrder = 1
  512.         OnChange = HostNameEditChange
  513.       end
  514.       object UserEdit: TEdit
  515.         Tag = 2
  516.         Left = 64
  517.         Top = 171
  518.         Width = 160
  519.         Height = 21
  520.         TabOrder = 2
  521.         OnChange = HostNameEditChange
  522.       end
  523.       object PassEdit: TEdit
  524.         Tag = 1
  525.         Left = 64
  526.         Top = 211
  527.         Width = 161
  528.         Height = 21
  529.         PasswordChar = '*'
  530.         TabOrder = 3
  531.         OnChange = HostNameEditChange
  532.       end
  533.       object ConfirmEdit: TEdit
  534.         Left = 64
  535.         Top = 235
  536.         Width = 161
  537.         Height = 21
  538.         PasswordChar = '*'
  539.         TabOrder = 4
  540.         OnChange = HostNameEditChange
  541.       end
  542.       object Step1Memo: TMemo
  543.         Left = 229
  544.         Top = 27
  545.         Width = 212
  546.         Height = 54
  547.         Color = clBtnFace
  548.         ReadOnly = True
  549.         TabOrder = 5
  550.       end
  551.       object Step2Memo: TMemo
  552.         Left = 228
  553.         Top = 99
  554.         Width = 212
  555.         Height = 53
  556.         Color = clBtnFace
  557.         ReadOnly = True
  558.         TabOrder = 6
  559.       end
  560.       object Step3Memo: TMemo
  561.         Left = 228
  562.         Top = 171
  563.         Width = 212
  564.         Height = 84
  565.         Color = clBtnFace
  566.         ReadOnly = True
  567.         TabOrder = 7
  568.       end
  569.     end
  570.     object CredentialsPanel: TPanel
  571.       Left = 0
  572.       Top = 0
  573.       Width = 455
  574.       Height = 269
  575.       Align = alClient
  576.       BevelOuter = bvNone
  577.       TabOrder = 3
  578.       object CredentialsLabel: TLabel
  579.         Left = 8
  580.         Top = 8
  581.         Width = 432
  582.         Height = 49
  583.         AutoSize = False
  584.         Caption = 
  585.           'Fill your details into the fields below. Name and E-mail are req' +
  586.           'uired. Please, use your real name and real e-mail address. The e' +
  587.           'mail address is required to get this product working.'
  588.         WordWrap = True
  589.       end
  590.       object NameLabel: TLabel
  591.         Left = 93
  592.         Top = 87
  593.         Width = 31
  594.         Height = 13
  595.         Caption = 'Name:'
  596.       end
  597.       object EmailLabel: TLabel
  598.         Left = 93
  599.         Top = 111
  600.         Width = 31
  601.         Height = 13
  602.         Caption = 'E-mail:'
  603.       end
  604.       object CompanyLabel: TLabel
  605.         Left = 93
  606.         Top = 136
  607.         Width = 47
  608.         Height = 13
  609.         Caption = 'Company:'
  610.       end
  611.       object CountryLabel: TLabel
  612.         Left = 93
  613.         Top = 160
  614.         Width = 39
  615.         Height = 13
  616.         Caption = 'Country:'
  617.       end
  618.       object NameEdit: TEdit
  619.         Left = 146
  620.         Top = 85
  621.         Width = 210
  622.         Height = 21
  623.         TabOrder = 0
  624.         OnChange = NameEditChange
  625.       end
  626.       object EmailEdit: TEdit
  627.         Left = 146
  628.         Top = 109
  629.         Width = 210
  630.         Height = 21
  631.         TabOrder = 1
  632.         OnChange = NameEditChange
  633.       end
  634.       object CompanyEdit: TEdit
  635.         Left = 146
  636.         Top = 133
  637.         Width = 210
  638.         Height = 21
  639.         TabOrder = 2
  640.       end
  641.       object CountryEdit: TEdit
  642.         Left = 146
  643.         Top = 157
  644.         Width = 210
  645.         Height = 21
  646.         TabOrder = 3
  647.       end
  648.     end
  649.     object LicensePanel: TPanel
  650.       Left = 0
  651.       Top = 0
  652.       Width = 455
  653.       Height = 269
  654.       Align = alClient
  655.       BevelOuter = bvNone
  656.       TabOrder = 6
  657.       object LicenseLabel: TLabel
  658.         Left = 8
  659.         Top = 8
  660.         Width = 404
  661.         Height = 26
  662.         Caption = 
  663.           'Please read the following license agreement. Use the scroll bar ' +
  664.           'to view the rest of this agreement.'
  665.         WordWrap = True
  666.       end
  667.       object LicenseAcceptLabel: TLabel
  668.         Left = 8
  669.         Top = 237
  670.         Width = 412
  671.         Height = 26
  672.         Caption = 
  673.           'Do you accept all the terms of the preceding license agreement? ' +
  674.           'If so, click on the Yes button. If you select No, Setup will clo' +
  675.           'se.'
  676.         WordWrap = True
  677.       end
  678.       object LicenseMemo: TMemo
  679.         Left = 8
  680.         Top = 39
  681.         Width = 433
  682.         Height = 194
  683.         Color = clWhite
  684.         ReadOnly = True
  685.         ScrollBars = ssBoth
  686.         TabOrder = 0
  687.       end
  688.     end
  689.     object WelcomePanel: TPanel
  690.       Left = 0
  691.       Top = 0
  692.       Width = 455
  693.       Height = 269
  694.       Align = alClient
  695.       BevelOuter = bvNone
  696.       TabOrder = 0
  697.       object TipBLabel: TLabel
  698.         Left = 56
  699.         Top = 144
  700.         Width = 336
  701.         Height = 69
  702.         AutoSize = False
  703.         Caption = 
  704.           'Click Cancel to quit Setup and then close any programs you have ' +
  705.           'running. Click Next to continue with the Setup program.'
  706.         WordWrap = True
  707.       end
  708.       object AboutLabel: TLabel
  709.         Left = 56
  710.         Top = 8
  711.         Width = 231
  712.         Height = 13
  713.         Caption = 'Welcome to the Merak Mail Server Setup Wizard'
  714.         Font.Charset = DEFAULT_CHARSET
  715.         Font.Color = clWindowText
  716.         Font.Height = -11
  717.         Font.Name = 'MS Sans Serif'
  718.         Font.Style = []
  719.         ParentFont = False
  720.         Transparent = True
  721.       end
  722.       object TextLabel: TLabel
  723.         Left = 56
  724.         Top = 48
  725.         Width = 336
  726.         Height = 41
  727.         AutoSize = False
  728.         Caption = 
  729.           'Merak Mail Server is the ultimate communication solution providi' +
  730.           'ng complete messaging solutions, groupware, antispam and antivir' +
  731.           'us features. It can be installed as a stand-alone, LAN or ISP se' +
  732.           'rver.'
  733.         WordWrap = True
  734.       end
  735.       object TipALabel: TLabel
  736.         Left = 56
  737.         Top = 98
  738.         Width = 353
  739.         Height = 46
  740.         AutoSize = False
  741.         Caption = 
  742.           'It is strongly recommended that you exit all Windows programs be' +
  743.           'fore running this setup program. '
  744.         WordWrap = True
  745.       end
  746.       object CheckLatest: TCheckBox
  747.         Left = 56
  748.         Top = 246
  749.         Width = 377
  750.         Height = 17
  751.         Caption = 'Check for new version on the Internet'
  752.         Checked = True
  753.         State = cbChecked
  754.         TabOrder = 0
  755.       end
  756.     end
  757.   end
  758.   object TopDividePanel: TPanel
  759.     Left = 0
  760.     Top = 57
  761.     Width = 455
  762.     Height = 2
  763.     Align = alTop
  764.     BevelInner = bvLowered
  765.     BevelOuter = bvNone
  766.     TabOrder = 2
  767.   end
  768.   object TopPanel: TPanel
  769.     Left = 0
  770.     Top = 0
  771.     Width = 455
  772.     Height = 57
  773.     Align = alTop
  774.     BevelOuter = bvNone
  775.     Color = clWhite
  776.     TabOrder = 3
  777.     object ImageLogo: TImage
  778.       Left = 1
  779.       Top = 3
  780.       Width = 59
  781.       Height = 50
  782.       AutoSize = True
  783.       Picture.Data = {<image000.bmp>}
  784.     end
  785.     object PageCaption: TLabel
  786.       Left = 69
  787.       Top = 20
  788.       Width = 73
  789.       Height = 13
  790.       Caption = 'PageCaption'
  791.       Font.Charset = DEFAULT_CHARSET
  792.       Font.Color = clWindowText
  793.       Font.Height = -11
  794.       Font.Name = 'MS Sans Serif'
  795.       Font.Style = [fsBold]
  796.       ParentFont = False
  797.     end
  798.   end
  799.   object BottomDividePanel: TPanel
  800.     Left = 0
  801.     Top = 328
  802.     Width = 455
  803.     Height = 2
  804.     Align = alBottom
  805.     BevelInner = bvLowered
  806.     BevelOuter = bvNone
  807.     TabOrder = 4
  808.   end
  809.   object BottomPanel: TPanel
  810.     Left = 0
  811.     Top = 330
  812.     Width = 455
  813.     Height = 33
  814.     Align = alBottom
  815.     BevelOuter = bvNone
  816.     TabOrder = 0
  817.     object BackButton: TButton
  818.       Left = 220
  819.       Top = 7
  820.       Width = 75
  821.       Height = 23
  822.       Caption = '< &Back'
  823.       TabOrder = 0
  824.       OnClick = BackButtonClick
  825.     end
  826.     object NextButton: TButton
  827.       Tag = 1
  828.       Left = 295
  829.       Top = 7
  830.       Width = 75
  831.       Height = 23
  832.       Caption = '&Next >'
  833.       TabOrder = 1
  834.       OnClick = BackButtonClick
  835.     end
  836.     object CloseButton: TButton
  837.       Left = 377
  838.       Top = 7
  839.       Width = 75
  840.       Height = 23
  841.       Caption = '&Cancel'
  842.       TabOrder = 2
  843.       OnClick = CloseButtonClick
  844.     end
  845.   end
  846.   object AdvancedRegistry: TAdvancedRegistry
  847.     RegistryRootKey = hkCURRENT_USER
  848.     RegistryArea = '\Software\Microsoft\Windows\CurrentVersion\Explorer'
  849.     RegistrySection = 'Shell Folders'
  850.     Left = 392
  851.     Top = 368
  852.   end
  853.   object AdvancedRegistryInstall: TAdvancedRegistry
  854.     RegistryRootKey = hkLOCAL_MACHINE
  855.     RegistryArea = '\Software\Microsoft\Windows\CurrentVersion\Uninstall'
  856.     RegistrySection = 'Merak'
  857.     Left = 424
  858.     Top = 368
  859.   end
  860.   object PathRegistry: TAdvancedRegistry
  861.     RegistryRootKey = hkLOCAL_MACHINE
  862.     RegistryArea = '\Software'
  863.     RegistrySection = 'Merak'
  864.     Left = 360
  865.     Top = 368
  866.   end
  867. end
  868.