object frmInst: TfrmInst Left = 476 Top = 67 BorderStyle = bsDialog Caption = 'caption' ClientHeight = 316 ClientWidth = 472 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object gi: TGauge Left = 8 Top = 283 Width = 217 Height = 21 Color = clBlack Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] BorderStyle = bsNone ForeColor = clActiveCaption BackColor = clBtnFace ParentColor = False ParentFont = False Progress = 0 Visible = False end object logo: TImage Left = 8 Top = 8 Width = 96 Height = 256 AutoSize = True end object Bevel1: TBevel Left = 8 Top = 273 Width = 457 Height = 2 end object logo2: TImage Left = 112 Top = 8 Width = 353 Height = 64 end object btnInstall: TButton Left = 304 Top = 282 Width = 75 Height = 23 Caption = '&Next >' Default = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = btnInstallClick end object btnCancel: TButton Left = 388 Top = 282 Width = 75 Height = 23 Cancel = True Caption = '&Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = btnCancelClick end object btnUninstall: TButton Left = 230 Top = 282 Width = 75 Height = 23 Caption = '&Uninstall' Enabled = False TabOrder = 2 OnClick = btnUninstallClick end object memo: TMemo Left = 112 Top = 8 Width = 353 Height = 257 Lines.Strings = ( 'memo') ScrollBars = ssVertical TabOrder = 3 Visible = False OnKeyPress = memoKeyPress end object Panel1: TPanel Left = 112 Top = 80 Width = 353 Height = 57 BevelInner = bvRaised BevelOuter = bvLowered Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 object Label1: TLabel Left = 24 Top = 12 Width = 305 Height = 38 Alignment = taCenter AutoSize = False Caption = '[ install ]' end end object Panel2: TPanel Left = 112 Top = 144 Width = 353 Height = 121 BevelInner = bvRaised BevelOuter = bvLowered Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 5 object Label2: TLabel Left = 48 Top = 8 Width = 257 Height = 54 Alignment = taCenter AutoSize = False Caption = '[ about ]' Color = clBtnFace ParentColor = False end object text: TLabel Left = 48 Top = 64 Width = 257 Height = 54 Alignment = taCenter AutoSize = False Caption = '[ client text ]' Color = clBtnFace ParentColor = False end end end