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
|