object ProgressForm: TProgressForm Left = 257 Top = 141 BorderIcons = [] BorderStyle = bsDialog Caption = 'Progress' ClientHeight = 76 ClientWidth = 255 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lStatus: TLabel Left = 8 Top = 16 Width = 233 Height = 13 AutoSize = False Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Bar: TProgressBar Left = 8 Top = 40 Width = 241 Height = 17 Min = 0 Max = 100 TabOrder = 0 end end