home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EmpireBuilder.exe / 0 / RCDATA / TFMCUSTDETAILS / TFMCUSTDETAILS.txt
Text File  |  1999-06-21  |  29KB  |  1,125 lines

  1. object fmCustDetails: TfmCustDetails
  2.   Left = 65
  3.   Top = 108
  4.   HelpContext = 67
  5.   AutoScroll = False
  6.   Caption = 'New Customer'
  7.   ClientHeight = 432
  8.   ClientWidth = 698
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   FormStyle = fsMDIChild
  15.   Position = poDefaultPosOnly
  16.   Scaled = False
  17.   Visible = True
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnCloseQuery = FormCloseQuery
  21.   OnCreate = FormCreate
  22.   OnDeactivate = FormDeactivate
  23.   OnShow = FormShow
  24.   PixelsPerInch = 120
  25.   TextHeight = 16
  26.   object Panel2: TPanel
  27.     Left = 0
  28.     Top = 49
  29.     Width = 698
  30.     Height = 383
  31.     Align = alClient
  32.     TabOrder = 0
  33.     object PageControl1: TPageControl
  34.       Left = 1
  35.       Top = 1
  36.       Width = 696
  37.       Height = 381
  38.       ActivePage = TabDetails
  39.       Align = alClient
  40.       TabOrder = 1
  41.       TabStop = False
  42.       OnChange = PageControl1Change
  43.       object TabDetails: TTabSheet
  44.         Caption = 'D&etails'
  45.         object Panel4: TPanel
  46.           Left = 348
  47.           Top = 0
  48.           Width = 340
  49.           Height = 349
  50.           BevelInner = bvLowered
  51.           TabOrder = 0
  52.           object Bevel5: TBevel
  53.             Left = 8
  54.             Top = 192
  55.             Width = 325
  56.             Height = 101
  57.             Shape = bsFrame
  58.           end
  59.           object Bevel4: TBevel
  60.             Left = 8
  61.             Top = 8
  62.             Width = 325
  63.             Height = 177
  64.             Shape = bsFrame
  65.           end
  66.           object Label12: TLabel
  67.             Left = 16
  68.             Top = 20
  69.             Width = 66
  70.             Height = 16
  71.             Caption = 'Credit Limit'
  72.           end
  73.           object Label13: TLabel
  74.             Left = 200
  75.             Top = 20
  76.             Width = 36
  77.             Height = 16
  78.             Caption = 'Terms'
  79.           end
  80.           object Label15: TLabel
  81.             Left = 16
  82.             Top = 236
  83.             Width = 59
  84.             Height = 16
  85.             Caption = 'VAT Code'
  86.           end
  87.           object Label16: TLabel
  88.             Left = 16
  89.             Top = 204
  90.             Width = 41
  91.             Height = 16
  92.             Caption = 'VAT ID'
  93.           end
  94.           object Label17: TLabel
  95.             Left = 180
  96.             Top = 232
  97.             Width = 67
  98.             Height = 16
  99.             Caption = 'EC Country'
  100.           end
  101.           object Label18: TLabel
  102.             Left = 16
  103.             Top = 52
  104.             Width = 62
  105.             Height = 16
  106.             Caption = 'Sett. Days'
  107.           end
  108.           object Label19: TLabel
  109.             Left = 16
  110.             Top = 124
  111.             Width = 48
  112.             Height = 16
  113.             Caption = 'Account'
  114.           end
  115.           object Label21: TLabel
  116.             Left = 200
  117.             Top = 52
  118.             Width = 58
  119.             Height = 16
  120.             Caption = 'Sett. Disc'
  121.           end
  122.           object Label22: TLabel
  123.             Left = 200
  124.             Top = 124
  125.             Width = 51
  126.             Height = 16
  127.             Caption = 'Discount'
  128.           end
  129.           object Label14: TLabel
  130.             Left = 200
  131.             Top = 88
  132.             Width = 64
  133.             Height = 16
  134.             Caption = 'Price Code'
  135.           end
  136.           object DBCheckBox2: TDBCheckBox
  137.             Left = 16
  138.             Top = 88
  139.             Width = 93
  140.             Height = 17
  141.             HelpContext = 76
  142.             Alignment = taLeftJustify
  143.             Caption = 'On Stop'
  144.             DataField = 'ONSTOP'
  145.             DataSource = DM1.dsCustomer
  146.             TabOrder = 4
  147.             ValueChecked = 'True'
  148.             ValueUnchecked = 'False'
  149.           end
  150.           object wwDBEdit12: TwwDBEdit
  151.             Left = 96
  152.             Top = 16
  153.             Width = 80
  154.             Height = 24
  155.             HelpContext = 72
  156.             DataField = 'CREITLMT'
  157.             DataSource = DM1.dsCustomer
  158.             TabOrder = 0
  159.             UnboundDataType = wwDefault
  160.             WantReturns = False
  161.             WordWrap = False
  162.           end
  163.           object wwDBSpinEdit1: TwwDBSpinEdit
  164.             Left = 276
  165.             Top = 16
  166.             Width = 50
  167.             Height = 24
  168.             HelpContext = 73
  169.             Increment = 1.000000000000000000
  170.             MaxValue = 999.000000000000000000
  171.             DataField = 'TERMS'
  172.             DataSource = DM1.dsCustomer
  173.             TabOrder = 1
  174.             UnboundDataType = wwDefault
  175.           end
  176.           object wwDBSpinEdit2: TwwDBSpinEdit
  177.             Left = 276
  178.             Top = 84
  179.             Width = 30
  180.             Height = 24
  181.             HelpContext = 77
  182.             Increment = 1.000000000000000000
  183.             MaxValue = 3.000000000000000000
  184.             MinValue = 1.000000000000000000
  185.             Value = 1.000000000000000000
  186.             DataField = 'PRICECODE'
  187.             DataSource = DM1.dsCustomer
  188.             TabOrder = 5
  189.             UnboundDataType = wwDefault
  190.           end
  191.           object wwDBEdit13: TwwDBEdit
  192.             Left = 96
  193.             Top = 200
  194.             Width = 120
  195.             Height = 24
  196.             HelpContext = 81
  197.             DataField = 'VATID'
  198.             DataSource = DM1.dsCustomer
  199.             TabOrder = 9
  200.             UnboundDataType = wwDefault
  201.             WantReturns = False
  202.             WordWrap = False
  203.           end
  204.           object DBSVatCode: TwwDBSpinEdit
  205.             Left = 96
  206.             Top = 232
  207.             Width = 30
  208.             Height = 24
  209.             HelpContext = 83
  210.             Increment = 1.000000000000000000
  211.             MaxValue = 9.000000000000000000
  212.             Value = 1.000000000000000000
  213.             DataField = 'VATCODE'
  214.             DataSource = DM1.dsCustomer
  215.             TabOrder = 10
  216.             UnboundDataType = wwDefault
  217.           end
  218.           object wwDBSpinEdit4: TwwDBSpinEdit
  219.             Left = 96
  220.             Top = 48
  221.             Width = 50
  222.             Height = 24
  223.             HelpContext = 74
  224.             Increment = 1.000000000000000000
  225.             MaxValue = 999.000000000000000000
  226.             DataField = 'SETTDAYS'
  227.             DataSource = DM1.dsCustomer
  228.             TabOrder = 2
  229.             UnboundDataType = wwDefault
  230.           end
  231.           object wwDBEdit15: TwwDBEdit
  232.             Left = 276
  233.             Top = 48
  234.             Width = 50
  235.             Height = 24
  236.             HelpContext = 75
  237.             DataField = 'SETTDISC'
  238.             DataSource = DM1.dsCustomer
  239.             TabOrder = 3
  240.             UnboundDataType = wwDefault
  241.             WantReturns = False
  242.             WordWrap = False
  243.           end
  244.           object wwDBEdit17: TwwDBEdit
  245.             Left = 276
  246.             Top = 120
  247.             Width = 50
  248.             Height = 24
  249.             HelpContext = 80
  250.             DataField = 'DISCOUNT'
  251.             DataSource = DM1.dsCustomer
  252.             TabOrder = 7
  253.             UnboundDataType = wwDefault
  254.             WantReturns = False
  255.             WordWrap = False
  256.           end
  257.           object DBCheckBox1: TDBCheckBox
  258.             Left = 16
  259.             Top = 268
  260.             Width = 309
  261.             Height = 17
  262.             HelpContext = 82
  263.             Alignment = taLeftJustify
  264.             Caption = 'Use this VAT Code in ALL Transactions'
  265.             DataField = 'ORVATCODE'
  266.             DataSource = DM1.dsCustomer
  267.             TabOrder = 12
  268.             ValueChecked = 'True'
  269.             ValueUnchecked = 'False'
  270.           end
  271.           object DBCheckBox4: TDBCheckBox
  272.             Left = 16
  273.             Top = 159
  274.             Width = 309
  275.             Height = 17
  276.             HelpContext = 79
  277.             Alignment = taLeftJustify
  278.             Caption = 'Use this Financial Account In ALL transactions'
  279.             DataField = 'ORNOMACC'
  280.             DataSource = DM1.dsCustomer
  281.             TabOrder = 8
  282.             ValueChecked = 'True'
  283.             ValueUnchecked = 'False'
  284.           end
  285.           object DBLCECCountry: TwwDBLookupCombo
  286.             Left = 264
  287.             Top = 228
  288.             Width = 61
  289.             Height = 24
  290.             HelpContext = 84
  291.             CharCase = ecUpperCase
  292.             DropDownAlignment = taRightJustify
  293.             Selected.Strings = (
  294.               'CODE'#9'2'#9'EC Code'
  295.               'COUNTRY'#9'15'#9'EC Country')
  296.             DataField = 'ECCODE'
  297.             DataSource = DM1.dsCustomer
  298.             LookupTable = DM1.taCountry
  299.             LookupField = 'CODE'
  300.             Options = [loColLines, loRowLines, loTitles]
  301.             DropDownCount = 5
  302.             DropDownWidth = 300
  303.             TabOrder = 11
  304.             AutoDropDown = False
  305.             ShowButton = True
  306.             UseTFields = False
  307.             AllowClearKey = False
  308.           end
  309.           object wwDBCDlgNomRef: TRxDBComboEdit
  310.             Left = 96
  311.             Top = 120
  312.             Width = 100
  313.             Height = 24
  314.             HelpContext = 78
  315.             ButtonHint = 'Find'
  316.             CharCase = ecUpperCase
  317.             ClickKey = 16467
  318.             DataField = 'NOMACC'
  319.             DataSource = DM1.dsCustomer
  320.             ButtonWidth = 24
  321.             NumGlyphs = 1
  322.             TabOrder = 6
  323.             OnButtonClick = wwDBCDlgNomRefButtonClick
  324.             OnExit = wwDBCDlgNomRefExit
  325.           end
  326.         end
  327.       end
  328.       object TabBalance: TTabSheet
  329.         Caption = '&Balance'
  330.         object Panel5: TPanel
  331.           Left = 348
  332.           Top = 0
  333.           Width = 340
  334.           Height = 349
  335.           BevelInner = bvLowered
  336.           TabOrder = 0
  337.           object Bevel7: TBevel
  338.             Left = 8
  339.             Top = 4
  340.             Width = 321
  341.             Height = 153
  342.             Shape = bsFrame
  343.           end
  344.           object Label20: TLabel
  345.             Left = 20
  346.             Top = 12
  347.             Width = 47
  348.             Height = 16
  349.             Caption = 'Balance'
  350.           end
  351.           object Label23: TLabel
  352.             Left = 20
  353.             Top = 35
  354.             Width = 42
  355.             Height = 16
  356.             Caption = 'Current'
  357.           end
  358.           object Label24: TLabel
  359.             Left = 20
  360.             Top = 59
  361.             Width = 48
  362.             Height = 16
  363.             Caption = '30 Days'
  364.           end
  365.           object Label25: TLabel
  366.             Left = 20
  367.             Top = 83
  368.             Width = 48
  369.             Height = 16
  370.             Caption = '60 Days'
  371.           end
  372.           object Label26: TLabel
  373.             Left = 20
  374.             Top = 107
  375.             Width = 48
  376.             Height = 16
  377.             Caption = '90 Days'
  378.           end
  379.           object Label27: TLabel
  380.             Left = 20
  381.             Top = 131
  382.             Width = 31
  383.             Height = 16
  384.             Caption = 'Older'
  385.           end
  386.           object Bevel8: TBevel
  387.             Left = 8
  388.             Top = 160
  389.             Width = 321
  390.             Height = 183
  391.             Shape = bsFrame
  392.           end
  393.           object Label28: TLabel
  394.             Left = 20
  395.             Top = 171
  396.             Width = 134
  397.             Height = 16
  398.             Caption = 'Current Month Turnover'
  399.           end
  400.           object Label29: TLabel
  401.             Left = 20
  402.             Top = 195
  403.             Width = 125
  404.             Height = 16
  405.             Caption = 'Current Year Turnover'
  406.           end
  407.           object Label30: TLabel
  408.             Left = 20
  409.             Top = 220
  410.             Width = 112
  411.             Height = 16
  412.             Caption = 'Last Payment Date'
  413.           end
  414.           object Label31: TLabel
  415.             Left = 20
  416.             Top = 245
  417.             Width = 93
  418.             Height = 16
  419.             Caption = 'Last Sales Date'
  420.           end
  421.           object Label32: TLabel
  422.             Left = 20
  423.             Top = 294
  424.             Width = 146
  425.             Height = 16
  426.             Caption = 'Amount Due for Payment'
  427.           end
  428.           object Label33: TLabel
  429.             Left = 20
  430.             Top = 319
  431.             Width = 134
  432.             Height = 16
  433.             Caption = 'Total Amount on Query'
  434.           end
  435.           object Label34: TLabel
  436.             Left = 20
  437.             Top = 270
  438.             Width = 75
  439.             Height = 16
  440.             Caption = 'Amount Paid'
  441.           end
  442.           object wwDBEdit18: TwwDBEdit
  443.             Left = 236
  444.             Top = 8
  445.             Width = 80
  446.             Height = 24
  447.             HelpContext = 85
  448.             Ctl3D = True
  449.             DataField = 'BALANCE'
  450.             DataSource = DM1.dsCustomer
  451.             ParentColor = True
  452.             ParentCtl3D = False
  453.             ReadOnly = True
  454.             TabOrder = 0
  455.             UnboundDataType = wwDefault
  456.             WantReturns = False
  457.             WordWrap = False
  458.           end
  459.           object wwDBEdit19: TwwDBEdit
  460.             Left = 236
  461.             Top = 80
  462.             Width = 80
  463.             Height = 24
  464.             HelpContext = 88
  465.             Ctl3D = True
  466.             DataField = 'PERBAL2'
  467.             DataSource = DM1.dsCustomer
  468.             ParentColor = True
  469.             ParentCtl3D = False
  470.             ReadOnly = True
  471.             TabOrder = 3
  472.             UnboundDataType = wwDefault
  473.             WantReturns = False
  474.             WordWrap = False
  475.           end
  476.           object wwDBEdit20: TwwDBEdit
  477.             Left = 236
  478.             Top = 32
  479.             Width = 80
  480.             Height = 24
  481.             HelpContext = 86
  482.             Ctl3D = True
  483.             DataField = 'CURRENT'
  484.             DataSource = DM1.dsCustomer
  485.             ParentColor = True
  486.             ParentCtl3D = False
  487.             ReadOnly = True
  488.             TabOrder = 1
  489.             UnboundDataType = wwDefault
  490.             WantReturns = False
  491.             WordWrap = False
  492.           end
  493.           object wwDBEdit21: TwwDBEdit
  494.             Left = 236
  495.             Top = 104
  496.             Width = 80
  497.             Height = 24
  498.             HelpContext = 89
  499.             Ctl3D = True
  500.             DataField = 'PERBAL3'
  501.             DataSource = DM1.dsCustomer
  502.             ParentColor = True
  503.             ParentCtl3D = False
  504.             ReadOnly = True
  505.             TabOrder = 4
  506.             UnboundDataType = wwDefault
  507.             WantReturns = False
  508.             WordWrap = False
  509.           end
  510.           object wwDBEdit22: TwwDBEdit
  511.             Left = 236
  512.             Top = 56
  513.             Width = 80
  514.             Height = 24
  515.             HelpContext = 87
  516.             Ctl3D = True
  517.             DataField = 'PERBAL1'
  518.             DataSource = DM1.dsCustomer
  519.             ParentColor = True
  520.             ParentCtl3D = False
  521.             ReadOnly = True
  522.             TabOrder = 2
  523.             UnboundDataType = wwDefault
  524.             WantReturns = False
  525.             WordWrap = False
  526.           end
  527.           object wwDBEdit23: TwwDBEdit
  528.             Left = 236
  529.             Top = 128
  530.             Width = 80
  531.             Height = 24
  532.             HelpContext = 90
  533.             Ctl3D = True
  534.             DataField = 'PERBAL4'
  535.             DataSource = DM1.dsCustomer
  536.             ParentColor = True
  537.             ParentCtl3D = False
  538.             ReadOnly = True
  539.             TabOrder = 5
  540.             UnboundDataType = wwDefault
  541.             WantReturns = False
  542.             WordWrap = False
  543.           end
  544.           object wwDBEdit1: TwwDBEdit
  545.             Left = 236
  546.             Top = 217
  547.             Width = 80
  548.             Height = 24
  549.             HelpContext = 93
  550.             Ctl3D = True
  551.             DataField = 'LPAYDATE'
  552.             DataSource = DM1.dsCustomer
  553.             ParentColor = True
  554.             ParentCtl3D = False
  555.             ReadOnly = True
  556.             TabOrder = 8
  557.             UnboundDataType = wwDefault
  558.             WantReturns = False
  559.             WordWrap = False
  560.           end
  561.           object wwDBEdit14: TwwDBEdit
  562.             Left = 236
  563.             Top = 242
  564.             Width = 80
  565.             Height = 24
  566.             HelpContext = 94
  567.             Ctl3D = True
  568.             DataField = 'LSALEDATE'
  569.             DataSource = DM1.dsCustomer
  570.             ParentColor = True
  571.             ParentCtl3D = False
  572.             ReadOnly = True
  573.             TabOrder = 9
  574.             UnboundDataType = wwDefault
  575.             WantReturns = False
  576.             WordWrap = False
  577.           end
  578.           object wwDBEdit16: TwwDBEdit
  579.             Left = 236
  580.             Top = 266
  581.             Width = 80
  582.             Height = 24
  583.             HelpContext = 95
  584.             Ctl3D = True
  585.             DataField = 'AMTPAID'
  586.             DataSource = DM1.dsCustomer
  587.             ParentColor = True
  588.             ParentCtl3D = False
  589.             ReadOnly = True
  590.             TabOrder = 10
  591.             UnboundDataType = wwDefault
  592.             WantReturns = False
  593.             WordWrap = False
  594.           end
  595.           object wwDBEdit24: TwwDBEdit
  596.             Left = 236
  597.             Top = 291
  598.             Width = 80
  599.             Height = 24
  600.             HelpContext = 96
  601.             Ctl3D = True
  602.             DataField = 'PAYDUE'
  603.             DataSource = DM1.dsCustomer
  604.             ParentColor = True
  605.             ParentCtl3D = False
  606.             ReadOnly = True
  607.             TabOrder = 11
  608.             UnboundDataType = wwDefault
  609.             WantReturns = False
  610.             WordWrap = False
  611.           end
  612.           object wwDBEdit25: TwwDBEdit
  613.             Left = 236
  614.             Top = 316
  615.             Width = 80
  616.             Height = 24
  617.             HelpContext = 97
  618.             Ctl3D = True
  619.             DataField = 'AMTQUERY'
  620.             DataSource = DM1.dsCustomer
  621.             ParentColor = True
  622.             ParentCtl3D = False
  623.             ReadOnly = True
  624.             TabOrder = 12
  625.             UnboundDataType = wwDefault
  626.             WantReturns = False
  627.             WordWrap = False
  628.           end
  629.           object ECurYTurnover: TwwDBEdit
  630.             Left = 236
  631.             Top = 192
  632.             Width = 80
  633.             Height = 24
  634.             HelpContext = 92
  635.             Ctl3D = True
  636.             DataField = 'YTOVER'
  637.             DataSource = DM1.dsCustomer
  638.             ParentColor = True
  639.             ParentCtl3D = False
  640.             ReadOnly = True
  641.             TabOrder = 7
  642.             UnboundDataType = wwDefault
  643.             WantReturns = False
  644.             WordWrap = False
  645.           end
  646.           object ECurMTurnover: TwwDBEdit
  647.             Left = 236
  648.             Top = 167
  649.             Width = 80
  650.             Height = 24
  651.             HelpContext = 91
  652.             Ctl3D = True
  653.             DataField = 'MTOVER'
  654.             DataSource = DM1.dsCustomer
  655.             ParentColor = True
  656.             ParentCtl3D = False
  657.             ReadOnly = True
  658.             TabOrder = 6
  659.             UnboundDataType = wwDefault
  660.             WantReturns = False
  661.             WordWrap = False
  662.           end
  663.         end
  664.       end
  665.       object TabNotepad: TTabSheet
  666.         Caption = 'N&otepad'
  667.         object Panel6: TPanel
  668.           Left = 348
  669.           Top = 0
  670.           Width = 340
  671.           Height = 349
  672.           BevelInner = bvLowered
  673.           TabOrder = 0
  674.           object DBMemo1: TDBMemo
  675.             Left = 2
  676.             Top = 2
  677.             Width = 336
  678.             Height = 345
  679.             Align = alClient
  680.             DataField = 'NOTEPAD'
  681.             DataSource = DM1.dsCustomer
  682.             TabOrder = 0
  683.             OnEnter = DBMemo1Enter
  684.             OnExit = DBMemo1Exit
  685.           end
  686.         end
  687.       end
  688.     end
  689.     object Panel3: TPanel
  690.       Left = 8
  691.       Top = 28
  692.       Width = 337
  693.       Height = 353
  694.       BevelInner = bvLowered
  695.       TabOrder = 0
  696.       object Bevel2: TBevel
  697.         Left = 8
  698.         Top = 72
  699.         Width = 321
  700.         Height = 121
  701.         Shape = bsFrame
  702.       end
  703.       object Bevel3: TBevel
  704.         Left = 8
  705.         Top = 196
  706.         Width = 321
  707.         Height = 149
  708.         Shape = bsFrame
  709.       end
  710.       object Bevel1: TBevel
  711.         Left = 8
  712.         Top = 4
  713.         Width = 321
  714.         Height = 65
  715.         Shape = bsFrame
  716.       end
  717.       object Label1: TLabel
  718.         Left = 16
  719.         Top = 16
  720.         Width = 83
  721.         Height = 16
  722.         Caption = 'Customer Ref.'
  723.       end
  724.       object Label2: TLabel
  725.         Left = 16
  726.         Top = 44
  727.         Width = 34
  728.         Height = 16
  729.         Caption = 'Name'
  730.       end
  731.       object Label3: TLabel
  732.         Left = 16
  733.         Top = 80
  734.         Width = 48
  735.         Height = 16
  736.         Caption = 'Address'
  737.       end
  738.       object Label4: TLabel
  739.         Left = 16
  740.         Top = 112
  741.         Width = 47
  742.         Height = 16
  743.         Caption = '  "   "   "'
  744.       end
  745.       object Label5: TLabel
  746.         Left = 16
  747.         Top = 136
  748.         Width = 47
  749.         Height = 16
  750.         Caption = '  "   "   "'
  751.       end
  752.       object Label6: TLabel
  753.         Left = 16
  754.         Top = 160
  755.         Width = 61
  756.         Height = 16
  757.         Caption = 'Post Code'
  758.       end
  759.       object Label7: TLabel
  760.         Left = 16
  761.         Top = 208
  762.         Width = 41
  763.         Height = 16
  764.         Caption = 'Tel No.'
  765.       end
  766.       object Label8: TLabel
  767.         Left = 12
  768.         Top = 236
  769.         Width = 47
  770.         Height = 16
  771.         Caption = '  "   "   "'
  772.       end
  773.       object Label9: TLabel
  774.         Left = 16
  775.         Top = 264
  776.         Width = 46
  777.         Height = 16
  778.         Caption = 'Fax No.'
  779.       end
  780.       object Label10: TLabel
  781.         Left = 16
  782.         Top = 292
  783.         Width = 33
  784.         Height = 16
  785.         Caption = 'Email'
  786.       end
  787.       object Label11: TLabel
  788.         Left = 16
  789.         Top = 320
  790.         Width = 83
  791.         Height = 16
  792.         Caption = 'Contact Name'
  793.       end
  794.       object lbNew: TLabel
  795.         Left = 264
  796.         Top = 16
  797.         Width = 5
  798.         Height = 19
  799.         Alignment = taCenter
  800.         Color = clBtnFace
  801.         Font.Charset = ANSI_CHARSET
  802.         Font.Color = clNavy
  803.         Font.Height = -17
  804.         Font.Name = 'Arial'
  805.         Font.Style = []
  806.         ParentColor = False
  807.         ParentFont = False
  808.       end
  809.       object ipdbeName: TwwDBEdit
  810.         Left = 112
  811.         Top = 40
  812.         Width = 210
  813.         Height = 24
  814.         HelpContext = 68
  815.         DataField = 'NAME'
  816.         DataSource = DM1.dsCustomer
  817.         TabOrder = 1
  818.         UnboundDataType = wwDefault
  819.         WantReturns = False
  820.         WordWrap = False
  821.       end
  822.       object ipdbeAddress1: TwwDBEdit
  823.         Left = 112
  824.         Top = 76
  825.         Width = 209
  826.         Height = 24
  827.         HelpContext = 68
  828.         DataField = 'ADDRESS1'
  829.         DataSource = DM1.dsCustomer
  830.         TabOrder = 2
  831.         UnboundDataType = wwDefault
  832.         WantReturns = False
  833.         WordWrap = False
  834.       end
  835.       object ipdbeAddress2: TwwDBEdit
  836.         Left = 112
  837.         Top = 104
  838.         Width = 209
  839.         Height = 24
  840.         HelpContext = 68
  841.         DataField = 'ADDRESS2'
  842.         DataSource = DM1.dsCustomer
  843.         TabOrder = 3
  844.         UnboundDataType = wwDefault
  845.         WantReturns = False
  846.         WordWrap = False
  847.       end
  848.       object ipdbeAddress3: TwwDBEdit
  849.         Left = 112
  850.         Top = 132
  851.         Width = 209
  852.         Height = 24
  853.         HelpContext = 68
  854.         DataField = 'ADDRESS3'
  855.         DataSource = DM1.dsCustomer
  856.         TabOrder = 4
  857.         UnboundDataType = wwDefault
  858.         WantReturns = False
  859.         WordWrap = False
  860.       end
  861.       object ipdbePostCode: TwwDBEdit
  862.         Left = 112
  863.         Top = 160
  864.         Width = 90
  865.         Height = 24
  866.         HelpContext = 68
  867.         CharCase = ecUpperCase
  868.         DataField = 'POSTCODE'
  869.         DataSource = DM1.dsCustomer
  870.         TabOrder = 5
  871.         UnboundDataType = wwDefault
  872.         WantReturns = False
  873.         WordWrap = False
  874.       end
  875.       object ipdbeTelNo: TwwDBEdit
  876.         Left = 112
  877.         Top = 204
  878.         Width = 120
  879.         Height = 24
  880.         HelpContext = 69
  881.         DataField = 'TELNO1'
  882.         DataSource = DM1.dsCustomer
  883.         TabOrder = 6
  884.         UnboundDataType = wwDefault
  885.         WantReturns = False
  886.         WordWrap = False
  887.       end
  888.       object ipdbeTelNo2: TwwDBEdit
  889.         Left = 112
  890.         Top = 232
  891.         Width = 120
  892.         Height = 24
  893.         HelpContext = 69
  894.         DataField = 'TELNO2'
  895.         DataSource = DM1.dsCustomer
  896.         TabOrder = 7
  897.         UnboundDataType = wwDefault
  898.         WantReturns = False
  899.         WordWrap = False
  900.       end
  901.       object ipdbeFaxNo: TwwDBEdit
  902.         Left = 112
  903.         Top = 260
  904.         Width = 120
  905.         Height = 24
  906.         HelpContext = 69
  907.         DataField = 'FAXNO'
  908.         DataSource = DM1.dsCustomer
  909.         TabOrder = 8
  910.         UnboundDataType = wwDefault
  911.         WantReturns = False
  912.         WordWrap = False
  913.       end
  914.       object ipdbeEmail: TwwDBEdit
  915.         Left = 112
  916.         Top = 288
  917.         Width = 209
  918.         Height = 24
  919.         HelpContext = 70
  920.         DataField = 'EMAIL'
  921.         DataSource = DM1.dsCustomer
  922.         TabOrder = 9
  923.         UnboundDataType = wwDefault
  924.         WantReturns = False
  925.         WordWrap = False
  926.       end
  927.       object ipdbeContact: TwwDBEdit
  928.         Left = 112
  929.         Top = 316
  930.         Width = 180
  931.         Height = 24
  932.         HelpContext = 71
  933.         DataField = 'CONTACT'
  934.         DataSource = DM1.dsCustomer
  935.         TabOrder = 10
  936.         UnboundDataType = wwDefault
  937.         WantReturns = False
  938.         WordWrap = False
  939.       end
  940.       object DBCDlgCustRef: TComboEdit
  941.         Left = 112
  942.         Top = 12
  943.         Width = 150
  944.         Height = 24
  945.         CharCase = ecUpperCase
  946.         ClickKey = 16467
  947.         ButtonWidth = 24
  948.         MaxLength = 10
  949.         NumGlyphs = 1
  950.         TabOrder = 0
  951.         OnButtonClick = DBCDlgCustRefButtonClick
  952.         OnEnter = DBCDlgCustRefEnter
  953.         OnExit = DBCDlgCustRefExit
  954.       end
  955.     end
  956.   end
  957.   object SpeedBar: TSpeedBar
  958.     Left = 0
  959.     Top = 0
  960.     Width = 698
  961.     Height = 49
  962.     Font.Charset = ANSI_CHARSET
  963.     Font.Color = clWindowText
  964.     Font.Height = -12
  965.     Font.Name = 'MS Sans Serif'
  966.     Font.Style = []
  967.     Position = bpCustom
  968.     Options = [sbFlatBtns, sbGrayedBtns, sbTransparentBtns]
  969.     BtnOffsetHorz = 3
  970.     BtnOffsetVert = 3
  971.     BtnWidth = 75
  972.     BtnHeight = 43
  973.     TabOrder = 1
  974.     InternalVer = 1
  975.     object SpeedbarSection1: TSpeedbarSection
  976.       Caption = 'Main'
  977.     end
  978.     object BtnNew: TSpeedItem
  979.       BtnCaption = 'Ne&w'
  980.       Caption = 'Add New Customer'
  981.       Hint = 'Add New Customer|'
  982.       Spacing = 1
  983.       Left = 3
  984.       Top = 3
  985.       Visible = True
  986.       OnClick = BtnNewClick
  987.       SectionName = 'Main'
  988.     end
  989.     object BtnSave: TSpeedItem
  990.       BtnCaption = '&Save'
  991.       Caption = 'Save Customer Details'
  992.       Enabled = False
  993.       Hint = 'Save Customer Details|'
  994.       Spacing = 1
  995.       Left = 78
  996.       Top = 3
  997.       Visible = True
  998.       OnClick = BtnSaveClick
  999.       SectionName = 'Main'
  1000.     end
  1001.     object BtnAbandon: TSpeedItem
  1002.       BtnCaption = '&Abandon'
  1003.       Caption = 'Abandon Customer Details'
  1004.       Enabled = False
  1005.       Hint = 'Abandon Customer Details|'
  1006.       Spacing = 1
  1007.       Left = 153
  1008.       Top = 3
  1009.       Visible = True
  1010.       OnClick = BtnAbandonClick
  1011.       SectionName = 'Main'
  1012.     end
  1013.     object BtnDelete: TSpeedItem
  1014.       BtnCaption = '&Delete'
  1015.       Caption = 'Delete Record'
  1016.       Hint = 'Delete Record|'
  1017.       Spacing = 1
  1018.       Left = 228
  1019.       Top = 3
  1020.       Visible = True
  1021.       OnClick = BtnDeleteClick
  1022.       SectionName = 'Main'
  1023.     end
  1024.     object BtnPrevious: TSpeedItem
  1025.       BtnCaption = '&Previous'
  1026.       Caption = 'Previous Customer'
  1027.       Hint = 'Previous Customer|'
  1028.       Spacing = 1
  1029.       Left = 303
  1030.       Top = 3
  1031.       Visible = True
  1032.       OnClick = BtnPreviousClick
  1033.       SectionName = 'Main'
  1034.     end
  1035.     object BtnNext: TSpeedItem
  1036.       BtnCaption = '&Next'
  1037.       Caption = 'Next Customer'
  1038.       Hint = 'Next Customer|'
  1039.       Spacing = 1
  1040.       Left = 378
  1041.       Top = 3
  1042.       Visible = True
  1043.       OnClick = BtnNextClick
  1044.       SectionName = 'Main'
  1045.     end
  1046.     object BtnClose: TSpeedItem
  1047.       BtnCaption = '&Close'
  1048.       Caption = 'Close'
  1049.       Hint = 'Close|'
  1050.       Spacing = 1
  1051.       Left = 603
  1052.       Top = 3
  1053.       Visible = True
  1054.       OnClick = BtnCloseClick
  1055.       SectionName = 'Main'
  1056.     end
  1057.     object BtnEmail: TSpeedItem
  1058.       BtnCaption = 'E&mail'
  1059.       Caption = 'Email Customer'
  1060.       Hint = 'Email Customer|'
  1061.       Spacing = 1
  1062.       Left = 453
  1063.       Top = 3
  1064.       Visible = True
  1065.       OnClick = BtnEmailClick
  1066.       SectionName = 'Main'
  1067.     end
  1068.     object btnHelp: TSpeedItem
  1069.       BtnCaption = '&Help'
  1070.       Caption = 'Help'
  1071.       Glyph.Data = {
  1072.         F6000000424DF600000000000000760000002800000010000000100000000100
  1073.         0400000000008000000000000000000000001000000010000000000000000000
  1074.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  1075.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888886446888
  1076.         888888888E6648888888888888E6688888888888888888888888888888446888
  1077.         8888888886664888888888888E664888888888888E6664888888888888E66648
  1078.         88888888888E6664888888844888E6664888886664888E66488888E666444666
  1079.         4888888E6666666668888888EE6666668888888888EEEEE88888}
  1080.       Hint = 'Help|'
  1081.       Spacing = 1
  1082.       Left = 528
  1083.       Top = 3
  1084.       Visible = True
  1085.       OnClick = btnHelpClick
  1086.       SectionName = 'Main'
  1087.     end
  1088.   end
  1089.   object Sizer1: TSizer
  1090.     Enabled = True
  1091.     ExceptionAction = eaIgnoreControl
  1092.     GridColumnSizing = gcSizeAllColumns
  1093.     GridRowSizing = grSizeByDefaults
  1094.     MinimumSize = True
  1095.     NavigateOnEnter = True
  1096.     OverrideParentFont = True
  1097.     PerformAssertions = False
  1098.     ShowAssertionFailures = False
  1099.     StretchFonts = True
  1100.     StretchImages = True
  1101.     StretchOnResize = True
  1102.     ThreadProcessing = True
  1103.     Left = 657
  1104.     Top = 372
  1105.     ScreenWidth = (
  1106.       800)
  1107.     ScreenHeight = (
  1108.       600)
  1109.     OriginalFormWidth = (
  1110.       706)
  1111.     OriginalFormHeight = (
  1112.       459)
  1113.     OriginalFormLeft = (
  1114.       65)
  1115.     OriginalFormTop = (
  1116.       108)
  1117.     OriginalFormPPI = (
  1118.       120)
  1119.     OriginalClientWidth = (
  1120.       698)
  1121.     OriginalClientHeight = (
  1122.       432)
  1123.   end
  1124. end
  1125.