git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@413 0c75b7a4-871f-7646-8a2f-f78d34cc349f
96 lines
2.9 KiB
Plaintext
96 lines
2.9 KiB
Plaintext
inherited frViewRemesasCliente: TfrViewRemesasCliente
|
|
Height = 420
|
|
ExplicitHeight = 420
|
|
inherited cxGrid: TcxGrid
|
|
Height = 292
|
|
ExplicitHeight = 292
|
|
inherited cxGridView: TcxGridDBTableView
|
|
DataController.KeyFieldNames = 'RecID'
|
|
DataController.Summary.DefaultGroupSummaryItems = <
|
|
item
|
|
Format = ',0.00 '#8364';-,0.00 '#8364
|
|
Kind = skSum
|
|
Position = spFooter
|
|
Column = cxGridViewIMPORTE_TOTAL
|
|
end>
|
|
DataController.Summary.FooterSummaryItems = <
|
|
item
|
|
Format = '0 almacenes'
|
|
Kind = skCount
|
|
end
|
|
item
|
|
Format = '0 Art'#237'culos'
|
|
Kind = skCount
|
|
end
|
|
item
|
|
Format = '0 remesas'
|
|
Kind = skCount
|
|
Column = cxGridViewREFERENCIA
|
|
end
|
|
item
|
|
Format = ',0.00 '#8364';-,0.00 '#8364
|
|
Kind = skSum
|
|
Column = cxGridViewIMPORTE_TOTAL
|
|
end>
|
|
DataController.OnCompare = cxGridViewDataControllerCompare
|
|
OptionsBehavior.PullFocusing = True
|
|
object cxGridViewREFERENCIA: TcxGridDBColumn
|
|
Caption = 'Referencia'
|
|
DataBinding.FieldName = 'REFERENCIA'
|
|
Width = 118
|
|
end
|
|
object cxGridViewTIPO: TcxGridDBColumn
|
|
DataBinding.FieldName = 'TIPO'
|
|
end
|
|
object cxGridViewFECHA_REMESA: TcxGridDBColumn
|
|
Caption = 'Fecha de cargo'
|
|
DataBinding.FieldName = 'FECHA_REMESA'
|
|
Width = 74
|
|
end
|
|
object cxGridViewNOMBRE: TcxGridDBColumn
|
|
DataBinding.FieldName = 'NOMBRE'
|
|
Width = 147
|
|
end
|
|
object cxGridViewDESCRIPCION: TcxGridDBColumn
|
|
Caption = 'Descripci'#243'n'
|
|
DataBinding.FieldName = 'DESCRIPCION'
|
|
Width = 73
|
|
end
|
|
object cxGridViewENTIDAD: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ENTIDAD'
|
|
Visible = False
|
|
end
|
|
object cxGridViewSUCURSAL: TcxGridDBColumn
|
|
DataBinding.FieldName = 'SUCURSAL'
|
|
Visible = False
|
|
end
|
|
object cxGridViewDC: TcxGridDBColumn
|
|
DataBinding.FieldName = 'DC'
|
|
Visible = False
|
|
end
|
|
object cxGridViewCUENTA: TcxGridDBColumn
|
|
DataBinding.FieldName = 'CUENTA'
|
|
Visible = False
|
|
end
|
|
object cxGridViewIMPORTE_TOTAL: TcxGridDBColumn
|
|
Caption = 'Importe'
|
|
DataBinding.FieldName = 'IMPORTE_TOTAL'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
Width = 128
|
|
end
|
|
end
|
|
end
|
|
inherited pnlAgrupaciones: TTBXDockablePanel
|
|
Top = 394
|
|
ExplicitTop = 394
|
|
end
|
|
inherited dxComponentPrinter: TdxComponentPrinter
|
|
inherited dxComponentPrinterLink: TdxGridReportLink
|
|
ReportDocument.CreationDate = 38673.842406053240000000
|
|
BuiltInReportLink = True
|
|
end
|
|
end
|
|
end
|