object fmCashbookTransfer: TfmCashbookTransfer Left = 227 Top = 146 AutoScroll = False Caption = 'Cashbook Transfers' ClientHeight = 256 ClientWidth = 523 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 211 Width = 523 Height = 45 Align = alBottom BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 2 object BtnSave: TBitBtn Left = 10 Top = 8 Width = 75 Height = 30 Hint = 'Save cashbook transfer' Caption = '&Save' ParentShowHint = False ShowHint = True TabOrder = 0 OnClick = BtnSaveClick NumGlyphs = 2 end object BtnAbandon: TBitBtn Left = 92 Top = 8 Width = 75 Height = 30 Hint = 'Abandon Transfer Details' Caption = '&Abandon' ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = BtnAbandonClick NumGlyphs = 2 Spacing = 1 end object BtnClose: TBitBtn Left = 173 Top = 8 Width = 75 Height = 30 Caption = '&Close' ParentShowHint = False ShowHint = True TabOrder = 2 OnClick = BtnCloseClick NumGlyphs = 2 end object btnHelp: TBitBtn Left = 444 Top = 8 Width = 75 Height = 30 Caption = '&Help' ParentShowHint = False ShowHint = True TabOrder = 3 OnClick = btnHelpClick NumGlyphs = 2 end end object Panel2: TPanel Left = 0 Top = 76 Width = 523 Height = 135 Align = alClient BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 1 object Label3: TLabel Left = 19 Top = 11 Width = 27 Height = 16 Caption = 'Date' end object Label4: TLabel Left = 19 Top = 43 Width = 58 Height = 16 Caption = 'Reference' end object Label5: TLabel Left = 19 Top = 75 Width = 40 Height = 16 Caption = 'Details' end object Label6: TLabel Left = 19 Top = 107 Width = 83 Height = 16 Caption = 'Transfer Value' end object EReference: TEdit Left = 131 Top = 39 Width = 137 Height = 24 HelpContext = 372 MaxLength = 10 TabOrder = 1 end object EDetails: TEdit Left = 131 Top = 71 Width = 321 Height = 24 HelpContext = 179 MaxLength = 30 TabOrder = 2 end object CETransferValue: TRxCalcEdit Left = 131 Top = 103 Width = 100 Height = 24 HelpContext = 373 AutoSize = False ClickKey = 16451 DisplayFormat = '0.00' NumGlyphs = 2 TabOrder = 3 OnChange = CETransferValueChange end object DBCDlgDate: TDateEdit Left = 131 Top = 7 Width = 100 Height = 24 HelpContext = 363 ClickKey = 16452 NumGlyphs = 2 CalendarStyle = csDialog Weekends = [Sun, Sat] YearDigits = dyFour TabOrder = 0 OnButtonClick = DBCDlgDateButtonClick OnEnter = DBCDlgDateEnter OnExit = DBCDlgDateExit end end object Panel3: TPanel Left = 0 Top = 0 Width = 523 Height = 76 Align = alTop BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object Label1: TLabel Left = 19 Top = 13 Width = 80 Height = 16 Caption = 'Transfer From' end object Label2: TLabel Left = 19 Top = 45 Width = 64 Height = 16 Caption = 'Transfer To' end object DBLCTransferTo: TwwDBLookupCombo Left = 131 Top = 41 Width = 121 Height = 24 HelpContext = 370 DropDownAlignment = taLeftJustify Selected.Strings = ( 'NOMACC'#9'10'#9'Nom. A/C' 'NOMNAME'#9'30'#9'Name') LookupTable = taCashBank LookupField = 'NOMACC' Options = [loColLines, loTitles] TabOrder = 1 AutoDropDown = False ShowButton = True AllowClearKey = False ShowMatchText = True OnCloseUp = DBLCTransferToCloseUp OnExit = DBLCTransferToExit OnNotInList = DBLCTransferToNotInList end object DBLCTransferFrom: TwwDBLookupCombo Left = 131 Top = 9 Width = 121 Height = 24 HelpContext = 369 DropDownAlignment = taLeftJustify Selected.Strings = ( 'NOMACC'#9'10'#9'Nom. A/C' 'NOMNAME'#9'30'#9'Name') LookupTable = taCashBank LookupField = 'NOMACC' Options = [loColLines, loTitles] TabOrder = 0 AutoDropDown = False ShowButton = True AllowClearKey = False ShowMatchText = True OnCloseUp = DBLCTransferFromCloseUp OnExit = DBLCTransferFromExit OnNotInList = DBLCTransferFromNotInList end object EFromName: TEdit Left = 268 Top = 9 Width = 233 Height = 24 TabStop = False Ctl3D = True ParentColor = True ParentCtl3D = False ReadOnly = True TabOrder = 2 end object EToName: TEdit Left = 268 Top = 41 Width = 233 Height = 24 TabStop = False Ctl3D = True ParentColor = True ParentCtl3D = False ReadOnly = True TabOrder = 3 end end object taCashBank: TwwTable SyncSQLByRange = True NarrowSearch = False ValidateWithMask = True Left = 458 Top = 82 object taCashBankNOMACC: TStringField FieldName = 'NOMACC' Size = 10 end object taCashBankNOMNAME: TStringField FieldName = 'NOMNAME' Size = 30 end object taCashBankNOMTYPE: TStringField FieldName = 'NOMTYPE' Size = 6 end end object dsCashBank: TwwDataSource DataSet = taCashBank Left = 428 Top = 81 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 = True Left = 487 Top = 83 ScreenWidth = ( 800) ScreenHeight = ( 600) OriginalFormWidth = ( 531) OriginalFormHeight = ( 283) OriginalFormLeft = ( 227) OriginalFormTop = ( 146) OriginalFormPPI = ( 120) OriginalClientWidth = ( 523) OriginalClientHeight = ( 256) end end