object PrepareForm: TPrepareForm Left = 200 Top = 108 BorderStyle = bsNone Caption = 'PrepareForm' ClientHeight = 65 ClientWidth = 257 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object BorderPanel: TPanel Left = 0 Top = 0 Width = 257 Height = 65 Align = alClient TabOrder = 0 object Label1: TLabel Left = 70 Top = 15 Width = 154 Height = 13 Caption = 'Reading installation data...' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Image1: TImage Left = 20 Top = 15 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Process: TNewGauge Left = 70 Top = 35 Width = 176 Height = 15 MinValue = 0 MaxValue = 100 Progress = 0 end end end