object PrintStatusDlg: TPrintStatusDlg Left = 251 Top = 229 ActiveControl = CancelBtn BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = '����� �ð��' ClientHeight = 113 ClientWidth = 307 ParentFont = True PixelsPerInch = 96 Position = poScreenCenter OnActivate = FormActivate TextHeight = 12 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 = '��ݾ�' ModalResult = 2 TabOrder = 0 OnClick = CancelBtnClick IsControl = True end end