object ProgressBox: TProgressBox Left = 216 Top = 149 Cursor = crHourGlass BorderStyle = bsDialog Caption = 'ProgressBox' ClientHeight = 109 ClientWidth = 357 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnHide = FormHide OnShow = FormShow TextHeight = 13 object FileLabel: TLabel Left = 8 Top = 4 Width = 301 Height = 13 AutoSize = False Caption = 'filename' WordWrap = True end object PercentLabel: TLabel Left = 6 Top = 58 Width = 73 Height = 13 AutoSize = False Caption = 'Complete' end object FromText: TLabel Left = 8 Top = 20 Width = 20 Height = 13 Caption = 'from' end object FromLabel: TLabel Left = 38 Top = 20 Width = 313 Height = 13 AutoSize = False Caption = 'source' end object ToText: TLabel Left = 8 Top = 36 Width = 9 Height = 13 Caption = 'to' end object ToLabel: TLabel Left = 38 Top = 36 Width = 313 Height = 13 AutoSize = False Caption = 'dest' end object Gauge: TBarGauge Left = 86 Top = 54 Width = 268 Height = 21 Font.Color = clOlive Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ForeColor = clNavy BackColor = clAqua ParentFont = False Progress = 70 end object CancelBtn: TBitBtn Left = 264 Top = 80 Width = 89 Height = 25 TabOrder = 0 OnClick = CancelBtnClick Kind = bkCancel Style = bsNew end end