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
|
Kind = skSum
|
||||||
Column = cxGridViewIMPORTE_TOTAL
|
Column = cxGridViewIMPORTE_TOTAL
|
||||||
end>
|
end>
|
||||||
|
OptionsView.GroupFooters = gfVisibleWhenExpanded
|
||||||
object cxGridViewINCIDENCIASACTIVAS: TcxGridDBColumn
|
object cxGridViewINCIDENCIASACTIVAS: TcxGridDBColumn
|
||||||
Caption = 'Incidencias'
|
Caption = 'Incidencias'
|
||||||
DataBinding.FieldName = 'INCIDENCIAS_ACTIVAS'
|
DataBinding.FieldName = 'INCIDENCIAS_ACTIVAS'
|
||||||
@ -155,15 +156,27 @@ inherited frViewContratosCliente: TfrViewContratosCliente
|
|||||||
Width = 903
|
Width = 903
|
||||||
ExplicitWidth = 903
|
ExplicitWidth = 903
|
||||||
inherited txtFiltroTodo: TcxTextEdit
|
inherited txtFiltroTodo: TcxTextEdit
|
||||||
|
Style.LookAndFeel.SkinName = ''
|
||||||
|
StyleDisabled.LookAndFeel.SkinName = ''
|
||||||
|
StyleFocused.LookAndFeel.SkinName = ''
|
||||||
|
StyleHot.LookAndFeel.SkinName = ''
|
||||||
ExplicitWidth = 806
|
ExplicitWidth = 806
|
||||||
Width = 806
|
Width = 806
|
||||||
end
|
end
|
||||||
inherited edtFechaIniFiltro: TcxDateEdit
|
inherited edtFechaIniFiltro: TcxDateEdit
|
||||||
|
Style.LookAndFeel.SkinName = ''
|
||||||
|
StyleDisabled.LookAndFeel.SkinName = ''
|
||||||
|
StyleFocused.LookAndFeel.SkinName = ''
|
||||||
|
StyleHot.LookAndFeel.SkinName = ''
|
||||||
ExplicitWidth = 285
|
ExplicitWidth = 285
|
||||||
Width = 285
|
Width = 285
|
||||||
end
|
end
|
||||||
inherited edtFechaFinFiltro: TcxDateEdit
|
inherited edtFechaFinFiltro: TcxDateEdit
|
||||||
Left = 389
|
Left = 389
|
||||||
|
Style.LookAndFeel.SkinName = ''
|
||||||
|
StyleDisabled.LookAndFeel.SkinName = ''
|
||||||
|
StyleFocused.LookAndFeel.SkinName = ''
|
||||||
|
StyleHot.LookAndFeel.SkinName = ''
|
||||||
ExplicitLeft = 389
|
ExplicitLeft = 389
|
||||||
ExplicitWidth = 504
|
ExplicitWidth = 504
|
||||||
Width = 504
|
Width = 504
|
||||||
|
|||||||
@ -17,6 +17,7 @@ inherited frViewContratosClienteBeneficios: TfrViewContratosClienteBeneficios
|
|||||||
Kind = skSum
|
Kind = skSum
|
||||||
Column = cxGridViewBASE_IMPONIBLE
|
Column = cxGridViewBASE_IMPONIBLE
|
||||||
end>
|
end>
|
||||||
|
OptionsView.GroupFooters = gfVisibleWhenExpanded
|
||||||
object cxGridViewID: TcxGridDBColumn
|
object cxGridViewID: TcxGridDBColumn
|
||||||
DataBinding.FieldName = 'ID'
|
DataBinding.FieldName = 'ID'
|
||||||
Visible = False
|
Visible = False
|
||||||
@ -126,9 +127,6 @@ inherited frViewContratosClienteBeneficios: TfrViewContratosClienteBeneficios
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited pnlAgrupaciones: TTBXDockablePanel
|
|
||||||
ExplicitWidth = 554
|
|
||||||
end
|
|
||||||
inherited dxComponentPrinter: TdxComponentPrinter
|
inherited dxComponentPrinter: TdxComponentPrinter
|
||||||
inherited dxComponentPrinterLink: TdxGridReportLink
|
inherited dxComponentPrinterLink: TdxGridReportLink
|
||||||
ReportDocument.CreationDate = 40415.784062094910000000
|
ReportDocument.CreationDate = 40415.784062094910000000
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user