home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / cbsuite.lzh / SU1SRC.ZIP / FDEMO05.DFM / FDEMO05.txt next >
Encoding:
Text File  |  1997-12-30  |  29.0 KB  |  1,213 lines

  1. object Form05: TForm05
  2.   Left = 3
  3.   Top = 96
  4.   Width = 763
  5.   Height = 679
  6.   Caption = 'Form05'
  7.   Font.Color = clBlack
  8.   Font.Height = -14
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 120
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   TextHeight = 16
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 755
  19.     Height = 50
  20.     Align = alTop
  21.     TabOrder = 0
  22.     object DBNavigator: TDBNavigator
  23.       Left = 10
  24.       Top = 10
  25.       Width = 261
  26.       Height = 31
  27.       DataSource = DataSource1
  28.       Ctl3D = False
  29.       ParentCtl3D = False
  30.       TabOrder = 0
  31.     end
  32.     object Print: TBitBtn
  33.       Left = 552
  34.       Top = 8
  35.       Width = 89
  36.       Height = 33
  37.       Caption = '&Print'
  38.       TabOrder = 1
  39.       OnClick = PrintClick
  40.     end
  41.     object Exit: TBitBtn
  42.       Left = 656
  43.       Top = 8
  44.       Width = 89
  45.       Height = 33
  46.       Caption = '&Exit'
  47.       TabOrder = 2
  48.       OnClick = ExitClick
  49.     end
  50.     object Preview: TBitBtn
  51.       Left = 448
  52.       Top = 8
  53.       Width = 89
  54.       Height = 33
  55.       Caption = '&Preview'
  56.       TabOrder = 3
  57.       OnClick = PreviewClick
  58.     end
  59.   end
  60.   object ScrollBox1: TScrollBox
  61.     Left = 0
  62.     Top = 50
  63.     Width = 755
  64.     Height = 602
  65.     VertScrollBar.Range = 1058
  66.     VertScrollBar.Position = 456
  67.     Align = alClient
  68.     AutoScroll = False
  69.     BorderStyle = bsNone
  70.     TabOrder = 1
  71.     object Panel2: TPanel
  72.       Left = 0
  73.       Top = -456
  74.       Width = 742
  75.       Height = 1058
  76.       Align = alClient
  77.       TabOrder = 0
  78.       object Shape2: TShape
  79.         Left = -456
  80.         Top = 4
  81.         Width = 671
  82.         Height = 923
  83.         Brush.Color = clBlack
  84.         Brush.Style = bsDiagCross
  85.         Shape = stEllipse
  86.       end
  87.       object Shape3: TShape
  88.         Left = 14
  89.         Top = 792
  90.         Width = 19
  91.         Height = 19
  92.         Brush.Color = clBlack
  93.         Shape = stCircle
  94.       end
  95.       object Label6: TLabel
  96.         Left = 48
  97.         Top = 794
  98.         Width = 106
  99.         Height = 19
  100.         Caption = 'REMITTANCE'
  101.         Font.Color = clBlack
  102.         Font.Height = -17
  103.         Font.Name = 'Arial'
  104.         Font.Style = [fsBold]
  105.         ParentFont = False
  106.       end
  107.       object Image1: TImage
  108.         Left = 608
  109.         Top = 184
  110.         Width = 77
  111.         Height = 101
  112.         Picture.Data = {<image000.bmp>}
  113.         Stretch = True
  114.       end
  115.       object Label5: TLabel
  116.         Left = 485
  117.         Top = 36
  118.         Width = 42
  119.         Height = 19
  120.         Caption = 'Date:'
  121.         Font.Color = clBlack
  122.         Font.Height = -17
  123.         Font.Name = 'Arial'
  124.         Font.Style = [fsBold]
  125.         ParentFont = False
  126.       end
  127.       object Label4: TLabel
  128.         Left = 484
  129.         Top = 12
  130.         Width = 75
  131.         Height = 19
  132.         Caption = 'Invoice #:'
  133.         Font.Color = clBlack
  134.         Font.Height = -17
  135.         Font.Name = 'Arial'
  136.         Font.Style = [fsBold]
  137.         ParentFont = False
  138.       end
  139.       object Label7: TLabel
  140.         Left = 485
  141.         Top = 64
  142.         Width = 53
  143.         Height = 19
  144.         Caption = 'Page #'
  145.         Font.Color = clBlack
  146.         Font.Height = -17
  147.         Font.Name = 'Arial'
  148.         Font.Style = [fsBold]
  149.         ParentFont = False
  150.       end
  151.       object Label3: TLabel
  152.         Left = 572
  153.         Top = 116
  154.         Width = 163
  155.         Height = 46
  156.         Caption = 'INVOICE'
  157.         Font.Color = clMaroon
  158.         Font.Height = -40
  159.         Font.Name = 'Arial'
  160.         Font.Style = [fsBold]
  161.         ParentFont = False
  162.       end
  163.       object Label8: TLabel
  164.         Left = 380
  165.         Top = 96
  166.         Width = 60
  167.         Height = 19
  168.         Caption = 'Ship To'
  169.         Font.Color = clBlack
  170.         Font.Height = -17
  171.         Font.Name = 'Arial'
  172.         Font.Style = [fsBold]
  173.         ParentFont = False
  174.       end
  175.       object Label2: TLabel
  176.         Left = 92
  177.         Top = 96
  178.         Width = 80
  179.         Height = 19
  180.         Caption = 'Invoice To'
  181.         Font.Color = clBlack
  182.         Font.Height = -17
  183.         Font.Name = 'Arial'
  184.         Font.Style = [fsBold]
  185.         ParentFont = False
  186.       end
  187.       object DBGrid1: TDBGrid
  188.         Left = 0
  189.         Top = 392
  190.         Width = 721
  191.         Height = 389
  192.         Color = clWhite
  193.         DataSource = DataSource3
  194.         FixedColor = clSilver
  195.         Font.Color = clBlack
  196.         Font.Height = -17
  197.         Font.Name = 'Arial'
  198.         Font.Style = []
  199.         ParentFont = False
  200.         TabOrder = 0
  201.         TitleFont.Color = clBlack
  202.         TitleFont.Height = -17
  203.         TitleFont.Name = 'Arial'
  204.         TitleFont.Style = [fsBold]
  205.       end
  206.       object SubTotal: TShowTotal
  207.         Left = 616
  208.         Top = 783
  209.         Width = 105
  210.         Height = 24
  211.         SourceGrid = DBGrid1
  212.         SourceField = 'Total'
  213.         ParentFont = False
  214.         BorderStyle = bsSingle
  215.         Color = clWhite
  216.         Font.Color = clBlue
  217.         Font.Height = -17
  218.         Font.Name = 'Arial'
  219.         Font.Style = []
  220.         TotalType = tAccTotal
  221.         DisplayFormat = '$#,##0.00'
  222.         Text = '0.00'
  223.         ShowOn = tLastPage
  224.         Alignment = taRightJustify
  225.         ShowOnForm = True
  226.       end
  227.       object Edit1: TEdit
  228.         Left = 0
  229.         Top = 8
  230.         Width = 121
  231.         Height = 24
  232.         Color = clSilver
  233.         Enabled = False
  234.         Font.Color = clBlue
  235.         Font.Height = -13
  236.         Font.Name = 'Arial'
  237.         Font.Style = [fsBold]
  238.         ParentFont = False
  239.         TabOrder = 2
  240.         Text = 'Customer #'
  241.       end
  242.       object Edit2: TEdit
  243.         Left = 120
  244.         Top = 8
  245.         Width = 121
  246.         Height = 24
  247.         Color = clSilver
  248.         Enabled = False
  249.         Font.Color = clBlue
  250.         Font.Height = -13
  251.         Font.Name = 'Arial'
  252.         Font.Style = [fsBold]
  253.         ParentFont = False
  254.         TabOrder = 3
  255.         Text = 'Order #'
  256.       end
  257.       object Edit3: TEdit
  258.         Left = 240
  259.         Top = 8
  260.         Width = 153
  261.         Height = 24
  262.         Color = clSilver
  263.         Enabled = False
  264.         Font.Color = clBlue
  265.         Font.Height = -13
  266.         Font.Name = 'Arial'
  267.         Font.Style = [fsBold]
  268.         ParentFont = False
  269.         TabOrder = 4
  270.         Text = 'Phone #'
  271.       end
  272.       object EditShipToPhone: TDBEdit
  273.         Left = 240
  274.         Top = 32
  275.         Width = 153
  276.         Height = 24
  277.         Color = clWhite
  278.         DataField = 'ShipToPhone'
  279.         DataSource = DataSource2
  280.         Font.Color = clBlack
  281.         Font.Height = -13
  282.         Font.Name = 'Arial'
  283.         Font.Style = []
  284.         MaxLength = 15
  285.         ParentFont = False
  286.         TabOrder = 5
  287.       end
  288.       object EditOrderNo: TDBEdit
  289.         Left = 120
  290.         Top = 32
  291.         Width = 121
  292.         Height = 24
  293.         Color = clWhite
  294.         DataField = 'OrderNo'
  295.         DataSource = DataSource2
  296.         Font.Color = clBlack
  297.         Font.Height = -13
  298.         Font.Name = 'Arial'
  299.         Font.Style = []
  300.         MaxLength = 0
  301.         ParentFont = False
  302.         TabOrder = 6
  303.       end
  304.       object EditCustNo: TDBEdit
  305.         Left = 0
  306.         Top = 32
  307.         Width = 121
  308.         Height = 24
  309.         Color = clWhite
  310.         DataField = 'CustNo'
  311.         DataSource = DataSource1
  312.         Font.Color = clBlack
  313.         Font.Height = -13
  314.         Font.Name = 'Arial'
  315.         Font.Style = []
  316.         MaxLength = 0
  317.         ParentFont = False
  318.         TabOrder = 7
  319.       end
  320.       object Panel4: TPanel
  321.         Left = 276
  322.         Top = 126
  323.         Width = 277
  324.         Height = 175
  325.         BorderStyle = bsSingle
  326.         TabOrder = 8
  327.         object DBEdit2: TDBEdit
  328.           Left = 11
  329.           Top = 8
  330.           Width = 140
  331.           Height = 24
  332.           BorderStyle = bsNone
  333.           DataField = 'ShipToContact'
  334.           DataSource = DataSource2
  335.           Font.Color = clBlack
  336.           Font.Height = -13
  337.           Font.Name = 'Arial'
  338.           Font.Style = []
  339.           MaxLength = 20
  340.           ParentFont = False
  341.           TabOrder = 0
  342.         end
  343.         object DBEdit3: TDBEdit
  344.           Left = 11
  345.           Top = 32
  346.           Width = 210
  347.           Height = 24
  348.           BorderStyle = bsNone
  349.           DataField = 'ShipToAddr1'
  350.           DataSource = DataSource2
  351.           Font.Color = clBlack
  352.           Font.Height = -13
  353.           Font.Name = 'Arial'
  354.           Font.Style = []
  355.           MaxLength = 30
  356.           ParentFont = False
  357.           TabOrder = 1
  358.         end
  359.         object DBEdit4: TDBEdit
  360.           Left = 11
  361.           Top = 53
  362.           Width = 210
  363.           Height = 24
  364.           BorderStyle = bsNone
  365.           DataField = 'ShipToAddr2'
  366.           DataSource = DataSource2
  367.           Font.Color = clBlack
  368.           Font.Height = -13
  369.           Font.Name = 'Arial'
  370.           Font.Style = []
  371.           MaxLength = 30
  372.           ParentFont = False
  373.           TabOrder = 2
  374.         end
  375.         object DBEdit5: TDBEdit
  376.           Left = 11
  377.           Top = 73
  378.           Width = 105
  379.           Height = 24
  380.           BorderStyle = bsNone
  381.           DataField = 'ShipToCity'
  382.           DataSource = DataSource2
  383.           Font.Color = clBlack
  384.           Font.Height = -13
  385.           Font.Name = 'Arial'
  386.           Font.Style = []
  387.           MaxLength = 15
  388.           ParentFont = False
  389.           TabOrder = 3
  390.         end
  391.         object DBEdit6: TDBEdit
  392.           Left = 11
  393.           Top = 98
  394.           Width = 140
  395.           Height = 24
  396.           BorderStyle = bsNone
  397.           DataField = 'ShipToState'
  398.           DataSource = DataSource2
  399.           Font.Color = clBlack
  400.           Font.Height = -13
  401.           Font.Name = 'Arial'
  402.           Font.Style = []
  403.           MaxLength = 20
  404.           ParentFont = False
  405.           TabOrder = 4
  406.         end
  407.         object DBEdit7: TDBEdit
  408.           Left = 11
  409.           Top = 122
  410.           Width = 140
  411.           Height = 24
  412.           BorderStyle = bsNone
  413.           DataField = 'ShipToCountry'
  414.           DataSource = DataSource2
  415.           Font.Color = clBlack
  416.           Font.Height = -13
  417.           Font.Name = 'Arial'
  418.           Font.Style = []
  419.           MaxLength = 20
  420.           ParentFont = False
  421.           TabOrder = 5
  422.         end
  423.         object DBEdit8: TDBEdit
  424.           Left = 11
  425.           Top = 145
  426.           Width = 70
  427.           Height = 24
  428.           BorderStyle = bsNone
  429.           DataField = 'ShipToZip'
  430.           DataSource = DataSource2
  431.           Font.Color = clBlack
  432.           Font.Height = -13
  433.           Font.Name = 'Arial'
  434.           Font.Style = []
  435.           MaxLength = 10
  436.           ParentFont = False
  437.           TabOrder = 6
  438.         end
  439.       end
  440.       object Panel5: TPanel
  441.         Left = 12
  442.         Top = 126
  443.         Width = 243
  444.         Height = 175
  445.         BorderStyle = bsSingle
  446.         TabOrder = 9
  447.         object DBEdit9: TDBEdit
  448.           Left = 12
  449.           Top = 10
  450.           Width = 210
  451.           Height = 24
  452.           BorderStyle = bsNone
  453.           DataField = 'Company'
  454.           DataSource = DataSource1
  455.           Font.Color = clBlack
  456.           Font.Height = -13
  457.           Font.Name = 'Arial'
  458.           Font.Style = []
  459.           MaxLength = 30
  460.           ParentFont = False
  461.           TabOrder = 0
  462.         end
  463.         object DBEdit10: TDBEdit
  464.           Left = 12
  465.           Top = 26
  466.           Width = 210
  467.           Height = 24
  468.           BorderStyle = bsNone
  469.           DataField = 'Addr1'
  470.           DataSource = DataSource1
  471.           Font.Color = clBlack
  472.           Font.Height = -13
  473.           Font.Name = 'Arial'
  474.           Font.Style = []
  475.           MaxLength = 30
  476.           ParentFont = False
  477.           TabOrder = 1
  478.         end
  479.         object DBEdit11: TDBEdit
  480.           Left = 12
  481.           Top = 44
  482.           Width = 210
  483.           Height = 24
  484.           BorderStyle = bsNone
  485.           DataField = 'Addr2'
  486.           DataSource = DataSource1
  487.           Font.Color = clBlack
  488.           Font.Height = -13
  489.           Font.Name = 'Arial'
  490.           Font.Style = []
  491.           MaxLength = 30
  492.           ParentFont = False
  493.           TabOrder = 2
  494.         end
  495.         object DBEdit12: TDBEdit
  496.           Left = 12
  497.           Top = 59
  498.           Width = 105
  499.           Height = 24
  500.           BorderStyle = bsNone
  501.           DataField = 'City'
  502.           DataSource = DataSource1
  503.           Font.Color = clBlack
  504.           Font.Height = -13
  505.           Font.Name = 'Arial'
  506.           Font.Style = []
  507.           MaxLength = 15
  508.           ParentFont = False
  509.           TabOrder = 3
  510.         end
  511.         object DBEdit13: TDBEdit
  512.           Left = 12
  513.           Top = 75
  514.           Width = 140
  515.           Height = 24
  516.           BorderStyle = bsNone
  517.           DataField = 'State'
  518.           DataSource = DataSource1
  519.           Font.Color = clBlack
  520.           Font.Height = -13
  521.           Font.Name = 'Arial'
  522.           Font.Style = []
  523.           MaxLength = 20
  524.           ParentFont = False
  525.           TabOrder = 4
  526.         end
  527.         object DBEdit14: TDBEdit
  528.           Left = 12
  529.           Top = 91
  530.           Width = 140
  531.           Height = 24
  532.           BorderStyle = bsNone
  533.           DataField = 'Country'
  534.           DataSource = DataSource1
  535.           Font.Color = clBlack
  536.           Font.Height = -13
  537.           Font.Name = 'Arial'
  538.           Font.Style = []
  539.           MaxLength = 20
  540.           ParentFont = False
  541.           TabOrder = 5
  542.         end
  543.         object DBEdit15: TDBEdit
  544.           Left = 12
  545.           Top = 111
  546.           Width = 70
  547.           Height = 24
  548.           BorderStyle = bsNone
  549.           DataField = 'Zip'
  550.           DataSource = DataSource1
  551.           Font.Color = clBlack
  552.           Font.Height = -13
  553.           Font.Name = 'Arial'
  554.           Font.Style = []
  555.           MaxLength = 10
  556.           ParentFont = False
  557.           TabOrder = 6
  558.         end
  559.       end
  560.       object Edit4: TEdit
  561.         Left = 0
  562.         Top = 320
  563.         Width = 112
  564.         Height = 26
  565.         Color = clGray
  566.         Enabled = False
  567.         Font.Color = clWhite
  568.         Font.Height = -15
  569.         Font.Name = 'Arial'
  570.         Font.Style = [fsBold]
  571.         ParentFont = False
  572.         TabOrder = 10
  573.         Text = 'Ship Via'
  574.       end
  575.       object EditShipVIA: TDBEdit
  576.         Left = 0
  577.         Top = 344
  578.         Width = 112
  579.         Height = 24
  580.         Color = clWhite
  581.         DataField = 'ShipVIA'
  582.         DataSource = DataSource2
  583.         Font.Color = clBlack
  584.         Font.Height = -13
  585.         Font.Name = 'Arial'
  586.         Font.Style = []
  587.         MaxLength = 7
  588.         ParentFont = False
  589.         TabOrder = 11
  590.       end
  591.       object Edit5: TEdit
  592.         Left = 112
  593.         Top = 320
  594.         Width = 105
  595.         Height = 26
  596.         Color = clGray
  597.         Enabled = False
  598.         Font.Color = clWhite
  599.         Font.Height = -15
  600.         Font.Name = 'Arial'
  601.         Font.Style = [fsBold]
  602.         ParentFont = False
  603.         TabOrder = 12
  604.         Text = 'PO'
  605.       end
  606.       object EditPO: TDBEdit
  607.         Left = 112
  608.         Top = 344
  609.         Width = 105
  610.         Height = 24
  611.         Color = clWhite
  612.         DataField = 'PO'
  613.         DataSource = DataSource2
  614.         Font.Color = clBlack
  615.         Font.Height = -13
  616.         Font.Name = 'Arial'
  617.         Font.Style = []
  618.         MaxLength = 15
  619.         ParentFont = False
  620.         TabOrder = 13
  621.       end
  622.       object Edit6: TEdit
  623.         Left = 216
  624.         Top = 320
  625.         Width = 113
  626.         Height = 26
  627.         Color = clGray
  628.         Enabled = False
  629.         Font.Color = clWhite
  630.         Font.Height = -15
  631.         Font.Name = 'Arial'
  632.         Font.Style = [fsBold]
  633.         ParentFont = False
  634.         TabOrder = 14
  635.         Text = 'Terms'
  636.       end
  637.       object EditTerms: TDBEdit
  638.         Left = 216
  639.         Top = 344
  640.         Width = 113
  641.         Height = 24
  642.         Color = clWhite
  643.         DataField = 'Terms'
  644.         DataSource = DataSource2
  645.         Font.Color = clBlack
  646.         Font.Height = -13
  647.         Font.Name = 'Arial'
  648.         Font.Style = []
  649.         MaxLength = 6
  650.         ParentFont = False
  651.         TabOrder = 15
  652.       end
  653.       object Edit7: TEdit
  654.         Left = 328
  655.         Top = 320
  656.         Width = 113
  657.         Height = 26
  658.         Color = clGray
  659.         Enabled = False
  660.         Font.Color = clWhite
  661.         Font.Height = -15
  662.         Font.Name = 'Arial'
  663.         Font.Style = [fsBold]
  664.         ParentFont = False
  665.         TabOrder = 16
  666.         Text = 'Sale Date'
  667.       end
  668.       object EditSaleDate: TDBEdit
  669.         Left = 328
  670.         Top = 344
  671.         Width = 113
  672.         Height = 24
  673.         Color = clWhite
  674.         DataField = 'SaleDate'
  675.         DataSource = DataSource2
  676.         Font.Color = clBlack
  677.         Font.Height = -13
  678.         Font.Name = 'Arial'
  679.         Font.Style = []
  680.         MaxLength = 0
  681.         ParentFont = False
  682.         TabOrder = 17
  683.       end
  684.       object Edit8: TEdit
  685.         Left = 440
  686.         Top = 320
  687.         Width = 153
  688.         Height = 26
  689.         Color = clGray
  690.         Enabled = False
  691.         Font.Color = clWhite
  692.         Font.Height = -15
  693.         Font.Name = 'Arial'
  694.         Font.Style = [fsBold]
  695.         ParentFont = False
  696.         TabOrder = 18
  697.         Text = 'Ship Date'
  698.       end
  699.       object EditShipDate: TDBEdit
  700.         Left = 440
  701.         Top = 344
  702.         Width = 153
  703.         Height = 24
  704.         Color = clWhite
  705.         DataField = 'ShipDate'
  706.         DataSource = DataSource2
  707.         Font.Color = clBlack
  708.         Font.Height = -13
  709.         Font.Name = 'Arial'
  710.         Font.Style = []
  711.         MaxLength = 0
  712.         ParentFont = False
  713.         TabOrder = 19
  714.       end
  715.       object Edit9: TEdit
  716.         Left = 592
  717.         Top = 320
  718.         Width = 129
  719.         Height = 26
  720.         Color = clGray
  721.         Enabled = False
  722.         Font.Color = clWhite
  723.         Font.Height = -15
  724.         Font.Name = 'Arial'
  725.         Font.Style = [fsBold]
  726.         ParentFont = False
  727.         TabOrder = 20
  728.         Text = 'Payment Method'
  729.       end
  730.       object EditPaymentMethod: TDBEdit
  731.         Left = 592
  732.         Top = 344
  733.         Width = 129
  734.         Height = 24
  735.         Color = clWhite
  736.         DataField = 'PaymentMethod'
  737.         DataSource = DataSource2
  738.         Font.Color = clBlack
  739.         Font.Height = -13
  740.         Font.Name = 'Arial'
  741.         Font.Style = []
  742.         MaxLength = 7
  743.         ParentFont = False
  744.         TabOrder = 21
  745.       end
  746.       object Memo2: TMemo
  747.         Left = 0
  748.         Top = 909
  749.         Width = 721
  750.         Height = 111
  751.         Color = clWhite
  752.         Font.Color = clBlack
  753.         Font.Height = -17
  754.         Font.Name = 'Arial'
  755.         Font.Style = [fsBold, fsItalic]
  756.         Lines.Strings = (
  757.           
  758.             'Note to the programmer: If you have a problem with the physical ' +
  759.             'size of this Invoice'
  760.           'on the screen then look at Demo15 for a solution'
  761.           ''
  762.           
  763.             'The TPrintWin together with the TShowTotal components allow you ' +
  764.             'to create and print '
  765.           
  766.             'this very sophisticated multi-page Invoice with Totals with less' +
  767.             ' than 30 lines of code.')
  768.         ParentFont = False
  769.         TabOrder = 22
  770.       end
  771.       object Edit19: TEdit
  772.         Left = 70
  773.         Top = 822
  774.         Width = 121
  775.         Height = 24
  776.         Color = clSilver
  777.         Enabled = False
  778.         Font.Color = clBlue
  779.         Font.Height = -13
  780.         Font.Name = 'Arial'
  781.         Font.Style = [fsBold]
  782.         ParentFont = False
  783.         TabOrder = 23
  784.         Text = 'Customer #'
  785.       end
  786.       object Edit20: TEdit
  787.         Left = 70
  788.         Top = 850
  789.         Width = 121
  790.         Height = 24
  791.         Color = clSilver
  792.         Enabled = False
  793.         Font.Color = clBlue
  794.         Font.Height = -13
  795.         Font.Name = 'Arial'
  796.         Font.Style = [fsBold]
  797.         ParentFont = False
  798.         TabOrder = 24
  799.         Text = 'Amount Enclosed'
  800.       end
  801.       object DBEdit1: TDBEdit
  802.         Left = 194
  803.         Top = 822
  804.         Width = 121
  805.         Height = 25
  806.         Color = clWhite
  807.         DataField = 'CustNo'
  808.         DataSource = DataSource1
  809.         Font.Color = clBlack
  810.         Font.Height = -15
  811.         Font.Name = 'Arial'
  812.         Font.Style = []
  813.         MaxLength = 0
  814.         ParentFont = False
  815.         TabOrder = 25
  816.       end
  817.       object Edit21: TEdit
  818.         Left = 194
  819.         Top = 850
  820.         Width = 119
  821.         Height = 25
  822.         Color = clWhite
  823.         Font.Color = clBlack
  824.         Font.Height = -15
  825.         Font.Name = 'Arial'
  826.         Font.Style = []
  827.         ParentFont = False
  828.         TabOrder = 26
  829.       end
  830.       object ShowTotal2: TShowTotal
  831.         Left = 500
  832.         Top = 783
  833.         Width = 116
  834.         Height = 24
  835.         ParentFont = False
  836.         BorderStyle = bsSingle
  837.         Color = clBtnFace
  838.         Font.Color = clBlue
  839.         Font.Height = -13
  840.         Font.Name = 'Arial'
  841.         Font.Style = [fsBold]
  842.         TotalType = tPageTotal
  843.         DisplayFormat = '#,##0.00'
  844.         Text = 'SubTotal'
  845.         ShowOn = tLastPage
  846.         Alignment = taCenter
  847.         ShowOnForm = True
  848.       end
  849.       object ShowTotal3: TShowTotal
  850.         Left = 500
  851.         Top = 807
  852.         Width = 116
  853.         Height = 24
  854.         ParentFont = False
  855.         BorderStyle = bsSingle
  856.         Color = clBtnFace
  857.         Font.Color = clBlue
  858.         Font.Height = -13
  859.         Font.Name = 'Arial'
  860.         Font.Style = [fsBold]
  861.         TotalType = tPageTotal
  862.         DisplayFormat = '#,##0.00'
  863.         Text = 'Tax'
  864.         ShowOn = tLastPage
  865.         Alignment = taCenter
  866.         ShowOnForm = True
  867.       end
  868.       object ShowTotal4: TShowTotal
  869.         Left = 500
  870.         Top = 831
  871.         Width = 116
  872.         Height = 24
  873.         ParentFont = False
  874.         BorderStyle = bsSingle
  875.         Color = clBtnFace
  876.         Font.Color = clBlue
  877.         Font.Height = -13
  878.         Font.Name = 'Arial'
  879.         Font.Style = [fsBold]
  880.         TotalType = tPageTotal
  881.         DisplayFormat = '#,##0.00'
  882.         Text = 'Freight'
  883.         ShowOn = tLastPage
  884.         Alignment = taCenter
  885.         ShowOnForm = True
  886.       end
  887.       object ShowTotal5: TShowTotal
  888.         Left = 500
  889.         Top = 855
  890.         Width = 116
  891.         Height = 24
  892.         ParentFont = False
  893.         BorderStyle = bsSingle
  894.         Color = clBtnFace
  895.         Font.Color = clBlue
  896.         Font.Height = -13
  897.         Font.Name = 'Arial'
  898.         Font.Style = [fsBold]
  899.         TotalType = tPageTotal
  900.         DisplayFormat = '#,##0.00'
  901.         Text = 'Miscellaneous'
  902.         ShowOn = tLastPage
  903.         Alignment = taCenter
  904.         ShowOnForm = True
  905.       end
  906.       object ShowTotal6: TShowTotal
  907.         Left = 500
  908.         Top = 879
  909.         Width = 109
  910.         Height = 24
  911.         ParentFont = False
  912.         BorderStyle = bsNone
  913.         Color = clBtnFace
  914.         Font.Color = clBlue
  915.         Font.Height = -13
  916.         Font.Name = 'Arial'
  917.         Font.Style = [fsBold]
  918.         TotalType = tPageTotal
  919.         DisplayFormat = '#,##0.00'
  920.         Text = 'Total'
  921.         ShowOn = tLastPage
  922.         Alignment = taCenter
  923.         ShowOnForm = True
  924.       end
  925.       object Tax: TShowTotal
  926.         Left = 616
  927.         Top = 807
  928.         Width = 105
  929.         Height = 24
  930.         ParentFont = False
  931.         BorderStyle = bsSingle
  932.         Color = clWhite
  933.         Font.Color = clBlue
  934.         Font.Height = -17
  935.         Font.Name = 'Arial'
  936.         Font.Style = []
  937.         TotalType = tText
  938.         DisplayFormat = '$#,##0.00'
  939.         Text = '0.00'
  940.         ShowOn = tLastPage
  941.         Alignment = taRightJustify
  942.         ShowOnForm = True
  943.       end
  944.       object Freight: TShowTotal
  945.         Left = 616
  946.         Top = 831
  947.         Width = 105
  948.         Height = 24
  949.         ParentFont = False
  950.         BorderStyle = bsSingle
  951.         Color = clWhite
  952.         Font.Color = clBlue
  953.         Font.Height = -17
  954.         Font.Name = 'Arial'
  955.         Font.Style = []
  956.         TotalType = tText
  957.         DisplayFormat = '$#,##0.00'
  958.         Text = '0.00'
  959.         ShowOn = tLastPage
  960.         Alignment = taRightJustify
  961.         ShowOnForm = True
  962.       end
  963.       object Miscellaneous: TShowTotal
  964.         Left = 616
  965.         Top = 855
  966.         Width = 105
  967.         Height = 24
  968.         ParentFont = False
  969.         BorderStyle = bsSingle
  970.         Color = clWhite
  971.         Font.Color = clBlue
  972.         Font.Height = -17
  973.         Font.Name = 'Arial'
  974.         Font.Style = []
  975.         TotalType = tText
  976.         DisplayFormat = '$#,##0.00'
  977.         Text = '0.00'
  978.         ShowOn = tLastPage
  979.         Alignment = taRightJustify
  980.         ShowOnForm = True
  981.       end
  982.       object Total: TShowTotal
  983.         Left = 616
  984.         Top = 879
  985.         Width = 105
  986.         Height = 24
  987.         ParentFont = False
  988.         BorderStyle = bsSingle
  989.         Color = clWhite
  990.         Font.Color = clBlue
  991.         Font.Height = -17
  992.         Font.Name = 'Arial'
  993.         Font.Style = []
  994.         TotalType = tText
  995.         DisplayFormat = '$#,##0.00'
  996.         Text = '0.00'
  997.         ShowOn = tLastPage
  998.         Alignment = taRightJustify
  999.         ShowOnForm = True
  1000.       end
  1001.       object ShowTotal1: TShowTotal
  1002.         Left = 548
  1003.         Top = 32
  1004.         Width = 100
  1005.         Height = 29
  1006.         ParentFont = False
  1007.         BorderStyle = bsNone
  1008.         Color = clBtnFace
  1009.         Font.Color = clWindowText
  1010.         Font.Height = -17
  1011.         Font.Name = 'Arial'
  1012.         Font.Style = []
  1013.         TotalType = tDate
  1014.         DisplayFormat = '#,##0.00'
  1015.         Text = '0.00'
  1016.         ShowOn = tAllPages
  1017.         Alignment = taRightJustify
  1018.         ShowOnForm = True
  1019.       end
  1020.       object ShowTotal7: TShowTotal
  1021.         Left = 548
  1022.         Top = 60
  1023.         Width = 101
  1024.         Height = 29
  1025.         ParentFont = False
  1026.         BorderStyle = bsNone
  1027.         Color = clBtnFace
  1028.         Font.Color = clWindowText
  1029.         Font.Height = -17
  1030.         Font.Name = 'Arial'
  1031.         Font.Style = []
  1032.         TotalType = tPageNumber
  1033.         DisplayFormat = '#'
  1034.         Text = '1'
  1035.         ShowOn = tAllPages
  1036.         Alignment = taRightJustify
  1037.         ShowOnForm = True
  1038.       end
  1039.     end
  1040.   end
  1041.   object Table1: TTable
  1042.     Active = True
  1043.     DatabaseName = 'DBDEMOS'
  1044.     TableName = 'customer.db'
  1045.     Left = 292
  1046.   end
  1047.   object DataSource1: TDataSource
  1048.     DataSet = Table1
  1049.     Left = 260
  1050.   end
  1051.   object Table2: TTable
  1052.     Active = True
  1053.     DatabaseName = 'DBDEMOS'
  1054.     IndexFieldNames = 'CustNo'
  1055.     MasterFields = 'CustNo'
  1056.     MasterSource = DataSource1
  1057.     TableName = 'orders.db'
  1058.     Left = 264
  1059.     Top = 28
  1060.   end
  1061.   object DataSource2: TDataSource
  1062.     DataSet = Table2
  1063.     Left = 292
  1064.     Top = 28
  1065.   end
  1066.   object DataSource3: TDataSource
  1067.     DataSet = Table3
  1068.     Left = 324
  1069.     Top = 20
  1070.   end
  1071.   object Table3: TTable
  1072.     Active = True
  1073.     OnCalcFields = Table3CalcFields
  1074.     DatabaseName = 'DBDEMOS'
  1075.     IndexName = 'ByOrderNo'
  1076.     MasterFields = 'OrderNo'
  1077.     MasterSource = DataSource2
  1078.     TableName = 'items.db'
  1079.     Left = 356
  1080.     Top = 20
  1081.     object Table3OrderNo: TFloatField
  1082.       FieldName = 'OrderNo'
  1083.       Visible = False
  1084.     end
  1085.     object Table3ItemNo: TFloatField
  1086.       DisplayWidth = 9
  1087.       FieldName = 'ItemNo'
  1088.     end
  1089.     object Table3PartNo: TFloatField
  1090.       DisplayWidth = 10
  1091.       FieldName = 'PartNo'
  1092.     end
  1093.     object Table3Description: TStringField
  1094.       Calculated = True
  1095.       FieldName = 'Description'
  1096.     end
  1097.     object Table3Qty: TIntegerField
  1098.       DisplayWidth = 7
  1099.       FieldName = 'Qty'
  1100.     end
  1101.     object Table3ListPrice: TCurrencyField
  1102.       Calculated = True
  1103.       DisplayWidth = 9
  1104.       FieldName = 'List Price'
  1105.       DisplayFormat = '$ #,##0.00'
  1106.       Currency = True
  1107.     end
  1108.     object Table3Discount: TFloatField
  1109.       DisplayWidth = 9
  1110.       FieldName = 'Discount'
  1111.     end
  1112.     object Table3Total: TCurrencyField
  1113.       Calculated = True
  1114.       DisplayWidth = 13
  1115.       FieldName = 'Total'
  1116.       DisplayFormat = '$ #,##0.00'
  1117.       Currency = True
  1118.     end
  1119.   end
  1120.   object Table4: TTable
  1121.     Active = True
  1122.     DatabaseName = 'DBDEMOS'
  1123.     IndexFieldNames = 'PartNo'
  1124.     TableName = 'PARTS.DB'
  1125.     Left = 388
  1126.     Top = 4
  1127.     object Table4PartNo: TFloatField
  1128.       FieldName = 'PartNo'
  1129.     end
  1130.     object Table4VendorNo: TFloatField
  1131.       FieldName = 'VendorNo'
  1132.     end
  1133.     object Table4Description: TStringField
  1134.       FieldName = 'Description'
  1135.       Size = 30
  1136.     end
  1137.     object Table4OnHand: TFloatField
  1138.       FieldName = 'OnHand'
  1139.     end
  1140.     object Table4OnOrder: TFloatField
  1141.       FieldName = 'OnOrder'
  1142.     end
  1143.     object Table4Cost: TCurrencyField
  1144.       FieldName = 'Cost'
  1145.       Currency = True
  1146.     end
  1147.     object Table4ListPrice: TCurrencyField
  1148.       FieldName = 'ListPrice'
  1149.       Currency = True
  1150.     end
  1151.   end
  1152.   object DataSource4: TDataSource
  1153.     DataSet = Table4
  1154.     Left = 416
  1155.     Top = 4
  1156.   end
  1157.   object DBPrintWin1: TDBPrintWin
  1158.     About = 'Version 5.32'
  1159.     AboutRegistered = 'TOM SNIDER'
  1160.     HeaderFont.Color = clWindowText
  1161.     HeaderFont.Height = 16
  1162.     HeaderFont.Name = 'Arial'
  1163.     HeaderFont.Style = []
  1164.     Font.Color = clWindowText
  1165.     Font.Height = 16
  1166.     Font.Name = 'Arial'
  1167.     Font.Style = []
  1168.     FooterFont.Color = clWindowText
  1169.     FooterFont.Height = 12
  1170.     FooterFont.Name = 'Arial'
  1171.     FooterFont.Style = []
  1172.     FrameObjects = True
  1173.     clBtnFaceAsWhite = True
  1174.     OutputTo = poViewer
  1175.     Orientation = Default
  1176.     Units = poInches
  1177.     ViewButtonVisible = False
  1178.     ShowCancelDialog = True
  1179.     LineWidth = 0
  1180.     Copies = 1
  1181.     GridBackDrop = False
  1182.     GridBackDropUnits = poInches
  1183.     ZoomPercentage = 25.000000000000000000
  1184.     HeaderTop = 0.500000000000000000
  1185.     HeaderLeft = 0.500000000000000000
  1186.     HeaderStringLeft = '                                  '
  1187.     HeaderStringCenter = '                                  '
  1188.     HeaderStringRight = '                                  '
  1189.     HeaderEnabled = True
  1190.     HeaderOutlined = False
  1191.     HeaderFilled = False
  1192.     TextColor = clBlack
  1193.     ViewBkColor = 11234567
  1194.     ViewHeading = 'Printit Viewer'
  1195.     HeadingColor = clSilver
  1196.     FrameStyle = frThin
  1197.     FooterTop = 10.510000000000000000
  1198.     FooterString = '                                                  '
  1199.     FooterEnabled = True
  1200.     FooterOutlined = False
  1201.     FooterFilled = False
  1202.     FixSansSerif = True
  1203.     FooterStringLeft = 'Printed on @Date at @Time'
  1204.     FooterStringRight = 'Page @Page'
  1205.     BorderLeft = 0.500000000000000000
  1206.     BorderRight = 0.500000000000000000
  1207.     LineSpacing = 2.500000000000000000
  1208.     ExecuteWinControl = DBGrid1
  1209.     Left = 432
  1210.     Top = 66
  1211.   end
  1212. end
  1213.