home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1999 September
/
Dpcb0999.iso
/
Business
/
Empire
/
_SETUP.1
/
EmpireBuilder.exe
/
0
/
RCDATA
/
TFMSYSTEMSETUP
/
TFMSYSTEMSETUP.txt
Wrap
Text File
|
1999-06-21
|
53KB
|
2,144 lines
object fmSystemSetup: TfmSystemSetup
Left = 232
Top = 61
HelpContext = 13
AutoScroll = False
Caption = 'System Setup'
ClientHeight = 464
ClientWidth = 522
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
Position = poScreenCenter
Scaled = False
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 120
TextHeight = 16
object Panel2: TPanel
Left = 0
Top = 412
Width = 522
Height = 52
Align = alBottom
TabOrder = 1
object BtnSave: TBitBtn
Left = 16
Top = 12
Width = 90
Height = 30
Caption = '&Save'
Enabled = False
ParentShowHint = False
ShowHint = True
TabOrder = 0
OnClick = BtnSaveClick
NumGlyphs = 2
end
object BtnAbandon: TBitBtn
Left = 116
Top = 12
Width = 90
Height = 30
Caption = '&Abandon'
Enabled = False
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnClick = BtnAbandonClick
NumGlyphs = 2
end
object BtnClose: TBitBtn
Left = 216
Top = 12
Width = 90
Height = 30
Cancel = True
Caption = '&Close'
ParentShowHint = False
ShowHint = True
TabOrder = 2
OnClick = BtnCloseClick
NumGlyphs = 2
end
object btnHelp: TBitBtn
Left = 428
Top = 12
Width = 90
Height = 30
Cancel = True
Caption = '&Help'
ParentShowHint = False
ShowHint = True
TabOrder = 3
OnClick = btnHelpClick
NumGlyphs = 2
end
end
object PageControl1: TPageControl
Left = 0
Top = 0
Width = 522
Height = 412
ActivePage = TabCompany
Align = alClient
TabOrder = 0
OnChange = PageControl1Change
object TabCompany: TTabSheet
HelpContext = 14
Caption = '&Company'
object Bevel3: TBevel
Left = 8
Top = 332
Width = 237
Height = 41
Shape = bsFrame
end
object Bevel2: TBevel
Left = 8
Top = 208
Width = 501
Height = 73
Shape = bsFrame
end
object Bevel1: TBevel
Left = 8
Top = 8
Width = 433
Height = 193
Shape = bsFrame
end
object Label1: TLabel
Left = 20
Top = 20
Width = 93
Height = 16
Caption = 'Company Name'
FocusControl = DBECompanyName
end
object Label2: TLabel
Left = 20
Top = 50
Width = 48
Height = 16
Caption = 'Address'
FocusControl = DBEdit2
end
object Label3: TLabel
Left = 20
Top = 81
Width = 60
Height = 16
Caption = '.. .. .. ..'
FocusControl = DBEdit3
end
object Label4: TLabel
Left = 20
Top = 111
Width = 60
Height = 16
Caption = '.. .. .. ..'
FocusControl = DBEdit4
end
object Label5: TLabel
Left = 20
Top = 142
Width = 60
Height = 16
Caption = '.. .. .. ..'
FocusControl = DBEdit5
end
object Label6: TLabel
Left = 20
Top = 172
Width = 61
Height = 16
Caption = 'Post Code'
FocusControl = DBEdit6
end
object Label7: TLabel
Left = 20
Top = 220
Width = 83
Height = 16
Caption = 'Telephone No.'
FocusControl = DBEdit7
end
object Label8: TLabel
Left = 336
Top = 220
Width = 42
Height = 16
Caption = 'Fax No'
FocusControl = DBEdit8
end
object Label9: TLabel
Left = 20
Top = 252
Width = 33
Height = 16
Caption = 'Email'
FocusControl = DBEdit9
end
object Label10: TLabel
Left = 20
Top = 344
Width = 115
Height = 16
Caption = 'Financial Year Start'
end
object Bevel18: TBevel
Left = 8
Top = 284
Width = 305
Height = 41
Shape = bsFrame
end
object Label66: TLabel
Left = 20
Top = 296
Width = 116
Height = 16
Caption = 'Company Password'
end
object DBECompanyName: TwwDBEdit
Left = 144
Top = 16
Width = 284
Height = 24
Hint = 'Press F1 for help'
DataField = 'COMPANY'
DataSource = DM1.dsSetup
MaxLength = 40
ParentShowHint = False
ShowHint = True
TabOrder = 0
UnboundDataType = wwDefault
WantReturns = False
WordWrap = False
end
object DBEdit2: TwwDBEdit
Left = 144
Top = 46
Width = 214
Height = 24
Hint = 'Press F1 for help'
DataField = 'ADDRESS1'
DataSource = DM1.dsSetup
MaxLength = 30
ParentShowHint = False
ShowHint = True
TabOrder = 1
UnboundDataType = wwDefault
WantReturns = False
WordWrap = False
end
object DBEdit3: TwwDBEdit
Left = 144
Top = 77
Width = 214
Height = 24
Hint = 'Press F1 for help'
DataField = 'ADDRESS2'
DataSource = DM1.dsSetup
MaxLength = 30
ParentShowHint = False
ShowHint = True
TabOrder = 2
UnboundDataType = wwDefault
WantReturns = False
WordWrap = False
end
object DBEdit4: TwwDBEdit
Left = 144
Top = 107
Width = 214
Height = 24
Hint = 'Press F1 for help'
DataField = 'ADDRESS3'
DataSource = DM1.dsSetup
MaxLength = 30
ParentShowHint = False
ShowHint = True
TabOrder = 3
UnboundDataType = wwDefault
WantReturns = False
WordWrap = False
end
object DBEdit5: TwwDBEdit
Left = 144
Top = 138
Width = 214
Height = 24
Hint = 'Press F1 for help'
DataField = 'ADDRESS4'
DataSource = DM1.dsSetup
MaxLength = 30
ParentShowHint = False
ShowHint = True
TabOrder = 4
UnboundDataType = wwDefault
WantReturns = False
WordWrap = False
end
object DBEdit6: TwwDBEdit
Left = 144
Top = 168
Width = 74
Height = 24
Hint = 'Press F1 for help'
DataField = 'POSTCODE'
DataSource = DM1.dsSetup
MaxLength = 10
ParentShowHint = False
ShowHint = True
TabOrder = 5
UnboundDataType = wwDefault
WantReturns = False
WordWrap = False
end
object DBEdit7: TwwDBEdit
Left = 144
Top = 216
Width = 109
Height = 24
Hint = 'Press F1 for help'
DataField = 'TELNO'
DataSource = DM1.dsSetup
MaxLength = 15
ParentShowHint = False
ShowHint = True
TabOrder = 6
UnboundDataType = wwDefault
WantReturns = False
WordWrap = False
end
object DBEdit8: TwwDBEdit
Left = 388
Top = 216
Width = 109
Height = 24
Hint = 'Press F1 for help'
DataField = 'FAXNO'
DataSource = DM1.dsSetup
MaxLength = 15
ParentShowHint = False
ShowHint = True
TabOrder = 7
UnboundDataType = wwDefault
WantReturns = False
WordWrap = False
end
object DBEdit9: TwwDBEdit
Left = 144
Top = 248
Width = 353
Height = 24
Hint = 'Press F1 for help'
DataField = 'EMAIL'
DataSource = DM1.dsSetup
MaxLength = 70
ParentShowHint = False
ShowHint = True
TabOrder = 8
UnboundDataType = wwDefault
WantReturns = False
WordWrap = False
end
object wwDBEdit2: TwwDBEdit
Left = 144
Top = 340
Width = 85
Height = 24
TabStop = False
Ctl3D = True
DataField = 'STARTFY'
DataSource = DM1.dsSetup
ParentColor = True
ParentCtl3D = False
ReadOnly = True
TabOrder = 9
UnboundDataType = wwDefault
WantReturns = False
WordWrap = False
end
object edtCompanyPW: TEdit
Left = 144
Top = 292
Width = 149
Height = 24
Hint = 'Press F1 for help'
HelpContext = 14
CharCase = ecUpperCase
MaxLength = 10
ParentShowHint = False
ShowHint = True
TabOrder = 10
OnEnter = edtCompanyPWEnter
OnExit = edtCompanyPWExit
end
end
object TabTrans: TTabSheet
HelpContext = 16
Caption = '&Transactions'
object Bevel4: TBevel
Left = 276
Top = 8
Width = 233
Height = 165
Shape = bsFrame
end
object Bevel6: TBevel
Left = 8
Top = 184
Width = 261
Height = 165
Shape = bsFrame
end
object Bevel5: TBevel
Left = 13
Top = 18
Width = 261
Height = 165
Shape = bsFrame
end
object Label16: TLabel
Left = 28
Top = 24
Width = 77
Height = 16
Caption = 'Invoice Notes'
FocusControl = DBMInvoiceNotes
end
object Label17: TLabel
Left = 28
Top = 196
Width = 129
Height = 16
Caption = 'Purchase Order Notes'
FocusControl = DBMemo2
end
object Label11: TLabel
Left = 288
Top = 20
Width = 63
Height = 16
Caption = 'Invoice No.'
end
object Label12: TLabel
Left = 288
Top = 51
Width = 89
Height = 16
Caption = 'Credit Note No.'
end
object Label13: TLabel
Left = 288
Top = 82
Width = 76
Height = 16
Caption = 'Proforma No.'
end
object Label14: TLabel
Left = 288
Top = 113
Width = 80
Height = 16
Caption = 'Quotation No.'
end
object Label15: TLabel
Left = 288
Top = 144
Width = 115
Height = 16
Caption = 'Purchase Order No.'
end
object DBMInvoiceNotes: TDBMemo
Left = 20
Top = 48
Width = 241
Height = 113
Hint = 'Press F1 for help'
HelpContext = 17
DataField = 'IVNOTES'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 0
OnEnter = DBMInvoiceNotesEnter
OnExit = DBMInvoiceNotesExit
end
object DBMemo2: TDBMemo
Left = 20
Top = 216
Width = 241
Height = 121
Hint = 'Press F1 for help'
HelpContext = 18
DataField = 'PONOTES'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnEnter = DBMemo2Enter
OnExit = DBMemo2Exit
end
object DBSEInvoiceNo: TwwDBSpinEdit
Left = 408
Top = 19
Width = 95
Height = 24
Hint = 'Press F1 for help'
HelpContext = 19
Increment = 1.000000000000000000
MaxValue = 9999999999.000000000000000000
Value = 23.000000000000000000
DataField = 'INVOICENO'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 2
UnboundDataType = wwDefault
end
object DBSECreditNo: TwwDBSpinEdit
Left = 408
Top = 49
Width = 95
Height = 24
Hint = 'Press F1 for help'
HelpContext = 20
Increment = 1.000000000000000000
MaxValue = 9999999999.000000000000000000
Value = 8.000000000000000000
DataField = 'CREDITNO'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 3
UnboundDataType = wwDefault
end
object DBSEProformaNo: TwwDBSpinEdit
Left = 408
Top = 79
Width = 95
Height = 24
Hint = 'Press F1 for help'
HelpContext = 21
Increment = 1.000000000000000000
MaxValue = 9999999999.000000000000000000
Value = 20.000000000000000000
DataField = 'PROFNO'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 4
UnboundDataType = wwDefault
end
object DBSEQuotationNo: TwwDBSpinEdit
Left = 408
Top = 109
Width = 95
Height = 24
Hint = 'Press F1 for help'
HelpContext = 22
Increment = 1.000000000000000000
MaxValue = 9999999999.000000000000000000
Value = 21.000000000000000000
DataField = 'QUONO'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 5
UnboundDataType = wwDefault
end
object DBSEPurcOrderNo: TwwDBSpinEdit
Left = 408
Top = 139
Width = 95
Height = 24
Hint = 'Press F1 for help'
HelpContext = 23
Increment = 1.000000000000000000
MaxValue = 9999999999.000000000000000000
DataField = 'PORDNO'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 6
UnboundDataType = wwDefault
end
object GroupBox1: TGroupBox
Left = 276
Top = 176
Width = 233
Height = 121
Caption = 'Carriage Default '
TabOrder = 7
object Label62: TLabel
Left = 16
Top = 93
Width = 110
Height = 16
Caption = 'Account Reference'
end
object Label61: TLabel
Left = 12
Top = 57
Width = 59
Height = 16
Caption = 'VAT Code'
end
object Label60: TLabel
Left = 12
Top = 25
Width = 45
Height = 16
Caption = 'Amount'
end
object wwDBCCarrNomAcc: TRxDBComboEdit
Left = 145
Top = 85
Width = 80
Height = 24
Hint = 'Press F1 for help'
HelpContext = 26
CharCase = ecUpperCase
ClickKey = 16467
DataField = 'DEFCARNOM'
DataSource = DM1.dsSetup
ButtonWidth = 24
NumGlyphs = 1
ParentShowHint = False
ShowHint = True
TabOrder = 2
OnButtonClick = wwDBCCarrNomAccButtonClick
end
object wwDBSpinEdit8: TwwDBSpinEdit
Left = 192
Top = 53
Width = 33
Height = 24
Hint = 'Press F1 for help'
HelpContext = 25
Increment = 1.000000000000000000
MaxValue = 9.000000000000000000
Value = 5.000000000000000000
DataField = 'DEFCARVC'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 1
UnboundDataType = wwDefault
end
object RxDBCalcEdit1: TRxDBCalcEdit
Left = 145
Top = 21
Width = 80
Height = 24
Hint = 'Press F1 for help'
HelpContext = 24
DataField = 'DEFCARR'
DataSource = DM1.dsSetup
DisplayFormat = '0.00'
NumGlyphs = 2
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
end
end
object TabControlAcc: TTabSheet
HelpContext = 27
Caption = 'C&ontrol A/C'
object Bevel8: TBevel
Left = 8
Top = 8
Width = 265
Height = 369
Shape = bsFrame
end
object Bevel7: TBevel
Left = 300
Top = 8
Width = 205
Height = 313
Shape = bsFrame
end
object Label18: TLabel
Left = 20
Top = 53
Width = 90
Height = 16
Caption = 'Debtors Control'
end
object Label19: TLabel
Left = 20
Top = 83
Width = 97
Height = 16
Caption = 'Creditors Control'
end
object Label20: TLabel
Left = 20
Top = 112
Width = 75
Height = 16
Caption = 'Cash Control'
end
object Label21: TLabel
Left = 20
Top = 142
Width = 107
Height = 16
Caption = 'Sales VAT Control'
end
object Label22: TLabel
Left = 20
Top = 171
Width = 120
Height = 16
Caption = 'Profit && Loss Control'
end
object Label23: TLabel
Left = 20
Top = 230
Width = 96
Height = 16
Caption = 'Accruals Control'
end
object Label24: TLabel
Left = 20
Top = 260
Width = 122
Height = 16
Caption = 'Prepayments Control'
end
object Label25: TLabel
Left = 20
Top = 289
Width = 117
Height = 16
Caption = 'Misposting'#39's Control'
end
object Label26: TLabel
Left = 20
Top = 319
Width = 110
Height = 16
Caption = 'Suspense Account'
end
object Label27: TLabel
Left = 20
Top = 348
Width = 126
Height = 16
Caption = 'P&&L Balance Forward'
end
object Label38: TLabel
Left = 20
Top = 24
Width = 74
Height = 16
Caption = 'Default Bank'
end
object Label37: TLabel
Left = 316
Top = 289
Width = 48
Height = 16
Caption = 'Bank 10'
end
object Label36: TLabel
Left = 316
Top = 260
Width = 41
Height = 16
Caption = 'Bank 9'
end
object Label35: TLabel
Left = 316
Top = 230
Width = 41
Height = 16
Caption = 'Bank 8'
end
object Label34: TLabel
Left = 316
Top = 201
Width = 41
Height = 16
Caption = 'Bank 7'
end
object Label33: TLabel
Left = 316
Top = 172
Width = 41
Height = 16
Caption = 'Bank 6'
end
object Label32: TLabel
Left = 316
Top = 142
Width = 41
Height = 16
Caption = 'Bank 5'
end
object Label31: TLabel
Left = 316
Top = 113
Width = 41
Height = 16
Caption = 'Bank 4'
end
object Label30: TLabel
Left = 316
Top = 84
Width = 41
Height = 16
Caption = 'Bank 3'
end
object Label29: TLabel
Left = 316
Top = 54
Width = 41
Height = 16
Caption = 'Bank 2'
end
object Label28: TLabel
Left = 316
Top = 25
Width = 41
Height = 16
Caption = 'Bank 1'
end
object Label65: TLabel
Left = 20
Top = 201
Width = 96
Height = 16
Caption = 'Discount Control'
end
object DBLCDefaultBank: TwwDBComboBox
Tag = 1
Left = 160
Top = 20
Width = 100
Height = 24
Hint = 'Press F1 for help'
HelpContext = 28
ShowButton = True
Style = csDropDown
MapList = False
AllowClearKey = False
DataField = 'DEFBANK'
DataSource = DM1.dsSetup
DropDownCount = 8
ItemHeight = 0
ParentShowHint = False
ShowHint = True
Sorted = False
TabOrder = 0
UnboundDataType = wwDefault
OnEnter = DBLCDefaultBankEnter
OnExit = DBLCDefaultBankExit
end
object DBEDEBTOR: TRxDBComboEdit
Tag = 2
Left = 160
Top = 49
Width = 100
Height = 24
Hint = 'Press F1 for help'
HelpContext = 29
CharCase = ecUpperCase
ClickKey = 16467
DataField = 'DEBTOR'
DataSource = DM1.dsSetup
ButtonWidth = 24
NumGlyphs = 1
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnButtonClick = DBEDEBTORButtonClick
end
object DBECREDITOR: TRxDBComboEdit
Tag = 3
Left = 160
Top = 79
Width = 100
Height = 24
Hint = 'Press F1 for help'
HelpContext = 30
CharCase = ecUpperCase
ClickKey = 16467
DataField = 'CREDITOR'
DataSource = DM1.dsSetup
ButtonWidth = 24
NumGlyphs = 1
ParentShowHint = False
ShowHint = True
TabOrder = 2
OnButtonClick = DBEDEBTORButtonClick
end
object DBECASH: TRxDBComboEdit
Tag = 4
Left = 160
Top = 108
Width = 100
Height = 24
Hint = 'Press F1 for help'
HelpContext = 31
CharCase = ecUpperCase
ClickKey = 16467
DataField = 'CASH'
DataSource = DM1.dsSetup
ButtonWidth = 24
NumGlyphs = 1
ParentShowHint = False
ShowHint = True
TabOrder = 3
OnButtonClick = DBEDEBTORButtonClick
end
object DBESALESVAT: TRxDBComboEdit
Tag = 5
Left = 160
Top = 138
Width = 100
Height = 24
Hint = 'Press F1 for help'
HelpContext = 32
CharCase = ecUpperCase
ClickKey = 16467
DataField = 'SALESVAT'
DataSource = DM1.dsSetup
ButtonWidth = 24
NumGlyphs = 1
ParentShowHint = False
ShowHint = True
TabOrder = 4
OnButtonClick = DBEDEBTORButtonClick
end
object DBEProfitLossAcc: TRxDBComboEdit
Tag = 6
Left = 160
Top = 167
Width = 100
Height = 24
Hint = 'Press F1 for help'
HelpContext = 33
CharCase = ecUpperCase
ClickKey = 16467
DataField = 'PLACC'
DataSource = DM1.dsSetup
ButtonWidth = 24
NumGlyphs = 1
ParentShowHint = False
ShowHint = True
TabOrder = 5
OnButtonClick = DBEDEBTORButtonClick
end
object DBCDDiscount: TRxDBComboEdit
Tag = 7
Left = 160
Top = 197
Width = 100
Height = 24
Hint = 'Press F1 for help'
HelpContext = 36
CharCase = ecUpperCase
ClickKey = 16467
DataField = 'DISCOUNT'
DataSource = DM1.dsSetup
ButtonWidth = 24
NumGlyphs = 1
ParentShowHint = False
ShowHint = True
TabOrder = 6
OnButtonClick = DBEDEBTORButtonClick
end
object DBEACCRUALS: TRxDBComboEdit
Tag = 8
Left = 160
Top = 226
Width = 100
Height = 24
Hint = 'Press F1 for help'
HelpContext = 37
CharCase = ecUpperCase
ClickKey = 16467
DataField = 'ACCRUALS'
DataSource = DM1.dsSetup
ButtonWidth = 24
NumGlyphs = 1
ParentShowHint = False
ShowHint = True
TabOrder = 7
OnButtonClick = DBEDEBTORButtonClick
end
object DBEPREPAY: TRxDBComboEdit
Tag = 9
Left = 160
Top = 256
Width = 100
Height = 24
Hint = 'Press F1 for help'
HelpContext = 38
CharCase = ecUpperCase
ClickKey = 16467
DataField = 'PREPAY'
DataSource = DM1.dsSetup
ButtonWidth = 24
NumGlyphs = 1
ParentShowHint = False
ShowHint = True
TabOrder = 8
OnButtonClick = DBEDEBTORButtonClick
end
object DBEMISPOSTING: TRxDBComboEdit
Tag = 10
Left = 160
Top = 285
Width = 100
Height = 24
Hint = 'Press F1 for help'
HelpContext = 39
CharCase = ecUpperCase
ClickKey = 16467
DataField = 'MISPOSTING'
DataSource = DM1.dsSetup
ButtonWidth = 24
NumGlyphs = 1
ParentShowHint = False
ShowHint = True
TabOrder = 9
OnButtonClick = DBEDEBTORButtonClick
end
object DBESUSPENSE: TRxDBComboEdit
Tag = 11
Left = 160
Top = 315
Width = 100
Height = 24
Hint = 'Press F1 for help'
HelpContext = 40
CharCase = ecUpperCase
ClickKey = 16467
DataField = 'SUSPENSE'
DataSource = DM1.dsSetup
ButtonWidth = 24
NumGlyphs = 1
ParentShowHint = False
ShowHint = True
TabOrder = 10
OnButtonClick = DBEDEBTORButtonClick
end
object DBEPLBalForward: TRxDBComboEdit
Tag = 12
Left = 160
Top = 344
Width = 100
Height = 24
Hint = 'Press F1 for help'
HelpContext = 41
CharCase = ecUpperCase
ClickKey = 16467
DataField = 'PLBALFOR'
DataSource = DM1.dsSetup
ButtonWidth = 24
NumGlyphs = 1
ParentShowHint = False
ShowHint = True
TabOrder = 11
OnButtonClick = DBEDEBTORButtonClick
end
object DBEBANK1: TRxDBComboEdit
Tag = 13
Left = 392
Top = 21
Width = 100
Height = 24
Hint = 'Press F1 for help'
HelpContext = 43
CharCase = ecUpperCase
ClickKey = 16467
DataField = 'BANK1'
DataSource = DM1.dsSetup
ButtonWidth = 24
NumGlyphs = 1
ParentShowHint = False
ShowHint = True
TabOrder = 12
OnButtonClick = DBEBANK1ButtonClick
OnEnter = DBEBANK1Enter
end
object DBEBANK2: TRxDBComboEdit
Tag = 14
Left = 392
Top = 50
Width = 100
Height = 24
Hint = 'Press F1 for help'
HelpContext = 43
CharCase = ecUpperCase
ClickKey = 16467
DataField = 'BANK2'
DataSource = DM1.dsSetup
ButtonWidth = 24
NumGlyphs = 1
ParentShowHint = False
ShowHint = True
TabOrder = 13
OnButtonClick = DBEBANK1ButtonClick
OnEnter = DBEBANK1Enter
end
object DBEBANK3: TRxDBComboEdit
Tag = 15
Left = 392
Top = 80
Width = 100
Height = 24
Hint = 'Press F1 for help'
HelpContext = 43
CharCase = ecUpperCase
ClickKey = 16467
DataField = 'BANK3'
DataSource = DM1.dsSetup
ButtonWidth = 24
NumGlyphs = 1
ParentShowHint = False
ShowHint = True
TabOrder = 14
OnButtonClick = DBEBANK1ButtonClick
OnEnter = DBEBANK1Enter
end
object DBEBANK4: TRxDBComboEdit
Tag = 16
Left = 392
Top = 109
Width = 100
Height = 24
Hint = 'Press F1 for help'
HelpContext = 43
CharCase = ecUpperCase
ClickKey = 16467
DataField = 'BANK4'
DataSource = DM1.dsSetup
ButtonWidth = 24
NumGlyphs = 1
ParentShowHint = False
ShowHint = True
TabOrder = 15
OnButtonClick = DBEBANK1ButtonClick
OnEnter = DBEBANK1Enter
end
object DBEBANK5: TRxDBComboEdit
Tag = 17
Left = 392
Top = 138
Width = 100
Height = 24
Hint = 'Press F1 for help'
HelpContext = 43
CharCase = ecUpperCase
ClickKey = 16467
DataField = 'BANK5'
DataSource = DM1.dsSetup
ButtonWidth = 24
NumGlyphs = 1
ParentShowHint = False
ShowHint = True
TabOrder = 16
OnButtonClick = DBEBANK1ButtonClick
OnEnter = DBEBANK1Enter
end
object DBEBANK6: TRxDBComboEdit
Tag = 18
Left = 392
Top = 168
Width = 100
Height = 24
Hint = 'Press F1 for help'
HelpContext = 43
CharCase = ecUpperCase
ClickKey = 16467
DataField = 'BANK6'
DataSource = DM1.dsSetup
ButtonWidth = 24
NumGlyphs = 1
ParentShowHint = False
ShowHint = True
TabOrder = 17
OnButtonClick = DBEBANK1ButtonClick
OnEnter = DBEBANK1Enter
end
object DBEBANK7: TRxDBComboEdit
Tag = 19
Left = 392
Top = 197
Width = 100
Height = 24
Hint = 'Press F1 for help'
HelpContext = 43
CharCase = ecUpperCase
ClickKey = 16467
DataField = 'BANK7'
DataSource = DM1.dsSetup
ButtonWidth = 24
NumGlyphs = 1
ParentShowHint = False
ShowHint = True
TabOrder = 18
OnButtonClick = DBEBANK1ButtonClick
OnEnter = DBEBANK1Enter
end
object DBEBANK8: TRxDBComboEdit
Tag = 20
Left = 392
Top = 226
Width = 100
Height = 24
Hint = 'Press F1 for help'
HelpContext = 43
CharCase = ecUpperCase
ClickKey = 16467
DataField = 'BANK8'
DataSource = DM1.dsSetup
ButtonWidth = 24
NumGlyphs = 1
ParentShowHint = False
ShowHint = True
TabOrder = 19
OnButtonClick = DBEBANK1ButtonClick
OnEnter = DBEBANK1Enter
end
object DBEBANK9: TRxDBComboEdit
Tag = 21
Left = 392
Top = 256
Width = 100
Height = 24
Hint = 'Press F1 for help'
HelpContext = 43
CharCase = ecUpperCase
ClickKey = 16467
DataField = 'BANK9'
DataSource = DM1.dsSetup
ButtonWidth = 24
NumGlyphs = 1
ParentShowHint = False
ShowHint = True
TabOrder = 20
OnButtonClick = DBEBANK1ButtonClick
OnEnter = DBEBANK1Enter
end
object DBEBANK10: TRxDBComboEdit
Tag = 22
Left = 392
Top = 285
Width = 100
Height = 24
Hint = 'Press F1 for help'
HelpContext = 43
CharCase = ecUpperCase
ClickKey = 16467
DataField = 'BANK10'
DataSource = DM1.dsSetup
ButtonWidth = 24
NumGlyphs = 1
ParentShowHint = False
ShowHint = True
TabOrder = 21
OnButtonClick = DBEBANK1ButtonClick
OnEnter = DBEBANK1Enter
end
end
object TabVat: TTabSheet
HelpContext = 44
Caption = '&VAT Control'
OnEnter = TabVatEnter
object Bevel17: TBevel
Left = 224
Top = 60
Width = 285
Height = 197
Shape = bsFrame
end
object Bevel9: TBevel
Left = 224
Top = 8
Width = 285
Height = 45
Shape = bsFrame
end
object Label39: TLabel
Left = 236
Top = 24
Width = 122
Height = 16
Caption = 'VAT Registration No.'
FocusControl = DBEdit37
end
object Label51: TLabel
Left = 236
Top = 71
Width = 83
Height = 16
Caption = 'Standard Rate'
end
object Label52: TLabel
Left = 236
Top = 102
Width = 76
Height = 16
Caption = 'Exempt Rate'
end
object Label53: TLabel
Left = 236
Top = 134
Width = 86
Height = 16
Caption = 'EC Sales Rate'
end
object Label54: TLabel
Left = 236
Top = 165
Width = 108
Height = 16
Caption = 'EC Purchase Rate'
end
object Label55: TLabel
Left = 236
Top = 197
Width = 137
Height = 16
Caption = 'EC Purchase Zero Rate'
end
object Label56: TLabel
Left = 236
Top = 228
Width = 76
Height = 16
Caption = 'No VAT Rate'
end
object Bevel10: TBevel
Left = 8
Top = 8
Width = 181
Height = 329
Shape = bsFrame
end
object Label41: TLabel
Left = 24
Top = 24
Width = 67
Height = 16
Caption = 'VAT Rate 0'
FocusControl = DBEVATCode0
end
object Label42: TLabel
Left = 24
Top = 56
Width = 67
Height = 16
Caption = 'VAT Rate 1'
FocusControl = DBEdit40
end
object Label43: TLabel
Left = 24
Top = 87
Width = 67
Height = 16
Caption = 'VAT Rate 2'
FocusControl = DBEdit41
end
object Label44: TLabel
Left = 24
Top = 119
Width = 67
Height = 16
Caption = 'VAT Rate 3'
FocusControl = DBEdit42
end
object Label45: TLabel
Left = 24
Top = 150
Width = 67
Height = 16
Caption = 'VAT Rate 4'
FocusControl = DBEdit43
end
object Label46: TLabel
Left = 24
Top = 182
Width = 67
Height = 16
Caption = 'VAT Rate 5'
FocusControl = DBEdit44
end
object Label47: TLabel
Left = 24
Top = 213
Width = 67
Height = 16
Caption = 'VAT Rate 6'
FocusControl = DBEdit45
end
object Label48: TLabel
Left = 24
Top = 245
Width = 67
Height = 16
Caption = 'VAT Rate 7'
FocusControl = DBEdit46
end
object Label49: TLabel
Left = 24
Top = 276
Width = 67
Height = 16
Caption = 'VAT Rate 8'
FocusControl = DBEdit47
end
object Label50: TLabel
Left = 24
Top = 308
Width = 67
Height = 16
Caption = 'VAT Rate 9'
FocusControl = DBEdit48
end
object DBEdit37: TwwDBEdit
Left = 384
Top = 20
Width = 113
Height = 24
Hint = 'Press F1 for help'
HelpContext = 46
DataField = 'VATREGNO'
DataSource = DM1.dsSetup
MaxLength = 12
ParentShowHint = False
ShowHint = True
TabOrder = 10
UnboundDataType = wwDefault
WantReturns = False
WordWrap = False
end
object wwDBSpinEdit2: TwwDBSpinEdit
Left = 468
Top = 67
Width = 33
Height = 24
Hint = 'Press F1 for help'
HelpContext = 47
Increment = 1.000000000000000000
MaxValue = 9.000000000000000000
Value = 1.000000000000000000
DataField = 'STANRATE'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 11
UnboundDataType = wwDefault
end
object wwDBSpinEdit3: TwwDBSpinEdit
Left = 468
Top = 98
Width = 33
Height = 24
Hint = 'Press F1 for help'
HelpContext = 48
Increment = 1.000000000000000000
MaxValue = 9.000000000000000000
DataField = 'EXEMPTRATE'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 12
UnboundDataType = wwDefault
end
object wwDBSpinEdit4: TwwDBSpinEdit
Left = 468
Top = 130
Width = 33
Height = 24
Hint = 'Press F1 for help'
HelpContext = 49
Increment = 1.000000000000000000
MaxValue = 9.000000000000000000
Value = 5.000000000000000000
DataField = 'ECSALERATE'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 13
UnboundDataType = wwDefault
end
object wwDBSpinEdit5: TwwDBSpinEdit
Left = 468
Top = 161
Width = 33
Height = 24
Hint = 'Press F1 for help'
HelpContext = 50
Increment = 1.000000000000000000
MaxValue = 9.000000000000000000
Value = 7.000000000000000000
DataField = 'ECPURSRATE'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 14
UnboundDataType = wwDefault
end
object wwDBSpinEdit6: TwwDBSpinEdit
Left = 468
Top = 193
Width = 33
Height = 24
Hint = 'Press F1 for help'
HelpContext = 51
Increment = 1.000000000000000000
MaxValue = 9.000000000000000000
Value = 8.000000000000000000
DataField = 'ECPURERATE'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 15
UnboundDataType = wwDefault
end
object wwDBSpinEdit7: TwwDBSpinEdit
Left = 468
Top = 224
Width = 33
Height = 24
Hint = 'Press F1 for help'
HelpContext = 52
Increment = 1.000000000000000000
MaxValue = 9.000000000000000000
Value = 9.000000000000000000
DataField = 'NOVATRATE'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 16
UnboundDataType = wwDefault
end
object DBEdit48: TwwDBEdit
Left = 120
Top = 304
Width = 50
Height = 24
Hint = 'Press F1 for help'
HelpContext = 45
DataField = 'V9'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 9
UnboundDataType = wwDefault
WantReturns = False
WordWrap = False
end
object DBEdit47: TwwDBEdit
Left = 120
Top = 272
Width = 50
Height = 24
Hint = 'Press F1 for help'
HelpContext = 45
DataField = 'V8'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 8
UnboundDataType = wwDefault
WantReturns = False
WordWrap = False
end
object DBEdit46: TwwDBEdit
Left = 120
Top = 241
Width = 50
Height = 24
Hint = 'Press F1 for help'
HelpContext = 45
DataField = 'V7'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 7
UnboundDataType = wwDefault
WantReturns = False
WordWrap = False
end
object DBEdit45: TwwDBEdit
Left = 120
Top = 209
Width = 50
Height = 24
Hint = 'Press F1 for help'
HelpContext = 45
DataField = 'V6'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 6
UnboundDataType = wwDefault
WantReturns = False
WordWrap = False
end
object DBEdit44: TwwDBEdit
Left = 120
Top = 178
Width = 50
Height = 24
Hint = 'Press F1 for help'
HelpContext = 45
DataField = 'V5'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 5
UnboundDataType = wwDefault
WantReturns = False
WordWrap = False
end
object DBEdit43: TwwDBEdit
Left = 120
Top = 146
Width = 50
Height = 24
Hint = 'Press F1 for help'
HelpContext = 45
DataField = 'V4'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 4
UnboundDataType = wwDefault
WantReturns = False
WordWrap = False
end
object DBEdit42: TwwDBEdit
Left = 120
Top = 115
Width = 50
Height = 24
Hint = 'Press F1 for help'
HelpContext = 45
DataField = 'V3'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 3
UnboundDataType = wwDefault
WantReturns = False
WordWrap = False
end
object DBEdit41: TwwDBEdit
Left = 120
Top = 83
Width = 50
Height = 24
Hint = 'Press F1 for help'
HelpContext = 45
DataField = 'V2'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 2
UnboundDataType = wwDefault
WantReturns = False
WordWrap = False
end
object DBEdit40: TwwDBEdit
Left = 120
Top = 52
Width = 50
Height = 24
Hint = 'Press F1 for help'
HelpContext = 45
DataField = 'V1'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 1
UnboundDataType = wwDefault
WantReturns = False
WordWrap = False
end
object DBEVATCode0: TwwDBEdit
Left = 120
Top = 20
Width = 50
Height = 24
Hint = 'Press F1 for help'
HelpContext = 45
DataField = 'V0'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 0
UnboundDataType = wwDefault
WantReturns = False
WordWrap = False
end
end
object TabMisc: TTabSheet
HelpContext = 53
Caption = '&Misc'
object Bevel16: TBevel
Left = 252
Top = 232
Width = 257
Height = 41
Shape = bsFrame
end
object Bevel14: TBevel
Left = 252
Top = 44
Width = 257
Height = 65
Shape = bsFrame
end
object Bevel15: TBevel
Left = 252
Top = 112
Width = 257
Height = 37
Shape = bsFrame
end
object Bevel11: TBevel
Left = 252
Top = 12
Width = 257
Height = 29
Shape = bsFrame
end
object Label57: TLabel
Left = 260
Top = 55
Width = 145
Height = 16
Caption = 'Stock Quantity Decimals'
end
object Label58: TLabel
Left = 260
Top = 83
Width = 153
Height = 16
Caption = 'Stock Unit Price Decimals'
end
object Label59: TLabel
Left = 260
Top = 121
Width = 130
Height = 16
Caption = 'Minimum Mark Up (%)'
end
object Label69: TLabel
Left = 262
Top = 245
Width = 187
Height = 16
Caption = 'Unallocated Payment VAT Code'
end
object Bevel19: TBevel
Left = 252
Top = 276
Width = 257
Height = 57
Shape = bsFrame
end
object Label71: TLabel
Left = 260
Top = 307
Width = 142
Height = 16
Caption = 'Start Report Date Range'
end
object Bevel12: TBevel
Left = 8
Top = 336
Width = 501
Height = 41
Shape = bsFrame
end
object Label63: TLabel
Left = 20
Top = 348
Width = 114
Height = 16
Caption = 'Background Picture'
end
object DBCheckBox1: TDBCheckBox
Left = 256
Top = 20
Width = 245
Height = 17
Hint = 'Press F1 for help'
HelpContext = 56
Alignment = taLeftJustify
Caption = 'Auto Open Financial Period'
DataField = 'AUTONEWFP'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 2
ValueChecked = 'True'
ValueUnchecked = 'False'
end
object DBSPriceDec: TwwDBSpinEdit
Left = 470
Top = 79
Width = 33
Height = 24
Hint = 'Press F1 for help'
HelpContext = 58
Increment = 1.000000000000000000
MaxValue = 5.000000000000000000
MinValue = 2.000000000000000000
Value = 2.000000000000000000
DataField = 'UNITDEC'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 4
UnboundDataType = wwDefault
end
object DBSQtyDec: TwwDBSpinEdit
Left = 470
Top = 51
Width = 33
Height = 24
Hint = 'Press F1 for help'
HelpContext = 57
Increment = 1.000000000000000000
MaxValue = 4.000000000000000000
DataField = 'QTYDEC'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 3
UnboundDataType = wwDefault
end
object RxDBCalcEdit2: TRxDBCalcEdit
Left = 422
Top = 117
Width = 80
Height = 24
Hint = 'Press F1 for help'
HelpContext = 59
DataField = 'MINMARKUP'
DataSource = DM1.dsSetup
DisplayFormat = '0.00'
NumGlyphs = 2
ParentShowHint = False
ShowHint = True
TabOrder = 5
end
object GroupBox2: TGroupBox
Left = 252
Top = 152
Width = 257
Height = 77
Caption = 'Free Text Default '
TabOrder = 6
object Label67: TLabel
Left = 10
Top = 49
Width = 59
Height = 16
Caption = 'VAT Code'
end
object Label68: TLabel
Left = 10
Top = 21
Width = 110
Height = 16
Caption = 'Account Reference'
end
object wwDBSpinEdit1: TwwDBSpinEdit
Left = 216
Top = 45
Width = 33
Height = 24
Hint = 'Press F1 for help'
HelpContext = 61
Increment = 1.000000000000000000
MaxValue = 9.000000000000000000
DataField = 'FREETEXTVC'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 1
UnboundDataType = wwDefault
end
object RxDBComboEdit1: TRxDBComboEdit
Left = 170
Top = 17
Width = 80
Height = 24
Hint = 'Press F1 for help'
HelpContext = 60
CharCase = ecUpperCase
ClickKey = 16467
DataField = 'FREETEXTNA'
DataSource = DM1.dsSetup
ButtonWidth = 24
NumGlyphs = 1
ParentShowHint = False
ShowHint = True
TabOrder = 0
OnButtonClick = wwDBCCarrNomAccButtonClick
end
end
object wwDBSpinEdit9: TwwDBSpinEdit
Left = 468
Top = 241
Width = 33
Height = 24
Hint = 'Press F1 for help'
HelpContext = 62
Increment = 1.000000000000000000
MaxValue = 9.000000000000000000
DataField = 'UNALLPAYVC'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 7
UnboundDataType = wwDefault
end
object DBCheckBox2: TDBCheckBox
Left = 260
Top = 284
Width = 239
Height = 17
Hint = 'Press F1 for help'
HelpContext = 63
Alignment = taLeftJustify
Caption = 'Preview All Reports'
DataField = 'PREVIEWREP'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 8
ValueChecked = 'True'
ValueUnchecked = 'False'
end
object GroupBox3: TGroupBox
Left = 8
Top = 4
Width = 233
Height = 161
Caption = 'Customer Statement Notes'
TabOrder = 0
object DBMStatementNote: TDBMemo
Left = 8
Top = 20
Width = 217
Height = 133
Hint = 'Press F1 for help'
HelpContext = 54
DataField = 'STNOTES'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 0
OnEnter = DBMStatementNoteEnter
OnExit = DBMStatementNoteExit
end
end
object GroupBox4: TGroupBox
Left = 8
Top = 172
Width = 233
Height = 161
Caption = 'Supplier'#39's Remittance Notes'
TabOrder = 1
object DBMemo4: TDBMemo
Left = 8
Top = 21
Width = 217
Height = 132
Hint = 'Press F1 for help'
HelpContext = 55
DataField = 'RANOTES'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 0
OnEnter = DBMemo4Enter
OnExit = DBMemo4Exit
end
end
object feBackgroundPicture: TFilenameEdit
Left = 472
Top = 344
Width = 29
Height = 24
TabStop = False
OnAfterDialog = feBackgroundPictureAfterDialog
Filter = 'Bitmap (*.BMP)|*.BMP'
ButtonWidth = 24
NumGlyphs = 1
TabOrder = 11
end
object DBDateEdit1: TDBDateEdit
Left = 408
Top = 304
Width = 94
Height = 24
Hint = 'Press F1 for help'
HelpContext = 64
DataField = 'STREPDATE'
DataSource = DM1.dsSetup
ClickKey = 16452
NumGlyphs = 2
ParentShowHint = False
ShowHint = True
CalendarStyle = csDialog
TabOrder = 9
Weekends = [Sun, Sat]
YearDigits = dyFour
end
object DBEBGPicture: TwwDBEdit
Left = 144
Top = 344
Width = 329
Height = 24
Hint = 'Press F1 for help'
HelpContext = 65
DataField = 'BACKGNDBMP'
DataSource = DM1.dsSetup
ParentShowHint = False
ShowHint = True
TabOrder = 10
UnboundDataType = wwDefault
WantReturns = False
WordWrap = False
end
end
end
object taFinancial: TwwTable
DatabaseName = 'EmpireBuilder'
IndexFieldNames = 'ACREF'
TableName = 'Financl.DBF'
SyncSQLByRange = True
NarrowSearch = False
ValidateWithMask = True
Left = 316
Top = 367
object taFinancialACREF: TStringField
DisplayLabel = 'A/C Ref'
FieldName = 'ACREF'
Size = 10
end
object taFinancialNAME: TStringField
DisplayLabel = 'A/C Name'
FieldName = 'NAME'
Size = 30
end
object taFinancialACCTYPE: TStringField
DisplayLabel = 'A/C Type'
FieldName = 'ACCTYPE'
Size = 13
end
object taFinancialBALANCE: TFloatField
DisplayLabel = 'Balance'
DisplayWidth = 13
FieldName = 'BALANCE'
DisplayFormat = '0.00'
Precision = 2
end
end
object taShadowFin: TwwTable
DatabaseName = 'EmpireBuilder'
IndexFieldNames = 'ACREF'
TableName = 'Financl.DBF'
SyncSQLByRange = True
NarrowSearch = False
ValidateWithMask = True
Left = 468
Top = 335
object taShadowFinACREF: TStringField
DisplayLabel = 'A/C Ref'
FieldName = 'ACREF'
Size = 10
end
object taShadowFinNAME: TStringField
DisplayLabel = 'A/C Name'
FieldName = 'NAME'
Size = 30
end
object taShadowFinACCTYPE: TStringField
DisplayLabel = 'A/C Type'
FieldName = 'ACCTYPE'
Size = 13
end
object taShadowFinBALANCE: TFloatField
DisplayLabel = 'Balance'
DisplayWidth = 13
FieldName = 'BALANCE'
DisplayFormat = '0.00'
Precision = 2
end
end
object FindNominal: TssSearchDialog
GridTitleAlignment = taLeftJustify
GridColor = clWhite
Options = [opShowOKCancel, opShowSearchBy, opGroupControls]
GridOptions = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgPerfectRowFit]
SearchTable = taFinancial
ShadowSearchTable = taShadowFin
Caption = 'Search'
MaxWidth = 0
MaxHeight = 209
CharCase = ecNormal
UserButton1Caption = '&New'
Left = 416
Top = 363
end
object Sizer1: TSizer
Enabled = True
ExceptionAction = eaIgnoreControl
GridColumnSizing = gcSizeAllColumns
GridRowSizing = grSizeByDefaults
MinimumSize = True
NavigateOnEnter = True
OverrideParentFont = True
PerformAssertions = True
ShowAssertionFailures = False
StretchFonts = True
StretchImages = True
StretchOnResize = True
ThreadProcessing = False
Left = 380
Top = 367
ScreenWidth = (
800)
ScreenHeight = (
600)
OriginalFormWidth = (
530)
OriginalFormHeight = (
491)
OriginalFormLeft = (
232)
OriginalFormTop = (
61)
OriginalFormPPI = (
120)
OriginalClientWidth = (
522)
OriginalClientHeight = (
464)
end
end