object PrintStatusDlg: TPrintStatusDlg Left = 251 Top = 229 ActiveControl = CancelBtn BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Print Status' ClientHeight = 113 ClientWidth = 307 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object CancelBtn: TButton Left = 115 Top = 76 Width = 77 Height = 27 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 0 OnClick = CancelBtnClick IsControl = True end object Panel1: TPanel Left = 11 Top = 9 Width = 285 Height = 57 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 1 object lbInfo: TLabel Left = 2 Top = 2 Width = 281 Height = 53 Align = alClient AutoSize = False Caption = 'lbInfo' WordWrap = True IsControl = True end end end