object ProgForm: TProgForm Left = 200 Top = 104 Width = 424 Height = 73 Caption = 'ProgForm' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object LFileName: TLabel Left = 8 Top = 8 Width = 401 Height = 13 AutoSize = False Caption = 'LFileName' end object ProgressBar1: TProgressBar Left = 8 Top = 24 Width = 401 Height = 17 Min = 0 Max = 100 TabOrder = 0 end end