home *** CD-ROM | disk | FTP | other *** search
- object MemoPrintProgress: TMemoPrintProgress
- Left = 267
- Top = 198
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Printing Status'
- ClientHeight = 129
- ClientWidth = 353
- Font.Charset = DEFAULT_CHARSET
- 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 = 136
- Top = 96
- Width = 81
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 0
- end
- object pnlInfo: TPanel
- Left = 8
- Top = 8
- Width = 337
- Height = 64
- BevelOuter = bvNone
- TabOrder = 1
- object lblPrinter: TLabel
- Left = 0
- Top = 0
- Width = 337
- Height = 13
- Align = alTop
- Caption = 'Searching printers ...'
- WordWrap = True
- end
- object lblProgress: TLabel
- Left = 0
- Top = 26
- Width = 337
- Height = 13
- Align = alTop
- Caption = 'Printing pages: calculation ...'
- WordWrap = True
- end
- object lblFileName: TLabel
- Left = 0
- Top = 13
- Width = 337
- Height = 13
- Align = alTop
- WordWrap = True
- end
- end
- object ProgressBar: TProgressBar
- Left = 8
- Top = 72
- Width = 337
- Height = 17
- Min = 0
- Max = 100
- Step = 1
- TabOrder = 2
- end
- end
-