object ShowProgress: TShowProgress Left = 189 Top = 146 BorderIcons = [] BorderStyle = bsDialog Caption = 'Doing...' ClientHeight = 83 ClientWidth = 282 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object DisplayLabel: TLabel Left = 0 Top = 24 Width = 282 Height = 13 Alignment = taCenter AutoSize = False Caption = '%' end object CancelBtn: TBitBtn Left = 102 Top = 48 Width = 81 Height = 26 Caption = 'Cancel' TabOrder = 0 OnClick = CancelBtnClick NumGlyphs = 2 end end