home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 December / 12_02.iso / games / top / files / ut2003-demo.exe / System / dinterface.dll / 0 / RCDATA / TMEMOPRINTPROGRESS / TMEMOPRINTPROGRESS.txt
Text File  |  2002-08-12  |  1KB  |  74 lines

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