git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@42 f4e31baf-9722-1c47-927c-6f952f962d4b
This commit is contained in:
parent
055824dd5e
commit
e1fa0ee806
@ -2,6 +2,7 @@ inherited fEditorFacturasCliente: TfEditorFacturasCliente
|
|||||||
Caption = 'Lista de facturas de cliente'
|
Caption = 'Lista de facturas de cliente'
|
||||||
ClientHeight = 666
|
ClientHeight = 666
|
||||||
ClientWidth = 640
|
ClientWidth = 640
|
||||||
|
ExplicitTop = -136
|
||||||
ExplicitWidth = 648
|
ExplicitWidth = 648
|
||||||
ExplicitHeight = 693
|
ExplicitHeight = 693
|
||||||
PixelsPerInch = 96
|
PixelsPerInch = 96
|
||||||
@ -96,6 +97,12 @@ inherited fEditorFacturasCliente: TfEditorFacturasCliente
|
|||||||
Kind = skSum
|
Kind = skSum
|
||||||
Position = spFooter
|
Position = spFooter
|
||||||
Column = frViewFacturasCliente1.cxGridViewBASE_IMPONIBLE
|
Column = frViewFacturasCliente1.cxGridViewBASE_IMPONIBLE
|
||||||
|
end
|
||||||
|
item
|
||||||
|
Format = ',0.00 '#8364';-,0.00 '#8364
|
||||||
|
Kind = skSum
|
||||||
|
Position = spFooter
|
||||||
|
Column = frViewFacturasCliente1.cxGridViewIMPORTE_TOTAL
|
||||||
end>
|
end>
|
||||||
DataController.Summary.FooterSummaryItems = <
|
DataController.Summary.FooterSummaryItems = <
|
||||||
item
|
item
|
||||||
@ -107,6 +114,11 @@ inherited fEditorFacturasCliente: TfEditorFacturasCliente
|
|||||||
Format = ',0.00 '#8364';-,0.00 '#8364
|
Format = ',0.00 '#8364';-,0.00 '#8364
|
||||||
Kind = skSum
|
Kind = skSum
|
||||||
Column = frViewFacturasCliente1.cxGridViewBASE_IMPONIBLE
|
Column = frViewFacturasCliente1.cxGridViewBASE_IMPONIBLE
|
||||||
|
end
|
||||||
|
item
|
||||||
|
Format = ',0.00 '#8364';-,0.00 '#8364
|
||||||
|
Kind = skSum
|
||||||
|
Column = frViewFacturasCliente1.cxGridViewIMPORTE_TOTAL
|
||||||
end>
|
end>
|
||||||
inherited cxGridViewBASE_IMPONIBLE: TcxGridDBColumn
|
inherited cxGridViewBASE_IMPONIBLE: TcxGridDBColumn
|
||||||
Visible = True
|
Visible = True
|
||||||
@ -130,8 +142,10 @@ inherited fEditorFacturasCliente: TfEditorFacturasCliente
|
|||||||
Width = 240
|
Width = 240
|
||||||
end
|
end
|
||||||
inherited edtFechaFinFiltro: TcxDateEdit
|
inherited edtFechaFinFiltro: TcxDateEdit
|
||||||
Left = 351
|
Left = 367
|
||||||
ExplicitLeft = 351
|
ExplicitLeft = 367
|
||||||
|
ExplicitWidth = 244
|
||||||
|
Width = 244
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user