home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / TEXTLIST.DFM / TEXTLIST.txt
Text File  |  1997-02-14  |  3KB  |  147 lines

  1. object TextRep: TTextRep
  2.   Left = 268
  3.   Top = 201
  4.   Width = 435
  5.   Height = 300
  6.   HorzScrollBar.Range = 1200
  7.   VertScrollBar.Range = 2000
  8.   AutoScroll = False
  9.   Caption = 'TextRep'
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 14
  18.   object QRBand1: TQRBand
  19.     Left = 0
  20.     Top = 62
  21.     Width = 1200
  22.     Height = 9
  23.     Align = alTop
  24.     BandType = rbDetail
  25.     Color = clWhite
  26.     ForceNewPage = False
  27.     Frame.Width = 0
  28.     Frame.DrawTop = False
  29.     Frame.DrawBottom = False
  30.     Frame.DrawLeft = False
  31.     Frame.DrawRight = False
  32.     Ruler = qrrNone
  33.     object QRLabel1: TQRLabel
  34.       Left = 0
  35.       Top = 0
  36.       Width = 32
  37.       Height = 8
  38.       Caption = 'QRLabel1'
  39.       AlignToBand = False
  40.       Font.Color = clBlack
  41.       Font.Height = -7
  42.       Font.Name = 'Courier New'
  43.       Font.Style = []
  44.       ParentFont = False
  45.     end
  46.   end
  47.   object QRBand2: TQRBand
  48.     Left = 0
  49.     Top = 29
  50.     Width = 1200
  51.     Height = 33
  52.     Align = alTop
  53.     BandType = rbPageHeader
  54.     Color = clWhite
  55.     ForceNewPage = False
  56.     Frame.Width = 0
  57.     Frame.DrawTop = False
  58.     Frame.DrawBottom = False
  59.     Frame.DrawLeft = False
  60.     Frame.DrawRight = False
  61.     Ruler = qrrNone
  62.     object QRSysData3: TQRSysData
  63.       Left = 640
  64.       Top = -2
  65.       Width = 65
  66.       Height = 17
  67.       Alignment = taRightJustify
  68.       AlignToBand = True
  69.       Data = qrsPageNumber
  70.       Text = 'Page '
  71.     end
  72.     object QRSysData1: TQRSysData
  73.       Left = 4
  74.       Top = 0
  75.       Width = 107
  76.       Height = 14
  77.       AlignToBand = False
  78.       Data = qrsReportTitle
  79.       Text = 'Filename: '
  80.     end
  81.     object QRSysData2: TQRSysData
  82.       Left = 4
  83.       Top = 16
  84.       Width = 157
  85.       Height = 14
  86.       AlignToBand = False
  87.       Data = qrsDateTime
  88.       Text = 'Printed at '
  89.     end
  90.   end
  91.   object QRBand3: TQRBand
  92.     Left = 0
  93.     Top = 0
  94.     Width = 1200
  95.     Height = 29
  96.     Align = alTop
  97.     BandType = rbTitle
  98.     Color = clWhite
  99.     ForceNewPage = False
  100.     Frame.Width = 0
  101.     Frame.DrawTop = False
  102.     Frame.DrawBottom = False
  103.     Frame.DrawLeft = False
  104.     Frame.DrawRight = False
  105.     Ruler = qrrNone
  106.     object QRLabel2: TQRLabel
  107.       Left = 192
  108.       Top = 0
  109.       Width = 321
  110.       Height = 23
  111.       Alignment = taCenter
  112.       Caption = 'QuickReport File Lister Demo Report'
  113.       AlignToBand = True
  114.       Font.Color = clNavy
  115.       Font.Height = -19
  116.       Font.Name = 'Arial'
  117.       Font.Style = [fsItalic]
  118.       ParentFont = False
  119.     end
  120.   end
  121.   object Rep: TQuickReport
  122.     OnNeedData = RepNeedData
  123.     AfterPrint = RepAfterPrint
  124.     BeforePrint = RepBeforePrint
  125.     ColumnMarginInches = 0
  126.     ColumnMarginMM = 0
  127.     Columns = 2
  128.     DisplayPrintDialog = False
  129.     LeftMarginInches = 0
  130.     LeftMarginMM = 0
  131.     Orientation = poPortrait
  132.     PageFrame.DrawTop = False
  133.     PageFrame.DrawBottom = False
  134.     PageFrame.DrawLeft = False
  135.     PageFrame.DrawRight = False
  136.     PaperLength = 0
  137.     PaperSize = qrpDefault
  138.     PaperWidth = 0
  139.     ReportTitle = 'File lister demo'
  140.     RestartData = True
  141.     SQLCompatible = False
  142.     TitleBeforeHeader = True
  143.     Left = 8
  144.     Top = 76
  145.   end
  146. end
  147.