git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES/trunk@5 9a1d36f3-7752-2d40-8ccb-50eb49674c68
56 lines
1.9 KiB
Plaintext
56 lines
1.9 KiB
Plaintext
inherited frViewDetallesFacturaCliente: TfrViewDetallesFacturaCliente
|
|
inherited cxGrid: TcxGrid
|
|
inherited cxGridView: TcxGridDBTableView
|
|
object cxGridViewPOSICION: TcxGridDBColumn
|
|
DataBinding.FieldName = 'POSICION'
|
|
Visible = False
|
|
SortIndex = 0
|
|
SortOrder = soAscending
|
|
end
|
|
object cxGridViewTIPO: TcxGridDBColumn
|
|
DataBinding.FieldName = 'TIPO'
|
|
end
|
|
object cxGridViewDESCRIPCION: TcxGridDBColumn
|
|
DataBinding.FieldName = 'DESCRIPCION'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Width = 831
|
|
end
|
|
object cxGridViewCANTIDAD: TcxGridDBColumn
|
|
DataBinding.FieldName = 'CANTIDAD'
|
|
PropertiesClassName = 'TcxMaskEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
BestFitMaxWidth = 64
|
|
HeaderAlignmentHorz = taRightJustify
|
|
Width = 75
|
|
end
|
|
object cxGridViewIMPORTEUNIDAD: TcxGridDBColumn
|
|
DataBinding.FieldName = 'IMPORTEUNIDAD'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
BestFitMaxWidth = 120
|
|
HeaderAlignmentHorz = taRightJustify
|
|
Width = 179
|
|
end
|
|
object cxGridViewIMPORTETOTAL: TcxGridDBColumn
|
|
DataBinding.FieldName = 'IMPORTETOTAL'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
Properties.ReadOnly = True
|
|
BestFitMaxWidth = 120
|
|
HeaderAlignmentHorz = taRightJustify
|
|
Options.Editing = False
|
|
Width = 181
|
|
end
|
|
object cxGridViewPUNTOS: TcxGridDBColumn
|
|
DataBinding.FieldName = 'PUNTOS'
|
|
end
|
|
object cxGridViewIMPORTEPUNTOS: TcxGridDBColumn
|
|
DataBinding.FieldName = 'IMPORTEPUNTOS'
|
|
end
|
|
object cxGridViewVISIBLE: TcxGridDBColumn
|
|
DataBinding.FieldName = 'VISIBLE'
|
|
end
|
|
end
|
|
end
|
|
end
|