object Printing: TPrinting Left = 245 Top = 108 BorderStyle = bsDialog Caption = 'Printing' ClientHeight = 230 ClientWidth = 337 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 14 object Bevel1: TBevel Left = 9 Top = 9 Width = 319 Height = 173 Shape = bsFrame end object Label1: TLabel Left = 120 Top = 27 Width = 97 Height = 17 Alignment = taCenter AutoSize = False Caption = '���ѧ�����...' end object PrtMsg: TLabel Left = 24 Top = 64 Width = 289 Height = 81 Alignment = taCenter AutoSize = False Caption = 'PrtMsg' end object CancelBtn: TButton Left = 128 Top = 192 Width = 81 Height = 27 Cancel = True Caption = 'Cancel' Default = True ModalResult = 2 TabOrder = 0 OnClick = CancelBtnClick end object ProgressBar1: TProgressBar Left = 18 Top = 155 Width = 300 Height = 16 Min = 0 Max = 100 TabOrder = 1 end end