home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9APLI / 32PSHD30.ZIP / _SETUP.1 / HAO30.exe / 0 / RCDATA / TREPORTFORM / TREPORTFORM.txt
Text File  |  1998-02-19  |  2KB  |  92 lines

  1. object ReportForm: TReportForm
  2.   Left = 124
  3.   Top = 147
  4.   BorderStyle = bsDialog
  5.   Caption = 'Report Status Screen'
  6.   ClientHeight = 130
  7.   ClientWidth = 364
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 16
  22.     Width = 346
  23.     Height = 58
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 'Printing Status'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clBlack
  29.     Font.Height = -13
  30.     Font.Name = 'Arial'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.   end
  34.   object BitBtn1: TBitBtn
  35.     Left = 136
  36.     Top = 88
  37.     Width = 90
  38.     Height = 34
  39.     Caption = '&Cancel'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clBlack
  42.     Font.Height = -13
  43.     Font.Name = 'Arial'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.     TabOrder = 0
  47.     OnClick = BitBtn1Click
  48.     Kind = bkCancel
  49.   end
  50.   object ReportPrinter1: TReportPrinter
  51.     StatusLabel = Label1
  52.     StatusFormat = 'Printing Page %p'
  53.     LineHeightMethod = lhmFont
  54.     UnitsFactor = 1.000000000000000000
  55.     MarginLeft = 0.500000000000000000
  56.     MarginRight = 0.500000000000000000
  57.     MarginTop = 0.500000000000000000
  58.     MarginBottom = 0.500000000000000000
  59.     Title = 'Report'
  60.     Orientation = poPortrait
  61.     ScaleX = 100.000000000000000000
  62.     ScaleY = 100.000000000000000000
  63.     Left = 8
  64.     Top = 96
  65.   end
  66.   object ReportFiler1: TReportFiler
  67.     StatusLabel = Label1
  68.     StatusFormat = 'Printing page %p'
  69.     LineHeightMethod = lhmFont
  70.     UnitsFactor = 1.000000000000000000
  71.     MarginLeft = 0.500000000000000000
  72.     MarginRight = 0.500000000000000000
  73.     MarginTop = 0.500000000000000000
  74.     MarginBottom = 0.500000000000000000
  75.     Title = 'Report'
  76.     Orientation = poPortrait
  77.     ScaleX = 100.000000000000000000
  78.     ScaleY = 100.000000000000000000
  79.     FileName = 'TEMP.RPT'
  80.     StreamMode = smUser
  81.     Left = 40
  82.     Top = 96
  83.   end
  84.   object Timer1: TTimer
  85.     Enabled = False
  86.     Interval = 500
  87.     OnTimer = Timer1Timer
  88.     Left = 80
  89.     Top = 96
  90.   end
  91. end
  92.