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

  1. object QRMDForm: TQRMDForm
  2.   Left = 101
  3.   Top = 124
  4.   Width = 690
  5.   Height = 253
  6.   HorzScrollBar.Range = 1200
  7.   VertScrollBar.Range = 2000
  8.   AutoScroll = False
  9.   Caption = 'QuickReport Master/Detail'
  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 = 542
  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 Master: 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 = 141
  90.       height = 14
  91.       Caption = 'Master information goes here'
  92.       AlignToBand = False
  93.     end
  94.   end
  95.   object PageFooter: TQRBand
  96.     Left = 0
  97.     Top = 133
  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 Detail: TQRBand
  127.     Left = 0
  128.     Top = 85
  129.     Width = 1200
  130.     Height = 24
  131.     Align = alTop
  132.     BandType = rbSubDetail
  133.     Color = clWhite
  134.     ForceNewPage = False
  135.     Frame.Width = 0
  136.     Ruler = qrrNone
  137.     object QRLabel4: TQRLabel
  138.       Left = 28
  139.       Top = 4
  140.       width = 134
  141.       height = 14
  142.       Caption = 'Detail information goes here'
  143.       AlignToBand = False
  144.     end
  145.   end
  146.   object DetailFooter: TQRBand
  147.     Left = 0
  148.     Top = 109
  149.     Width = 1200
  150.     Height = 24
  151.     Align = alTop
  152.     BandType = rbGroupFooter
  153.     Color = clWhite
  154.     ForceNewPage = False
  155.     Frame.Width = 0
  156.     Ruler = qrrNone
  157.     object QRLabel5: TQRLabel
  158.       Left = 12
  159.       Top = 4
  160.       width = 125
  161.       height = 14
  162.       Caption = 'Detail summary goes here'
  163.       AlignToBand = False
  164.     end
  165.   end
  166.   object QuickReport: TQuickReport
  167.     ColumnMarginInches = 0
  168.     ColumnMarginMM = 0
  169.     Columns = 1
  170.     DisplayPrintDialog = False
  171.     LeftMarginInches = 0
  172.     LeftMarginMM = 0
  173.     Orientation = poPortrait
  174.     ReportTitle = 'QuickReport Template'
  175.     RestartData = True
  176.     SQLCompatible = False
  177.     TitleBeforeHeader = True
  178.     Left = 4
  179.     Top = 172
  180.   end
  181.   object DetailLink: TQRDetailLink
  182.     DetailBand = Detail
  183.     FooterBand = DetailFooter
  184.     Master = QuickReport
  185.     PrintBefore = False
  186.     Left = 36
  187.     Top = 172
  188.   end
  189. end
  190.