home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Demos / Quickrpt / Qr3 / history.dfm / history.txt
Text File  |  1999-08-11  |  4KB  |  166 lines

  1. object frmHistory: TfrmHistory
  2.   Left = 192
  3.   Top = 107
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'frmHistory'
  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 = 0
  20.     Width = 816
  21.     Height = 1056
  22.     Frame.Color = clBlack
  23.     Frame.DrawTop = False
  24.     Frame.DrawBottom = False
  25.     Frame.DrawLeft = False
  26.     Frame.DrawRight = False
  27.     Description.Strings = (
  28.       'A simple report to display the version history for the QR3DEMO')
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -13
  32.     Font.Name = 'Arial'
  33.     Font.Style = []
  34.     Functions.Strings = (
  35.       'PAGENUMBER'
  36.       'COLUMNNUMBER'
  37.       'REPORTTITLE')
  38.     Functions.DATA = (
  39.       '0'
  40.       '0'
  41.       #39#39)
  42.     Options = [FirstPageHeader, LastPageFooter]
  43.     Page.Columns = 1
  44.     Page.Orientation = poPortrait
  45.     Page.PaperSize = Letter
  46.     Page.Values = (
  47.       127.000000000000000000
  48.       2794.000000000000000000
  49.       127.000000000000000000
  50.       2159.000000000000000000
  51.       127.000000000000000000
  52.       127.000000000000000000
  53.       0.000000000000000000)
  54.     PrinterSettings.Copies = 1
  55.     PrinterSettings.Duplex = False
  56.     PrinterSettings.FirstPage = 0
  57.     PrinterSettings.LastPage = 0
  58.     PrinterSettings.OutputBin = Auto
  59.     PrintIfEmpty = True
  60.     ReportTitle = 'Demo History Report'
  61.     SnapToGrid = True
  62.     Units = Inches
  63.     Zoom = 100
  64.     object DetailBand1: TQRBand
  65.       Left = 48
  66.       Top = 88
  67.       Width = 720
  68.       Height = 20
  69.       Frame.Color = clBlack
  70.       Frame.DrawTop = False
  71.       Frame.DrawBottom = False
  72.       Frame.DrawLeft = False
  73.       Frame.DrawRight = False
  74.       AlignToBottom = False
  75.       Color = clWhite
  76.       ForceNewColumn = False
  77.       ForceNewPage = False
  78.       Size.Values = (
  79.         52.916666666666670000
  80.         1905.000000000000000000)
  81.       BandType = rbDetail
  82.       object QRMemo1: TQRMemo
  83.         Left = 0
  84.         Top = 0
  85.         Width = 601
  86.         Height = 17
  87.         Frame.Color = clBlack
  88.         Frame.DrawTop = False
  89.         Frame.DrawBottom = False
  90.         Frame.DrawLeft = False
  91.         Frame.DrawRight = False
  92.         Size.Values = (
  93.           44.979166666666670000
  94.           0.000000000000000000
  95.           0.000000000000000000
  96.           1590.145833333333000000)
  97.         Alignment = taLeftJustify
  98.         AlignToBand = False
  99.         AutoSize = False
  100.         AutoStretch = True
  101.         Color = clWhite
  102.         Lines.Strings = (
  103.           'Version 3.1.0'
  104.           '  Modified to work with QuickReport 3 Standard'
  105.           'Version 3.0.5'
  106.           '  Added version history report'
  107.           '  Added Grouping and Subtotaling report'
  108.           
  109.             '  Augmented the OnNeedData example to update the preview'#39's  prog' +
  110.             'ress indicator')
  111.         Transparent = False
  112.         WordWrap = True
  113.         FontSize = 10
  114.       end
  115.     end
  116.     object PageHeaderBand1: TQRBand
  117.       Left = 48
  118.       Top = 48
  119.       Width = 720
  120.       Height = 40
  121.       Frame.Color = clBlack
  122.       Frame.DrawTop = False
  123.       Frame.DrawBottom = False
  124.       Frame.DrawLeft = False
  125.       Frame.DrawRight = False
  126.       AlignToBottom = False
  127.       Color = clWhite
  128.       Font.Charset = DEFAULT_CHARSET
  129.       Font.Color = clWindowText
  130.       Font.Height = -27
  131.       Font.Name = 'Arial'
  132.       Font.Style = [fsBold]
  133.       ForceNewColumn = False
  134.       ForceNewPage = False
  135.       ParentFont = False
  136.       Size.Values = (
  137.         105.833333333333300000
  138.         1905.000000000000000000)
  139.       BandType = rbPageHeader
  140.       object QRSysData1: TQRSysData
  141.         Left = 277
  142.         Top = 0
  143.         Width = 165
  144.         Height = 33
  145.         Frame.Color = clBlack
  146.         Frame.DrawTop = False
  147.         Frame.DrawBottom = False
  148.         Frame.DrawLeft = False
  149.         Frame.DrawRight = False
  150.         Size.Values = (
  151.           87.312500000000000000
  152.           732.895833333333300000
  153.           0.000000000000000000
  154.           436.562500000000000000)
  155.         Alignment = taCenter
  156.         AlignToBand = True
  157.         AutoSize = True
  158.         Color = clWhite
  159.         Data = qrsReportTitle
  160.         Transparent = False
  161.         FontSize = 20
  162.       end
  163.     end
  164.   end
  165. end
  166.