home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / cbsuite.lzh / SU1SRC.ZIP / DEMO04.DFM / DEMO04.txt next >
Encoding:
Text File  |  1997-01-18  |  20.4 KB  |  867 lines

  1. object FBDemo04: TFBDemo04
  2.   Left = 475
  3.   Top = 274
  4.   Width = 329
  5.   Height = 339
  6.   HorzScrollBar.Position = 333
  7.   VertScrollBar.Position = 224
  8.   ActiveControl = Panel1
  9.   Caption = 'FBDemo04'
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 120
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = -333
  20.     Top = -224
  21.     Width = 1016
  22.     Height = 50
  23.     Align = alTop
  24.     TabOrder = 0
  25.     object DBNavigator: TDBNavigator
  26.       Left = 10
  27.       Top = 10
  28.       Width = 281
  29.       Height = 31
  30.       DataSource = DataSource1
  31.       Ctl3D = False
  32.       ParentCtl3D = False
  33.       TabOrder = 0
  34.     end
  35.   end
  36.   object Panel2: TPanel
  37.     Left = -333
  38.     Top = -174
  39.     Width = 448
  40.     Height = 271
  41.     BevelInner = bvLowered
  42.     BorderWidth = 4
  43.     Caption = 'Panel2'
  44.     TabOrder = 1
  45.     object ScrollBox: TScrollBox
  46.       Left = 6
  47.       Top = 6
  48.       Width = 436
  49.       Height = 259
  50.       HorzScrollBar.Margin = 6
  51.       HorzScrollBar.Range = 359
  52.       VertScrollBar.Margin = 6
  53.       VertScrollBar.Range = 556
  54.       Align = alClient
  55.       AutoScroll = False
  56.       BorderStyle = bsNone
  57.       TabOrder = 0
  58.       object Label1: TLabel
  59.         Left = 6
  60.         Top = 10
  61.         Width = 110
  62.         Height = 16
  63.         Alignment = taRightJustify
  64.         AutoSize = False
  65.         Caption = 'OrderNo'
  66.       end
  67.       object Label2: TLabel
  68.         Left = 6
  69.         Top = 36
  70.         Width = 110
  71.         Height = 16
  72.         Alignment = taRightJustify
  73.         AutoSize = False
  74.         Caption = 'CustNo'
  75.       end
  76.       object Label3: TLabel
  77.         Left = 6
  78.         Top = 62
  79.         Width = 110
  80.         Height = 16
  81.         Alignment = taRightJustify
  82.         AutoSize = False
  83.         Caption = 'SaleDate'
  84.         FocusControl = EditSaleDate
  85.       end
  86.       object Label4: TLabel
  87.         Left = 6
  88.         Top = 88
  89.         Width = 110
  90.         Height = 16
  91.         Alignment = taRightJustify
  92.         AutoSize = False
  93.         Caption = 'ShipDate'
  94.       end
  95.       object Label15: TLabel
  96.         Left = 6
  97.         Top = 126
  98.         Width = 110
  99.         Height = 16
  100.         Alignment = taRightJustify
  101.         AutoSize = False
  102.         Caption = 'PO'
  103.       end
  104.       object Label16: TLabel
  105.         Left = 6
  106.         Top = 152
  107.         Width = 110
  108.         Height = 16
  109.         Alignment = taRightJustify
  110.         AutoSize = False
  111.         Caption = 'Terms'
  112.       end
  113.       object Label17: TLabel
  114.         Left = 6
  115.         Top = 178
  116.         Width = 110
  117.         Height = 16
  118.         Alignment = taRightJustify
  119.         AutoSize = False
  120.         Caption = 'PaymentMethod'
  121.       end
  122.       object Label18: TLabel
  123.         Left = 6
  124.         Top = 204
  125.         Width = 110
  126.         Height = 16
  127.         Alignment = taRightJustify
  128.         AutoSize = False
  129.         Caption = 'ItemsTotal'
  130.       end
  131.       object Label21: TLabel
  132.         Left = 6
  133.         Top = 226
  134.         Width = 110
  135.         Height = 16
  136.         Alignment = taRightJustify
  137.         AutoSize = False
  138.         Caption = 'AmountPaid'
  139.       end
  140.       object EditSaleDate: TDBEdit
  141.         Left = 122
  142.         Top = 58
  143.         Width = 168
  144.         Height = 24
  145.         DataField = 'SaleDate'
  146.         DataSource = DataSource1
  147.         MaxLength = 0
  148.         TabOrder = 0
  149.       end
  150.     end
  151.   end
  152.   object CBReport1: TCBReport
  153.     Left = -309
  154.     Top = 136
  155.     Width = 992
  156.     Height = 1403
  157.     Font.Color = clWindowText
  158.     Font.Height = 16
  159.     Font.Name = 'Arial'
  160.     Font.Style = []
  161.     Color = 15794175
  162.     ParentFont = False
  163.     About = 'Version 5.32'
  164.     AboutRegistered = 'TOM SNIDER'
  165.     Bands.Detail = Detail
  166.     Bands.Title = Title
  167.     Bands.PageFooter = PageFooter
  168.     Viewer.BkColor = 11234567
  169.     Viewer.Heading = 'BandIt Viewer'
  170.     Viewer.ShowCancelDialog = True
  171.     Viewer.MinimizeRunForm = False
  172.     Viewer.ZoomPercentage = 100.000000000000000000
  173.     Page.FrameStyle = frThin
  174.     Page.MarginLeft = 0.400000000000000000
  175.     Page.MarginTop = 0.400000000000000000
  176.     Page.MarginRight = 0.400000000000000000
  177.     Page.PaperSize = A4
  178.     OutputTo = poViewer
  179.     Orientation = Default
  180.     Units = poInches
  181.     Copies = 1
  182.     LineSpacing = 2.500000000000000000
  183.     RewindBeforePrint = True
  184.     object Panel3: TPanel
  185.       Left = 49
  186.       Top = 1299
  187.       Width = 894
  188.       Height = 55
  189.       Align = alBottom
  190.       Caption = 'Panel3'
  191.       Color = clBlue
  192.       TabOrder = 0
  193.       object Label6: TLabel
  194.         Left = 16
  195.         Top = 8
  196.         Width = 113
  197.         Height = 19
  198.         AutoSize = False
  199.         Caption = 'Ship Date'
  200.         Font.Color = clWhite
  201.         Font.Height = -15
  202.         Font.Name = 'Arial'
  203.         Font.Style = [fsBold]
  204.         ParentFont = False
  205.       end
  206.       object Label7: TLabel
  207.         Left = 16
  208.         Top = 32
  209.         Width = 113
  210.         Height = 19
  211.         AutoSize = False
  212.         Caption = 'Order Number'
  213.         Font.Color = clWhite
  214.         Font.Height = -15
  215.         Font.Name = 'Arial'
  216.         Font.Style = [fsBold]
  217.         ParentFont = False
  218.       end
  219.       object Label8: TLabel
  220.         Left = 152
  221.         Top = 32
  222.         Width = 169
  223.         Height = 19
  224.         AutoSize = False
  225.         Caption = 'Customer Number'
  226.         Font.Color = clWhite
  227.         Font.Height = -15
  228.         Font.Name = 'Arial'
  229.         Font.Style = [fsBold]
  230.         ParentFont = False
  231.       end
  232.       object Label9: TLabel
  233.         Left = 344
  234.         Top = 32
  235.         Width = 113
  236.         Height = 19
  237.         AutoSize = False
  238.         Caption = 'Purchase Order'
  239.         Font.Color = clWhite
  240.         Font.Height = -15
  241.         Font.Name = 'Arial'
  242.         Font.Style = [fsBold]
  243.         ParentFont = False
  244.       end
  245.       object Label11: TLabel
  246.         Left = 496
  247.         Top = 32
  248.         Width = 57
  249.         Height = 19
  250.         AutoSize = False
  251.         Caption = 'Terms'
  252.         Font.Color = clWhite
  253.         Font.Height = -15
  254.         Font.Name = 'Arial'
  255.         Font.Style = [fsBold]
  256.         ParentFont = False
  257.       end
  258.       object Label12: TLabel
  259.         Left = 584
  260.         Top = 32
  261.         Width = 113
  262.         Height = 19
  263.         AutoSize = False
  264.         Caption = 'Pay Method'
  265.         Font.Color = clWhite
  266.         Font.Height = -15
  267.         Font.Name = 'Arial'
  268.         Font.Style = [fsBold]
  269.         ParentFont = False
  270.       end
  271.       object Label13: TLabel
  272.         Left = 686
  273.         Top = 32
  274.         Width = 91
  275.         Height = 19
  276.         Alignment = taRightJustify
  277.         AutoSize = False
  278.         Caption = 'Items Total'
  279.         Font.Color = clWhite
  280.         Font.Height = -15
  281.         Font.Name = 'Arial'
  282.         Font.Style = [fsBold]
  283.         ParentFont = False
  284.       end
  285.       object Label10: TLabel
  286.         Left = 782
  287.         Top = 32
  288.         Width = 99
  289.         Height = 19
  290.         Alignment = taRightJustify
  291.         AutoSize = False
  292.         Caption = 'Amount Paid'
  293.         Font.Color = clWhite
  294.         Font.Height = -15
  295.         Font.Name = 'Arial'
  296.         Font.Style = [fsBold]
  297.         ParentFont = False
  298.       end
  299.     end
  300.     object Detail: TCBDetailBand
  301.       Left = 49
  302.       Top = 241
  303.       Width = 894
  304.       Height = 56
  305.       Align = alTop
  306.       Color = clWhite
  307.       Frame.Color = clSilver
  308.       Frame.Left = frNone
  309.       Frame.Right = frNone
  310.       Frame.Top = frNone
  311.       Frame.Bottom = frNone
  312.       ForceNewPage = False
  313.       BandType = cbDetail
  314.       DataSource = DataSource1
  315.       DetailHeaderBand = DetailHeader
  316.       DetailFooterBand = DetailFooter
  317.       object DBText1: TDBText
  318.         Left = 8
  319.         Top = 27
  320.         Width = 65
  321.         Height = 17
  322.         DataField = 'OrderNo'
  323.         DataSource = DataSource1
  324.         Font.Color = clBlack
  325.         Font.Height = -17
  326.         Font.Name = 'Arial'
  327.         Font.Style = [fsBold]
  328.         ParentFont = False
  329.       end
  330.       object EditShipDate: TDBEdit
  331.         Left = 10
  332.         Top = 2
  333.         Width = 127
  334.         Height = 23
  335.         BorderStyle = bsNone
  336.         DataField = 'ShipDate'
  337.         DataSource = DataSource1
  338.         Font.Color = clBlack
  339.         Font.Height = -17
  340.         Font.Name = 'Arial'
  341.         Font.Style = [fsBold]
  342.         MaxLength = 0
  343.         ParentFont = False
  344.         TabOrder = 0
  345.       end
  346.       object EditCustNo: TDBEdit
  347.         Left = 154
  348.         Top = 8
  349.         Width = 143
  350.         Height = 32
  351.         BorderStyle = bsNone
  352.         DataField = 'CustNo'
  353.         DataSource = DataSource1
  354.         Font.Color = clBlue
  355.         Font.Height = -20
  356.         Font.Name = 'Arial'
  357.         Font.Style = [fsBold]
  358.         MaxLength = 0
  359.         ParentFont = False
  360.         TabOrder = 1
  361.       end
  362.       object EditPO: TDBEdit
  363.         Left = 338
  364.         Top = 22
  365.         Width = 126
  366.         Height = 24
  367.         BorderStyle = bsNone
  368.         DataField = 'PO'
  369.         DataSource = DataSource1
  370.         Font.Color = clBlack
  371.         Font.Height = -17
  372.         Font.Name = 'Arial'
  373.         Font.Style = [fsBold]
  374.         MaxLength = 15
  375.         ParentFont = False
  376.         TabOrder = 2
  377.       end
  378.       object EditTerms: TDBEdit
  379.         Left = 466
  380.         Top = 22
  381.         Width = 63
  382.         Height = 24
  383.         BorderStyle = bsNone
  384.         DataField = 'Terms'
  385.         DataSource = DataSource1
  386.         Font.Color = clBlack
  387.         Font.Height = -17
  388.         Font.Name = 'Arial'
  389.         Font.Style = [fsBold]
  390.         MaxLength = 6
  391.         ParentFont = False
  392.         TabOrder = 3
  393.       end
  394.       object EditPaymentMethod: TDBEdit
  395.         Left = 554
  396.         Top = 22
  397.         Width = 70
  398.         Height = 24
  399.         BorderStyle = bsNone
  400.         DataField = 'PaymentMethod'
  401.         DataSource = DataSource1
  402.         Font.Color = clBlack
  403.         Font.Height = -17
  404.         Font.Name = 'Arial'
  405.         Font.Style = [fsBold]
  406.         MaxLength = 7
  407.         ParentFont = False
  408.         TabOrder = 4
  409.       end
  410.       object EditItemsTotal: TDBEdit
  411.         Left = 650
  412.         Top = 22
  413.         Width = 91
  414.         Height = 24
  415.         BorderStyle = bsNone
  416.         DataField = 'ItemsTotal'
  417.         DataSource = DataSource1
  418.         Font.Color = clBlack
  419.         Font.Height = -17
  420.         Font.Name = 'Arial'
  421.         Font.Style = [fsBold]
  422.         MaxLength = 0
  423.         ParentFont = False
  424.         TabOrder = 5
  425.       end
  426.       object EditAmountPaid: TDBEdit
  427.         Left = 794
  428.         Top = 22
  429.         Width = 91
  430.         Height = 24
  431.         BorderStyle = bsNone
  432.         DataField = 'AmountPaid'
  433.         DataSource = DataSource1
  434.         Font.Color = clBlack
  435.         Font.Height = -17
  436.         Font.Name = 'Arial'
  437.         Font.Style = [fsBold]
  438.         MaxLength = 0
  439.         ParentFont = False
  440.         TabOrder = 6
  441.       end
  442.     end
  443.     object DetailFooter: TCBBand
  444.       Left = 49
  445.       Top = 297
  446.       Width = 894
  447.       Height = 32
  448.       Align = alTop
  449.       Color = clWhite
  450.       Frame.Color = clSilver
  451.       Frame.Left = frSingleThin
  452.       Frame.Right = frSingleThin
  453.       Frame.Top = frSingleThin
  454.       Frame.Bottom = frSingleThin
  455.       ForceNewPage = False
  456.       BandType = cbDetailFooter
  457.       object Label30: TLabel
  458.         Left = 456
  459.         Top = 2
  460.         Width = 169
  461.         Height = 25
  462.         Alignment = taCenter
  463.         AutoSize = False
  464.         Caption = 'Order Total '
  465.         Font.Color = clRed
  466.         Font.Height = -23
  467.         Font.Name = 'Times New Roman'
  468.         Font.Style = [fsBold, fsItalic]
  469.         ParentFont = False
  470.       end
  471.       object CBCalc1: TCBCalc
  472.         Left = 611
  473.         Top = 4
  474.         Width = 129
  475.         Height = 23
  476.         DataField = 'ItemsTotal'
  477.         DataSource = DataSource1
  478.         ParentFont = False
  479.         BorderStyle = bsNone
  480.         Color = clWhite
  481.         Font.Color = clRed
  482.         Font.Height = -17
  483.         Font.Name = 'Arial'
  484.         Font.Style = [fsBold]
  485.         DisplayFormat = '$ #,##0.00'
  486.         Text = '$ 1,250.00'
  487.         Alignment = taRightJustify
  488.         Operation = cbSum
  489.       end
  490.       object CBCalc2: TCBCalc
  491.         Left = 779
  492.         Top = 4
  493.         Width = 106
  494.         Height = 25
  495.         DataField = 'AmountPaid'
  496.         DataSource = DataSource1
  497.         ParentFont = False
  498.         BorderStyle = bsNone
  499.         Color = clWhite
  500.         Font.Color = clRed
  501.         Font.Height = -17
  502.         Font.Name = 'Arial'
  503.         Font.Style = [fsBold]
  504.         DisplayFormat = '$ #,##0.00'
  505.         Text = '$ 1,306.25'
  506.         Alignment = taRightJustify
  507.         Operation = cbSum
  508.       end
  509.     end
  510.     object Title: TCBBand
  511.       Left = 49
  512.       Top = 49
  513.       Width = 894
  514.       Height = 144
  515.       Align = alTop
  516.       Color = clWhite
  517.       Frame.Color = clSilver
  518.       Frame.Left = frSingleThin
  519.       Frame.Right = frSingleThin
  520.       Frame.Top = frSingleThin
  521.       Frame.Bottom = frSingleThin
  522.       ForceNewPage = False
  523.       BandType = cbTitle
  524.       object Label5: TLabel
  525.         Left = 295
  526.         Top = 72
  527.         Width = 305
  528.         Height = 46
  529.         Alignment = taCenter
  530.         AutoSize = False
  531.         Caption = 'from Calitz Bros.'
  532.         Font.Color = clMaroon
  533.         Font.Height = -40
  534.         Font.Name = 'Times New Roman'
  535.         Font.Style = [fsBold, fsItalic]
  536.         ParentFont = False
  537.       end
  538.       object Image1: TImage
  539.         Left = 8
  540.         Top = 19
  541.         Width = 49
  542.         Height = 33
  543.         Picture.Data = {<image000.bmp>}
  544.       end
  545.       object Label27: TLabel
  546.         Left = 219
  547.         Top = 24
  548.         Width = 457
  549.         Height = 46
  550.         Alignment = taCenter
  551.         AutoSize = False
  552.         Caption = 'Demo printed with BandIt'
  553.         Font.Color = clMaroon
  554.         Font.Height = -40
  555.         Font.Name = 'Times New Roman'
  556.         Font.Style = [fsBold, fsItalic]
  557.         ParentFont = False
  558.       end
  559.       object CBSystem2: TCBSystem
  560.         Left = 48
  561.         Top = 107
  562.         Width = 193
  563.         Height = 28
  564.         ParentFont = False
  565.         BorderStyle = bsNone
  566.         Font.Color = clWindowText
  567.         Font.Height = -17
  568.         Font.Name = 'Arial'
  569.         Font.Style = []
  570.         Color = clWhite
  571.         Data = cbDateTime
  572.         DisplayFormat = '#,##0.00'
  573.         Text = '0.00'
  574.         Alignment = taLeftJustify
  575.       end
  576.     end
  577.     object DetailHeader: TCBBand
  578.       Left = 49
  579.       Top = 193
  580.       Width = 894
  581.       Height = 48
  582.       Align = alTop
  583.       Color = clBlue
  584.       Frame.Color = clSilver
  585.       Frame.Left = frSingleThin
  586.       Frame.Right = frSingleThin
  587.       Frame.Top = frSingleThin
  588.       Frame.Bottom = frSingleThin
  589.       ForceNewPage = False
  590.       BandType = cbTitle
  591.       object Label14: TLabel
  592.         Left = 16
  593.         Top = 2
  594.         Width = 105
  595.         Height = 19
  596.         Caption = 'Ship Date'
  597.         Font.Color = clWhite
  598.         Font.Height = -17
  599.         Font.Name = 'Arial'
  600.         Font.Style = [fsBold]
  601.         ParentFont = False
  602.       end
  603.       object Label19: TLabel
  604.         Left = 16
  605.         Top = 24
  606.         Width = 81
  607.         Height = 19
  608.         Caption = 'Order #'
  609.         Font.Color = clWhite
  610.         Font.Height = -17
  611.         Font.Name = 'Arial'
  612.         Font.Style = [fsBold]
  613.         ParentFont = False
  614.       end
  615.       object Label20: TLabel
  616.         Left = 154
  617.         Top = 21
  618.         Width = 164
  619.         Height = 19
  620.         Caption = 'Customer Number    '
  621.         Font.Color = clWhite
  622.         Font.Height = -17
  623.         Font.Name = 'Arial'
  624.         Font.Style = [fsBold]
  625.         ParentFont = False
  626.       end
  627.       object Label22: TLabel
  628.         Left = 466
  629.         Top = 21
  630.         Width = 59
  631.         Height = 19
  632.         Caption = 'Terms  '
  633.         Font.Color = clWhite
  634.         Font.Height = -17
  635.         Font.Name = 'Arial'
  636.         Font.Style = [fsBold]
  637.         ParentFont = False
  638.       end
  639.       object Label23: TLabel
  640.         Left = 322
  641.         Top = 21
  642.         Width = 125
  643.         Height = 19
  644.         Caption = 'Purchase Order'
  645.         Font.Color = clWhite
  646.         Font.Height = -17
  647.         Font.Name = 'Arial'
  648.         Font.Style = [fsBold]
  649.         ParentFont = False
  650.       end
  651.       object Label24: TLabel
  652.         Left = 554
  653.         Top = 21
  654.         Width = 58
  655.         Height = 19
  656.         Caption = 'Method'
  657.         Font.Color = clWhite
  658.         Font.Height = -17
  659.         Font.Name = 'Arial'
  660.         Font.Style = [fsBold]
  661.         ParentFont = False
  662.       end
  663.       object Label25: TLabel
  664.         Left = 658
  665.         Top = 21
  666.         Width = 95
  667.         Height = 19
  668.         Alignment = taRightJustify
  669.         AutoSize = False
  670.         Caption = 'Items Total'
  671.         Font.Color = clWhite
  672.         Font.Height = -17
  673.         Font.Name = 'Arial'
  674.         Font.Style = [fsBold]
  675.         ParentFont = False
  676.       end
  677.       object Label26: TLabel
  678.         Left = 776
  679.         Top = 21
  680.         Width = 105
  681.         Height = 19
  682.         Alignment = taRightJustify
  683.         AutoSize = False
  684.         Caption = 'Amount Paid'
  685.         Font.Color = clWhite
  686.         Font.Height = -17
  687.         Font.Name = 'Arial'
  688.         Font.Style = [fsBold]
  689.         ParentFont = False
  690.       end
  691.       object Label31: TLabel
  692.         Left = 554
  693.         Top = 5
  694.         Width = 73
  695.         Height = 19
  696.         Caption = 'Payment '
  697.         Font.Color = clWhite
  698.         Font.Height = -17
  699.         Font.Name = 'Arial'
  700.         Font.Style = [fsBold]
  701.         ParentFont = False
  702.       end
  703.     end
  704.     object PageFooter: TCBBand
  705.       Left = 49
  706.       Top = 329
  707.       Width = 894
  708.       Height = 59
  709.       Align = alTop
  710.       Color = clWhite
  711.       Frame.Color = clSilver
  712.       Frame.Left = frSingleThin
  713.       Frame.Right = frSingleThin
  714.       Frame.Top = frSingleThin
  715.       Frame.Bottom = frSingleThin
  716.       ForceNewPage = False
  717.       BandType = cbPageFooter
  718.       object Image2: TImage
  719.         Left = 8
  720.         Top = 12
  721.         Width = 49
  722.         Height = 33
  723.         Picture.Data = {<image001.bmp>}
  724.       end
  725.       object Label29: TLabel
  726.         Left = 219
  727.         Top = 3
  728.         Width = 457
  729.         Height = 49
  730.         Alignment = taCenter
  731.         AutoSize = False
  732.         Caption = 'Page Footer'
  733.         Font.Color = clMaroon
  734.         Font.Height = -40
  735.         Font.Name = 'Times New Roman'
  736.         Font.Style = [fsBold, fsItalic]
  737.         ParentFont = False
  738.       end
  739.       object Label28: TLabel
  740.         Left = 755
  741.         Top = 13
  742.         Width = 59
  743.         Height = 26
  744.         Caption = 'Page '
  745.         Font.Color = clBlack
  746.         Font.Height = -23
  747.         Font.Name = 'Arial'
  748.         Font.Style = []
  749.         ParentFont = False
  750.       end
  751.       object CBSystem1: TCBSystem
  752.         Left = 824
  753.         Top = 12
  754.         Width = 60
  755.         Height = 31
  756.         ParentFont = False
  757.         BorderStyle = bsNone
  758.         Font.Color = clBlack
  759.         Font.Height = -23
  760.         Font.Name = 'Arial'
  761.         Font.Style = []
  762.         Color = clWhite
  763.         Data = cbPageNumber
  764.         DisplayFormat = '0'
  765.         Text = '1'
  766.         Alignment = taRightJustify
  767.       end
  768.     end
  769.   end
  770.   object DataSource1: TDataSource
  771.     DataSet = Table1
  772.     Left = 287
  773.     Top = 5
  774.   end
  775.   object Table1: TTable
  776.     Active = True
  777.     DatabaseName = 'DBDEMOS'
  778.     TableName = 'ORDERS.DB'
  779.     Left = 259
  780.     Top = 5
  781.     object Table1OrderNo: TFloatField
  782.       FieldName = 'OrderNo'
  783.       DisplayFormat = #39'#'#39'0000'
  784.     end
  785.     object Table1CustNo: TFloatField
  786.       Alignment = taLeftJustify
  787.       FieldName = 'CustNo'
  788.       DisplayFormat = 'CN 0000'
  789.       MaxValue = 9999.000000000000000000
  790.       MinValue = 1000.000000000000000000
  791.     end
  792.     object Table1SaleDate: TDateTimeField
  793.       FieldName = 'SaleDate'
  794.     end
  795.     object Table1ShipDate: TDateTimeField
  796.       FieldName = 'ShipDate'
  797.     end
  798.     object Table1EmpNo: TIntegerField
  799.       FieldName = 'EmpNo'
  800.       DisplayFormat = 'Emp'#39'#'#39' 0000'
  801.       MaxValue = 9999
  802.       MinValue = 1
  803.     end
  804.     object Table1ShipToContact: TStringField
  805.       FieldName = 'ShipToContact'
  806.     end
  807.     object Table1ShipToAddr1: TStringField
  808.       FieldName = 'ShipToAddr1'
  809.       Size = 30
  810.     end
  811.     object Table1ShipToAddr2: TStringField
  812.       FieldName = 'ShipToAddr2'
  813.       Size = 30
  814.     end
  815.     object Table1ShipToCity: TStringField
  816.       FieldName = 'ShipToCity'
  817.       Size = 15
  818.     end
  819.     object Table1ShipToState: TStringField
  820.       FieldName = 'ShipToState'
  821.     end
  822.     object Table1ShipToZip: TStringField
  823.       FieldName = 'ShipToZip'
  824.       Size = 10
  825.     end
  826.     object Table1ShipToCountry: TStringField
  827.       FieldName = 'ShipToCountry'
  828.     end
  829.     object Table1ShipToPhone: TStringField
  830.       FieldName = 'ShipToPhone'
  831.       Size = 15
  832.     end
  833.     object Table1ShipVIA: TStringField
  834.       FieldName = 'ShipVIA'
  835.       Size = 7
  836.     end
  837.     object Table1PO: TStringField
  838.       FieldName = 'PO'
  839.       Size = 15
  840.     end
  841.     object Table1Terms: TStringField
  842.       FieldName = 'Terms'
  843.       Size = 6
  844.     end
  845.     object Table1PaymentMethod: TStringField
  846.       FieldName = 'PaymentMethod'
  847.       Size = 7
  848.     end
  849.     object Table1ItemsTotal: TCurrencyField
  850.       FieldName = 'ItemsTotal'
  851.       Currency = True
  852.     end
  853.     object Table1TaxRate: TFloatField
  854.       FieldName = 'TaxRate'
  855.       DisplayFormat = '0.00%'
  856.     end
  857.     object Table1Freight: TCurrencyField
  858.       FieldName = 'Freight'
  859.       Currency = True
  860.     end
  861.     object Table1AmountPaid: TCurrencyField
  862.       FieldName = 'AmountPaid'
  863.       Currency = True
  864.     end
  865.   end
  866. end
  867.