home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / INVOICE.DFM / INVOICE.txt < prev   
Text File  |  1997-02-28  |  20KB  |  846 lines

  1. object InvoiceReportForm: TInvoiceReportForm
  2.   Left = 181
  3.   Top = 123
  4.   Width = 784
  5.   Height = 578
  6.   HorzScrollBar.Range = 1200
  7.   VertScrollBar.Range = 2000
  8.   AutoScroll = False
  9.   Caption = 'InvoiceReportForm'
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   Scaled = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 14
  18.   object TitleBand: TQRBand
  19.     Left = 0
  20.     Top = 0
  21.     Width = 1200
  22.     Height = 80
  23.     Align = alTop
  24.     BandType = rbTitle
  25.     Color = clSilver
  26.     ForceNewPage = False
  27.     Frame.DrawTop = False
  28.     Frame.DrawBottom = False
  29.     Frame.DrawLeft = False
  30.     Frame.DrawRight = False
  31.     Ruler = qrrNone
  32.     object Image1: TImage
  33.       Left = 0
  34.       Top = 0
  35.       Width = 97
  36.       Height = 75
  37.       Picture.Data = {<image000.bmp>}
  38.     end
  39.     object QRShape1: TQRShape
  40.       Left = 0
  41.       Top = 75
  42.       Width = 770
  43.       Height = 5
  44.       Brush.Color = clNavy
  45.       Shape = qrsRectangle
  46.     end
  47.     object QRLabel1: TQRLabel
  48.       Left = 112
  49.       Top = 48
  50.       Width = 281
  51.       Height = 25
  52.       Caption = 'Marine Adventures, Inc.'
  53.       AlignToBand = False
  54.       Font.Charset = ANSI_CHARSET
  55.       Font.Color = clBlue
  56.       Font.Height = -21
  57.       Font.Name = 'Billboard'
  58.       Font.Style = [fsBold, fsItalic]
  59.       ParentFont = False
  60.     end
  61.     object QRLabel2: TQRLabel
  62.       Left = 520
  63.       Top = 8
  64.       Width = 101
  65.       Height = 34
  66.       Caption = 'Invoice'
  67.       AlignToBand = False
  68.       Font.Charset = ANSI_CHARSET
  69.       Font.Color = clRed
  70.       Font.Height = -29
  71.       Font.Name = 'Arial'
  72.       Font.Style = [fsBold]
  73.       ParentFont = False
  74.     end
  75.   end
  76.   object MainBand: TQRBand
  77.     Left = 0
  78.     Top = 80
  79.     Width = 1200
  80.     Height = 169
  81.     Align = alTop
  82.     BandType = rbDetail
  83.     Color = clWhite
  84.     Font.Charset = ANSI_CHARSET
  85.     Font.Color = clBlack
  86.     Font.Height = -13
  87.     Font.Name = 'Arial'
  88.     Font.Style = []
  89.     ForceNewPage = False
  90.     Frame.DrawTop = False
  91.     Frame.DrawBottom = False
  92.     Frame.DrawLeft = False
  93.     Frame.DrawRight = False
  94.     LinkBand = PartsBand
  95.     ParentFont = False
  96.     Ruler = qrrNone
  97.     object QRLabel3: TQRLabel
  98.       Left = 8
  99.       Top = 4
  100.       Width = 99
  101.       Height = 12
  102.       Caption = 'Bill To Address:'
  103.       AlignToBand = False
  104.       Color = clNavy
  105.       Font.Charset = ANSI_CHARSET
  106.       Font.Color = clWhite
  107.       Font.Height = -13
  108.       Font.Name = 'Arial'
  109.       Font.Style = [fsBold]
  110.       ParentFont = False
  111.     end
  112.     object QRDBText1: TQRDBText
  113.       Left = 8
  114.       Top = 24
  115.       Width = 241
  116.       Height = 17
  117.       AlignToBand = False
  118.       DataSource = MastData.InvoiceQrySrc
  119.       DataField = 'Company'
  120.       Font.Charset = ANSI_CHARSET
  121.       Font.Color = clBlack
  122.       Font.Height = -13
  123.       Font.Name = 'Arial'
  124.       Font.Style = [fsBold]
  125.       ParentFont = False
  126.     end
  127.     object QRDBText2: TQRDBText
  128.       Left = 8
  129.       Top = 41
  130.       Width = 175
  131.       Height = 17
  132.       AlignToBand = False
  133.       DataSource = MastData.InvoiceQrySrc
  134.       DataField = 'Addr1'
  135.       Font.Charset = ANSI_CHARSET
  136.       Font.Color = clBlack
  137.       Font.Height = -13
  138.       Font.Name = 'Arial'
  139.       Font.Style = []
  140.       ParentFont = False
  141.     end
  142.     object QRDBText3: TQRDBText
  143.       Left = 192
  144.       Top = 41
  145.       Width = 75
  146.       Height = 17
  147.       AlignToBand = False
  148.       DataSource = MastData.InvoiceQrySrc
  149.       DataField = 'Addr2'
  150.       Font.Charset = ANSI_CHARSET
  151.       Font.Color = clBlack
  152.       Font.Height = -13
  153.       Font.Name = 'Arial'
  154.       Font.Style = []
  155.       ParentFont = False
  156.     end
  157.     object QRDBText4: TQRDBText
  158.       Left = 8
  159.       Top = 58
  160.       Width = 137
  161.       Height = 17
  162.       AlignToBand = False
  163.       DataSource = MastData.InvoiceQrySrc
  164.       DataField = 'City'
  165.       Font.Charset = ANSI_CHARSET
  166.       Font.Color = clBlack
  167.       Font.Height = -13
  168.       Font.Name = 'Arial'
  169.       Font.Style = []
  170.       ParentFont = False
  171.     end
  172.     object QRDBText5: TQRDBText
  173.       Left = 147
  174.       Top = 58
  175.       Width = 134
  176.       Height = 17
  177.       AlignToBand = False
  178.       DataSource = MastData.InvoiceQrySrc
  179.       DataField = 'State'
  180.       Font.Charset = ANSI_CHARSET
  181.       Font.Color = clBlack
  182.       Font.Height = -13
  183.       Font.Name = 'Arial'
  184.       Font.Style = []
  185.       ParentFont = False
  186.     end
  187.     object QRDBText6: TQRDBText
  188.       Left = 8
  189.       Top = 75
  190.       Width = 129
  191.       Height = 17
  192.       AlignToBand = False
  193.       DataSource = MastData.InvoiceQrySrc
  194.       DataField = 'Country'
  195.       Font.Charset = ANSI_CHARSET
  196.       Font.Color = clBlack
  197.       Font.Height = -13
  198.       Font.Name = 'Arial'
  199.       Font.Style = []
  200.       ParentFont = False
  201.     end
  202.     object QRDBText7: TQRDBText
  203.       Left = 151
  204.       Top = 75
  205.       Width = 65
  206.       Height = 17
  207.       AlignToBand = False
  208.       DataSource = MastData.InvoiceQrySrc
  209.       DataField = 'Zip'
  210.       Font.Charset = ANSI_CHARSET
  211.       Font.Color = clBlack
  212.       Font.Height = -13
  213.       Font.Name = 'Arial'
  214.       Font.Style = []
  215.       ParentFont = False
  216.     end
  217.     object QRLabel4: TQRLabel
  218.       Left = 392
  219.       Top = 4
  220.       Width = 107
  221.       Height = 12
  222.       Caption = 'Ship To Address:'
  223.       AlignToBand = False
  224.       Color = clNavy
  225.       Font.Charset = ANSI_CHARSET
  226.       Font.Color = clWhite
  227.       Font.Height = -13
  228.       Font.Name = 'Arial'
  229.       Font.Style = [fsBold]
  230.       ParentFont = False
  231.     end
  232.     object QRShape2: TQRShape
  233.       Left = 376
  234.       Top = 4
  235.       Width = 3
  236.       Height = 105
  237.       Brush.Color = clRed
  238.       Shape = qrsRectangle
  239.     end
  240.     object QRDBText8: TQRDBText
  241.       Left = 392
  242.       Top = 24
  243.       Width = 201
  244.       Height = 17
  245.       AlignToBand = False
  246.       DataSource = MastData.InvoiceQrySrc
  247.       DataField = 'ShipToContact'
  248.       Font.Charset = ANSI_CHARSET
  249.       Font.Color = clBlack
  250.       Font.Height = -13
  251.       Font.Name = 'Arial'
  252.       Font.Style = [fsBold]
  253.       ParentFont = False
  254.     end
  255.     object QRDBText9: TQRDBText
  256.       Left = 392
  257.       Top = 41
  258.       Width = 175
  259.       Height = 17
  260.       AlignToBand = False
  261.       DataSource = MastData.InvoiceQrySrc
  262.       DataField = 'ShipToAddr1'
  263.       Font.Charset = ANSI_CHARSET
  264.       Font.Color = clBlack
  265.       Font.Height = -13
  266.       Font.Name = 'Arial'
  267.       Font.Style = []
  268.       ParentFont = False
  269.     end
  270.     object QRDBText10: TQRDBText
  271.       Left = 569
  272.       Top = 41
  273.       Width = 88
  274.       Height = 17
  275.       AlignToBand = False
  276.       DataSource = MastData.InvoiceQrySrc
  277.       DataField = 'ShipToAddr2'
  278.       Font.Charset = ANSI_CHARSET
  279.       Font.Color = clBlack
  280.       Font.Height = -13
  281.       Font.Name = 'Arial'
  282.       Font.Style = []
  283.       ParentFont = False
  284.     end
  285.     object QRDBText11: TQRDBText
  286.       Left = 392
  287.       Top = 58
  288.       Width = 138
  289.       Height = 17
  290.       AlignToBand = False
  291.       DataSource = MastData.InvoiceQrySrc
  292.       DataField = 'ShipToCity'
  293.       Font.Charset = ANSI_CHARSET
  294.       Font.Color = clBlack
  295.       Font.Height = -13
  296.       Font.Name = 'Arial'
  297.       Font.Style = []
  298.       ParentFont = False
  299.     end
  300.     object QRDBText12: TQRDBText
  301.       Left = 530
  302.       Top = 58
  303.       Width = 119
  304.       Height = 17
  305.       AlignToBand = False
  306.       DataSource = MastData.InvoiceQrySrc
  307.       DataField = 'ShipToState'
  308.       Font.Charset = ANSI_CHARSET
  309.       Font.Color = clBlack
  310.       Font.Height = -13
  311.       Font.Name = 'Arial'
  312.       Font.Style = []
  313.       ParentFont = False
  314.     end
  315.     object QRDBText13: TQRDBText
  316.       Left = 392
  317.       Top = 75
  318.       Width = 129
  319.       Height = 17
  320.       AlignToBand = False
  321.       DataSource = MastData.InvoiceQrySrc
  322.       DataField = 'ShipToCountry'
  323.       Font.Charset = ANSI_CHARSET
  324.       Font.Color = clBlack
  325.       Font.Height = -13
  326.       Font.Name = 'Arial'
  327.       Font.Style = []
  328.       ParentFont = False
  329.     end
  330.     object QRDBText14: TQRDBText
  331.       Left = 544
  332.       Top = 75
  333.       Width = 65
  334.       Height = 17
  335.       AlignToBand = False
  336.       DataSource = MastData.InvoiceQrySrc
  337.       DataField = 'ShipToZip'
  338.       Font.Charset = ANSI_CHARSET
  339.       Font.Color = clBlack
  340.       Font.Height = -13
  341.       Font.Name = 'Arial'
  342.       Font.Style = []
  343.       ParentFont = False
  344.     end
  345.     object QRDBText15: TQRDBText
  346.       Left = 392
  347.       Top = 92
  348.       Width = 169
  349.       Height = 17
  350.       AlignToBand = False
  351.       DataSource = MastData.InvoiceQrySrc
  352.       DataField = 'ShipToPhone'
  353.       Font.Charset = ANSI_CHARSET
  354.       Font.Color = clBlack
  355.       Font.Height = -13
  356.       Font.Name = 'Arial'
  357.       Font.Style = []
  358.       ParentFont = False
  359.     end
  360.     object QRLabel5: TQRLabel
  361.       Left = 0
  362.       Top = 112
  363.       Width = 776
  364.       Height = 12
  365.       AutoSize = False
  366.       Caption = 
  367.         '    Order No.          Cust No.          Sales Person           ' +
  368.         '        Sales Date               Ship Date               Ship Vi' +
  369.         'a                              '
  370.       AlignToBand = False
  371.       Color = clNavy
  372.       Font.Charset = ANSI_CHARSET
  373.       Font.Color = clWhite
  374.       Font.Height = -13
  375.       Font.Name = 'Arial'
  376.       Font.Style = [fsBold]
  377.       ParentFont = False
  378.     end
  379.     object QRDBText16: TQRDBText
  380.       Left = 8
  381.       Top = 130
  382.       Width = 65
  383.       Height = 17
  384.       Alignment = taRightJustify
  385.       AlignToBand = False
  386.       DataSource = MastData.InvoiceQrySrc
  387.       DataField = 'OrderNo'
  388.       Font.Charset = ANSI_CHARSET
  389.       Font.Color = clBlack
  390.       Font.Height = -13
  391.       Font.Name = 'Arial'
  392.       Font.Style = []
  393.       ParentFont = False
  394.     end
  395.     object QRDBText17: TQRDBText
  396.       Left = 104
  397.       Top = 130
  398.       Width = 57
  399.       Height = 17
  400.       Alignment = taRightJustify
  401.       AlignToBand = False
  402.       DataSource = MastData.InvoiceQrySrc
  403.       DataField = 'CustNo'
  404.       Font.Charset = ANSI_CHARSET
  405.       Font.Color = clBlack
  406.       Font.Height = -13
  407.       Font.Name = 'Arial'
  408.       Font.Style = []
  409.       ParentFont = False
  410.     end
  411.     object QRDBText18: TQRDBText
  412.       Left = 200
  413.       Top = 130
  414.       Width = 43
  415.       Height = 17
  416.       Alignment = taRightJustify
  417.       AlignToBand = False
  418.       DataSource = MastData.InvoiceQrySrc
  419.       DataField = 'FirstName'
  420.       Font.Charset = ANSI_CHARSET
  421.       Font.Color = clBlack
  422.       Font.Height = -13
  423.       Font.Name = 'Arial'
  424.       Font.Style = []
  425.       ParentFont = False
  426.     end
  427.     object QRDBText19: TQRDBText
  428.       Left = 247
  429.       Top = 130
  430.       Width = 65
  431.       Height = 17
  432.       AlignToBand = False
  433.       DataSource = MastData.InvoiceQrySrc
  434.       DataField = 'LastName'
  435.     end
  436.     object QRDBText20: TQRDBText
  437.       Left = 368
  438.       Top = 130
  439.       Width = 73
  440.       Height = 17
  441.       Alignment = taCenter
  442.       AlignToBand = False
  443.       DataSource = MastData.InvoiceQrySrc
  444.       DataField = 'SaleDate'
  445.     end
  446.     object QRDBText21: TQRDBText
  447.       Left = 464
  448.       Top = 130
  449.       Width = 129
  450.       Height = 17
  451.       Alignment = taCenter
  452.       AlignToBand = False
  453.       DataSource = MastData.InvoiceQrySrc
  454.       DataField = 'ShipDate'
  455.     end
  456.     object QRDBText22: TQRDBText
  457.       Left = 608
  458.       Top = 130
  459.       Width = 73
  460.       Height = 17
  461.       Alignment = taCenter
  462.       AlignToBand = False
  463.       DataSource = MastData.InvoiceQrySrc
  464.       DataField = 'ShipVIA'
  465.     end
  466.     object QRLabel6: TQRLabel
  467.       Left = 0
  468.       Top = 152
  469.       Width = 776
  470.       Height = 12
  471.       AutoSize = False
  472.       Caption = 
  473.         '      Part No.           Description                            ' +
  474.         '                 Quantity      List Price      Discount       Ex' +
  475.         'tended Price'
  476.       AlignToBand = False
  477.       Color = clNavy
  478.       Font.Charset = ANSI_CHARSET
  479.       Font.Color = clWhite
  480.       Font.Height = -13
  481.       Font.Name = 'Arial'
  482.       Font.Style = [fsBold]
  483.       ParentFont = False
  484.     end
  485.   end
  486.   object PartsBand: TQRBand
  487.     Left = 0
  488.     Top = 249
  489.     Width = 1200
  490.     Height = 18
  491.     Align = alTop
  492.     BandType = rbSubDetail
  493.     Color = clWhite
  494.     ForceNewPage = False
  495.     Frame.DrawTop = False
  496.     Frame.DrawBottom = False
  497.     Frame.DrawLeft = False
  498.     Frame.DrawRight = False
  499.     Ruler = qrrNone
  500.     object QRDBText23: TQRDBText
  501.       Left = 16
  502.       Top = 1
  503.       Width = 57
  504.       Height = 16
  505.       Alignment = taRightJustify
  506.       AlignToBand = False
  507.       DataSource = MastData.InvoiceQrySrc
  508.       DataField = 'PartNo'
  509.       Font.Charset = ANSI_CHARSET
  510.       Font.Color = clBlack
  511.       Font.Height = -13
  512.       Font.Name = 'Arial'
  513.       Font.Style = []
  514.       ParentFont = False
  515.     end
  516.     object QRDBText24: TQRDBText
  517.       Left = 104
  518.       Top = 1
  519.       Width = 257
  520.       Height = 16
  521.       AlignToBand = False
  522.       DataSource = MastData.InvoiceQrySrc
  523.       DataField = 'Description'
  524.       Font.Charset = ANSI_CHARSET
  525.       Font.Color = clBlack
  526.       Font.Height = -13
  527.       Font.Name = 'Arial'
  528.       Font.Style = []
  529.       ParentFont = False
  530.     end
  531.     object QRDBText25: TQRDBText
  532.       Left = 368
  533.       Top = 1
  534.       Width = 41
  535.       Height = 16
  536.       Alignment = taRightJustify
  537.       AlignToBand = False
  538.       DataSource = MastData.InvoiceQrySrc
  539.       DataField = 'Qty'
  540.       Font.Charset = ANSI_CHARSET
  541.       Font.Color = clBlack
  542.       Font.Height = -13
  543.       Font.Name = 'Arial'
  544.       Font.Style = []
  545.       ParentFont = False
  546.     end
  547.     object QRDBText26: TQRDBText
  548.       Left = 440
  549.       Top = 1
  550.       Width = 73
  551.       Height = 16
  552.       Alignment = taRightJustify
  553.       AlignToBand = False
  554.       DataSource = MastData.InvoiceQrySrc
  555.       DataField = 'ListPrice'
  556.       Font.Charset = ANSI_CHARSET
  557.       Font.Color = clBlack
  558.       Font.Height = -13
  559.       Font.Name = 'Arial'
  560.       Font.Style = []
  561.       ParentFont = False
  562.     end
  563.     object QRDBText27: TQRDBText
  564.       Left = 528
  565.       Top = 1
  566.       Width = 49
  567.       Height = 16
  568.       Alignment = taRightJustify
  569.       AlignToBand = False
  570.       DataSource = MastData.InvoiceQrySrc
  571.       DataField = 'Discount'
  572.       Font.Charset = ANSI_CHARSET
  573.       Font.Color = clBlack
  574.       Font.Height = -13
  575.       Font.Name = 'Arial'
  576.       Font.Style = []
  577.       ParentFont = False
  578.     end
  579.     object QRDBText28: TQRDBText
  580.       Left = 624
  581.       Top = 1
  582.       Width = 80
  583.       Height = 16
  584.       Alignment = taRightJustify
  585.       AlignToBand = False
  586.       DataSource = MastData.InvoiceQrySrc
  587.       DataField = 'ExtendedPrice'
  588.       Font.Charset = ANSI_CHARSET
  589.       Font.Color = clBlack
  590.       Font.Height = -13
  591.       Font.Name = 'Arial'
  592.       Font.Style = []
  593.       ParentFont = False
  594.     end
  595.   end
  596.   object QRBand1: TQRBand
  597.     Left = 0
  598.     Top = 267
  599.     Width = 1200
  600.     Height = 158
  601.     Align = alTop
  602.     BandType = rbSummary
  603.     Color = clWhite
  604.     ForceNewPage = False
  605.     Frame.DrawTop = False
  606.     Frame.DrawBottom = False
  607.     Frame.DrawLeft = False
  608.     Frame.DrawRight = False
  609.     Ruler = qrrNone
  610.     object QRShape3: TQRShape
  611.       Left = 0
  612.       Top = 0
  613.       Width = 776
  614.       Height = 1
  615.       Brush.Color = clBlack
  616.       Shape = qrsRectangle
  617.     end
  618.     object QRDBText29: TQRDBText
  619.       Left = 616
  620.       Top = 2
  621.       Width = 88
  622.       Height = 17
  623.       Alignment = taRightJustify
  624.       AlignToBand = False
  625.       DataSource = MastData.InvoiceQrySrc
  626.       DataField = 'ItemsTotal'
  627.       Font.Charset = ANSI_CHARSET
  628.       Font.Color = clBlack
  629.       Font.Height = -13
  630.       Font.Name = 'Arial'
  631.       Font.Style = []
  632.       ParentFont = False
  633.     end
  634.     object QRLabel7: TQRLabel
  635.       Left = 536
  636.       Top = 2
  637.       Width = 51
  638.       Height = 16
  639.       Caption = 'SubTotal'
  640.       AlignToBand = False
  641.       Font.Charset = ANSI_CHARSET
  642.       Font.Color = clBlack
  643.       Font.Height = -13
  644.       Font.Name = 'Arial'
  645.       Font.Style = []
  646.       ParentFont = False
  647.     end
  648.     object QRLabel8: TQRLabel
  649.       Left = 536
  650.       Top = 20
  651.       Width = 21
  652.       Height = 16
  653.       Caption = 'Tax'
  654.       AlignToBand = False
  655.       Font.Charset = ANSI_CHARSET
  656.       Font.Color = clBlack
  657.       Font.Height = -13
  658.       Font.Name = 'Arial'
  659.       Font.Style = []
  660.       ParentFont = False
  661.     end
  662.     object QRDBText30: TQRDBText
  663.       Left = 624
  664.       Top = 20
  665.       Width = 80
  666.       Height = 17
  667.       Alignment = taRightJustify
  668.       AlignToBand = False
  669.       DataSource = MastData.InvoiceQrySrc
  670.       DataField = 'TaxTotal'
  671.       Font.Charset = ANSI_CHARSET
  672.       Font.Color = clBlack
  673.       Font.Height = -13
  674.       Font.Name = 'Arial'
  675.       Font.Style = []
  676.       ParentFont = False
  677.     end
  678.     object QRDBText31: TQRDBText
  679.       Left = 624
  680.       Top = 38
  681.       Width = 80
  682.       Height = 17
  683.       Alignment = taRightJustify
  684.       AlignToBand = False
  685.       DataSource = MastData.InvoiceQrySrc
  686.       DataField = 'Freight'
  687.       Font.Charset = ANSI_CHARSET
  688.       Font.Color = clBlack
  689.       Font.Height = -13
  690.       Font.Name = 'Arial'
  691.       Font.Style = []
  692.       ParentFont = False
  693.     end
  694.     object QRLabel9: TQRLabel
  695.       Left = 536
  696.       Top = 37
  697.       Width = 40
  698.       Height = 16
  699.       Caption = 'Freight'
  700.       AlignToBand = False
  701.       Font.Charset = ANSI_CHARSET
  702.       Font.Color = clBlack
  703.       Font.Height = -13
  704.       Font.Name = 'Arial'
  705.       Font.Style = []
  706.       ParentFont = False
  707.     end
  708.     object QRShape4: TQRShape
  709.       Left = 536
  710.       Top = 56
  711.       Width = 169
  712.       Height = 2
  713.       Brush.Color = clBlack
  714.       Shape = qrsRectangle
  715.     end
  716.     object QRDBText32: TQRDBText
  717.       Left = 624
  718.       Top = 60
  719.       Width = 81
  720.       Height = 17
  721.       Alignment = taRightJustify
  722.       AlignToBand = False
  723.       DataSource = MastData.InvoiceQrySrc
  724.       DataField = 'Total'
  725.       Font.Charset = ANSI_CHARSET
  726.       Font.Color = clBlack
  727.       Font.Height = -13
  728.       Font.Name = 'Arial'
  729.       Font.Style = []
  730.       ParentFont = False
  731.     end
  732.     object QRLabel10: TQRLabel
  733.       Left = 536
  734.       Top = 60
  735.       Width = 28
  736.       Height = 16
  737.       Caption = 'Total'
  738.       AlignToBand = False
  739.       Font.Charset = ANSI_CHARSET
  740.       Font.Color = clBlack
  741.       Font.Height = -13
  742.       Font.Name = 'Arial'
  743.       Font.Style = []
  744.       ParentFont = False
  745.     end
  746.     object QRDBText33: TQRDBText
  747.       Left = 624
  748.       Top = 78
  749.       Width = 80
  750.       Height = 17
  751.       Alignment = taRightJustify
  752.       AlignToBand = False
  753.       DataSource = MastData.InvoiceQrySrc
  754.       DataField = 'AmountPaid'
  755.       Font.Charset = ANSI_CHARSET
  756.       Font.Color = clBlack
  757.       Font.Height = -13
  758.       Font.Name = 'Arial'
  759.       Font.Style = []
  760.       ParentFont = False
  761.     end
  762.     object QRShape5: TQRShape
  763.       Left = 536
  764.       Top = 96
  765.       Width = 169
  766.       Height = 2
  767.       Brush.Color = clBlack
  768.       Shape = qrsRectangle
  769.     end
  770.     object QRLabel11: TQRLabel
  771.       Left = 536
  772.       Top = 78
  773.       Width = 75
  774.       Height = 16
  775.       Caption = 'Amount Paid'
  776.       AlignToBand = False
  777.       Font.Charset = ANSI_CHARSET
  778.       Font.Color = clBlack
  779.       Font.Height = -13
  780.       Font.Name = 'Arial'
  781.       Font.Style = []
  782.       ParentFont = False
  783.     end
  784.     object QRDBText34: TQRDBText
  785.       Left = 624
  786.       Top = 100
  787.       Width = 80
  788.       Height = 17
  789.       Alignment = taRightJustify
  790.       AlignToBand = False
  791.       DataSource = MastData.InvoiceQrySrc
  792.       DataField = 'AmoutDue'
  793.       Font.Charset = ANSI_CHARSET
  794.       Font.Color = clBlack
  795.       Font.Height = -13
  796.       Font.Name = 'Arial'
  797.       Font.Style = [fsBold]
  798.       ParentFont = False
  799.     end
  800.     object QRLabel12: TQRLabel
  801.       Left = 536
  802.       Top = 100
  803.       Width = 78
  804.       Height = 16
  805.       Caption = 'Amount Due'
  806.       AlignToBand = False
  807.       Font.Charset = ANSI_CHARSET
  808.       Font.Color = clBlack
  809.       Font.Height = -13
  810.       Font.Name = 'Arial'
  811.       Font.Style = [fsBold]
  812.       ParentFont = False
  813.     end
  814.   end
  815.   object InvoiceReport: TQuickReport
  816.     DataSource = MastData.InvoiceQrySrc
  817.     ColumnMarginInches = 0
  818.     ColumnMarginMM = 0
  819.     Columns = 1
  820.     DisplayPrintDialog = False
  821.     LeftMarginInches = 0
  822.     LeftMarginMM = 0
  823.     Orientation = poPortrait
  824.     PageFrame.DrawTop = False
  825.     PageFrame.DrawBottom = False
  826.     PageFrame.DrawLeft = False
  827.     PageFrame.DrawRight = False
  828.     PaperLength = 0
  829.     PaperSize = qrpDefault
  830.     PaperWidth = 0
  831.     RestartData = True
  832.     SQLCompatible = False
  833.     TitleBeforeHeader = False
  834.     Left = 16
  835.     Top = 448
  836.   end
  837.   object PartsDetailLink: TQRDetailLink
  838.     DataSource = MastData.InvoiceQrySrc
  839.     DetailBand = PartsBand
  840.     Master = InvoiceReport
  841.     PrintBefore = False
  842.     Left = 56
  843.     Top = 448
  844.   end
  845. end
  846.