object Install: TInstall Left = 200 Top = 119 Width = 435 Height = 300 BorderIcons = [biSystemMenu, biMinimize] Caption = 'Install Assistant 2.0' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} WindowState = wsMaximized OnActivate = FormActivate OnCreate = FormCreate OnDestroy = FormDestroy OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 13 object AN2: TLabel Left = 11 Top = 11 Width = 9 Height = 43 Font.Charset = EASTEUROPE_CHARSET Font.Color = clBlack Font.Height = -37 Font.Name = 'Times New Roman' Font.Style = [fsBold, fsItalic] ParentFont = False Transparent = True end object AN1: TLabel Left = 8 Top = 8 Width = 9 Height = 43 Font.Charset = EASTEUROPE_CHARSET Font.Color = clWhite Font.Height = -37 Font.Name = 'Times New Roman' Font.Style = [fsBold, fsItalic] ParentFont = False Transparent = True end object Progress: TPanel Left = 8 Top = 88 Width = 409 Height = 81 TabOrder = 0 Visible = False object FName: TLabel Left = 8 Top = 8 Width = 393 Height = 13 AutoSize = False end object FP: TGauge Left = 8 Top = 26 Width = 392 Height = 20 ForeColor = clBlue Progress = 0 end object CP: TGauge Left = 8 Top = 52 Width = 392 Height = 20 ForeColor = clBlue Progress = 0 end end end