home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Objrepos / QRLABELS.DFM / QRLABELS.txt
Encoding:
Text File  |  1999-08-11  |  2.7 KB  |  118 lines

  1. object QRLabelForm: TQRLabelForm
  2.   Left = 192
  3.   Top = 107
  4.   Width = 870
  5.   Height = 640
  6.   Caption = 'QRLabelForm'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object QuickRep1: TQuickRep
  18.     Left = 16
  19.     Top = 16
  20.     Width = 794
  21.     Height = 1123
  22.     Frame.Color = clBlack
  23.     Frame.DrawTop = False
  24.     Frame.DrawBottom = False
  25.     Frame.DrawLeft = False
  26.     Frame.DrawRight = False
  27.     DataSet = MasterTable
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -13
  31.     Font.Name = 'Arial'
  32.     Font.Style = []
  33.     Functions.Strings = (
  34.       'PAGENUMBER'
  35.       'COLUMNNUMBER'
  36.       'REPORTTITLE')
  37.     Functions.DATA = (
  38.       '0'
  39.       '0'
  40.       #39#39)
  41.     Options = [FirstPageHeader, LastPageFooter]
  42.     Page.Columns = 3
  43.     Page.Orientation = poPortrait
  44.     Page.PaperSize = A4
  45.     Page.Values = (
  46.       127
  47.       2970
  48.       127
  49.       2100
  50.       127
  51.       127
  52.       0)
  53.     PrinterSettings.Copies = 1
  54.     PrinterSettings.Duplex = False
  55.     PrinterSettings.FirstPage = 0
  56.     PrinterSettings.LastPage = 0
  57.     PrinterSettings.OutputBin = First
  58.     PrintIfEmpty = True
  59.     SnapToGrid = True
  60.     Units = Inches
  61.     Zoom = 100
  62.     object DetailBand1: TQRBand
  63.       Left = 48
  64.       Top = 48
  65.       Width = 232
  66.       Height = 95
  67.       Frame.Color = clBlack
  68.       Frame.DrawTop = False
  69.       Frame.DrawBottom = False
  70.       Frame.DrawLeft = False
  71.       Frame.DrawRight = False
  72.       AlignToBottom = False
  73.       Color = clWhite
  74.       ForceNewColumn = False
  75.       ForceNewPage = False
  76.       Size.Values = (
  77.         251.354166666667000000
  78.         613.833333333333000000)
  79.       BandType = rbDetail
  80.       object QRLabel2: TQRLabel
  81.         Left = 12
  82.         Top = 8
  83.         Width = 202
  84.         Height = 17
  85.         Frame.Color = clBlack
  86.         Frame.DrawTop = False
  87.         Frame.DrawBottom = False
  88.         Frame.DrawLeft = False
  89.         Frame.DrawRight = False
  90.         Size.Values = (
  91.           44.979166666666700000
  92.           31.750000000000000000
  93.           21.166666666666700000
  94.           534.458333333333000000)
  95.         Alignment = taLeftJustify
  96.         AlignToBand = False
  97.         AutoSize = True
  98.         AutoStretch = False
  99.         Caption = 'Put data components on this band'
  100.         Color = clWhite
  101.         Font.Charset = DEFAULT_CHARSET
  102.         Font.Color = clWindowText
  103.         Font.Height = -13
  104.         Font.Name = 'MS Sans Serif'
  105.         Font.Style = []
  106.         ParentFont = False
  107.         Transparent = False
  108.         WordWrap = True
  109.         FontSize = 10
  110.       end
  111.     end
  112.   end
  113.   object MasterTable: TTable
  114.     Left = 16
  115.     Top = 20
  116.   end
  117. end
  118.