home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / cbsuite.lzh / SU1SRC.ZIP / DEMO06.DFM / DEMO06.txt next >
Text File  |  1997-01-18  |  31KB  |  1,309 lines

  1. object FBDemo06: TFBDemo06
  2.   Left = 106
  3.   Top = 87
  4.   Width = 788
  5.   Height = 584
  6.   HorzScrollBar.Range = 2000
  7.   VertScrollBar.Range = 2000
  8.   AutoScroll = False
  9.   Caption = 'FBDemo06'
  10.   Font.Color = clWindowText
  11.   Font.Height = -17
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   PixelsPerInch = 120
  15.   TextHeight = 20
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 2000
  20.     Height = 42
  21.     Align = alTop
  22.     TabOrder = 0
  23.     object DBNavigator: TDBNavigator
  24.       Left = 10
  25.       Top = 5
  26.       Width = 281
  27.       Height = 31
  28.       Ctl3D = False
  29.       ParentCtl3D = False
  30.       TabOrder = 0
  31.     end
  32.     object Button1: TButton
  33.       Left = 688
  34.       Top = 9
  35.       Width = 75
  36.       Height = 25
  37.       Caption = 'Button1'
  38.       TabOrder = 1
  39.     end
  40.   end
  41.   object CBReport1: TCBReport
  42.     Left = 0
  43.     Top = 48
  44.     Width = 992
  45.     Height = 1403
  46.     Font.Color = clWindowText
  47.     Font.Height = 16
  48.     Font.Name = 'Arial'
  49.     Font.Style = []
  50.     Color = 15794175
  51.     ParentFont = False
  52.     About = 'Version 5.32'
  53.     AboutRegistered = 'TOM SNIDER'
  54.     Bands.Master = Master
  55.     Bands.Detail = DetailBand
  56.     Bands.Title = Title
  57.     Bands.PageHeader = PageHeader
  58.     Bands.PageFooter = PageFooter
  59.     Viewer.BkColor = 11234567
  60.     Viewer.Heading = 'BandIt Viewer'
  61.     Viewer.ShowCancelDialog = True
  62.     Viewer.MinimizeRunForm = False
  63.     Viewer.ZoomPercentage = 100.000000000000000000
  64.     Page.FrameStyle = frThin
  65.     Page.MarginLeft = 0.400000000000000000
  66.     Page.MarginTop = 0.400000000000000000
  67.     Page.MarginRight = 0.400000000000000000
  68.     Page.PaperSize = A4
  69.     OutputTo = poViewer
  70.     Orientation = Default
  71.     Units = poInches
  72.     Copies = 1
  73.     LineSpacing = 2.500000000000000000
  74.     RewindBeforePrint = True
  75.     object Master: TCBBand
  76.       Left = 49
  77.       Top = 193
  78.       Width = 894
  79.       Height = 198
  80.       Align = alTop
  81.       Color = clWhite
  82.       Frame.Color = clSilver
  83.       Frame.Left = frNone
  84.       Frame.Right = frNone
  85.       Frame.Top = frSingleThin
  86.       Frame.Bottom = frSingleThin
  87.       ForceNewPage = False
  88.       BandType = cbMaster
  89.       DataSource = DataSource1
  90.       object Label35: TLabel
  91.         Left = 8
  92.         Top = 34
  93.         Width = 75
  94.         Height = 20
  95.         Alignment = taRightJustify
  96.         AutoSize = False
  97.         Caption = 'CustNo'
  98.       end
  99.       object Label36: TLabel
  100.         Left = 16
  101.         Top = 60
  102.         Width = 67
  103.         Height = 20
  104.         Alignment = taRightJustify
  105.         AutoSize = False
  106.         Caption = 'Company'
  107.       end
  108.       object Label37: TLabel
  109.         Left = 32
  110.         Top = 86
  111.         Width = 51
  112.         Height = 20
  113.         Alignment = taRightJustify
  114.         AutoSize = False
  115.         Caption = 'Addr1'
  116.       end
  117.       object Label38: TLabel
  118.         Left = 40
  119.         Top = 112
  120.         Width = 43
  121.         Height = 20
  122.         Alignment = taRightJustify
  123.         AutoSize = False
  124.         Caption = 'Addr2'
  125.       end
  126.       object Label39: TLabel
  127.         Left = 48
  128.         Top = 138
  129.         Width = 35
  130.         Height = 20
  131.         Alignment = taRightJustify
  132.         AutoSize = False
  133.         Caption = 'City'
  134.       end
  135.       object Label40: TLabel
  136.         Left = 364
  137.         Top = 36
  138.         Width = 47
  139.         Height = 20
  140.         Alignment = taRightJustify
  141.         AutoSize = False
  142.         Caption = 'State'
  143.       end
  144.       object Label41: TLabel
  145.         Left = 356
  146.         Top = 62
  147.         Width = 55
  148.         Height = 20
  149.         Alignment = taRightJustify
  150.         AutoSize = False
  151.         Caption = 'Zip'
  152.       end
  153.       object Label42: TLabel
  154.         Left = 340
  155.         Top = 88
  156.         Width = 71
  157.         Height = 20
  158.         Alignment = taRightJustify
  159.         AutoSize = False
  160.         Caption = 'Country'
  161.       end
  162.       object Label43: TLabel
  163.         Left = 332
  164.         Top = 114
  165.         Width = 79
  166.         Height = 20
  167.         Alignment = taRightJustify
  168.         AutoSize = False
  169.         Caption = 'Phone'
  170.       end
  171.       object Label44: TLabel
  172.         Left = 302
  173.         Top = 140
  174.         Width = 109
  175.         Height = 20
  176.         Alignment = taRightJustify
  177.         AutoSize = False
  178.         Caption = 'FAX'
  179.       end
  180.       object Label45: TLabel
  181.         Left = 590
  182.         Top = 38
  183.         Width = 109
  184.         Height = 20
  185.         Alignment = taRightJustify
  186.         AutoSize = False
  187.         Caption = 'TaxRate'
  188.       end
  189.       object Label46: TLabel
  190.         Left = 590
  191.         Top = 64
  192.         Width = 109
  193.         Height = 20
  194.         Alignment = taRightJustify
  195.         AutoSize = False
  196.         Caption = 'Contact'
  197.       end
  198.       object Label47: TLabel
  199.         Left = 590
  200.         Top = 90
  201.         Width = 109
  202.         Height = 20
  203.         Alignment = taRightJustify
  204.         AutoSize = False
  205.         Caption = 'LastInvoiceDate'
  206.       end
  207.       object DBEdit1: TDBEdit
  208.         Left = 89
  209.         Top = 30
  210.         Width = 91
  211.         Height = 24
  212.         DataField = 'CustNo'
  213.         DataSource = DataSource1
  214.         MaxLength = 0
  215.         TabOrder = 0
  216.       end
  217.       object DBEdit2: TDBEdit
  218.         Left = 89
  219.         Top = 56
  220.         Width = 231
  221.         Height = 24
  222.         DataField = 'Company'
  223.         DataSource = DataSource1
  224.         MaxLength = 30
  225.         TabOrder = 1
  226.       end
  227.       object DBEdit3: TDBEdit
  228.         Left = 89
  229.         Top = 82
  230.         Width = 231
  231.         Height = 24
  232.         DataField = 'Addr1'
  233.         DataSource = DataSource1
  234.         MaxLength = 30
  235.         TabOrder = 2
  236.       end
  237.       object DBEdit4: TDBEdit
  238.         Left = 89
  239.         Top = 108
  240.         Width = 231
  241.         Height = 24
  242.         DataField = 'Addr2'
  243.         DataSource = DataSource1
  244.         MaxLength = 30
  245.         TabOrder = 3
  246.       end
  247.       object DBEdit5: TDBEdit
  248.         Left = 89
  249.         Top = 134
  250.         Width = 126
  251.         Height = 24
  252.         DataField = 'City'
  253.         DataSource = DataSource1
  254.         MaxLength = 15
  255.         TabOrder = 4
  256.       end
  257.       object DBEdit6: TDBEdit
  258.         Left = 417
  259.         Top = 32
  260.         Width = 161
  261.         Height = 24
  262.         DataField = 'State'
  263.         DataSource = DataSource1
  264.         MaxLength = 20
  265.         TabOrder = 5
  266.       end
  267.       object DBEdit7: TDBEdit
  268.         Left = 417
  269.         Top = 58
  270.         Width = 91
  271.         Height = 24
  272.         DataField = 'Zip'
  273.         DataSource = DataSource1
  274.         MaxLength = 10
  275.         TabOrder = 6
  276.       end
  277.       object DBEdit8: TDBEdit
  278.         Left = 417
  279.         Top = 84
  280.         Width = 161
  281.         Height = 24
  282.         DataField = 'Country'
  283.         DataSource = DataSource1
  284.         MaxLength = 20
  285.         TabOrder = 7
  286.       end
  287.       object DBEdit9: TDBEdit
  288.         Left = 417
  289.         Top = 110
  290.         Width = 126
  291.         Height = 24
  292.         DataField = 'Phone'
  293.         DataSource = DataSource1
  294.         MaxLength = 15
  295.         TabOrder = 8
  296.       end
  297.       object DBEdit10: TDBEdit
  298.         Left = 417
  299.         Top = 136
  300.         Width = 126
  301.         Height = 24
  302.         DataField = 'FAX'
  303.         DataSource = DataSource1
  304.         MaxLength = 15
  305.         TabOrder = 9
  306.       end
  307.       object DBEdit11: TDBEdit
  308.         Left = 705
  309.         Top = 34
  310.         Width = 91
  311.         Height = 24
  312.         DataField = 'TaxRate'
  313.         DataSource = DataSource1
  314.         MaxLength = 0
  315.         TabOrder = 10
  316.       end
  317.       object DBEdit12: TDBEdit
  318.         Left = 705
  319.         Top = 60
  320.         Width = 161
  321.         Height = 24
  322.         DataField = 'Contact'
  323.         DataSource = DataSource1
  324.         MaxLength = 20
  325.         TabOrder = 11
  326.       end
  327.       object DBEdit13: TDBEdit
  328.         Left = 705
  329.         Top = 86
  330.         Width = 168
  331.         Height = 24
  332.         DataField = 'LastInvoiceDate'
  333.         DataSource = DataSource1
  334.         MaxLength = 0
  335.         TabOrder = 12
  336.       end
  337.     end
  338.     object PageHeader: TCBBand
  339.       Left = 49
  340.       Top = 49
  341.       Width = 894
  342.       Height = 80
  343.       Align = alTop
  344.       Color = clWhite
  345.       Frame.Color = clBlack
  346.       Frame.Left = frNone
  347.       Frame.Right = frNone
  348.       Frame.Top = frDoubleThickThin
  349.       Frame.Bottom = frSingleThin
  350.       ForceNewPage = False
  351.       BandType = cbPageHeader
  352.       object CB_Label2: TCB_Label
  353.         Left = 364
  354.         Top = 24
  355.         Width = 166
  356.         Height = 32
  357.         Caption = 'Page Header'
  358.         Font.Color = clBlue
  359.         Font.Height = -27
  360.         Font.Name = 'Arial'
  361.         Font.Style = [fsBold]
  362.         ParentFont = False
  363.         Transparent = True
  364.         About = 'Version 5.32'
  365.         Style = stRaised
  366.         ShadowOffset = 5
  367.       end
  368.       object Image1: TImage
  369.         Left = 8
  370.         Top = 32
  371.         Width = 49
  372.         Height = 33
  373.         Picture.Data = {<image000.bmp>}
  374.       end
  375.       object CBSystem2: TCBSystem
  376.         Left = 7
  377.         Top = 8
  378.         Width = 170
  379.         Height = 16
  380.         ParentFont = False
  381.         BorderStyle = bsNone
  382.         Font.Color = clWindowText
  383.         Font.Height = -13
  384.         Font.Name = 'Arial'
  385.         Font.Style = []
  386.         Color = clWhite
  387.         Data = cbDateTime
  388.         DisplayFormat = '0'
  389.         Text = '1'
  390.         Alignment = taLeftJustify
  391.       end
  392.     end
  393.     object Title: TCBBand
  394.       Left = 49
  395.       Top = 129
  396.       Width = 894
  397.       Height = 64
  398.       Align = alTop
  399.       Color = clWhite
  400.       Frame.Color = clBlack
  401.       Frame.Left = frSingleThin
  402.       Frame.Right = frSingleThin
  403.       Frame.Top = frSingleThin
  404.       Frame.Bottom = frSingleThin
  405.       ForceNewPage = False
  406.       BandType = cbTitle
  407.       object CB_Label1: TCB_Label
  408.         Left = 261
  409.         Top = 16
  410.         Width = 372
  411.         Height = 32
  412.         Caption = 'Master - Detail - Detail Demo'
  413.         Font.Color = clRed
  414.         Font.Height = -27
  415.         Font.Name = 'Arial'
  416.         Font.Style = [fsBold]
  417.         ParentFont = False
  418.         Transparent = True
  419.         About = 'Version 5.32'
  420.         Style = stRaised
  421.         ShadowOffset = 5
  422.       end
  423.     end
  424.     object DetailBand: TCBDetailBand
  425.       Left = 49
  426.       Top = 417
  427.       Width = 894
  428.       Height = 24
  429.       Align = alTop
  430.       Color = clWhite
  431.       Frame.Color = clSilver
  432.       Frame.Left = frNone
  433.       Frame.Right = frNone
  434.       Frame.Top = frNone
  435.       Frame.Bottom = frNone
  436.       ForceNewPage = False
  437.       BandType = cbDetail
  438.       DataSource = DataSource2
  439.       NextDetailBand = DetailBand2
  440.       DetailHeaderBand = DetailHeader
  441.       DetailFooterBand = DetailFooter
  442.       object EditOrderNo: TDBEdit
  443.         Left = 14
  444.         Top = 2
  445.         Width = 91
  446.         Height = 18
  447.         BorderStyle = bsNone
  448.         DataField = 'OrderNo'
  449.         DataSource = DataSource2
  450.         MaxLength = 0
  451.         TabOrder = 0
  452.       end
  453.       object EditSaleDate: TDBEdit
  454.         Left = 138
  455.         Top = 2
  456.         Width = 55
  457.         Height = 18
  458.         BorderStyle = bsNone
  459.         DataField = 'SaleDate'
  460.         DataSource = DataSource2
  461.         Font.Color = clBlack
  462.         Font.Height = -15
  463.         Font.Name = 'Arial'
  464.         Font.Style = []
  465.         MaxLength = 0
  466.         ParentFont = False
  467.         TabOrder = 1
  468.       end
  469.       object EditEmpNo: TDBEdit
  470.         Left = 200
  471.         Top = 2
  472.         Width = 83
  473.         Height = 18
  474.         BorderStyle = bsNone
  475.         DataField = 'EmpNo'
  476.         DataSource = DataSource2
  477.         Font.Color = clBlack
  478.         Font.Height = -15
  479.         Font.Name = 'Arial'
  480.         Font.Style = []
  481.         MaxLength = 0
  482.         ParentFont = False
  483.         TabOrder = 2
  484.       end
  485.       object EditTerms: TDBEdit
  486.         Left = 306
  487.         Top = 2
  488.         Width = 63
  489.         Height = 18
  490.         BorderStyle = bsNone
  491.         DataField = 'Terms'
  492.         DataSource = DataSource2
  493.         Font.Color = clBlack
  494.         Font.Height = -15
  495.         Font.Name = 'Arial'
  496.         Font.Style = []
  497.         MaxLength = 6
  498.         ParentFont = False
  499.         TabOrder = 3
  500.       end
  501.       object EditPaymentMethod: TDBEdit
  502.         Left = 370
  503.         Top = 2
  504.         Width = 70
  505.         Height = 18
  506.         BorderStyle = bsNone
  507.         DataField = 'PaymentMethod'
  508.         DataSource = DataSource2
  509.         Font.Color = clBlack
  510.         Font.Height = -15
  511.         Font.Name = 'Arial'
  512.         Font.Style = []
  513.         MaxLength = 7
  514.         ParentFont = False
  515.         TabOrder = 4
  516.       end
  517.       object EditItemsTotal: TDBEdit
  518.         Left = 490
  519.         Top = 2
  520.         Width = 91
  521.         Height = 18
  522.         BorderStyle = bsNone
  523.         DataField = 'ItemsTotal'
  524.         DataSource = DataSource2
  525.         Font.Color = clBlack
  526.         Font.Height = -15
  527.         Font.Name = 'Arial'
  528.         Font.Style = []
  529.         MaxLength = 0
  530.         ParentFont = False
  531.         TabOrder = 5
  532.       end
  533.       object EditTaxRate2: TDBEdit
  534.         Left = 594
  535.         Top = 2
  536.         Width = 91
  537.         Height = 18
  538.         BorderStyle = bsNone
  539.         DataField = 'TaxRate'
  540.         DataSource = DataSource2
  541.         Font.Color = clBlack
  542.         Font.Height = -15
  543.         Font.Name = 'Arial'
  544.         Font.Style = []
  545.         MaxLength = 0
  546.         ParentFont = False
  547.         TabOrder = 6
  548.       end
  549.       object EditFreight: TDBEdit
  550.         Left = 711
  551.         Top = 2
  552.         Width = 70
  553.         Height = 18
  554.         BorderStyle = bsNone
  555.         DataField = 'Freight'
  556.         DataSource = DataSource2
  557.         Font.Color = clBlack
  558.         Font.Height = -15
  559.         Font.Name = 'Arial'
  560.         Font.Style = []
  561.         MaxLength = 0
  562.         ParentFont = False
  563.         TabOrder = 7
  564.       end
  565.       object EditAmountPaid: TDBEdit
  566.         Left = 786
  567.         Top = 2
  568.         Width = 91
  569.         Height = 18
  570.         BorderStyle = bsNone
  571.         DataField = 'AmountPaid'
  572.         DataSource = DataSource2
  573.         Font.Color = clBlack
  574.         Font.Height = -15
  575.         Font.Name = 'Arial'
  576.         Font.Style = []
  577.         MaxLength = 0
  578.         ParentFont = False
  579.         TabOrder = 8
  580.       end
  581.     end
  582.     object DetailFooter: TCBBand
  583.       Left = 49
  584.       Top = 441
  585.       Width = 894
  586.       Height = 24
  587.       Align = alTop
  588.       Color = clWhite
  589.       Frame.Color = clBlack
  590.       Frame.Left = frNone
  591.       Frame.Right = frNone
  592.       Frame.Top = frNone
  593.       Frame.Bottom = frSingleThin
  594.       ForceNewPage = False
  595.       BandType = cbDetailFooter
  596.       object Label14: TLabel
  597.         Left = 304
  598.         Top = 2
  599.         Width = 153
  600.         Height = 19
  601.         AutoSize = False
  602.         Caption = 'Total this Customer'
  603.         Font.Color = clRed
  604.         Font.Height = -17
  605.         Font.Name = 'Arial'
  606.         Font.Style = []
  607.         ParentFont = False
  608.       end
  609.       object CBCalc1: TCBCalc
  610.         Left = 471
  611.         Top = 2
  612.         Width = 109
  613.         Height = 16
  614.         DataField = 'ItemsTotal'
  615.         DataSource = DataSource2
  616.         ParentFont = False
  617.         ResetAfterBand = DetailFooter
  618.         BorderStyle = bsNone
  619.         Color = clWhite
  620.         Font.Color = clBlack
  621.         Font.Height = -15
  622.         Font.Name = 'Arial'
  623.         Font.Style = []
  624.         DisplayFormat = 'R #,##0.00'
  625.         Text = 'R 4,674.00'
  626.         Alignment = taRightJustify
  627.         Operation = cbSum
  628.       end
  629.       object CBCalc2: TCBCalc
  630.         Left = 704
  631.         Top = 2
  632.         Width = 76
  633.         Height = 16
  634.         DataField = 'Freight'
  635.         DataSource = DataSource2
  636.         ParentFont = False
  637.         ResetAfterBand = DetailFooter
  638.         BorderStyle = bsNone
  639.         Color = clWhite
  640.         Font.Color = clBlack
  641.         Font.Height = -15
  642.         Font.Name = 'Arial'
  643.         Font.Style = []
  644.         DisplayFormat = 'R #,##0.00'
  645.         Text = 'R 0.00'
  646.         Alignment = taRightJustify
  647.         Operation = cbSum
  648.       end
  649.       object CBCalc3: TCBCalc
  650.         Left = 791
  651.         Top = 2
  652.         Width = 85
  653.         Height = 16
  654.         DataField = 'AmountPaid'
  655.         DataSource = DataSource2
  656.         ParentFont = False
  657.         ResetAfterBand = DetailFooter
  658.         BorderStyle = bsNone
  659.         Color = clWhite
  660.         Font.Color = clBlack
  661.         Font.Height = -15
  662.         Font.Name = 'Arial'
  663.         Font.Style = []
  664.         DisplayFormat = 'R #,##0.00'
  665.         Text = 'R 4,674.00'
  666.         Alignment = taRightJustify
  667.         Operation = cbSum
  668.       end
  669.     end
  670.     object DetailHeader: TCBBand
  671.       Left = 49
  672.       Top = 391
  673.       Width = 894
  674.       Height = 26
  675.       Align = alTop
  676.       Color = clWhite
  677.       Frame.Color = clBlack
  678.       Frame.Left = frNone
  679.       Frame.Right = frNone
  680.       Frame.Top = frNone
  681.       Frame.Bottom = frNone
  682.       ForceNewPage = False
  683.       BandType = cbDetailHeader
  684.       object Label2: TLabel
  685.         Left = 40
  686.         Top = 2
  687.         Width = 65
  688.         Height = 16
  689.         Alignment = taRightJustify
  690.         AutoSize = False
  691.         Caption = 'OrderNo'
  692.         FocusControl = EditOrderNo
  693.         Font.Color = clNavy
  694.         Font.Height = -15
  695.         Font.Name = 'Arial'
  696.         Font.Style = [fsBold]
  697.         ParentFont = False
  698.       end
  699.       object Label3: TLabel
  700.         Left = 128
  701.         Top = 2
  702.         Width = 68
  703.         Height = 16
  704.         Alignment = taRightJustify
  705.         AutoSize = False
  706.         Caption = 'SaleDate'
  707.         FocusControl = EditSaleDate
  708.         Font.Color = clNavy
  709.         Font.Height = -15
  710.         Font.Name = 'Arial'
  711.         Font.Style = [fsBold]
  712.         ParentFont = False
  713.       end
  714.       object Label4: TLabel
  715.         Left = 232
  716.         Top = 2
  717.         Width = 52
  718.         Height = 16
  719.         Alignment = taRightJustify
  720.         AutoSize = False
  721.         Caption = 'EmpNo'
  722.         FocusControl = EditEmpNo
  723.         Font.Color = clNavy
  724.         Font.Height = -15
  725.         Font.Name = 'Arial'
  726.         Font.Style = [fsBold]
  727.         ParentFont = False
  728.       end
  729.       object Label5: TLabel
  730.         Left = 304
  731.         Top = 2
  732.         Width = 52
  733.         Height = 16
  734.         AutoSize = False
  735.         Caption = 'Terms'
  736.         FocusControl = EditTerms
  737.         Font.Color = clNavy
  738.         Font.Height = -15
  739.         Font.Name = 'Arial'
  740.         Font.Style = [fsBold]
  741.         ParentFont = False
  742.       end
  743.       object Label6: TLabel
  744.         Left = 360
  745.         Top = 2
  746.         Width = 124
  747.         Height = 16
  748.         Alignment = taRightJustify
  749.         AutoSize = False
  750.         Caption = 'PaymentMethod'
  751.         FocusControl = EditPaymentMethod
  752.         Font.Color = clNavy
  753.         Font.Height = -15
  754.         Font.Name = 'Arial'
  755.         Font.Style = [fsBold]
  756.         ParentFont = False
  757.       end
  758.       object Label7: TLabel
  759.         Left = 496
  760.         Top = 2
  761.         Width = 84
  762.         Height = 16
  763.         Alignment = taRightJustify
  764.         AutoSize = False
  765.         Caption = 'ItemsTotal'
  766.         FocusControl = EditItemsTotal
  767.         Font.Color = clNavy
  768.         Font.Height = -15
  769.         Font.Name = 'Arial'
  770.         Font.Style = [fsBold]
  771.         ParentFont = False
  772.       end
  773.       object Label8: TLabel
  774.         Left = 616
  775.         Top = 2
  776.         Width = 68
  777.         Height = 16
  778.         Alignment = taRightJustify
  779.         AutoSize = False
  780.         Caption = 'TaxRate'
  781.         FocusControl = EditTaxRate2
  782.         Font.Color = clNavy
  783.         Font.Height = -15
  784.         Font.Name = 'Arial'
  785.         Font.Style = [fsBold]
  786.         ParentFont = False
  787.       end
  788.       object Label9: TLabel
  789.         Left = 728
  790.         Top = 2
  791.         Width = 52
  792.         Height = 16
  793.         Alignment = taRightJustify
  794.         AutoSize = False
  795.         Caption = 'Freight'
  796.         FocusControl = EditFreight
  797.         Font.Color = clNavy
  798.         Font.Height = -15
  799.         Font.Name = 'Arial'
  800.         Font.Style = [fsBold]
  801.         ParentFont = False
  802.       end
  803.       object Label10: TLabel
  804.         Left = 792
  805.         Top = 2
  806.         Width = 84
  807.         Height = 16
  808.         Alignment = taRightJustify
  809.         AutoSize = False
  810.         Caption = 'AmountPaid'
  811.         FocusControl = EditAmountPaid
  812.         Font.Color = clNavy
  813.         Font.Height = -15
  814.         Font.Name = 'Arial'
  815.         Font.Style = [fsBold]
  816.         ParentFont = False
  817.       end
  818.     end
  819.     object PageFooter: TCBBand
  820.       Left = 49
  821.       Top = 569
  822.       Width = 894
  823.       Height = 41
  824.       Align = alTop
  825.       Color = clWhite
  826.       Frame.Color = clSilver
  827.       Frame.Left = frSingleThin
  828.       Frame.Right = frSingleThin
  829.       Frame.Top = frSingleThin
  830.       Frame.Bottom = frSingleThin
  831.       ForceNewPage = False
  832.       BandType = cbPageFooter
  833.       object CB_Label3: TCB_Label
  834.         Left = 364
  835.         Top = 8
  836.         Width = 159
  837.         Height = 32
  838.         Caption = 'Page Footer'
  839.         Font.Color = clBlue
  840.         Font.Height = -27
  841.         Font.Name = 'Arial'
  842.         Font.Style = [fsBold]
  843.         ParentFont = False
  844.         Transparent = True
  845.         About = 'Version 5.32'
  846.         Style = stRaised
  847.         ShadowOffset = 5
  848.       end
  849.       object Label11: TLabel
  850.         Left = 718
  851.         Top = 13
  852.         Width = 110
  853.         Height = 20
  854.         Alignment = taRightJustify
  855.         AutoSize = False
  856.         Caption = 'Page'
  857.         FocusControl = EditTerms
  858.         Font.Color = clBlack
  859.         Font.Height = -15
  860.         Font.Name = 'Arial'
  861.         Font.Style = []
  862.         ParentFont = False
  863.       end
  864.       object CBSystem3: TCBSystem
  865.         Left = 8
  866.         Top = 12
  867.         Width = 100
  868.         Height = 16
  869.         ParentFont = False
  870.         BorderStyle = bsNone
  871.         Font.Color = clWindowText
  872.         Font.Height = -13
  873.         Font.Name = 'Arial'
  874.         Font.Style = []
  875.         Color = clWhite
  876.         Data = cbDate
  877.         DisplayFormat = '#,##0.00'
  878.         Text = '0.00'
  879.         Alignment = taLeftJustify
  880.       end
  881.       object CBSystem4: TCBSystem
  882.         Left = 848
  883.         Top = 12
  884.         Width = 33
  885.         Height = 16
  886.         ParentFont = False
  887.         BorderStyle = bsNone
  888.         Font.Color = clWindowText
  889.         Font.Height = -13
  890.         Font.Name = 'Arial'
  891.         Font.Style = []
  892.         Color = clWhite
  893.         Data = cbPageNumber
  894.         DisplayFormat = '0'
  895.         Text = '1'
  896.         Alignment = taLeftJustify
  897.       end
  898.     end
  899.     object DetailHeader2: TCBBand
  900.       Left = 49
  901.       Top = 465
  902.       Width = 894
  903.       Height = 24
  904.       Align = alTop
  905.       Color = clWhite
  906.       Frame.Color = clBlack
  907.       Frame.Left = frNone
  908.       Frame.Right = frNone
  909.       Frame.Top = frNone
  910.       Frame.Bottom = frNone
  911.       ForceNewPage = False
  912.       BandType = cbDetailHeader
  913.       object Label1: TLabel
  914.         Left = 368
  915.         Top = 2
  916.         Width = 105
  917.         Height = 16
  918.         AutoSize = False
  919.         Caption = 'Item Number'
  920.         FocusControl = EditOrderNo
  921.         Font.Color = clNavy
  922.         Font.Height = -15
  923.         Font.Name = 'Arial'
  924.         Font.Style = [fsBold]
  925.         ParentFont = False
  926.       end
  927.       object Label13: TLabel
  928.         Left = 488
  929.         Top = 2
  930.         Width = 105
  931.         Height = 16
  932.         AutoSize = False
  933.         Caption = 'Part number'
  934.         FocusControl = EditEmpNo
  935.         Font.Color = clNavy
  936.         Font.Height = -15
  937.         Font.Name = 'Arial'
  938.         Font.Style = [fsBold]
  939.         ParentFont = False
  940.       end
  941.       object Label15: TLabel
  942.         Left = 704
  943.         Top = 2
  944.         Width = 84
  945.         Height = 16
  946.         Alignment = taRightJustify
  947.         AutoSize = False
  948.         Caption = 'Quantity'
  949.         FocusControl = EditPaymentMethod
  950.         Font.Color = clNavy
  951.         Font.Height = -15
  952.         Font.Name = 'Arial'
  953.         Font.Style = [fsBold]
  954.         ParentFont = False
  955.       end
  956.       object Label16: TLabel
  957.         Left = 792
  958.         Top = 2
  959.         Width = 84
  960.         Height = 16
  961.         Alignment = taRightJustify
  962.         AutoSize = False
  963.         Caption = 'Discount'
  964.         FocusControl = EditItemsTotal
  965.         Font.Color = clNavy
  966.         Font.Height = -15
  967.         Font.Name = 'Arial'
  968.         Font.Style = [fsBold]
  969.         ParentFont = False
  970.       end
  971.     end
  972.     object DetailBand2: TCBDetailBand
  973.       Left = 49
  974.       Top = 489
  975.       Width = 894
  976.       Height = 24
  977.       Align = alTop
  978.       Color = clWhite
  979.       Frame.Color = clSilver
  980.       Frame.Left = frSingleThin
  981.       Frame.Right = frSingleThin
  982.       Frame.Top = frSingleThin
  983.       Frame.Bottom = frSingleThin
  984.       ForceNewPage = False
  985.       BandType = cbDetail
  986.       DataSource = DataSource3
  987.       DetailHeaderBand = DetailHeader2
  988.       DetailFooterBand = DetailFooter2
  989.       object DBEdit18: TDBEdit
  990.         Left = 370
  991.         Top = 2
  992.         Width = 70
  993.         Height = 18
  994.         BorderStyle = bsNone
  995.         DataField = 'ItemNo'
  996.         DataSource = DataSource3
  997.         Font.Color = clBlack
  998.         Font.Height = -15
  999.         Font.Name = 'Arial'
  1000.         Font.Style = []
  1001.         MaxLength = 0
  1002.         ParentFont = False
  1003.         TabOrder = 0
  1004.       end
  1005.       object DBEdit19: TDBEdit
  1006.         Left = 490
  1007.         Top = 2
  1008.         Width = 91
  1009.         Height = 18
  1010.         BorderStyle = bsNone
  1011.         DataField = 'PartNo'
  1012.         DataSource = DataSource3
  1013.         Font.Color = clBlack
  1014.         Font.Height = -15
  1015.         Font.Name = 'Arial'
  1016.         Font.Style = []
  1017.         MaxLength = 0
  1018.         ParentFont = False
  1019.         TabOrder = 1
  1020.       end
  1021.       object DBEdit21: TDBEdit
  1022.         Left = 711
  1023.         Top = 2
  1024.         Width = 70
  1025.         Height = 18
  1026.         BorderStyle = bsNone
  1027.         DataField = 'Qty'
  1028.         DataSource = DataSource3
  1029.         Font.Color = clBlack
  1030.         Font.Height = -15
  1031.         Font.Name = 'Arial'
  1032.         Font.Style = []
  1033.         MaxLength = 0
  1034.         ParentFont = False
  1035.         TabOrder = 2
  1036.       end
  1037.       object DBEdit22: TDBEdit
  1038.         Left = 792
  1039.         Top = 2
  1040.         Width = 85
  1041.         Height = 18
  1042.         BorderStyle = bsNone
  1043.         DataField = 'Discount'
  1044.         DataSource = DataSource3
  1045.         Font.Color = clBlack
  1046.         Font.Height = -15
  1047.         Font.Name = 'Arial'
  1048.         Font.Style = []
  1049.         MaxLength = 0
  1050.         ParentFont = False
  1051.         TabOrder = 3
  1052.       end
  1053.     end
  1054.     object DetailFooter2: TCBBand
  1055.       Left = 49
  1056.       Top = 513
  1057.       Width = 894
  1058.       Height = 56
  1059.       Align = alTop
  1060.       Color = clWhite
  1061.       Frame.Color = clBlack
  1062.       Frame.Left = frNone
  1063.       Frame.Right = frNone
  1064.       Frame.Top = frSingleThin
  1065.       Frame.Bottom = frNone
  1066.       ForceNewPage = False
  1067.       BandType = cbDetailFooter
  1068.       object Label12: TLabel
  1069.         Left = 592
  1070.         Top = 4
  1071.         Width = 113
  1072.         Height = 19
  1073.         Caption = 'This Order'
  1074.         Font.Color = clRed
  1075.         Font.Height = -17
  1076.         Font.Name = 'Arial'
  1077.         Font.Style = []
  1078.         ParentFont = False
  1079.       end
  1080.       object CBCalc5: TCBCalc
  1081.         Left = 704
  1082.         Top = 2
  1083.         Width = 76
  1084.         Height = 16
  1085.         DataField = 'Qty'
  1086.         DataSource = DataSource3
  1087.         ParentFont = False
  1088.         ResetAfterBand = DetailFooter2
  1089.         BorderStyle = bsNone
  1090.         Color = clWhite
  1091.         Font.Color = clBlack
  1092.         Font.Height = -15
  1093.         Font.Name = 'Arial'
  1094.         Font.Style = []
  1095.         DisplayFormat = '#,##0'
  1096.         Text = '5'
  1097.         Alignment = taRightJustify
  1098.         Operation = cbSum
  1099.       end
  1100.       object CBCalc6: TCBCalc
  1101.         Left = 791
  1102.         Top = 2
  1103.         Width = 85
  1104.         Height = 16
  1105.         DataField = 'Discount'
  1106.         DataSource = DataSource3
  1107.         ParentFont = False
  1108.         ResetAfterBand = DetailFooter2
  1109.         BorderStyle = bsNone
  1110.         Color = clWhite
  1111.         Font.Color = clBlack
  1112.         Font.Height = -15
  1113.         Font.Name = 'Arial'
  1114.         Font.Style = []
  1115.         DisplayFormat = '$ #,##0.00'
  1116.         Text = '$ 0.00'
  1117.         Alignment = taRightJustify
  1118.         Operation = cbSum
  1119.       end
  1120.     end
  1121.   end
  1122.   object DataSource1: TDataSource
  1123.     DataSet = Table1
  1124.     Left = 320
  1125.   end
  1126.   object Table1: TTable
  1127.     Active = True
  1128.     DatabaseName = 'DBDEMOS'
  1129.     TableName = 'CUSTOMER.DB'
  1130.     Left = 352
  1131.     object Table1CustNo: TFloatField
  1132.       Alignment = taLeftJustify
  1133.       FieldName = 'CustNo'
  1134.       DisplayFormat = 'CN 0000'
  1135.       MaxValue = 9999.000000000000000000
  1136.       MinValue = 1000.000000000000000000
  1137.     end
  1138.     object Table1Company: TStringField
  1139.       FieldName = 'Company'
  1140.       Size = 30
  1141.     end
  1142.     object Table1Addr1: TStringField
  1143.       FieldName = 'Addr1'
  1144.       Size = 30
  1145.     end
  1146.     object Table1Addr2: TStringField
  1147.       FieldName = 'Addr2'
  1148.       Size = 30
  1149.     end
  1150.     object Table1City: TStringField
  1151.       FieldName = 'City'
  1152.       Size = 15
  1153.     end
  1154.     object Table1State: TStringField
  1155.       FieldName = 'State'
  1156.     end
  1157.     object Table1Zip: TStringField
  1158.       FieldName = 'Zip'
  1159.       Size = 10
  1160.     end
  1161.     object Table1Country: TStringField
  1162.       FieldName = 'Country'
  1163.     end
  1164.     object Table1Phone: TStringField
  1165.       FieldName = 'Phone'
  1166.       Size = 15
  1167.     end
  1168.     object Table1FAX: TStringField
  1169.       FieldName = 'FAX'
  1170.       Size = 15
  1171.     end
  1172.     object Table1TaxRate: TFloatField
  1173.       FieldName = 'TaxRate'
  1174.       DisplayFormat = '0.00%'
  1175.     end
  1176.     object Table1Contact: TStringField
  1177.       FieldName = 'Contact'
  1178.     end
  1179.     object Table1LastInvoiceDate: TDateTimeField
  1180.       FieldName = 'LastInvoiceDate'
  1181.     end
  1182.   end
  1183.   object DataSource2: TDataSource
  1184.     DataSet = Table2
  1185.     Left = 440
  1186.   end
  1187.   object Table2: TTable
  1188.     Active = True
  1189.     DatabaseName = 'DBDEMOS'
  1190.     IndexName = 'CustNo'
  1191.     MasterFields = 'CustNo'
  1192.     MasterSource = DataSource1
  1193.     TableName = 'ORDERS.DB'
  1194.     Left = 472
  1195.     object Table2OrderNo: TFloatField
  1196.       FieldName = 'OrderNo'
  1197.       DisplayFormat = #39'#'#39'0000'
  1198.     end
  1199.     object Table2CustNo: TFloatField
  1200.       Alignment = taLeftJustify
  1201.       FieldName = 'CustNo'
  1202.       DisplayFormat = 'CN 0000'
  1203.       MaxValue = 9999.000000000000000000
  1204.       MinValue = 1000.000000000000000000
  1205.     end
  1206.     object Table2SaleDate: TDateTimeField
  1207.       FieldName = 'SaleDate'
  1208.     end
  1209.     object Table2ShipDate: TDateTimeField
  1210.       FieldName = 'ShipDate'
  1211.     end
  1212.     object Table2EmpNo: TIntegerField
  1213.       FieldName = 'EmpNo'
  1214.       DisplayFormat = 'Emp'#39'#'#39' 0000'
  1215.       MaxValue = 9999
  1216.       MinValue = 1
  1217.     end
  1218.     object Table2ShipToContact: TStringField
  1219.       FieldName = 'ShipToContact'
  1220.     end
  1221.     object Table2ShipToAddr1: TStringField
  1222.       FieldName = 'ShipToAddr1'
  1223.       Size = 30
  1224.     end
  1225.     object Table2ShipToAddr2: TStringField
  1226.       FieldName = 'ShipToAddr2'
  1227.       Size = 30
  1228.     end
  1229.     object Table2ShipToCity: TStringField
  1230.       FieldName = 'ShipToCity'
  1231.       Size = 15
  1232.     end
  1233.     object Table2ShipToState: TStringField
  1234.       FieldName = 'ShipToState'
  1235.     end
  1236.     object Table2ShipToZip: TStringField
  1237.       FieldName = 'ShipToZip'
  1238.       Size = 10
  1239.     end
  1240.     object Table2ShipToCountry: TStringField
  1241.       FieldName = 'ShipToCountry'
  1242.     end
  1243.     object Table2ShipToPhone: TStringField
  1244.       FieldName = 'ShipToPhone'
  1245.       Size = 15
  1246.     end
  1247.     object Table2ShipVIA: TStringField
  1248.       FieldName = 'ShipVIA'
  1249.       Size = 7
  1250.     end
  1251.     object Table2PO: TStringField
  1252.       FieldName = 'PO'
  1253.       Size = 15
  1254.     end
  1255.     object Table2Terms: TStringField
  1256.       FieldName = 'Terms'
  1257.       Size = 6
  1258.     end
  1259.     object Table2PaymentMethod: TStringField
  1260.       FieldName = 'PaymentMethod'
  1261.       Size = 7
  1262.     end
  1263.     object Table2ItemsTotal: TCurrencyField
  1264.       FieldName = 'ItemsTotal'
  1265.       Currency = True
  1266.     end
  1267.     object Table2TaxRate: TFloatField
  1268.       FieldName = 'TaxRate'
  1269.       DisplayFormat = '0.00%'
  1270.     end
  1271.     object Table2Freight: TCurrencyField
  1272.       FieldName = 'Freight'
  1273.       Currency = True
  1274.     end
  1275.     object Table2AmountPaid: TCurrencyField
  1276.       FieldName = 'AmountPaid'
  1277.       Currency = True
  1278.     end
  1279.   end
  1280.   object DataSource3: TDataSource
  1281.     DataSet = Table3
  1282.     Left = 544
  1283.   end
  1284.   object Table3: TTable
  1285.     Active = True
  1286.     DatabaseName = 'DBDEMOS'
  1287.     IndexFieldNames = 'OrderNo'
  1288.     MasterFields = 'OrderNo'
  1289.     MasterSource = DataSource2
  1290.     TableName = 'ITEMS.DB'
  1291.     Left = 584
  1292.     object Table3OrderNo: TFloatField
  1293.       FieldName = 'OrderNo'
  1294.     end
  1295.     object Table3ItemNo: TFloatField
  1296.       FieldName = 'ItemNo'
  1297.     end
  1298.     object Table3PartNo: TFloatField
  1299.       FieldName = 'PartNo'
  1300.     end
  1301.     object Table3Qty: TIntegerField
  1302.       FieldName = 'Qty'
  1303.     end
  1304.     object Table3Discount: TFloatField
  1305.       FieldName = 'Discount'
  1306.     end
  1307.   end
  1308. end
  1309.