object frmProgress: TfrmProgress Left = 638 Top = 510 ActiveControl = btnCancel BorderIcons = [] BorderStyle = bsDialog Caption = 'Generating Pleading Document' ClientHeight = 81 ClientWidth = 319 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object lblPercentComplete: TLabel Left = 8 Top = 8 Width = 92 Height = 13 Caption = 'Percent complete : ' end object btnCancel: TButton Left = 122 Top = 49 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' TabOrder = 0 OnClick = btnCancelClick end object PrBar: TProgressBar Left = 8 Top = 24 Width = 297 Height = 17 Min = 0 Max = 100 Position = 18 Step = 3 TabOrder = 1 end end