home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 August / VPR9608A.BIN / del20try / install / data.z / QRLABELS.DFM / QRLABELS.txt
Text File  |  1996-05-08  |  2KB  |  94 lines

  1. object QRLabelsForm: TQRLabelsForm
  2.   Left = 174
  3.   Top = 154
  4.   Width = 596
  5.   Height = 208
  6.   HorzScrollBar.Range = 1200
  7.   VertScrollBar.Range = 2000
  8.   AutoScroll = False
  9.   Caption = 'QuickReport Labels'
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'Courier New'
  13.   Font.Style = []
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 14
  17.   object PageHeader: TQRBand
  18.     Left = 0
  19.     Top = 0
  20.     Width = 1200
  21.     Height = 29
  22.     Align = alTop
  23.     BandType = rbPageHeader
  24.     Color = clWhite
  25.     ForceNewPage = False
  26.     Frame.Width = 0
  27.     Ruler = qrrNone
  28.     object QRLabel1: TQRLabel
  29.       Left = 8
  30.       Top = 8
  31.       width = 616
  32.       height = 14
  33.       Caption = 
  34.         'Page header, change height of this band to adjust the vertical p' +
  35.         'ositioning of the labels'
  36.       AlignToBand = False
  37.     end
  38.   end
  39.   object Detail: TQRBand
  40.     Left = 0
  41.     Top = 29
  42.     Width = 1200
  43.     Height = 80
  44.     Align = alTop
  45.     BandType = rbDetail
  46.     Color = clWhite
  47.     ForceNewPage = False
  48.     Frame.Width = 0
  49.     Ruler = qrrNone
  50.     object NameField: TQRDBText
  51.       Left = 16
  52.       Top = 8
  53.       width = 63
  54.       height = 14
  55.       AutoSize = True
  56.     end
  57.     object AddressField1: TQRDBText
  58.       Left = 16
  59.       Top = 24
  60.       width = 91
  61.       height = 14
  62.       AutoSize = True
  63.     end
  64.     object AddressField2: TQRDBText
  65.       Left = 16
  66.       Top = 40
  67.       width = 91
  68.       height = 14
  69.       AutoSize = True
  70.     end
  71.     object AddressField3: TQRDBText
  72.       Left = 16
  73.       Top = 56
  74.       width = 91
  75.       height = 14
  76.       AutoSize = True
  77.     end
  78.   end
  79.   object QuickReport: TQuickReport
  80.     ColumnMarginInches = 0
  81.     ColumnMarginMM = 0
  82.     Columns = 3
  83.     DisplayPrintDialog = False
  84.     LeftMarginInches = 0
  85.     LeftMarginMM = 0
  86.     Orientation = poPortrait
  87.     RestartData = True
  88.     SQLCompatible = False
  89.     TitleBeforeHeader = False
  90.     Left = 4
  91.     Top = 128
  92.   end
  93. end
  94.