home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / 06_02.iso / software / tea / teasetup.exe / tea.exe / 0 / RCDATA / TMEMOPRINTPROGRESS / TMEMOPRINTPROGRESS.txt
Text File  |  2002-03-26  |  1KB  |  73 lines

  1. object MemoPrintProgress: TMemoPrintProgress
  2.   Left = 354
  3.   Top = 431
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Printing Status'
  7.   ClientHeight = 134
  8.   ClientWidth = 356
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object btnCancel: TButton
  19.     Left = 130
  20.     Top = 99
  21.     Width = 95
  22.     Height = 25
  23.     Cancel = True
  24.     Caption = 'Cancel'
  25.     ModalResult = 2
  26.     TabOrder = 0
  27.   end
  28.   object pnlInfo: TPanel
  29.     Left = 13
  30.     Top = 7
  31.     Width = 330
  32.     Height = 64
  33.     BevelOuter = bvNone
  34.     TabOrder = 1
  35.     object lblPrinter: TLabel
  36.       Left = 0
  37.       Top = 0
  38.       Width = 330
  39.       Height = 13
  40.       Align = alTop
  41.       Caption = 'Searching printers ...'
  42.       WordWrap = True
  43.     end
  44.     object lblProgress: TLabel
  45.       Left = 0
  46.       Top = 26
  47.       Width = 330
  48.       Height = 13
  49.       Align = alTop
  50.       Caption = 'Printing pages:    calculation ...'
  51.       WordWrap = True
  52.     end
  53.     object lblFileName: TLabel
  54.       Left = 0
  55.       Top = 13
  56.       Width = 330
  57.       Height = 13
  58.       Align = alTop
  59.       WordWrap = True
  60.     end
  61.   end
  62.   object ProgressBar: TProgressBar
  63.     Left = 13
  64.     Top = 73
  65.     Width = 330
  66.     Height = 16
  67.     Min = 0
  68.     Max = 100
  69.     Step = 1
  70.     TabOrder = 2
  71.   end
  72. end
  73.