object InstallForm: TInstallForm Left = 214 Top = 190 ActiveControl = StartBtn BorderStyle = bsDialog Caption = 'StarCalc 5.6 Setup' ClientHeight = 172 ClientWidth = 323 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = CreateInstallForm OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object StartBtn: TButton Left = 60 Top = 145 Width = 85 Height = 22 Caption = '&Install' Default = True TabOrder = 2 OnClick = StartBtnClick end object ExitBtn: TButton Left = 180 Top = 145 Width = 85 Height = 22 Caption = '&Cancel' ModalResult = 2 TabOrder = 3 OnClick = ExitBtnClick end object InstallPB: TProgressBar Left = 1 Top = 123 Width = 320 Height = 16 Min = 0 Max = 16 TabOrder = 1 end object Panel1: TPanel Left = 1 Top = 1 Width = 320 Height = 120 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object Label1: TLabel Left = 8 Top = 8 Width = 129 Height = 13 Caption = ' Folder to install StarCalc ' Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object InstFolder: TEdit Left = 8 Top = 24 Width = 281 Height = 21 TabOrder = 0 Text = 'C:\StarCalc' end object BFolButton: TButton Left = 293 Top = 24 Width = 20 Height = 22 Caption = '...' TabOrder = 1 OnClick = BFolButtonClick end object AddShortcutCB: TCheckBox Left = 8 Top = 55 Width = 161 Height = 17 Caption = '&Add shortcuts to Start menu' Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 2 end object OpenWhatsNewCB: TCheckBox Left = 8 Top = 93 Width = 241 Height = 17 Caption = 'Open "whatsnew.txt" file after the installation' Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 4 end object RegStateFile: TCheckBox Left = 8 Top = 74 Width = 217 Height = 17 Caption = '&Register type "scs" (StarCalc State file)' Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 3 end end end