home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / QRLIST.DFM / QRLIST.txt
Text File  |  1997-02-28  |  3KB  |  142 lines

  1. object QRListForm: TQRListForm
  2.   Left = 81
  3.   Top = 136
  4.   Width = 695
  5.   Height = 212
  6.   HorzScrollBar.Range = 1200
  7.   VertScrollBar.Range = 2000
  8.   AutoScroll = False
  9.   Caption = 'QuickReport List'
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 14
  17.   object Title: TQRBand
  18.     Left = 0
  19.     Top = 0
  20.     Width = 1200
  21.     Height = 37
  22.     Align = alTop
  23.     BandType = rbTitle
  24.     Color = clWhite
  25.     ForceNewPage = False
  26.     Frame.Width = 0
  27.     Ruler = qrrNone
  28.     object QRSysData1: TQRSysData
  29.       Left = 284
  30.       Top = 0
  31.       width = 165
  32.       height = 32
  33.       Alignment = taCenter
  34.       AlignToBand = True
  35.       AutoSize = False
  36.       Data = qrsReportTitle
  37.       Font.Color = clBlack
  38.       Font.Height = -27
  39.       Font.Name = 'Arial'
  40.       Font.Style = [fsBold]
  41.       ParentFont = False
  42.     end
  43.   end
  44.   object PageHeader: TQRBand
  45.     Left = 0
  46.     Top = 37
  47.     Width = 1200
  48.     Height = 24
  49.     Align = alTop
  50.     BandType = rbPageHeader
  51.     Color = clWhite
  52.     ForceNewPage = False
  53.     Frame.Width = 0
  54.     Ruler = qrrNone
  55.     object PageNumber: TQRSysData
  56.       Left = 544
  57.       Top = 4
  58.       width = 109
  59.       height = 17
  60.       Alignment = taRightJustify
  61.       AlignToBand = True
  62.       AutoSize = False
  63.       Data = qrsPageNumber
  64.       Text = 'Page number '
  65.     end
  66.     object QRLabel1: TQRLabel
  67.       Left = 12
  68.       Top = 4
  69.       width = 169
  70.       height = 14
  71.       Caption = 'Page header information goes here'
  72.       AlignToBand = False
  73.     end
  74.   end
  75.   object Detail: TQRBand
  76.     Left = 0
  77.     Top = 61
  78.     Width = 1200
  79.     Height = 24
  80.     Align = alTop
  81.     BandType = rbDetail
  82.     Color = clWhite
  83.     ForceNewPage = False
  84.     Frame.Width = 0
  85.     Ruler = qrrNone
  86.     object QRLabel2: TQRLabel
  87.       Left = 12
  88.       Top = 4
  89.       width = 134
  90.       height = 14
  91.       Caption = 'Detail information goes here'
  92.       AlignToBand = False
  93.     end
  94.   end
  95.   object PageFooter: TQRBand
  96.     Left = 0
  97.     Top = 85
  98.     Width = 1200
  99.     Height = 24
  100.     Align = alTop
  101.     BandType = rbPageFooter
  102.     Color = clWhite
  103.     ForceNewPage = False
  104.     Frame.Width = 0
  105.     Ruler = qrrNone
  106.     object QRDateTime: TQRSysData
  107.       Left = 548
  108.       Top = 4
  109.       width = 117
  110.       height = 17
  111.       Alignment = taRightJustify
  112.       AlignToBand = True
  113.       AutoSize = False
  114.       Data = qrsDateTime
  115.       Text = 'Printed at '
  116.     end
  117.     object QRLabel3: TQRLabel
  118.       Left = 12
  119.       Top = 4
  120.       width = 164
  121.       height = 14
  122.       Caption = 'Page footer information goes here'
  123.       AlignToBand = False
  124.     end
  125.   end
  126.   object QuickReport: TQuickReport
  127.     ColumnMarginInches = 0
  128.     ColumnMarginMM = 0
  129.     Columns = 1
  130.     DisplayPrintDialog = False
  131.     LeftMarginInches = 0
  132.     LeftMarginMM = 0
  133.     Orientation = poPortrait
  134.     ReportTitle = 'QuickReport Template'
  135.     RestartData = True
  136.     SQLCompatible = False
  137.     TitleBeforeHeader = True
  138.     Left = 4
  139.     Top = 124
  140.   end
  141. end
  142.