home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2001 #5 / K-CD_2001-05.iso / K.exe / 0 / RCDATA / TQRPROGRESSFORM / TQRPROGRESSFORM.txt
Text File  |  2001-02-19  |  714b  |  40 lines

  1. object QRProgressForm: TQRProgressForm
  2.   Left = 316
  3.   Top = 272
  4.   BorderStyle = bsDialog
  5.   Caption = 'Printing progress'
  6.   ClientHeight = 97
  7.   ClientWidth = 149
  8.   ParentFont = True
  9.   FormStyle = fsStayOnTop
  10.   Position = poScreenCenter
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Info: TLabel
  14.     Left = 0
  15.     Top = 44
  16.     Width = 145
  17.     Height = 13
  18.     Alignment = taCenter
  19.     AutoSize = False
  20.   end
  21.   object CancelButton: TButton
  22.     Left = 36
  23.     Top = 60
  24.     Width = 75
  25.     Height = 25
  26.     Caption = 'Cancel'
  27.     TabOrder = 0
  28.     OnClick = CancelButtonClick
  29.   end
  30.   object Gauge: TProgressBar
  31.     Left = 16
  32.     Top = 18
  33.     Width = 114
  34.     Height = 16
  35.     Min = 0
  36.     Max = 100
  37.     TabOrder = 1
  38.   end
  39. end
  40.