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

  1. object LabelForm: TLabelForm
  2.   Left = 402
  3.   Top = 181
  4.   Width = 791
  5.   Height = 802
  6.   HorzScrollBar.Range = 1200
  7.   VertScrollBar.Range = 2000
  8.   AutoScroll = False
  9.   Caption = 'LabelForm'
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'Courier New'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 14
  16.   object QRBand1: TQRBand
  17.     Left = 0
  18.     Top = 22
  19.     Width = 1200
  20.     Height = 66
  21.     Align = alTop
  22.     BandType = rbDetail
  23.     BeforePrint = QRBand1BeforePrint
  24.     Color = clWhite
  25.     ForceNewPage = False
  26.     Frame.Width = 0
  27.     Ruler = qrrInchesHV
  28.     object QRDBText1: TQRDBText
  29.       Left = 14
  30.       Top = 6
  31.       width = 203
  32.       height = 13
  33.       DataSource = CustomerData.CustomerSource
  34.       DataField = 'Company'
  35.     end
  36.     object QRDBText2: TQRDBText
  37.       Left = 14
  38.       Top = 19
  39.       width = 216
  40.       height = 13
  41.       DataSource = CustomerData.CustomerSource
  42.       DataField = 'Addr1'
  43.     end
  44.     object Addr1Label: TQRLabel
  45.       Left = 14
  46.       Top = 32
  47.       width = 91
  48.       height = 14
  49.       Caption = 'Addressline 1'
  50.       AlignToBand = False
  51.     end
  52.     object Addr2Label: TQRLabel
  53.       Left = 14
  54.       Top = 45
  55.       width = 91
  56.       height = 14
  57.       Caption = 'Addressline 2'
  58.       AlignToBand = False
  59.     end
  60.   end
  61.   object QRBand2: TQRBand
  62.     Left = 0
  63.     Top = 0
  64.     Width = 1200
  65.     Height = 22
  66.     Align = alTop
  67.     BandType = rbPageHeader
  68.     Color = clWhite
  69.     ForceNewPage = False
  70.     Frame.Width = 0
  71.     Ruler = qrrNone
  72.     object QRLabel1: TQRLabel
  73.       Left = 11
  74.       Top = 3
  75.       width = 218
  76.       height = 15
  77.       Alignment = taCenter
  78.       Caption = 'QuickReport mailing label demo report'
  79.       AlignToBand = True
  80.       Font.Color = clBlack
  81.       Font.Height = -12
  82.       Font.Name = 'Arial'
  83.       Font.Style = [fsBold]
  84.       ParentFont = False
  85.     end
  86.     object QRSysData1: TQRSysData
  87.       Left = 644
  88.       Top = 4
  89.       width = 65
  90.       height = 17
  91.       Alignment = taRightJustify
  92.       AlignToBand = True
  93.       AutoSize = False
  94.       Data = qrsPageNumber
  95.       Text = 'Page '
  96.     end
  97.   end
  98.   object QRBand3: TQRBand
  99.     Left = 0
  100.     Top = 88
  101.     Width = 1200
  102.     Height = 657
  103.     Align = alTop
  104.     BandType = rbOverlay
  105.     Color = clWhite
  106.     ForceNewPage = False
  107.     Frame.Width = 0
  108.     Ruler = qrrNone
  109.     object QRLabel2: TQRLabel
  110.       Left = 20
  111.       Top = 404
  112.       width = 643
  113.       height = 122
  114.       Alignment = taCenter
  115.       Caption = 'QuickReport'
  116.       AlignToBand = True
  117.       Font.Color = clNavy
  118.       Font.Height = -107
  119.       Font.Name = 'Arial'
  120.       Font.Style = [fsBold, fsItalic]
  121.       ParentFont = False
  122.       Transparent = True
  123.     end
  124.     object QRLabel3: TQRLabel
  125.       Left = 128
  126.       Top = 536
  127.       width = 407
  128.       height = 74
  129.       Alignment = taCenter
  130.       Caption = 'for Delphi 2.0'
  131.       AlignToBand = True
  132.       Font.Color = 12615680
  133.       Font.Height = -64
  134.       Font.Name = 'Arial'
  135.       Font.Style = [fsBold, fsItalic]
  136.       ParentFont = False
  137.     end
  138.     object Memo1: TMemo
  139.       Left = 32
  140.       Top = 72
  141.       Width = 185
  142.       Height = 89
  143.       Lines.Strings = (
  144.         'Memo1')
  145.       TabOrder = 0
  146.     end
  147.   end
  148.   object Rep: TQuickReport
  149.     DataSource = CustomerData.CustomerSource
  150.     ColumnMarginInches = 0
  151.     ColumnMarginMM = 0
  152.     Columns = 3
  153.     DisplayPrintDialog = False
  154.     LeftMarginInches = 0
  155.     LeftMarginMM = 0
  156.     Orientation = poPortrait
  157.     ReportTitle = 'QuickReport mailing label demonstration'
  158.     RestartData = True
  159.     SQLCompatible = False
  160.     TitleBeforeHeader = False
  161.     Left = 3
  162.     Top = 100
  163.   end
  164. end
  165.