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

  1. object fmSystemSetup: TfmSystemSetup
  2.   Left = 232
  3.   Top = 61
  4.   HelpContext = 13
  5.   AutoScroll = False
  6.   Caption = 'System Setup'
  7.   ClientHeight = 464
  8.   ClientWidth = 522
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object Panel2: TPanel
  23.     Left = 0
  24.     Top = 412
  25.     Width = 522
  26.     Height = 52
  27.     Align = alBottom
  28.     TabOrder = 1
  29.     object BtnSave: TBitBtn
  30.       Left = 16
  31.       Top = 12
  32.       Width = 90
  33.       Height = 30
  34.       Caption = '&Save'
  35.       Enabled = False
  36.       ParentShowHint = False
  37.       ShowHint = True
  38.       TabOrder = 0
  39.       OnClick = BtnSaveClick
  40.       NumGlyphs = 2
  41.     end
  42.     object BtnAbandon: TBitBtn
  43.       Left = 116
  44.       Top = 12
  45.       Width = 90
  46.       Height = 30
  47.       Caption = '&Abandon'
  48.       Enabled = False
  49.       ParentShowHint = False
  50.       ShowHint = True
  51.       TabOrder = 1
  52.       OnClick = BtnAbandonClick
  53.       NumGlyphs = 2
  54.     end
  55.     object BtnClose: TBitBtn
  56.       Left = 216
  57.       Top = 12
  58.       Width = 90
  59.       Height = 30
  60.       Cancel = True
  61.       Caption = '&Close'
  62.       ParentShowHint = False
  63.       ShowHint = True
  64.       TabOrder = 2
  65.       OnClick = BtnCloseClick
  66.       NumGlyphs = 2
  67.     end
  68.     object btnHelp: TBitBtn
  69.       Left = 428
  70.       Top = 12
  71.       Width = 90
  72.       Height = 30
  73.       Cancel = True
  74.       Caption = '&Help'
  75.       ParentShowHint = False
  76.       ShowHint = True
  77.       TabOrder = 3
  78.       OnClick = btnHelpClick
  79.       NumGlyphs = 2
  80.     end
  81.   end
  82.   object PageControl1: TPageControl
  83.     Left = 0
  84.     Top = 0
  85.     Width = 522
  86.     Height = 412
  87.     ActivePage = TabCompany
  88.     Align = alClient
  89.     TabOrder = 0
  90.     OnChange = PageControl1Change
  91.     object TabCompany: TTabSheet
  92.       HelpContext = 14
  93.       Caption = '&Company'
  94.       object Bevel3: TBevel
  95.         Left = 8
  96.         Top = 332
  97.         Width = 237
  98.         Height = 41
  99.         Shape = bsFrame
  100.       end
  101.       object Bevel2: TBevel
  102.         Left = 8
  103.         Top = 208
  104.         Width = 501
  105.         Height = 73
  106.         Shape = bsFrame
  107.       end
  108.       object Bevel1: TBevel
  109.         Left = 8
  110.         Top = 8
  111.         Width = 433
  112.         Height = 193
  113.         Shape = bsFrame
  114.       end
  115.       object Label1: TLabel
  116.         Left = 20
  117.         Top = 20
  118.         Width = 93
  119.         Height = 16
  120.         Caption = 'Company Name'
  121.         FocusControl = DBECompanyName
  122.       end
  123.       object Label2: TLabel
  124.         Left = 20
  125.         Top = 50
  126.         Width = 48
  127.         Height = 16
  128.         Caption = 'Address'
  129.         FocusControl = DBEdit2
  130.       end
  131.       object Label3: TLabel
  132.         Left = 20
  133.         Top = 81
  134.         Width = 60
  135.         Height = 16
  136.         Caption = '..   ..  ..  ..'
  137.         FocusControl = DBEdit3
  138.       end
  139.       object Label4: TLabel
  140.         Left = 20
  141.         Top = 111
  142.         Width = 60
  143.         Height = 16
  144.         Caption = '..   ..  ..  ..'
  145.         FocusControl = DBEdit4
  146.       end
  147.       object Label5: TLabel
  148.         Left = 20
  149.         Top = 142
  150.         Width = 60
  151.         Height = 16
  152.         Caption = '..   ..  ..  ..'
  153.         FocusControl = DBEdit5
  154.       end
  155.       object Label6: TLabel
  156.         Left = 20
  157.         Top = 172
  158.         Width = 61
  159.         Height = 16
  160.         Caption = 'Post Code'
  161.         FocusControl = DBEdit6
  162.       end
  163.       object Label7: TLabel
  164.         Left = 20
  165.         Top = 220
  166.         Width = 83
  167.         Height = 16
  168.         Caption = 'Telephone No.'
  169.         FocusControl = DBEdit7
  170.       end
  171.       object Label8: TLabel
  172.         Left = 336
  173.         Top = 220
  174.         Width = 42
  175.         Height = 16
  176.         Caption = 'Fax No'
  177.         FocusControl = DBEdit8
  178.       end
  179.       object Label9: TLabel
  180.         Left = 20
  181.         Top = 252
  182.         Width = 33
  183.         Height = 16
  184.         Caption = 'Email'
  185.         FocusControl = DBEdit9
  186.       end
  187.       object Label10: TLabel
  188.         Left = 20
  189.         Top = 344
  190.         Width = 115
  191.         Height = 16
  192.         Caption = 'Financial Year Start'
  193.       end
  194.       object Bevel18: TBevel
  195.         Left = 8
  196.         Top = 284
  197.         Width = 305
  198.         Height = 41
  199.         Shape = bsFrame
  200.       end
  201.       object Label66: TLabel
  202.         Left = 20
  203.         Top = 296
  204.         Width = 116
  205.         Height = 16
  206.         Caption = 'Company Password'
  207.       end
  208.       object DBECompanyName: TwwDBEdit
  209.         Left = 144
  210.         Top = 16
  211.         Width = 284
  212.         Height = 24
  213.         Hint = 'Press F1 for help'
  214.         DataField = 'COMPANY'
  215.         DataSource = DM1.dsSetup
  216.         MaxLength = 40
  217.         ParentShowHint = False
  218.         ShowHint = True
  219.         TabOrder = 0
  220.         UnboundDataType = wwDefault
  221.         WantReturns = False
  222.         WordWrap = False
  223.       end
  224.       object DBEdit2: TwwDBEdit
  225.         Left = 144
  226.         Top = 46
  227.         Width = 214
  228.         Height = 24
  229.         Hint = 'Press F1 for help'
  230.         DataField = 'ADDRESS1'
  231.         DataSource = DM1.dsSetup
  232.         MaxLength = 30
  233.         ParentShowHint = False
  234.         ShowHint = True
  235.         TabOrder = 1
  236.         UnboundDataType = wwDefault
  237.         WantReturns = False
  238.         WordWrap = False
  239.       end
  240.       object DBEdit3: TwwDBEdit
  241.         Left = 144
  242.         Top = 77
  243.         Width = 214
  244.         Height = 24
  245.         Hint = 'Press F1 for help'
  246.         DataField = 'ADDRESS2'
  247.         DataSource = DM1.dsSetup
  248.         MaxLength = 30
  249.         ParentShowHint = False
  250.         ShowHint = True
  251.         TabOrder = 2
  252.         UnboundDataType = wwDefault
  253.         WantReturns = False
  254.         WordWrap = False
  255.       end
  256.       object DBEdit4: TwwDBEdit
  257.         Left = 144
  258.         Top = 107
  259.         Width = 214
  260.         Height = 24
  261.         Hint = 'Press F1 for help'
  262.         DataField = 'ADDRESS3'
  263.         DataSource = DM1.dsSetup
  264.         MaxLength = 30
  265.         ParentShowHint = False
  266.         ShowHint = True
  267.         TabOrder = 3
  268.         UnboundDataType = wwDefault
  269.         WantReturns = False
  270.         WordWrap = False
  271.       end
  272.       object DBEdit5: TwwDBEdit
  273.         Left = 144
  274.         Top = 138
  275.         Width = 214
  276.         Height = 24
  277.         Hint = 'Press F1 for help'
  278.         DataField = 'ADDRESS4'
  279.         DataSource = DM1.dsSetup
  280.         MaxLength = 30
  281.         ParentShowHint = False
  282.         ShowHint = True
  283.         TabOrder = 4
  284.         UnboundDataType = wwDefault
  285.         WantReturns = False
  286.         WordWrap = False
  287.       end
  288.       object DBEdit6: TwwDBEdit
  289.         Left = 144
  290.         Top = 168
  291.         Width = 74
  292.         Height = 24
  293.         Hint = 'Press F1 for help'
  294.         DataField = 'POSTCODE'
  295.         DataSource = DM1.dsSetup
  296.         MaxLength = 10
  297.         ParentShowHint = False
  298.         ShowHint = True
  299.         TabOrder = 5
  300.         UnboundDataType = wwDefault
  301.         WantReturns = False
  302.         WordWrap = False
  303.       end
  304.       object DBEdit7: TwwDBEdit
  305.         Left = 144
  306.         Top = 216
  307.         Width = 109
  308.         Height = 24
  309.         Hint = 'Press F1 for help'
  310.         DataField = 'TELNO'
  311.         DataSource = DM1.dsSetup
  312.         MaxLength = 15
  313.         ParentShowHint = False
  314.         ShowHint = True
  315.         TabOrder = 6
  316.         UnboundDataType = wwDefault
  317.         WantReturns = False
  318.         WordWrap = False
  319.       end
  320.       object DBEdit8: TwwDBEdit
  321.         Left = 388
  322.         Top = 216
  323.         Width = 109
  324.         Height = 24
  325.         Hint = 'Press F1 for help'
  326.         DataField = 'FAXNO'
  327.         DataSource = DM1.dsSetup
  328.         MaxLength = 15
  329.         ParentShowHint = False
  330.         ShowHint = True
  331.         TabOrder = 7
  332.         UnboundDataType = wwDefault
  333.         WantReturns = False
  334.         WordWrap = False
  335.       end
  336.       object DBEdit9: TwwDBEdit
  337.         Left = 144
  338.         Top = 248
  339.         Width = 353
  340.         Height = 24
  341.         Hint = 'Press F1 for help'
  342.         DataField = 'EMAIL'
  343.         DataSource = DM1.dsSetup
  344.         MaxLength = 70
  345.         ParentShowHint = False
  346.         ShowHint = True
  347.         TabOrder = 8
  348.         UnboundDataType = wwDefault
  349.         WantReturns = False
  350.         WordWrap = False
  351.       end
  352.       object wwDBEdit2: TwwDBEdit
  353.         Left = 144
  354.         Top = 340
  355.         Width = 85
  356.         Height = 24
  357.         TabStop = False
  358.         Ctl3D = True
  359.         DataField = 'STARTFY'
  360.         DataSource = DM1.dsSetup
  361.         ParentColor = True
  362.         ParentCtl3D = False
  363.         ReadOnly = True
  364.         TabOrder = 9
  365.         UnboundDataType = wwDefault
  366.         WantReturns = False
  367.         WordWrap = False
  368.       end
  369.       object edtCompanyPW: TEdit
  370.         Left = 144
  371.         Top = 292
  372.         Width = 149
  373.         Height = 24
  374.         Hint = 'Press F1 for help'
  375.         HelpContext = 14
  376.         CharCase = ecUpperCase
  377.         MaxLength = 10
  378.         ParentShowHint = False
  379.         ShowHint = True
  380.         TabOrder = 10
  381.         OnEnter = edtCompanyPWEnter
  382.         OnExit = edtCompanyPWExit
  383.       end
  384.     end
  385.     object TabTrans: TTabSheet
  386.       HelpContext = 16
  387.       Caption = '&Transactions'
  388.       object Bevel4: TBevel
  389.         Left = 276
  390.         Top = 8
  391.         Width = 233
  392.         Height = 165
  393.         Shape = bsFrame
  394.       end
  395.       object Bevel6: TBevel
  396.         Left = 8
  397.         Top = 184
  398.         Width = 261
  399.         Height = 165
  400.         Shape = bsFrame
  401.       end
  402.       object Bevel5: TBevel
  403.         Left = 13
  404.         Top = 18
  405.         Width = 261
  406.         Height = 165
  407.         Shape = bsFrame
  408.       end
  409.       object Label16: TLabel
  410.         Left = 28
  411.         Top = 24
  412.         Width = 77
  413.         Height = 16
  414.         Caption = 'Invoice Notes'
  415.         FocusControl = DBMInvoiceNotes
  416.       end
  417.       object Label17: TLabel
  418.         Left = 28
  419.         Top = 196
  420.         Width = 129
  421.         Height = 16
  422.         Caption = 'Purchase Order Notes'
  423.         FocusControl = DBMemo2
  424.       end
  425.       object Label11: TLabel
  426.         Left = 288
  427.         Top = 20
  428.         Width = 63
  429.         Height = 16
  430.         Caption = 'Invoice No.'
  431.       end
  432.       object Label12: TLabel
  433.         Left = 288
  434.         Top = 51
  435.         Width = 89
  436.         Height = 16
  437.         Caption = 'Credit Note No.'
  438.       end
  439.       object Label13: TLabel
  440.         Left = 288
  441.         Top = 82
  442.         Width = 76
  443.         Height = 16
  444.         Caption = 'Proforma No.'
  445.       end
  446.       object Label14: TLabel
  447.         Left = 288
  448.         Top = 113
  449.         Width = 80
  450.         Height = 16
  451.         Caption = 'Quotation No.'
  452.       end
  453.       object Label15: TLabel
  454.         Left = 288
  455.         Top = 144
  456.         Width = 115
  457.         Height = 16
  458.         Caption = 'Purchase Order No.'
  459.       end
  460.       object DBMInvoiceNotes: TDBMemo
  461.         Left = 20
  462.         Top = 48
  463.         Width = 241
  464.         Height = 113
  465.         Hint = 'Press F1 for help'
  466.         HelpContext = 17
  467.         DataField = 'IVNOTES'
  468.         DataSource = DM1.dsSetup
  469.         ParentShowHint = False
  470.         ShowHint = True
  471.         TabOrder = 0
  472.         OnEnter = DBMInvoiceNotesEnter
  473.         OnExit = DBMInvoiceNotesExit
  474.       end
  475.       object DBMemo2: TDBMemo
  476.         Left = 20
  477.         Top = 216
  478.         Width = 241
  479.         Height = 121
  480.         Hint = 'Press F1 for help'
  481.         HelpContext = 18
  482.         DataField = 'PONOTES'
  483.         DataSource = DM1.dsSetup
  484.         ParentShowHint = False
  485.         ShowHint = True
  486.         TabOrder = 1
  487.         OnEnter = DBMemo2Enter
  488.         OnExit = DBMemo2Exit
  489.       end
  490.       object DBSEInvoiceNo: TwwDBSpinEdit
  491.         Left = 408
  492.         Top = 19
  493.         Width = 95
  494.         Height = 24
  495.         Hint = 'Press F1 for help'
  496.         HelpContext = 19
  497.         Increment = 1.000000000000000000
  498.         MaxValue = 9999999999.000000000000000000
  499.         Value = 23.000000000000000000
  500.         DataField = 'INVOICENO'
  501.         DataSource = DM1.dsSetup
  502.         ParentShowHint = False
  503.         ShowHint = True
  504.         TabOrder = 2
  505.         UnboundDataType = wwDefault
  506.       end
  507.       object DBSECreditNo: TwwDBSpinEdit
  508.         Left = 408
  509.         Top = 49
  510.         Width = 95
  511.         Height = 24
  512.         Hint = 'Press F1 for help'
  513.         HelpContext = 20
  514.         Increment = 1.000000000000000000
  515.         MaxValue = 9999999999.000000000000000000
  516.         Value = 8.000000000000000000
  517.         DataField = 'CREDITNO'
  518.         DataSource = DM1.dsSetup
  519.         ParentShowHint = False
  520.         ShowHint = True
  521.         TabOrder = 3
  522.         UnboundDataType = wwDefault
  523.       end
  524.       object DBSEProformaNo: TwwDBSpinEdit
  525.         Left = 408
  526.         Top = 79
  527.         Width = 95
  528.         Height = 24
  529.         Hint = 'Press F1 for help'
  530.         HelpContext = 21
  531.         Increment = 1.000000000000000000
  532.         MaxValue = 9999999999.000000000000000000
  533.         Value = 20.000000000000000000
  534.         DataField = 'PROFNO'
  535.         DataSource = DM1.dsSetup
  536.         ParentShowHint = False
  537.         ShowHint = True
  538.         TabOrder = 4
  539.         UnboundDataType = wwDefault
  540.       end
  541.       object DBSEQuotationNo: TwwDBSpinEdit
  542.         Left = 408
  543.         Top = 109
  544.         Width = 95
  545.         Height = 24
  546.         Hint = 'Press F1 for help'
  547.         HelpContext = 22
  548.         Increment = 1.000000000000000000
  549.         MaxValue = 9999999999.000000000000000000
  550.         Value = 21.000000000000000000
  551.         DataField = 'QUONO'
  552.         DataSource = DM1.dsSetup
  553.         ParentShowHint = False
  554.         ShowHint = True
  555.         TabOrder = 5
  556.         UnboundDataType = wwDefault
  557.       end
  558.       object DBSEPurcOrderNo: TwwDBSpinEdit
  559.         Left = 408
  560.         Top = 139
  561.         Width = 95
  562.         Height = 24
  563.         Hint = 'Press F1 for help'
  564.         HelpContext = 23
  565.         Increment = 1.000000000000000000
  566.         MaxValue = 9999999999.000000000000000000
  567.         DataField = 'PORDNO'
  568.         DataSource = DM1.dsSetup
  569.         ParentShowHint = False
  570.         ShowHint = True
  571.         TabOrder = 6
  572.         UnboundDataType = wwDefault
  573.       end
  574.       object GroupBox1: TGroupBox
  575.         Left = 276
  576.         Top = 176
  577.         Width = 233
  578.         Height = 121
  579.         Caption = 'Carriage Default '
  580.         TabOrder = 7
  581.         object Label62: TLabel
  582.           Left = 16
  583.           Top = 93
  584.           Width = 110
  585.           Height = 16
  586.           Caption = 'Account Reference'
  587.         end
  588.         object Label61: TLabel
  589.           Left = 12
  590.           Top = 57
  591.           Width = 59
  592.           Height = 16
  593.           Caption = 'VAT Code'
  594.         end
  595.         object Label60: TLabel
  596.           Left = 12
  597.           Top = 25
  598.           Width = 45
  599.           Height = 16
  600.           Caption = 'Amount'
  601.         end
  602.         object wwDBCCarrNomAcc: TRxDBComboEdit
  603.           Left = 145
  604.           Top = 85
  605.           Width = 80
  606.           Height = 24
  607.           Hint = 'Press F1 for help'
  608.           HelpContext = 26
  609.           CharCase = ecUpperCase
  610.           ClickKey = 16467
  611.           DataField = 'DEFCARNOM'
  612.           DataSource = DM1.dsSetup
  613.           ButtonWidth = 24
  614.           NumGlyphs = 1
  615.           ParentShowHint = False
  616.           ShowHint = True
  617.           TabOrder = 2
  618.           OnButtonClick = wwDBCCarrNomAccButtonClick
  619.         end
  620.         object wwDBSpinEdit8: TwwDBSpinEdit
  621.           Left = 192
  622.           Top = 53
  623.           Width = 33
  624.           Height = 24
  625.           Hint = 'Press F1 for help'
  626.           HelpContext = 25
  627.           Increment = 1.000000000000000000
  628.           MaxValue = 9.000000000000000000
  629.           Value = 5.000000000000000000
  630.           DataField = 'DEFCARVC'
  631.           DataSource = DM1.dsSetup
  632.           ParentShowHint = False
  633.           ShowHint = True
  634.           TabOrder = 1
  635.           UnboundDataType = wwDefault
  636.         end
  637.         object RxDBCalcEdit1: TRxDBCalcEdit
  638.           Left = 145
  639.           Top = 21
  640.           Width = 80
  641.           Height = 24
  642.           Hint = 'Press F1 for help'
  643.           HelpContext = 24
  644.           DataField = 'DEFCARR'
  645.           DataSource = DM1.dsSetup
  646.           DisplayFormat = '0.00'
  647.           NumGlyphs = 2
  648.           ParentShowHint = False
  649.           ShowHint = True
  650.           TabOrder = 0
  651.         end
  652.       end
  653.     end
  654.     object TabControlAcc: TTabSheet
  655.       HelpContext = 27
  656.       Caption = 'C&ontrol A/C'
  657.       object Bevel8: TBevel
  658.         Left = 8
  659.         Top = 8
  660.         Width = 265
  661.         Height = 369
  662.         Shape = bsFrame
  663.       end
  664.       object Bevel7: TBevel
  665.         Left = 300
  666.         Top = 8
  667.         Width = 205
  668.         Height = 313
  669.         Shape = bsFrame
  670.       end
  671.       object Label18: TLabel
  672.         Left = 20
  673.         Top = 53
  674.         Width = 90
  675.         Height = 16
  676.         Caption = 'Debtors Control'
  677.       end
  678.       object Label19: TLabel
  679.         Left = 20
  680.         Top = 83
  681.         Width = 97
  682.         Height = 16
  683.         Caption = 'Creditors Control'
  684.       end
  685.       object Label20: TLabel
  686.         Left = 20
  687.         Top = 112
  688.         Width = 75
  689.         Height = 16
  690.         Caption = 'Cash Control'
  691.       end
  692.       object Label21: TLabel
  693.         Left = 20
  694.         Top = 142
  695.         Width = 107
  696.         Height = 16
  697.         Caption = 'Sales VAT Control'
  698.       end
  699.       object Label22: TLabel
  700.         Left = 20
  701.         Top = 171
  702.         Width = 120
  703.         Height = 16
  704.         Caption = 'Profit && Loss Control'
  705.       end
  706.       object Label23: TLabel
  707.         Left = 20
  708.         Top = 230
  709.         Width = 96
  710.         Height = 16
  711.         Caption = 'Accruals Control'
  712.       end
  713.       object Label24: TLabel
  714.         Left = 20
  715.         Top = 260
  716.         Width = 122
  717.         Height = 16
  718.         Caption = 'Prepayments Control'
  719.       end
  720.       object Label25: TLabel
  721.         Left = 20
  722.         Top = 289
  723.         Width = 117
  724.         Height = 16
  725.         Caption = 'Misposting'#39's Control'
  726.       end
  727.       object Label26: TLabel
  728.         Left = 20
  729.         Top = 319
  730.         Width = 110
  731.         Height = 16
  732.         Caption = 'Suspense Account'
  733.       end
  734.       object Label27: TLabel
  735.         Left = 20
  736.         Top = 348
  737.         Width = 126
  738.         Height = 16
  739.         Caption = 'P&&L Balance Forward'
  740.       end
  741.       object Label38: TLabel
  742.         Left = 20
  743.         Top = 24
  744.         Width = 74
  745.         Height = 16
  746.         Caption = 'Default Bank'
  747.       end
  748.       object Label37: TLabel
  749.         Left = 316
  750.         Top = 289
  751.         Width = 48
  752.         Height = 16
  753.         Caption = 'Bank 10'
  754.       end
  755.       object Label36: TLabel
  756.         Left = 316
  757.         Top = 260
  758.         Width = 41
  759.         Height = 16
  760.         Caption = 'Bank 9'
  761.       end
  762.       object Label35: TLabel
  763.         Left = 316
  764.         Top = 230
  765.         Width = 41
  766.         Height = 16
  767.         Caption = 'Bank 8'
  768.       end
  769.       object Label34: TLabel
  770.         Left = 316
  771.         Top = 201
  772.         Width = 41
  773.         Height = 16
  774.         Caption = 'Bank 7'
  775.       end
  776.       object Label33: TLabel
  777.         Left = 316
  778.         Top = 172
  779.         Width = 41
  780.         Height = 16
  781.         Caption = 'Bank 6'
  782.       end
  783.       object Label32: TLabel
  784.         Left = 316
  785.         Top = 142
  786.         Width = 41
  787.         Height = 16
  788.         Caption = 'Bank 5'
  789.       end
  790.       object Label31: TLabel
  791.         Left = 316
  792.         Top = 113
  793.         Width = 41
  794.         Height = 16
  795.         Caption = 'Bank 4'
  796.       end
  797.       object Label30: TLabel
  798.         Left = 316
  799.         Top = 84
  800.         Width = 41
  801.         Height = 16
  802.         Caption = 'Bank 3'
  803.       end
  804.       object Label29: TLabel
  805.         Left = 316
  806.         Top = 54
  807.         Width = 41
  808.         Height = 16
  809.         Caption = 'Bank 2'
  810.       end
  811.       object Label28: TLabel
  812.         Left = 316
  813.         Top = 25
  814.         Width = 41
  815.         Height = 16
  816.         Caption = 'Bank 1'
  817.       end
  818.       object Label65: TLabel
  819.         Left = 20
  820.         Top = 201
  821.         Width = 96
  822.         Height = 16
  823.         Caption = 'Discount Control'
  824.       end
  825.       object DBLCDefaultBank: TwwDBComboBox
  826.         Tag = 1
  827.         Left = 160
  828.         Top = 20
  829.         Width = 100
  830.         Height = 24
  831.         Hint = 'Press F1 for help'
  832.         HelpContext = 28
  833.         ShowButton = True
  834.         Style = csDropDown
  835.         MapList = False
  836.         AllowClearKey = False
  837.         DataField = 'DEFBANK'
  838.         DataSource = DM1.dsSetup
  839.         DropDownCount = 8
  840.         ItemHeight = 0
  841.         ParentShowHint = False
  842.         ShowHint = True
  843.         Sorted = False
  844.         TabOrder = 0
  845.         UnboundDataType = wwDefault
  846.         OnEnter = DBLCDefaultBankEnter
  847.         OnExit = DBLCDefaultBankExit
  848.       end
  849.       object DBEDEBTOR: TRxDBComboEdit
  850.         Tag = 2
  851.         Left = 160
  852.         Top = 49
  853.         Width = 100
  854.         Height = 24
  855.         Hint = 'Press F1 for help'
  856.         HelpContext = 29
  857.         CharCase = ecUpperCase
  858.         ClickKey = 16467
  859.         DataField = 'DEBTOR'
  860.         DataSource = DM1.dsSetup
  861.         ButtonWidth = 24
  862.         NumGlyphs = 1
  863.         ParentShowHint = False
  864.         ShowHint = True
  865.         TabOrder = 1
  866.         OnButtonClick = DBEDEBTORButtonClick
  867.       end
  868.       object DBECREDITOR: TRxDBComboEdit
  869.         Tag = 3
  870.         Left = 160
  871.         Top = 79
  872.         Width = 100
  873.         Height = 24
  874.         Hint = 'Press F1 for help'
  875.         HelpContext = 30
  876.         CharCase = ecUpperCase
  877.         ClickKey = 16467
  878.         DataField = 'CREDITOR'
  879.         DataSource = DM1.dsSetup
  880.         ButtonWidth = 24
  881.         NumGlyphs = 1
  882.         ParentShowHint = False
  883.         ShowHint = True
  884.         TabOrder = 2
  885.         OnButtonClick = DBEDEBTORButtonClick
  886.       end
  887.       object DBECASH: TRxDBComboEdit
  888.         Tag = 4
  889.         Left = 160
  890.         Top = 108
  891.         Width = 100
  892.         Height = 24
  893.         Hint = 'Press F1 for help'
  894.         HelpContext = 31
  895.         CharCase = ecUpperCase
  896.         ClickKey = 16467
  897.         DataField = 'CASH'
  898.         DataSource = DM1.dsSetup
  899.         ButtonWidth = 24
  900.         NumGlyphs = 1
  901.         ParentShowHint = False
  902.         ShowHint = True
  903.         TabOrder = 3
  904.         OnButtonClick = DBEDEBTORButtonClick
  905.       end
  906.       object DBESALESVAT: TRxDBComboEdit
  907.         Tag = 5
  908.         Left = 160
  909.         Top = 138
  910.         Width = 100
  911.         Height = 24
  912.         Hint = 'Press F1 for help'
  913.         HelpContext = 32
  914.         CharCase = ecUpperCase
  915.         ClickKey = 16467
  916.         DataField = 'SALESVAT'
  917.         DataSource = DM1.dsSetup
  918.         ButtonWidth = 24
  919.         NumGlyphs = 1
  920.         ParentShowHint = False
  921.         ShowHint = True
  922.         TabOrder = 4
  923.         OnButtonClick = DBEDEBTORButtonClick
  924.       end
  925.       object DBEProfitLossAcc: TRxDBComboEdit
  926.         Tag = 6
  927.         Left = 160
  928.         Top = 167
  929.         Width = 100
  930.         Height = 24
  931.         Hint = 'Press F1 for help'
  932.         HelpContext = 33
  933.         CharCase = ecUpperCase
  934.         ClickKey = 16467
  935.         DataField = 'PLACC'
  936.         DataSource = DM1.dsSetup
  937.         ButtonWidth = 24
  938.         NumGlyphs = 1
  939.         ParentShowHint = False
  940.         ShowHint = True
  941.         TabOrder = 5
  942.         OnButtonClick = DBEDEBTORButtonClick
  943.       end
  944.       object DBCDDiscount: TRxDBComboEdit
  945.         Tag = 7
  946.         Left = 160
  947.         Top = 197
  948.         Width = 100
  949.         Height = 24
  950.         Hint = 'Press F1 for help'
  951.         HelpContext = 36
  952.         CharCase = ecUpperCase
  953.         ClickKey = 16467
  954.         DataField = 'DISCOUNT'
  955.         DataSource = DM1.dsSetup
  956.         ButtonWidth = 24
  957.         NumGlyphs = 1
  958.         ParentShowHint = False
  959.         ShowHint = True
  960.         TabOrder = 6
  961.         OnButtonClick = DBEDEBTORButtonClick
  962.       end
  963.       object DBEACCRUALS: TRxDBComboEdit
  964.         Tag = 8
  965.         Left = 160
  966.         Top = 226
  967.         Width = 100
  968.         Height = 24
  969.         Hint = 'Press F1 for help'
  970.         HelpContext = 37
  971.         CharCase = ecUpperCase
  972.         ClickKey = 16467
  973.         DataField = 'ACCRUALS'
  974.         DataSource = DM1.dsSetup
  975.         ButtonWidth = 24
  976.         NumGlyphs = 1
  977.         ParentShowHint = False
  978.         ShowHint = True
  979.         TabOrder = 7
  980.         OnButtonClick = DBEDEBTORButtonClick
  981.       end
  982.       object DBEPREPAY: TRxDBComboEdit
  983.         Tag = 9
  984.         Left = 160
  985.         Top = 256
  986.         Width = 100
  987.         Height = 24
  988.         Hint = 'Press F1 for help'
  989.         HelpContext = 38
  990.         CharCase = ecUpperCase
  991.         ClickKey = 16467
  992.         DataField = 'PREPAY'
  993.         DataSource = DM1.dsSetup
  994.         ButtonWidth = 24
  995.         NumGlyphs = 1
  996.         ParentShowHint = False
  997.         ShowHint = True
  998.         TabOrder = 8
  999.         OnButtonClick = DBEDEBTORButtonClick
  1000.       end
  1001.       object DBEMISPOSTING: TRxDBComboEdit
  1002.         Tag = 10
  1003.         Left = 160
  1004.         Top = 285
  1005.         Width = 100
  1006.         Height = 24
  1007.         Hint = 'Press F1 for help'
  1008.         HelpContext = 39
  1009.         CharCase = ecUpperCase
  1010.         ClickKey = 16467
  1011.         DataField = 'MISPOSTING'
  1012.         DataSource = DM1.dsSetup
  1013.         ButtonWidth = 24
  1014.         NumGlyphs = 1
  1015.         ParentShowHint = False
  1016.         ShowHint = True
  1017.         TabOrder = 9
  1018.         OnButtonClick = DBEDEBTORButtonClick
  1019.       end
  1020.       object DBESUSPENSE: TRxDBComboEdit
  1021.         Tag = 11
  1022.         Left = 160
  1023.         Top = 315
  1024.         Width = 100
  1025.         Height = 24
  1026.         Hint = 'Press F1 for help'
  1027.         HelpContext = 40
  1028.         CharCase = ecUpperCase
  1029.         ClickKey = 16467
  1030.         DataField = 'SUSPENSE'
  1031.         DataSource = DM1.dsSetup
  1032.         ButtonWidth = 24
  1033.         NumGlyphs = 1
  1034.         ParentShowHint = False
  1035.         ShowHint = True
  1036.         TabOrder = 10
  1037.         OnButtonClick = DBEDEBTORButtonClick
  1038.       end
  1039.       object DBEPLBalForward: TRxDBComboEdit
  1040.         Tag = 12
  1041.         Left = 160
  1042.         Top = 344
  1043.         Width = 100
  1044.         Height = 24
  1045.         Hint = 'Press F1 for help'
  1046.         HelpContext = 41
  1047.         CharCase = ecUpperCase
  1048.         ClickKey = 16467
  1049.         DataField = 'PLBALFOR'
  1050.         DataSource = DM1.dsSetup
  1051.         ButtonWidth = 24
  1052.         NumGlyphs = 1
  1053.         ParentShowHint = False
  1054.         ShowHint = True
  1055.         TabOrder = 11
  1056.         OnButtonClick = DBEDEBTORButtonClick
  1057.       end
  1058.       object DBEBANK1: TRxDBComboEdit
  1059.         Tag = 13
  1060.         Left = 392
  1061.         Top = 21
  1062.         Width = 100
  1063.         Height = 24
  1064.         Hint = 'Press F1 for help'
  1065.         HelpContext = 43
  1066.         CharCase = ecUpperCase
  1067.         ClickKey = 16467
  1068.         DataField = 'BANK1'
  1069.         DataSource = DM1.dsSetup
  1070.         ButtonWidth = 24
  1071.         NumGlyphs = 1
  1072.         ParentShowHint = False
  1073.         ShowHint = True
  1074.         TabOrder = 12
  1075.         OnButtonClick = DBEBANK1ButtonClick
  1076.         OnEnter = DBEBANK1Enter
  1077.       end
  1078.       object DBEBANK2: TRxDBComboEdit
  1079.         Tag = 14
  1080.         Left = 392
  1081.         Top = 50
  1082.         Width = 100
  1083.         Height = 24
  1084.         Hint = 'Press F1 for help'
  1085.         HelpContext = 43
  1086.         CharCase = ecUpperCase
  1087.         ClickKey = 16467
  1088.         DataField = 'BANK2'
  1089.         DataSource = DM1.dsSetup
  1090.         ButtonWidth = 24
  1091.         NumGlyphs = 1
  1092.         ParentShowHint = False
  1093.         ShowHint = True
  1094.         TabOrder = 13
  1095.         OnButtonClick = DBEBANK1ButtonClick
  1096.         OnEnter = DBEBANK1Enter
  1097.       end
  1098.       object DBEBANK3: TRxDBComboEdit
  1099.         Tag = 15
  1100.         Left = 392
  1101.         Top = 80
  1102.         Width = 100
  1103.         Height = 24
  1104.         Hint = 'Press F1 for help'
  1105.         HelpContext = 43
  1106.         CharCase = ecUpperCase
  1107.         ClickKey = 16467
  1108.         DataField = 'BANK3'
  1109.         DataSource = DM1.dsSetup
  1110.         ButtonWidth = 24
  1111.         NumGlyphs = 1
  1112.         ParentShowHint = False
  1113.         ShowHint = True
  1114.         TabOrder = 14
  1115.         OnButtonClick = DBEBANK1ButtonClick
  1116.         OnEnter = DBEBANK1Enter
  1117.       end
  1118.       object DBEBANK4: TRxDBComboEdit
  1119.         Tag = 16
  1120.         Left = 392
  1121.         Top = 109
  1122.         Width = 100
  1123.         Height = 24
  1124.         Hint = 'Press F1 for help'
  1125.         HelpContext = 43
  1126.         CharCase = ecUpperCase
  1127.         ClickKey = 16467
  1128.         DataField = 'BANK4'
  1129.         DataSource = DM1.dsSetup
  1130.         ButtonWidth = 24
  1131.         NumGlyphs = 1
  1132.         ParentShowHint = False
  1133.         ShowHint = True
  1134.         TabOrder = 15
  1135.         OnButtonClick = DBEBANK1ButtonClick
  1136.         OnEnter = DBEBANK1Enter
  1137.       end
  1138.       object DBEBANK5: TRxDBComboEdit
  1139.         Tag = 17
  1140.         Left = 392
  1141.         Top = 138
  1142.         Width = 100
  1143.         Height = 24
  1144.         Hint = 'Press F1 for help'
  1145.         HelpContext = 43
  1146.         CharCase = ecUpperCase
  1147.         ClickKey = 16467
  1148.         DataField = 'BANK5'
  1149.         DataSource = DM1.dsSetup
  1150.         ButtonWidth = 24
  1151.         NumGlyphs = 1
  1152.         ParentShowHint = False
  1153.         ShowHint = True
  1154.         TabOrder = 16
  1155.         OnButtonClick = DBEBANK1ButtonClick
  1156.         OnEnter = DBEBANK1Enter
  1157.       end
  1158.       object DBEBANK6: TRxDBComboEdit
  1159.         Tag = 18
  1160.         Left = 392
  1161.         Top = 168
  1162.         Width = 100
  1163.         Height = 24
  1164.         Hint = 'Press F1 for help'
  1165.         HelpContext = 43
  1166.         CharCase = ecUpperCase
  1167.         ClickKey = 16467
  1168.         DataField = 'BANK6'
  1169.         DataSource = DM1.dsSetup
  1170.         ButtonWidth = 24
  1171.         NumGlyphs = 1
  1172.         ParentShowHint = False
  1173.         ShowHint = True
  1174.         TabOrder = 17
  1175.         OnButtonClick = DBEBANK1ButtonClick
  1176.         OnEnter = DBEBANK1Enter
  1177.       end
  1178.       object DBEBANK7: TRxDBComboEdit
  1179.         Tag = 19
  1180.         Left = 392
  1181.         Top = 197
  1182.         Width = 100
  1183.         Height = 24
  1184.         Hint = 'Press F1 for help'
  1185.         HelpContext = 43
  1186.         CharCase = ecUpperCase
  1187.         ClickKey = 16467
  1188.         DataField = 'BANK7'
  1189.         DataSource = DM1.dsSetup
  1190.         ButtonWidth = 24
  1191.         NumGlyphs = 1
  1192.         ParentShowHint = False
  1193.         ShowHint = True
  1194.         TabOrder = 18
  1195.         OnButtonClick = DBEBANK1ButtonClick
  1196.         OnEnter = DBEBANK1Enter
  1197.       end
  1198.       object DBEBANK8: TRxDBComboEdit
  1199.         Tag = 20
  1200.         Left = 392
  1201.         Top = 226
  1202.         Width = 100
  1203.         Height = 24
  1204.         Hint = 'Press F1 for help'
  1205.         HelpContext = 43
  1206.         CharCase = ecUpperCase
  1207.         ClickKey = 16467
  1208.         DataField = 'BANK8'
  1209.         DataSource = DM1.dsSetup
  1210.         ButtonWidth = 24
  1211.         NumGlyphs = 1
  1212.         ParentShowHint = False
  1213.         ShowHint = True
  1214.         TabOrder = 19
  1215.         OnButtonClick = DBEBANK1ButtonClick
  1216.         OnEnter = DBEBANK1Enter
  1217.       end
  1218.       object DBEBANK9: TRxDBComboEdit
  1219.         Tag = 21
  1220.         Left = 392
  1221.         Top = 256
  1222.         Width = 100
  1223.         Height = 24
  1224.         Hint = 'Press F1 for help'
  1225.         HelpContext = 43
  1226.         CharCase = ecUpperCase
  1227.         ClickKey = 16467
  1228.         DataField = 'BANK9'
  1229.         DataSource = DM1.dsSetup
  1230.         ButtonWidth = 24
  1231.         NumGlyphs = 1
  1232.         ParentShowHint = False
  1233.         ShowHint = True
  1234.         TabOrder = 20
  1235.         OnButtonClick = DBEBANK1ButtonClick
  1236.         OnEnter = DBEBANK1Enter
  1237.       end
  1238.       object DBEBANK10: TRxDBComboEdit
  1239.         Tag = 22
  1240.         Left = 392
  1241.         Top = 285
  1242.         Width = 100
  1243.         Height = 24
  1244.         Hint = 'Press F1 for help'
  1245.         HelpContext = 43
  1246.         CharCase = ecUpperCase
  1247.         ClickKey = 16467
  1248.         DataField = 'BANK10'
  1249.         DataSource = DM1.dsSetup
  1250.         ButtonWidth = 24
  1251.         NumGlyphs = 1
  1252.         ParentShowHint = False
  1253.         ShowHint = True
  1254.         TabOrder = 21
  1255.         OnButtonClick = DBEBANK1ButtonClick
  1256.         OnEnter = DBEBANK1Enter
  1257.       end
  1258.     end
  1259.     object TabVat: TTabSheet
  1260.       HelpContext = 44
  1261.       Caption = '&VAT Control'
  1262.       OnEnter = TabVatEnter
  1263.       object Bevel17: TBevel
  1264.         Left = 224
  1265.         Top = 60
  1266.         Width = 285
  1267.         Height = 197
  1268.         Shape = bsFrame
  1269.       end
  1270.       object Bevel9: TBevel
  1271.         Left = 224
  1272.         Top = 8
  1273.         Width = 285
  1274.         Height = 45
  1275.         Shape = bsFrame
  1276.       end
  1277.       object Label39: TLabel
  1278.         Left = 236
  1279.         Top = 24
  1280.         Width = 122
  1281.         Height = 16
  1282.         Caption = 'VAT Registration No.'
  1283.         FocusControl = DBEdit37
  1284.       end
  1285.       object Label51: TLabel
  1286.         Left = 236
  1287.         Top = 71
  1288.         Width = 83
  1289.         Height = 16
  1290.         Caption = 'Standard Rate'
  1291.       end
  1292.       object Label52: TLabel
  1293.         Left = 236
  1294.         Top = 102
  1295.         Width = 76
  1296.         Height = 16
  1297.         Caption = 'Exempt Rate'
  1298.       end
  1299.       object Label53: TLabel
  1300.         Left = 236
  1301.         Top = 134
  1302.         Width = 86
  1303.         Height = 16
  1304.         Caption = 'EC Sales Rate'
  1305.       end
  1306.       object Label54: TLabel
  1307.         Left = 236
  1308.         Top = 165
  1309.         Width = 108
  1310.         Height = 16
  1311.         Caption = 'EC Purchase Rate'
  1312.       end
  1313.       object Label55: TLabel
  1314.         Left = 236
  1315.         Top = 197
  1316.         Width = 137
  1317.         Height = 16
  1318.         Caption = 'EC Purchase Zero Rate'
  1319.       end
  1320.       object Label56: TLabel
  1321.         Left = 236
  1322.         Top = 228
  1323.         Width = 76
  1324.         Height = 16
  1325.         Caption = 'No VAT Rate'
  1326.       end
  1327.       object Bevel10: TBevel
  1328.         Left = 8
  1329.         Top = 8
  1330.         Width = 181
  1331.         Height = 329
  1332.         Shape = bsFrame
  1333.       end
  1334.       object Label41: TLabel
  1335.         Left = 24
  1336.         Top = 24
  1337.         Width = 67
  1338.         Height = 16
  1339.         Caption = 'VAT Rate 0'
  1340.         FocusControl = DBEVATCode0
  1341.       end
  1342.       object Label42: TLabel
  1343.         Left = 24
  1344.         Top = 56
  1345.         Width = 67
  1346.         Height = 16
  1347.         Caption = 'VAT Rate 1'
  1348.         FocusControl = DBEdit40
  1349.       end
  1350.       object Label43: TLabel
  1351.         Left = 24
  1352.         Top = 87
  1353.         Width = 67
  1354.         Height = 16
  1355.         Caption = 'VAT Rate 2'
  1356.         FocusControl = DBEdit41
  1357.       end
  1358.       object Label44: TLabel
  1359.         Left = 24
  1360.         Top = 119
  1361.         Width = 67
  1362.         Height = 16
  1363.         Caption = 'VAT Rate 3'
  1364.         FocusControl = DBEdit42
  1365.       end
  1366.       object Label45: TLabel
  1367.         Left = 24
  1368.         Top = 150
  1369.         Width = 67
  1370.         Height = 16
  1371.         Caption = 'VAT Rate 4'
  1372.         FocusControl = DBEdit43
  1373.       end
  1374.       object Label46: TLabel
  1375.         Left = 24
  1376.         Top = 182
  1377.         Width = 67
  1378.         Height = 16
  1379.         Caption = 'VAT Rate 5'
  1380.         FocusControl = DBEdit44
  1381.       end
  1382.       object Label47: TLabel
  1383.         Left = 24
  1384.         Top = 213
  1385.         Width = 67
  1386.         Height = 16
  1387.         Caption = 'VAT Rate 6'
  1388.         FocusControl = DBEdit45
  1389.       end
  1390.       object Label48: TLabel
  1391.         Left = 24
  1392.         Top = 245
  1393.         Width = 67
  1394.         Height = 16
  1395.         Caption = 'VAT Rate 7'
  1396.         FocusControl = DBEdit46
  1397.       end
  1398.       object Label49: TLabel
  1399.         Left = 24
  1400.         Top = 276
  1401.         Width = 67
  1402.         Height = 16
  1403.         Caption = 'VAT Rate 8'
  1404.         FocusControl = DBEdit47
  1405.       end
  1406.       object Label50: TLabel
  1407.         Left = 24
  1408.         Top = 308
  1409.         Width = 67
  1410.         Height = 16
  1411.         Caption = 'VAT Rate 9'
  1412.         FocusControl = DBEdit48
  1413.       end
  1414.       object DBEdit37: TwwDBEdit
  1415.         Left = 384
  1416.         Top = 20
  1417.         Width = 113
  1418.         Height = 24
  1419.         Hint = 'Press F1 for help'
  1420.         HelpContext = 46
  1421.         DataField = 'VATREGNO'
  1422.         DataSource = DM1.dsSetup
  1423.         MaxLength = 12
  1424.         ParentShowHint = False
  1425.         ShowHint = True
  1426.         TabOrder = 10
  1427.         UnboundDataType = wwDefault
  1428.         WantReturns = False
  1429.         WordWrap = False
  1430.       end
  1431.       object wwDBSpinEdit2: TwwDBSpinEdit
  1432.         Left = 468
  1433.         Top = 67
  1434.         Width = 33
  1435.         Height = 24
  1436.         Hint = 'Press F1 for help'
  1437.         HelpContext = 47
  1438.         Increment = 1.000000000000000000
  1439.         MaxValue = 9.000000000000000000
  1440.         Value = 1.000000000000000000
  1441.         DataField = 'STANRATE'
  1442.         DataSource = DM1.dsSetup
  1443.         ParentShowHint = False
  1444.         ShowHint = True
  1445.         TabOrder = 11
  1446.         UnboundDataType = wwDefault
  1447.       end
  1448.       object wwDBSpinEdit3: TwwDBSpinEdit
  1449.         Left = 468
  1450.         Top = 98
  1451.         Width = 33
  1452.         Height = 24
  1453.         Hint = 'Press F1 for help'
  1454.         HelpContext = 48
  1455.         Increment = 1.000000000000000000
  1456.         MaxValue = 9.000000000000000000
  1457.         DataField = 'EXEMPTRATE'
  1458.         DataSource = DM1.dsSetup
  1459.         ParentShowHint = False
  1460.         ShowHint = True
  1461.         TabOrder = 12
  1462.         UnboundDataType = wwDefault
  1463.       end
  1464.       object wwDBSpinEdit4: TwwDBSpinEdit
  1465.         Left = 468
  1466.         Top = 130
  1467.         Width = 33
  1468.         Height = 24
  1469.         Hint = 'Press F1 for help'
  1470.         HelpContext = 49
  1471.         Increment = 1.000000000000000000
  1472.         MaxValue = 9.000000000000000000
  1473.         Value = 5.000000000000000000
  1474.         DataField = 'ECSALERATE'
  1475.         DataSource = DM1.dsSetup
  1476.         ParentShowHint = False
  1477.         ShowHint = True
  1478.         TabOrder = 13
  1479.         UnboundDataType = wwDefault
  1480.       end
  1481.       object wwDBSpinEdit5: TwwDBSpinEdit
  1482.         Left = 468
  1483.         Top = 161
  1484.         Width = 33
  1485.         Height = 24
  1486.         Hint = 'Press F1 for help'
  1487.         HelpContext = 50
  1488.         Increment = 1.000000000000000000
  1489.         MaxValue = 9.000000000000000000
  1490.         Value = 7.000000000000000000
  1491.         DataField = 'ECPURSRATE'
  1492.         DataSource = DM1.dsSetup
  1493.         ParentShowHint = False
  1494.         ShowHint = True
  1495.         TabOrder = 14
  1496.         UnboundDataType = wwDefault
  1497.       end
  1498.       object wwDBSpinEdit6: TwwDBSpinEdit
  1499.         Left = 468
  1500.         Top = 193
  1501.         Width = 33
  1502.         Height = 24
  1503.         Hint = 'Press F1 for help'
  1504.         HelpContext = 51
  1505.         Increment = 1.000000000000000000
  1506.         MaxValue = 9.000000000000000000
  1507.         Value = 8.000000000000000000
  1508.         DataField = 'ECPURERATE'
  1509.         DataSource = DM1.dsSetup
  1510.         ParentShowHint = False
  1511.         ShowHint = True
  1512.         TabOrder = 15
  1513.         UnboundDataType = wwDefault
  1514.       end
  1515.       object wwDBSpinEdit7: TwwDBSpinEdit
  1516.         Left = 468
  1517.         Top = 224
  1518.         Width = 33
  1519.         Height = 24
  1520.         Hint = 'Press F1 for help'
  1521.         HelpContext = 52
  1522.         Increment = 1.000000000000000000
  1523.         MaxValue = 9.000000000000000000
  1524.         Value = 9.000000000000000000
  1525.         DataField = 'NOVATRATE'
  1526.         DataSource = DM1.dsSetup
  1527.         ParentShowHint = False
  1528.         ShowHint = True
  1529.         TabOrder = 16
  1530.         UnboundDataType = wwDefault
  1531.       end
  1532.       object DBEdit48: TwwDBEdit
  1533.         Left = 120
  1534.         Top = 304
  1535.         Width = 50
  1536.         Height = 24
  1537.         Hint = 'Press F1 for help'
  1538.         HelpContext = 45
  1539.         DataField = 'V9'
  1540.         DataSource = DM1.dsSetup
  1541.         ParentShowHint = False
  1542.         ShowHint = True
  1543.         TabOrder = 9
  1544.         UnboundDataType = wwDefault
  1545.         WantReturns = False
  1546.         WordWrap = False
  1547.       end
  1548.       object DBEdit47: TwwDBEdit
  1549.         Left = 120
  1550.         Top = 272
  1551.         Width = 50
  1552.         Height = 24
  1553.         Hint = 'Press F1 for help'
  1554.         HelpContext = 45
  1555.         DataField = 'V8'
  1556.         DataSource = DM1.dsSetup
  1557.         ParentShowHint = False
  1558.         ShowHint = True
  1559.         TabOrder = 8
  1560.         UnboundDataType = wwDefault
  1561.         WantReturns = False
  1562.         WordWrap = False
  1563.       end
  1564.       object DBEdit46: TwwDBEdit
  1565.         Left = 120
  1566.         Top = 241
  1567.         Width = 50
  1568.         Height = 24
  1569.         Hint = 'Press F1 for help'
  1570.         HelpContext = 45
  1571.         DataField = 'V7'
  1572.         DataSource = DM1.dsSetup
  1573.         ParentShowHint = False
  1574.         ShowHint = True
  1575.         TabOrder = 7
  1576.         UnboundDataType = wwDefault
  1577.         WantReturns = False
  1578.         WordWrap = False
  1579.       end
  1580.       object DBEdit45: TwwDBEdit
  1581.         Left = 120
  1582.         Top = 209
  1583.         Width = 50
  1584.         Height = 24
  1585.         Hint = 'Press F1 for help'
  1586.         HelpContext = 45
  1587.         DataField = 'V6'
  1588.         DataSource = DM1.dsSetup
  1589.         ParentShowHint = False
  1590.         ShowHint = True
  1591.         TabOrder = 6
  1592.         UnboundDataType = wwDefault
  1593.         WantReturns = False
  1594.         WordWrap = False
  1595.       end
  1596.       object DBEdit44: TwwDBEdit
  1597.         Left = 120
  1598.         Top = 178
  1599.         Width = 50
  1600.         Height = 24
  1601.         Hint = 'Press F1 for help'
  1602.         HelpContext = 45
  1603.         DataField = 'V5'
  1604.         DataSource = DM1.dsSetup
  1605.         ParentShowHint = False
  1606.         ShowHint = True
  1607.         TabOrder = 5
  1608.         UnboundDataType = wwDefault
  1609.         WantReturns = False
  1610.         WordWrap = False
  1611.       end
  1612.       object DBEdit43: TwwDBEdit
  1613.         Left = 120
  1614.         Top = 146
  1615.         Width = 50
  1616.         Height = 24
  1617.         Hint = 'Press F1 for help'
  1618.         HelpContext = 45
  1619.         DataField = 'V4'
  1620.         DataSource = DM1.dsSetup
  1621.         ParentShowHint = False
  1622.         ShowHint = True
  1623.         TabOrder = 4
  1624.         UnboundDataType = wwDefault
  1625.         WantReturns = False
  1626.         WordWrap = False
  1627.       end
  1628.       object DBEdit42: TwwDBEdit
  1629.         Left = 120
  1630.         Top = 115
  1631.         Width = 50
  1632.         Height = 24
  1633.         Hint = 'Press F1 for help'
  1634.         HelpContext = 45
  1635.         DataField = 'V3'
  1636.         DataSource = DM1.dsSetup
  1637.         ParentShowHint = False
  1638.         ShowHint = True
  1639.         TabOrder = 3
  1640.         UnboundDataType = wwDefault
  1641.         WantReturns = False
  1642.         WordWrap = False
  1643.       end
  1644.       object DBEdit41: TwwDBEdit
  1645.         Left = 120
  1646.         Top = 83
  1647.         Width = 50
  1648.         Height = 24
  1649.         Hint = 'Press F1 for help'
  1650.         HelpContext = 45
  1651.         DataField = 'V2'
  1652.         DataSource = DM1.dsSetup
  1653.         ParentShowHint = False
  1654.         ShowHint = True
  1655.         TabOrder = 2
  1656.         UnboundDataType = wwDefault
  1657.         WantReturns = False
  1658.         WordWrap = False
  1659.       end
  1660.       object DBEdit40: TwwDBEdit
  1661.         Left = 120
  1662.         Top = 52
  1663.         Width = 50
  1664.         Height = 24
  1665.         Hint = 'Press F1 for help'
  1666.         HelpContext = 45
  1667.         DataField = 'V1'
  1668.         DataSource = DM1.dsSetup
  1669.         ParentShowHint = False
  1670.         ShowHint = True
  1671.         TabOrder = 1
  1672.         UnboundDataType = wwDefault
  1673.         WantReturns = False
  1674.         WordWrap = False
  1675.       end
  1676.       object DBEVATCode0: TwwDBEdit
  1677.         Left = 120
  1678.         Top = 20
  1679.         Width = 50
  1680.         Height = 24
  1681.         Hint = 'Press F1 for help'
  1682.         HelpContext = 45
  1683.         DataField = 'V0'
  1684.         DataSource = DM1.dsSetup
  1685.         ParentShowHint = False
  1686.         ShowHint = True
  1687.         TabOrder = 0
  1688.         UnboundDataType = wwDefault
  1689.         WantReturns = False
  1690.         WordWrap = False
  1691.       end
  1692.     end
  1693.     object TabMisc: TTabSheet
  1694.       HelpContext = 53
  1695.       Caption = '&Misc'
  1696.       object Bevel16: TBevel
  1697.         Left = 252
  1698.         Top = 232
  1699.         Width = 257
  1700.         Height = 41
  1701.         Shape = bsFrame
  1702.       end
  1703.       object Bevel14: TBevel
  1704.         Left = 252
  1705.         Top = 44
  1706.         Width = 257
  1707.         Height = 65
  1708.         Shape = bsFrame
  1709.       end
  1710.       object Bevel15: TBevel
  1711.         Left = 252
  1712.         Top = 112
  1713.         Width = 257
  1714.         Height = 37
  1715.         Shape = bsFrame
  1716.       end
  1717.       object Bevel11: TBevel
  1718.         Left = 252
  1719.         Top = 12
  1720.         Width = 257
  1721.         Height = 29
  1722.         Shape = bsFrame
  1723.       end
  1724.       object Label57: TLabel
  1725.         Left = 260
  1726.         Top = 55
  1727.         Width = 145
  1728.         Height = 16
  1729.         Caption = 'Stock Quantity Decimals'
  1730.       end
  1731.       object Label58: TLabel
  1732.         Left = 260
  1733.         Top = 83
  1734.         Width = 153
  1735.         Height = 16
  1736.         Caption = 'Stock Unit Price Decimals'
  1737.       end
  1738.       object Label59: TLabel
  1739.         Left = 260
  1740.         Top = 121
  1741.         Width = 130
  1742.         Height = 16
  1743.         Caption = 'Minimum Mark Up (%)'
  1744.       end
  1745.       object Label69: TLabel
  1746.         Left = 262
  1747.         Top = 245
  1748.         Width = 187
  1749.         Height = 16
  1750.         Caption = 'Unallocated Payment VAT Code'
  1751.       end
  1752.       object Bevel19: TBevel
  1753.         Left = 252
  1754.         Top = 276
  1755.         Width = 257
  1756.         Height = 57
  1757.         Shape = bsFrame
  1758.       end
  1759.       object Label71: TLabel
  1760.         Left = 260
  1761.         Top = 307
  1762.         Width = 142
  1763.         Height = 16
  1764.         Caption = 'Start Report Date Range'
  1765.       end
  1766.       object Bevel12: TBevel
  1767.         Left = 8
  1768.         Top = 336
  1769.         Width = 501
  1770.         Height = 41
  1771.         Shape = bsFrame
  1772.       end
  1773.       object Label63: TLabel
  1774.         Left = 20
  1775.         Top = 348
  1776.         Width = 114
  1777.         Height = 16
  1778.         Caption = 'Background Picture'
  1779.       end
  1780.       object DBCheckBox1: TDBCheckBox
  1781.         Left = 256
  1782.         Top = 20
  1783.         Width = 245
  1784.         Height = 17
  1785.         Hint = 'Press F1 for help'
  1786.         HelpContext = 56
  1787.         Alignment = taLeftJustify
  1788.         Caption = 'Auto Open  Financial Period'
  1789.         DataField = 'AUTONEWFP'
  1790.         DataSource = DM1.dsSetup
  1791.         ParentShowHint = False
  1792.         ShowHint = True
  1793.         TabOrder = 2
  1794.         ValueChecked = 'True'
  1795.         ValueUnchecked = 'False'
  1796.       end
  1797.       object DBSPriceDec: TwwDBSpinEdit
  1798.         Left = 470
  1799.         Top = 79
  1800.         Width = 33
  1801.         Height = 24
  1802.         Hint = 'Press F1 for help'
  1803.         HelpContext = 58
  1804.         Increment = 1.000000000000000000
  1805.         MaxValue = 5.000000000000000000
  1806.         MinValue = 2.000000000000000000
  1807.         Value = 2.000000000000000000
  1808.         DataField = 'UNITDEC'
  1809.         DataSource = DM1.dsSetup
  1810.         ParentShowHint = False
  1811.         ShowHint = True
  1812.         TabOrder = 4
  1813.         UnboundDataType = wwDefault
  1814.       end
  1815.       object DBSQtyDec: TwwDBSpinEdit
  1816.         Left = 470
  1817.         Top = 51
  1818.         Width = 33
  1819.         Height = 24
  1820.         Hint = 'Press F1 for help'
  1821.         HelpContext = 57
  1822.         Increment = 1.000000000000000000
  1823.         MaxValue = 4.000000000000000000
  1824.         DataField = 'QTYDEC'
  1825.         DataSource = DM1.dsSetup
  1826.         ParentShowHint = False
  1827.         ShowHint = True
  1828.         TabOrder = 3
  1829.         UnboundDataType = wwDefault
  1830.       end
  1831.       object RxDBCalcEdit2: TRxDBCalcEdit
  1832.         Left = 422
  1833.         Top = 117
  1834.         Width = 80
  1835.         Height = 24
  1836.         Hint = 'Press F1 for help'
  1837.         HelpContext = 59
  1838.         DataField = 'MINMARKUP'
  1839.         DataSource = DM1.dsSetup
  1840.         DisplayFormat = '0.00'
  1841.         NumGlyphs = 2
  1842.         ParentShowHint = False
  1843.         ShowHint = True
  1844.         TabOrder = 5
  1845.       end
  1846.       object GroupBox2: TGroupBox
  1847.         Left = 252
  1848.         Top = 152
  1849.         Width = 257
  1850.         Height = 77
  1851.         Caption = 'Free Text Default '
  1852.         TabOrder = 6
  1853.         object Label67: TLabel
  1854.           Left = 10
  1855.           Top = 49
  1856.           Width = 59
  1857.           Height = 16
  1858.           Caption = 'VAT Code'
  1859.         end
  1860.         object Label68: TLabel
  1861.           Left = 10
  1862.           Top = 21
  1863.           Width = 110
  1864.           Height = 16
  1865.           Caption = 'Account Reference'
  1866.         end
  1867.         object wwDBSpinEdit1: TwwDBSpinEdit
  1868.           Left = 216
  1869.           Top = 45
  1870.           Width = 33
  1871.           Height = 24
  1872.           Hint = 'Press F1 for help'
  1873.           HelpContext = 61
  1874.           Increment = 1.000000000000000000
  1875.           MaxValue = 9.000000000000000000
  1876.           DataField = 'FREETEXTVC'
  1877.           DataSource = DM1.dsSetup
  1878.           ParentShowHint = False
  1879.           ShowHint = True
  1880.           TabOrder = 1
  1881.           UnboundDataType = wwDefault
  1882.         end
  1883.         object RxDBComboEdit1: TRxDBComboEdit
  1884.           Left = 170
  1885.           Top = 17
  1886.           Width = 80
  1887.           Height = 24
  1888.           Hint = 'Press F1 for help'
  1889.           HelpContext = 60
  1890.           CharCase = ecUpperCase
  1891.           ClickKey = 16467
  1892.           DataField = 'FREETEXTNA'
  1893.           DataSource = DM1.dsSetup
  1894.           ButtonWidth = 24
  1895.           NumGlyphs = 1
  1896.           ParentShowHint = False
  1897.           ShowHint = True
  1898.           TabOrder = 0
  1899.           OnButtonClick = wwDBCCarrNomAccButtonClick
  1900.         end
  1901.       end
  1902.       object wwDBSpinEdit9: TwwDBSpinEdit
  1903.         Left = 468
  1904.         Top = 241
  1905.         Width = 33
  1906.         Height = 24
  1907.         Hint = 'Press F1 for help'
  1908.         HelpContext = 62
  1909.         Increment = 1.000000000000000000
  1910.         MaxValue = 9.000000000000000000
  1911.         DataField = 'UNALLPAYVC'
  1912.         DataSource = DM1.dsSetup
  1913.         ParentShowHint = False
  1914.         ShowHint = True
  1915.         TabOrder = 7
  1916.         UnboundDataType = wwDefault
  1917.       end
  1918.       object DBCheckBox2: TDBCheckBox
  1919.         Left = 260
  1920.         Top = 284
  1921.         Width = 239
  1922.         Height = 17
  1923.         Hint = 'Press F1 for help'
  1924.         HelpContext = 63
  1925.         Alignment = taLeftJustify
  1926.         Caption = 'Preview All Reports'
  1927.         DataField = 'PREVIEWREP'
  1928.         DataSource = DM1.dsSetup
  1929.         ParentShowHint = False
  1930.         ShowHint = True
  1931.         TabOrder = 8
  1932.         ValueChecked = 'True'
  1933.         ValueUnchecked = 'False'
  1934.       end
  1935.       object GroupBox3: TGroupBox
  1936.         Left = 8
  1937.         Top = 4
  1938.         Width = 233
  1939.         Height = 161
  1940.         Caption = 'Customer Statement Notes'
  1941.         TabOrder = 0
  1942.         object DBMStatementNote: TDBMemo
  1943.           Left = 8
  1944.           Top = 20
  1945.           Width = 217
  1946.           Height = 133
  1947.           Hint = 'Press F1 for help'
  1948.           HelpContext = 54
  1949.           DataField = 'STNOTES'
  1950.           DataSource = DM1.dsSetup
  1951.           ParentShowHint = False
  1952.           ShowHint = True
  1953.           TabOrder = 0
  1954.           OnEnter = DBMStatementNoteEnter
  1955.           OnExit = DBMStatementNoteExit
  1956.         end
  1957.       end
  1958.       object GroupBox4: TGroupBox
  1959.         Left = 8
  1960.         Top = 172
  1961.         Width = 233
  1962.         Height = 161
  1963.         Caption = 'Supplier'#39's Remittance Notes'
  1964.         TabOrder = 1
  1965.         object DBMemo4: TDBMemo
  1966.           Left = 8
  1967.           Top = 21
  1968.           Width = 217
  1969.           Height = 132
  1970.           Hint = 'Press F1 for help'
  1971.           HelpContext = 55
  1972.           DataField = 'RANOTES'
  1973.           DataSource = DM1.dsSetup
  1974.           ParentShowHint = False
  1975.           ShowHint = True
  1976.           TabOrder = 0
  1977.           OnEnter = DBMemo4Enter
  1978.           OnExit = DBMemo4Exit
  1979.         end
  1980.       end
  1981.       object feBackgroundPicture: TFilenameEdit
  1982.         Left = 472
  1983.         Top = 344
  1984.         Width = 29
  1985.         Height = 24
  1986.         TabStop = False
  1987.         OnAfterDialog = feBackgroundPictureAfterDialog
  1988.         Filter = 'Bitmap (*.BMP)|*.BMP'
  1989.         ButtonWidth = 24
  1990.         NumGlyphs = 1
  1991.         TabOrder = 11
  1992.       end
  1993.       object DBDateEdit1: TDBDateEdit
  1994.         Left = 408
  1995.         Top = 304
  1996.         Width = 94
  1997.         Height = 24
  1998.         Hint = 'Press F1 for help'
  1999.         HelpContext = 64
  2000.         DataField = 'STREPDATE'
  2001.         DataSource = DM1.dsSetup
  2002.         ClickKey = 16452
  2003.         NumGlyphs = 2
  2004.         ParentShowHint = False
  2005.         ShowHint = True
  2006.         CalendarStyle = csDialog
  2007.         TabOrder = 9
  2008.         Weekends = [Sun, Sat]
  2009.         YearDigits = dyFour
  2010.       end
  2011.       object DBEBGPicture: TwwDBEdit
  2012.         Left = 144
  2013.         Top = 344
  2014.         Width = 329
  2015.         Height = 24
  2016.         Hint = 'Press F1 for help'
  2017.         HelpContext = 65
  2018.         DataField = 'BACKGNDBMP'
  2019.         DataSource = DM1.dsSetup
  2020.         ParentShowHint = False
  2021.         ShowHint = True
  2022.         TabOrder = 10
  2023.         UnboundDataType = wwDefault
  2024.         WantReturns = False
  2025.         WordWrap = False
  2026.       end
  2027.     end
  2028.   end
  2029.   object taFinancial: TwwTable
  2030.     DatabaseName = 'EmpireBuilder'
  2031.     IndexFieldNames = 'ACREF'
  2032.     TableName = 'Financl.DBF'
  2033.     SyncSQLByRange = True
  2034.     NarrowSearch = False
  2035.     ValidateWithMask = True
  2036.     Left = 316
  2037.     Top = 367
  2038.     object taFinancialACREF: TStringField
  2039.       DisplayLabel = 'A/C Ref'
  2040.       FieldName = 'ACREF'
  2041.       Size = 10
  2042.     end
  2043.     object taFinancialNAME: TStringField
  2044.       DisplayLabel = 'A/C Name'
  2045.       FieldName = 'NAME'
  2046.       Size = 30
  2047.     end
  2048.     object taFinancialACCTYPE: TStringField
  2049.       DisplayLabel = 'A/C Type'
  2050.       FieldName = 'ACCTYPE'
  2051.       Size = 13
  2052.     end
  2053.     object taFinancialBALANCE: TFloatField
  2054.       DisplayLabel = 'Balance'
  2055.       DisplayWidth = 13
  2056.       FieldName = 'BALANCE'
  2057.       DisplayFormat = '0.00'
  2058.       Precision = 2
  2059.     end
  2060.   end
  2061.   object taShadowFin: TwwTable
  2062.     DatabaseName = 'EmpireBuilder'
  2063.     IndexFieldNames = 'ACREF'
  2064.     TableName = 'Financl.DBF'
  2065.     SyncSQLByRange = True
  2066.     NarrowSearch = False
  2067.     ValidateWithMask = True
  2068.     Left = 468
  2069.     Top = 335
  2070.     object taShadowFinACREF: TStringField
  2071.       DisplayLabel = 'A/C Ref'
  2072.       FieldName = 'ACREF'
  2073.       Size = 10
  2074.     end
  2075.     object taShadowFinNAME: TStringField
  2076.       DisplayLabel = 'A/C Name'
  2077.       FieldName = 'NAME'
  2078.       Size = 30
  2079.     end
  2080.     object taShadowFinACCTYPE: TStringField
  2081.       DisplayLabel = 'A/C Type'
  2082.       FieldName = 'ACCTYPE'
  2083.       Size = 13
  2084.     end
  2085.     object taShadowFinBALANCE: TFloatField
  2086.       DisplayLabel = 'Balance'
  2087.       DisplayWidth = 13
  2088.       FieldName = 'BALANCE'
  2089.       DisplayFormat = '0.00'
  2090.       Precision = 2
  2091.     end
  2092.   end
  2093.   object FindNominal: TssSearchDialog
  2094.     GridTitleAlignment = taLeftJustify
  2095.     GridColor = clWhite
  2096.     Options = [opShowOKCancel, opShowSearchBy, opGroupControls]
  2097.     GridOptions = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgPerfectRowFit]
  2098.     SearchTable = taFinancial
  2099.     ShadowSearchTable = taShadowFin
  2100.     Caption = 'Search'
  2101.     MaxWidth = 0
  2102.     MaxHeight = 209
  2103.     CharCase = ecNormal
  2104.     UserButton1Caption = '&New'
  2105.     Left = 416
  2106.     Top = 363
  2107.   end
  2108.   object Sizer1: TSizer
  2109.     Enabled = True
  2110.     ExceptionAction = eaIgnoreControl
  2111.     GridColumnSizing = gcSizeAllColumns
  2112.     GridRowSizing = grSizeByDefaults
  2113.     MinimumSize = True
  2114.     NavigateOnEnter = True
  2115.     OverrideParentFont = True
  2116.     PerformAssertions = True
  2117.     ShowAssertionFailures = False
  2118.     StretchFonts = True
  2119.     StretchImages = True
  2120.     StretchOnResize = True
  2121.     ThreadProcessing = False
  2122.     Left = 380
  2123.     Top = 367
  2124.     ScreenWidth = (
  2125.       800)
  2126.     ScreenHeight = (
  2127.       600)
  2128.     OriginalFormWidth = (
  2129.       530)
  2130.     OriginalFormHeight = (
  2131.       491)
  2132.     OriginalFormLeft = (
  2133.       232)
  2134.     OriginalFormTop = (
  2135.       61)
  2136.     OriginalFormPPI = (
  2137.       120)
  2138.     OriginalClientWidth = (
  2139.       522)
  2140.     OriginalClientHeight = (
  2141.       464)
  2142.   end
  2143. end
  2144.