object PrintStatusDlg: TPrintStatusDlg Left = 251 Top = 229 ActiveControl = CancelBtn BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Print Status' ClientHeight = 113 ClientWidth = 307 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnActivate = FormActivate TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 289 Height = 57 end object lbInfo: TLabel Left = 12 Top = 12 Width = 281 Height = 49 AutoSize = False Caption = 'lbInfo' WordWrap = True IsControl = True end object CancelBtn: TButton Left = 115 Top = 76 Width = 77 Height = 27 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 0 OnClick = CancelBtnClick IsControl = True end end