object dlgCopyFile: TdlgCopyFile Left = 130 Top = 149 ActiveControl = Panel1 BorderIcons = [] BorderStyle = bsDialog Caption = 'Copying Installation Files' ClientHeight = 68 ClientWidth = 394 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 394 Height = 41 Align = alTop TabOrder = 0 object Label1: TLabel Left = 66 Top = 8 Width = 75 Height = 16 Caption = 'Current File' end object edCurrentFile: TEdit Left = 150 Top = 8 Width = 177 Height = 24 ReadOnly = True TabOrder = 0 end end object Panel2: TPanel Left = 0 Top = 41 Width = 394 Height = 27 Align = alClient TabOrder = 1 object gaugeCopyProgress: TGauge Left = 1 Top = 1 Width = 392 Height = 25 Align = alClient Progress = 0 end end end