sumatorios
git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@682 f4e31baf-9722-1c47-927c-6f952f962d4b
This commit is contained in:
parent
1f08833730
commit
831b8747c8
@ -31,6 +31,7 @@ inherited frViewContratosCliente: TfrViewContratosCliente
|
||||
Kind = skSum
|
||||
Column = cxGridViewIMPORTE_TOTAL
|
||||
end>
|
||||
OptionsView.GroupFooters = gfVisibleWhenExpanded
|
||||
object cxGridViewINCIDENCIASACTIVAS: TcxGridDBColumn
|
||||
Caption = 'Incidencias'
|
||||
DataBinding.FieldName = 'INCIDENCIAS_ACTIVAS'
|
||||
@ -155,15 +156,27 @@ inherited frViewContratosCliente: TfrViewContratosCliente
|
||||
Width = 903
|
||||
ExplicitWidth = 903
|
||||
inherited txtFiltroTodo: TcxTextEdit
|
||||
Style.LookAndFeel.SkinName = ''
|
||||
StyleDisabled.LookAndFeel.SkinName = ''
|
||||
StyleFocused.LookAndFeel.SkinName = ''
|
||||
StyleHot.LookAndFeel.SkinName = ''
|
||||
ExplicitWidth = 806
|
||||
Width = 806
|
||||
end
|
||||
inherited edtFechaIniFiltro: TcxDateEdit
|
||||
Style.LookAndFeel.SkinName = ''
|
||||
StyleDisabled.LookAndFeel.SkinName = ''
|
||||
StyleFocused.LookAndFeel.SkinName = ''
|
||||
StyleHot.LookAndFeel.SkinName = ''
|
||||
ExplicitWidth = 285
|
||||
Width = 285
|
||||
end
|
||||
inherited edtFechaFinFiltro: TcxDateEdit
|
||||
Left = 389
|
||||
Style.LookAndFeel.SkinName = ''
|
||||
StyleDisabled.LookAndFeel.SkinName = ''
|
||||
StyleFocused.LookAndFeel.SkinName = ''
|
||||
StyleHot.LookAndFeel.SkinName = ''
|
||||
ExplicitLeft = 389
|
||||
ExplicitWidth = 504
|
||||
Width = 504
|
||||
|
||||
@ -17,6 +17,7 @@ inherited frViewContratosClienteBeneficios: TfrViewContratosClienteBeneficios
|
||||
Kind = skSum
|
||||
Column = cxGridViewBASE_IMPONIBLE
|
||||
end>
|
||||
OptionsView.GroupFooters = gfVisibleWhenExpanded
|
||||
object cxGridViewID: TcxGridDBColumn
|
||||
DataBinding.FieldName = 'ID'
|
||||
Visible = False
|
||||
@ -126,9 +127,6 @@ inherited frViewContratosClienteBeneficios: TfrViewContratosClienteBeneficios
|
||||
end
|
||||
end
|
||||
end
|
||||
inherited pnlAgrupaciones: TTBXDockablePanel
|
||||
ExplicitWidth = 554
|
||||
end
|
||||
inherited dxComponentPrinter: TdxComponentPrinter
|
||||
inherited dxComponentPrinterLink: TdxGridReportLink
|
||||
ReportDocument.CreationDate = 40415.784062094910000000
|
||||
|
||||
Loading…
Reference in New Issue
Block a user