object frmInstall: TfrmInstall Left = 33 Top = 97 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [] BorderStyle = bsSingle ClientHeight = 311 ClientWidth = 489 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter ShowHint = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object panGraphic: TPanel Left = 12 Top = 12 Width = 103 Height = 262 BevelOuter = bvLowered BevelWidth = 2 Color = 41975808 TabOrder = 0 object imgVulcan: TImage Left = 2 Top = 2 Width = 99 Height = 258 Align = alClient Center = True Picture.Data = {} end end object pagMain: TPageControl Left = 129 Top = 12 Width = 349 Height = 262 ActivePage = tabOldVersion TabOrder = 1 object tabIntro: TTabSheet Caption = 'tabIntro' TabVisible = False object rtfIntro: TRichEdit Left = 0 Top = 0 Width = 341 Height = 252 Align = alClient Alignment = taCenter Color = clWhite ReadOnly = True TabOrder = 0 WantReturns = False end end object tabInstallTo: TTabSheet Caption = 'tabInstallTo' TabVisible = False object lblDestination: TLabel Left = 15 Top = 15 Width = 295 Height = 37 AutoSize = False Caption = 'Please select a parent folder for %s. Click on Next to proceed.' WordWrap = True end object lblInstallTo: TLabel Left = 15 Top = 90 Width = 310 Height = 13 AutoSize = False Caption = 'lblInstallTo' end object drvInstallTo: TDriveComboBox Left = 15 Top = 66 Width = 310 Height = 19 DirList = flbInstallTo TabOrder = 0 TextCase = tcUpperCase OnChange = drvInstallToChange end object flbInstallTo: TDirectoryListBox Left = 15 Top = 108 Width = 310 Height = 130 ItemHeight = 16 TabOrder = 1 OnChange = drvInstallToChange end end object tabStartMenu: TTabSheet Caption = 'tabStartMenu' TabVisible = False object lblStartMenu: TLabel Left = 15 Top = 15 Width = 289 Height = 40 AutoSize = False Caption = 'Please select from where you would like to be able to run %s.' WordWrap = True end object chkStartMenu: TCheckBox Left = 15 Top = 60 Width = 304 Height = 17 Caption = 'Add %s to the Start Menu' State = cbChecked TabOrder = 0 end object chkDesktop: TCheckBox Left = 15 Top = 102 Width = 304 Height = 17 Caption = 'Add %s icon to the Desktop' State = cbChecked TabOrder = 2 end object chkOnWinStartup: TCheckBox Left = 15 Top = 81 Width = 304 Height = 17 Caption = 'Automatically run %s on Windows startup' State = cbChecked TabOrder = 1 end end object tabFinish: TTabSheet Caption = 'tabFinish' TabVisible = False object lblFinish2: TLabel Left = 15 Top = 201 Width = 298 Height = 46 AutoSize = False Caption = 'Click on Finish to install %s.' WordWrap = True end object lblFinish1: TLabel Left = 15 Top = 15 Width = 230 Height = 13 Caption = 'The following files will be installed on your system' end object lstFinish: TListBox Left = 15 Top = 36 Width = 310 Height = 142 ItemHeight = 13 TabOrder = 0 end end object tabPosResult: TTabSheet Caption = 'tabPosResult' TabVisible = False object lblPosResult: TLabel Left = 15 Top = 15 Width = 271 Height = 130 AutoSize = False Caption = 'Installation has been completed successfully!' WordWrap = True end end object tabNegResult: TTabSheet Caption = 'tabNegResult' TabVisible = False object lblNegResult: TLabel Left = 15 Top = 15 Width = 304 Height = 94 AutoSize = False Caption = 'lblNegResult' WordWrap = True end object lblWWW1: TLabel Left = 15 Top = 114 Width = 313 Height = 28 Cursor = crUpArrow Alignment = taCenter AutoSize = False Caption = 'lblWWW1' Font.Color = clBlue Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False OnClick = lblWWW1Click end end object tabOldVersion: TTabSheet Caption = 'tabOldVersion' TabVisible = False object lblOldVersion1: TLabel Left = 15 Top = 15 Width = 313 Height = 34 Alignment = taCenter AutoSize = False Caption = 'Attention' Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lblOldVersion2: TLabel Left = 24 Top = 54 Width = 295 Height = 97 Alignment = taCenter AutoSize = False Caption = 'According to your system clock you have downloaded a version of ' + 'this program which is older than 6 months! There is a very good ' + 'chance that this program has been replaced by a newer version. P' + 'lease go to the following WWW address to verify:' WordWrap = True end object lblWWW2: TLabel Left = 15 Top = 150 Width = 313 Height = 28 Cursor = crUpArrow Alignment = taCenter AutoSize = False Caption = 'lblWWW2' Font.Color = clBlue Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False OnClick = lblWWW1Click end object lblOldVersion3: TLabel Left = 24 Top = 195 Width = 295 Height = 40 Alignment = taCenter AutoSize = False Caption = 'However, you can continue to install this version by clicking on' + ' Next.' WordWrap = True end end end object btnBack: TButton Left = 244 Top = 282 Width = 75 Height = 22 Caption = '< &Back' Enabled = False TabOrder = 2 OnClick = btnControls end object btnNext: TButton Left = 319 Top = 282 Width = 75 Height = 22 Caption = 'Next >' Default = True TabOrder = 3 OnClick = btnControls end object btnCancel: TButton Left = 403 Top = 282 Width = 75 Height = 22 Cancel = True Caption = 'Cancel' TabOrder = 4 OnClick = btnControls end object ddeCLConv: TDdeClientConv Left = 3 end end