This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AlonsoYSal_FactuGES/Modulos/Pagos/Cliente/uViewPagosCliente.dfm
2007-06-21 16:02:50 +00:00

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