object SetupForm: TSetupForm Left = 201 Top = 109 BorderStyle = bsDialog Caption = 'Installation Progress' ClientHeight = 173 ClientWidth = 432 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Process: TNewGauge Left = 5 Top = 60 Width = 421 Height = 21 MinValue = 0 MaxValue = 100 Progress = 0 end object Status: TNewPathLabel Left = 10 Top = 40 Width = 411 Height = 17 end object MsgLabel: TLabel Left = 10 Top = 5 Width = 411 Height = 13 AutoSize = False end object GroupLabel: TLabel Left = 20 Top = 20 Width = 404 Height = 16 AutoSize = False end object L_Info: TLabel Left = 335 Top = 125 Width = 86 Height = 31 Alignment = taCenter AutoSize = False Caption = 'ThunderSetup www.cmware.de' WordWrap = True end object Cancel: TButton Left = 170 Top = 130 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 0 OnClick = CancelClick end object MinorProgress: TProgressBar Left = 5 Top = 95 Width = 421 Height = 16 Min = 0 Max = 100 TabOrder = 1 end object FileSplitter: TFileSplitter SplittedFileName = 'A:\splitted' FirstDiskSize = 0 OnChangeDisk = FileSplitterChangeDisk OnProgress = FileSplitterProgress Left = 25 Top = 135 end object Zipper: TZLBArchive CheckCRC = True OnProgress = ZipperProgress Left = 55 Top = 133 end object VersionInfo: TVersionInfo ComponentVersion = '1.0.0.0' About = 'TVersionInfo Component. � 1999 by Christoph M�ssel' Left = 85 Top = 135 end object Exec: TsfAppExec ShowType = sstShowNormal Wait = True Left = 110 Top = 135 end object Shell: TShellLink HotKey = 0 ShowCmd = 0 IconNumber = 0 Update = False Left = 140 Top = 135 end end