object fmZoomFinDetails: TfmZoomFinDetails Left = 181 Top = 140 HelpContext = 108 ActiveControl = BtnDEDist AutoScroll = False Caption = 'Transaction Details' ClientHeight = 314 ClientWidth = 526 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Scaled = False Visible = True OnClose = FormClose OnCloseQuery = FormCloseQuery OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 526 Height = 271 Align = alClient BevelInner = bvRaised BevelOuter = bvLowered Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 object Label1: TLabel Left = 37 Top = 12 Width = 91 Height = 16 Caption = 'Transaction No.' end object Label2: TLabel Left = 37 Top = 40 Width = 99 Height = 16 Caption = 'Transaction Type' end object Label3: TLabel Left = 37 Top = 68 Width = 48 Height = 16 Caption = 'Account' end object Label4: TLabel Left = 37 Top = 96 Width = 86 Height = 16 Caption = 'Account Name' end object Label5: TLabel Left = 37 Top = 124 Width = 27 Height = 16 Caption = 'Date' end object Label6: TLabel Left = 37 Top = 152 Width = 58 Height = 16 Caption = 'Reference' end object Label7: TLabel Left = 37 Top = 180 Width = 40 Height = 16 Caption = 'Details' end object Label8: TLabel Left = 37 Top = 208 Width = 78 Height = 16 Caption = 'Posted Value' end object Label10: TLabel Left = 37 Top = 236 Width = 97 Height = 16 Caption = 'Balance Forward' end object lbDrCr: TLabel Left = 293 Top = 208 Width = 36 Height = 16 Caption = 'lbDrCr' end object lbBDrCr: TLabel Left = 293 Top = 236 Width = 45 Height = 16 Caption = 'lbBDrCr' end object wwDBEdit1: TwwDBEdit Left = 177 Top = 8 Width = 69 Height = 24 DataField = 'TRANSNO' DataSource = dsNomTrans ParentColor = True ReadOnly = True TabOrder = 0 UnboundDataType = wwDefault WantReturns = False WordWrap = False end object wwDBEdit2: TwwDBEdit Left = 177 Top = 36 Width = 165 Height = 24 DataField = 'LONGMOD' DataSource = dsNomTrans ParentColor = True ReadOnly = True TabOrder = 1 UnboundDataType = wwDefault WantReturns = False WordWrap = False end object wwDBEdit3: TwwDBEdit Left = 177 Top = 64 Width = 121 Height = 24 DataField = 'NOMREF' DataSource = dsNomTrans ParentColor = True ReadOnly = True TabOrder = 2 UnboundDataType = wwDefault WantReturns = False WordWrap = False end object wwDBEdit4: TwwDBEdit Left = 177 Top = 92 Width = 261 Height = 24 DataField = 'NAME' DataSource = dsNomTrans ParentColor = True ReadOnly = True TabOrder = 3 UnboundDataType = wwDefault WantReturns = False WordWrap = False end object wwDBEdit5: TwwDBEdit Left = 177 Top = 120 Width = 85 Height = 24 DataField = 'TARNSDATE' DataSource = dsNomTrans ParentColor = True ReadOnly = True TabOrder = 4 UnboundDataType = wwDefault WantReturns = False WordWrap = False end object wwDBEdit6: TwwDBEdit Left = 177 Top = 148 Width = 121 Height = 24 DataField = 'TRANSREF' DataSource = dsNomTrans ParentColor = True ReadOnly = True TabOrder = 5 UnboundDataType = wwDefault WantReturns = False WordWrap = False end object wwDBEdit7: TwwDBEdit Left = 177 Top = 176 Width = 320 Height = 24 DataField = 'DETAILS' DataSource = dsNomTrans ParentColor = True ReadOnly = True TabOrder = 6 UnboundDataType = wwDefault WantReturns = False WordWrap = False end object wwDBEdit8: TwwDBEdit Left = 177 Top = 204 Width = 113 Height = 24 DataField = 'POSTVALUE' DataSource = dsNomTrans ParentColor = True ReadOnly = True TabOrder = 7 UnboundDataType = wwDefault WantReturns = False WordWrap = False end object CEBalForward: TCurrencyEdit Left = 177 Top = 232 Width = 113 Height = 24 AutoSize = False DisplayFormat = '0.00' ParentColor = True ReadOnly = True TabOrder = 8 end end object Panel2: TPanel Left = 0 Top = 271 Width = 526 Height = 43 Align = alBottom BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 1 object BtnDEDist: TButton Left = 7 Top = 8 Width = 75 Height = 30 Hint = 'View transaction'#39's full double entry distribution' Caption = '&Distribution' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 0 OnClick = BtnDEDistClick end object BtnCust: TButton Left = 87 Top = 8 Width = 75 Height = 30 Caption = 'Customer' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = BtnCustClick end object BtnDoc: TButton Left = 168 Top = 8 Width = 75 Height = 30 Hint = 'View original transaction document' Caption = 'D&ocument' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 2 OnClick = BtnDocClick end object BtnClose: TButton Left = 328 Top = 8 Width = 75 Height = 30 Caption = '&Close' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 4 OnClick = BtnCloseClick end object BtnVAT: TButton Left = 248 Top = 8 Width = 75 Height = 30 Hint = 'View transaction'#39's VAT breakdown' Caption = '&VAT' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 3 OnClick = BtnVATClick end object btnHelp: TButton Left = 445 Top = 8 Width = 75 Height = 30 Caption = '&Help' ParentShowHint = False ShowHint = True TabOrder = 5 OnClick = btnHelpClick end end object dsNomTrans: TwwDataSource DataSet = taNomTrans Left = 460 Top = 8 end object taNomTrans: TwwTable OnCalcFields = taNomTransCalcFields DatabaseName = 'EmpireBuilder' IndexName = 'TRANSNO' TableName = 'NomTrans.DBF' SyncSQLByRange = False NarrowSearch = False ValidateWithMask = True Left = 492 Top = 8 object taNomTransTRANSNO: TFloatField FieldName = 'TRANSNO' end object taNomTransTTRANSNO: TFloatField FieldName = 'TTRANSNO' end object taNomTransTRANSTYPE: TStringField FieldName = 'TRANSTYPE' Size = 8 end object taNomTransNOMREF: TStringField FieldName = 'NOMREF' Size = 10 end object taNomTransTARNSDATE: TDateField FieldName = 'TARNSDATE' end object taNomTransTRANSREF: TStringField FieldName = 'TRANSREF' Size = 10 end object taNomTransDETAILS: TStringField FieldName = 'DETAILS' Size = 30 end object taNomTransPOSTVALUE: TFloatField FieldName = 'POSTVALUE' DisplayFormat = '0.00' end object taNomTransVATCODE: TStringField FieldName = 'VATCODE' Size = 1 end object taNomTransPOSTTYPE: TStringField FieldName = 'POSTTYPE' Size = 1 end object taNomTransBALANCE: TFloatField DisplayWidth = 13 FieldName = 'BALANCE' DisplayFormat = '0.00' end object taNomTransMODULE: TStringField FieldName = 'MODULE' Size = 1 end object taNomTransLONGMOD: TStringField FieldName = 'LONGMOD' Size = 21 Calculated = True end object taNomTransNAME: TStringField DisplayWidth = 30 FieldName = 'NAME' LookupDataSet = DM1.taFinancial LookupKeyFields = 'ACREF' LookupResultField = 'NAME' KeyFields = 'NOMREF' Lookup = True end object taNomTransTRANLINK: TFloatField FieldName = 'TRANLINK' end 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 = 492 Top = 40 ScreenWidth = ( 800) ScreenHeight = ( 600) OriginalFormWidth = ( 534) OriginalFormHeight = ( 341) OriginalFormLeft = ( 181) OriginalFormTop = ( 140) OriginalFormPPI = ( 120) OriginalClientWidth = ( 526) OriginalClientHeight = ( 314) end end