home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 441 / _SETUP.1 / PTF.exe / 0 / RCDATA / TQRPROGRESSFORM / TQRPROGRESSFORM.txt
Text File  |  1997-11-15  |  677b  |  35 lines

  1. object QRProgressForm: TQRProgressForm
  2.   Left = 233
  3.   Top = 161
  4.   BorderStyle = bsDialog
  5.   Caption = 'Printing progress'
  6.   ClientHeight = 84
  7.   ClientWidth = 147
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Info: TLabel
  18.     Left = 0
  19.     Top = 28
  20.     Width = 145
  21.     Height = 13
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.   end
  25.   object CancelButton: TButton
  26.     Left = 36
  27.     Top = 52
  28.     Width = 75
  29.     Height = 25
  30.     Caption = 'Cancel'
  31.     TabOrder = 0
  32.     OnClick = CancelButtonClick
  33.   end
  34. end
  35.