git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES/trunk@5 9a1d36f3-7752-2d40-8ccb-50eb49674c68
35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
inherited frViewPagosCliente: TfrViewPagosCliente
|
|
inherited cxGrid: TcxGrid
|
|
inherited cxGridView: TcxGridDBTableView
|
|
DataController.Summary.FooterSummaryItems = <
|
|
item
|
|
Format = '0 almacenes'
|
|
Kind = skCount
|
|
end
|
|
item
|
|
Format = ',0.00 '#8364';-,0.00 '#8364
|
|
Kind = skSum
|
|
Column = cxGridViewIMPORTE
|
|
end
|
|
item
|
|
Format = '0 Cobros'
|
|
Kind = skCount
|
|
Column = cxGridViewNOMBRE
|
|
end>
|
|
inherited cxGridViewNOMBRE: TcxGridDBColumn
|
|
Caption = 'Cliente'
|
|
end
|
|
inherited cxGridViewIMPORTE: TcxGridDBColumn
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
end
|
|
end
|
|
end
|
|
inherited dxComponentPrinter: TdxComponentPrinter
|
|
inherited dxComponentPrinterLink: TdxGridReportLink
|
|
ReportDocument.CreationDate = 38762.860500937500000000
|
|
BuiltInReportLink = True
|
|
end
|
|
end
|
|
end
|