object MemoPrintProgress: TMemoPrintProgress Left = 354 Top = 431 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Printing Status' ClientHeight = 134 ClientWidth = 356 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object btnCancel: TButton Left = 130 Top = 99 Width = 95 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 0 end object pnlInfo: TPanel Left = 13 Top = 7 Width = 330 Height = 64 BevelOuter = bvNone TabOrder = 1 object lblPrinter: TLabel Left = 0 Top = 0 Width = 330 Height = 13 Align = alTop Caption = 'Searching printers ...' WordWrap = True end object lblProgress: TLabel Left = 0 Top = 26 Width = 330 Height = 13 Align = alTop Caption = 'Printing pages: calculation ...' WordWrap = True end object lblFileName: TLabel Left = 0 Top = 13 Width = 330 Height = 13 Align = alTop WordWrap = True end end object ProgressBar: TProgressBar Left = 13 Top = 73 Width = 330 Height = 16 Min = 0 Max = 100 Step = 1 TabOrder = 2 end end