home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / SIMPREP.DFM / SIMPREP.txt < prev   
Text File  |  1997-02-14  |  7KB  |  322 lines

  1. object SimpForm: TSimpForm
  2.   Left = 148
  3.   Top = 162
  4.   Width = 766
  5.   Height = 479
  6.   HorzScrollBar.Range = 1200
  7.   VertScrollBar.Range = 2000
  8.   AutoScroll = False
  9.   Caption = 'SimpForm'
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -13
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object TitleBand: TQRBand
  20.     Left = 0
  21.     Top = 0
  22.     Width = 1200
  23.     Height = 57
  24.     Align = alTop
  25.     BandType = rbTitle
  26.     Color = clWhite
  27.     Font.Charset = ANSI_CHARSET
  28.     Font.Color = clBlack
  29.     Font.Height = -13
  30.     Font.Name = 'Arial'
  31.     Font.Style = [fsBold]
  32.     ForceNewPage = False
  33.     Frame.Width = 0
  34.     Frame.DrawTop = False
  35.     Frame.DrawBottom = False
  36.     Frame.DrawLeft = False
  37.     Frame.DrawRight = False
  38.     ParentFont = False
  39.     Ruler = qrrInchesHV
  40.     object Image1: TImage
  41.       Left = 12
  42.       Top = 4
  43.       Width = 69
  44.       Height = 33
  45.       Picture.Data = {<image000.bmp>}
  46.       Stretch = True
  47.     end
  48.     object QRLabel1: TQRLabel
  49.       Left = 100
  50.       Top = 4
  51.       Width = 193
  52.       Height = 36
  53.       Caption = 'QuickReport'
  54.       AlignToBand = False
  55.       Font.Charset = ANSI_CHARSET
  56.       Font.Color = 8404992
  57.       Font.Height = -32
  58.       Font.Name = 'Arial'
  59.       Font.Style = [fsBold, fsItalic]
  60.       ParentFont = False
  61.     end
  62.     object QRLabel2: TQRLabel
  63.       Left = 300
  64.       Top = 20
  65.       Width = 83
  66.       Height = 16
  67.       Caption = 'for Delphi 2.0'
  68.       AlignToBand = False
  69.       Font.Charset = ANSI_CHARSET
  70.       Font.Color = 8404992
  71.       Font.Height = -13
  72.       Font.Name = 'Arial'
  73.       Font.Style = [fsBold, fsItalic]
  74.       ParentFont = False
  75.     end
  76.     object QRLabel3: TQRLabel
  77.       Left = 564
  78.       Top = 20
  79.       Width = 167
  80.       Height = 16
  81.       Caption = 'Copyright (c) 1996 QSD AS'
  82.       AlignToBand = False
  83.       Font.Charset = ANSI_CHARSET
  84.       Font.Color = clBlack
  85.       Font.Height = -13
  86.       Font.Name = 'Arial'
  87.       Font.Style = [fsBold, fsItalic]
  88.       ParentFont = False
  89.     end
  90.     object QRShape1: TQRShape
  91.       Left = 8
  92.       Top = 44
  93.       Width = 733
  94.       Height = 5
  95.       Brush.Color = clNavy
  96.       Shape = qrsRectangle
  97.     end
  98.   end
  99.   object DetailBand: TQRBand
  100.     Left = 0
  101.     Top = 77
  102.     Width = 1200
  103.     Height = 20
  104.     Align = alTop
  105.     BandType = rbDetail
  106.     Color = clWhite
  107.     ForceNewPage = False
  108.     Frame.Width = 0
  109.     Frame.DrawTop = False
  110.     Frame.DrawBottom = False
  111.     Frame.DrawLeft = False
  112.     Frame.DrawRight = False
  113.     LinkBand = QRBand2
  114.     Ruler = qrrNone
  115.     object QRDBText1: TQRDBText
  116.       Left = 12
  117.       Top = 0
  118.       Width = 221
  119.       Height = 16
  120.       AlignToBand = False
  121.       DataSource = DataModule2.CustomerSource
  122.       DataField = 'Company'
  123.     end
  124.     object QRDBText3: TQRDBText
  125.       Left = 432
  126.       Top = 0
  127.       Width = 121
  128.       Height = 17
  129.       AlignToBand = False
  130.       DataSource = DataModule2.CustomerSource
  131.       DataField = 'Contact'
  132.     end
  133.     object QRDBText4: TQRDBText
  134.       Left = 560
  135.       Top = 0
  136.       Width = 89
  137.       Height = 17
  138.       AlignToBand = False
  139.       DataSource = DataModule2.CustomerSource
  140.       DataField = 'Phone'
  141.     end
  142.     object QRDBText5: TQRDBText
  143.       Left = 652
  144.       Top = 0
  145.       Width = 85
  146.       Height = 17
  147.       AlignToBand = False
  148.       DataSource = DataModule2.CustomerSource
  149.       DataField = 'FAX'
  150.     end
  151.     object QRDBText2: TQRDBText
  152.       Left = 240
  153.       Top = 0
  154.       Width = 90
  155.       Height = 16
  156.       AlignToBand = False
  157.       AutoSize = True
  158.       DataSource = DataModule2.CustomerSource
  159.       DataField = 'Addr1'
  160.     end
  161.   end
  162.   object PageFooterBand: TQRBand
  163.     Left = 0
  164.     Top = 109
  165.     Width = 1200
  166.     Height = 24
  167.     Align = alTop
  168.     BandType = rbPageFooter
  169.     Color = clWhite
  170.     ForceNewPage = False
  171.     Frame.Width = 0
  172.     Frame.DrawTop = False
  173.     Frame.DrawBottom = False
  174.     Frame.DrawLeft = False
  175.     Frame.DrawRight = False
  176.     Ruler = qrrNone
  177.     object QRSysData1: TQRSysData
  178.       Left = 640
  179.       Top = 4
  180.       Width = 89
  181.       Height = 17
  182.       Alignment = taRightJustify
  183.       AlignToBand = True
  184.       Data = qrsPageNumber
  185.       Text = 'Page '
  186.     end
  187.   end
  188.   object QRBand1: TQRBand
  189.     Left = 0
  190.     Top = 57
  191.     Width = 1200
  192.     Height = 20
  193.     Align = alTop
  194.     BandType = rbColumnHeader
  195.     Color = clWhite
  196.     ForceNewPage = False
  197.     Frame.Width = 0
  198.     Frame.DrawTop = False
  199.     Frame.DrawBottom = False
  200.     Frame.DrawLeft = False
  201.     Frame.DrawRight = False
  202.     Ruler = qrrNone
  203.     object QRLabel4: TQRLabel
  204.       Left = 12
  205.       Top = 0
  206.       Width = 60
  207.       Height = 16
  208.       Caption = 'Company'
  209.       AlignToBand = False
  210.       Font.Charset = ANSI_CHARSET
  211.       Font.Color = clBlack
  212.       Font.Height = -13
  213.       Font.Name = 'Arial'
  214.       Font.Style = [fsBold]
  215.       ParentFont = False
  216.     end
  217.     object QRLabel5: TQRLabel
  218.       Left = 240
  219.       Top = 0
  220.       Width = 50
  221.       Height = 16
  222.       Caption = 'Address'
  223.       AlignToBand = False
  224.       Font.Charset = ANSI_CHARSET
  225.       Font.Color = clBlack
  226.       Font.Height = -13
  227.       Font.Name = 'Arial'
  228.       Font.Style = [fsBold]
  229.       ParentFont = False
  230.     end
  231.     object QRLabel6: TQRLabel
  232.       Left = 432
  233.       Top = 0
  234.       Width = 48
  235.       Height = 16
  236.       Caption = 'Contact'
  237.       AlignToBand = False
  238.       Font.Charset = ANSI_CHARSET
  239.       Font.Color = clBlack
  240.       Font.Height = -13
  241.       Font.Name = 'Arial'
  242.       Font.Style = [fsBold]
  243.       ParentFont = False
  244.     end
  245.     object QRLabel7: TQRLabel
  246.       Left = 560
  247.       Top = 0
  248.       Width = 41
  249.       Height = 16
  250.       Caption = 'Phone'
  251.       AlignToBand = False
  252.       Font.Charset = ANSI_CHARSET
  253.       Font.Color = clBlack
  254.       Font.Height = -13
  255.       Font.Name = 'Arial'
  256.       Font.Style = [fsBold]
  257.       ParentFont = False
  258.     end
  259.     object QRLabel8: TQRLabel
  260.       Left = 652
  261.       Top = 0
  262.       Width = 24
  263.       Height = 16
  264.       Caption = 'Fax'
  265.       AlignToBand = False
  266.       Font.Charset = ANSI_CHARSET
  267.       Font.Color = clBlack
  268.       Font.Height = -13
  269.       Font.Name = 'Arial'
  270.       Font.Style = [fsBold]
  271.       ParentFont = False
  272.     end
  273.   end
  274.   object QRBand2: TQRBand
  275.     Left = 0
  276.     Top = 97
  277.     Width = 1200
  278.     Height = 12
  279.     AfterPrint = QRBand2AfterPrint
  280.     Align = alTop
  281.     BandType = rbGroupFooter
  282.     Color = clWhite
  283.     ForceNewPage = False
  284.     Frame.Width = 0
  285.     Frame.DrawTop = False
  286.     Frame.DrawBottom = False
  287.     Frame.DrawLeft = False
  288.     Frame.DrawRight = False
  289.     Ruler = qrrNone
  290.   end
  291.   object SimpRep: TQuickReport
  292.     DataSource = DataModule2.CustomerSource
  293.     ColumnMarginInches = 0
  294.     ColumnMarginMM = 0
  295.     Columns = 1
  296.     DisplayPrintDialog = False
  297.     LeftMarginInches = 0
  298.     LeftMarginMM = 0
  299.     Orientation = poPortrait
  300.     PageFrame.DrawTop = False
  301.     PageFrame.DrawBottom = False
  302.     PageFrame.DrawLeft = False
  303.     PageFrame.DrawRight = False
  304.     PaperLength = 0
  305.     PaperSize = qrpDefault
  306.     PaperWidth = 0
  307.     ReportTitle = 'QuickReport Simple report demonstration'
  308.     RestartData = True
  309.     SQLCompatible = False
  310.     TitleBeforeHeader = False
  311.     Left = 4
  312.     Top = 140
  313.   end
  314.   object QRGroup1: TQRGroup
  315.     FooterBand = QRBand2
  316.     Level = 0
  317.     OnNeedData = QRGroup1NeedData
  318.     Left = 40
  319.     Top = 141
  320.   end
  321. end
  322.