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/Pedidos a proveedor/Cliente/uViewDetallesPedidosProveedor.dfm
2007-06-21 16:02:50 +00:00

45 lines
1.6 KiB
Plaintext

inherited frViewDetallesPedidosProveedor: TfrViewDetallesPedidosProveedor
inherited cxGrid: TcxGrid
inherited cxGridView: TcxGridDBTableView
OptionsSelection.InvertSelect = False
object cxGridViewPOSICION: TcxGridDBColumn
DataBinding.FieldName = 'POSICION'
Visible = False
SortIndex = 0
SortOrder = soAscending
end
object cxGridViewDESCRIPCION: TcxGridDBColumn
DataBinding.FieldName = 'DESCRIPCION'
PropertiesClassName = 'TcxTextEditProperties'
Width = 224
end
object cxGridViewCANTIDAD: TcxGridDBColumn
DataBinding.FieldName = 'CANTIDAD'
PropertiesClassName = 'TcxMaskEditProperties'
Properties.Alignment.Horz = taRightJustify
BestFitMaxWidth = 64
HeaderAlignmentHorz = taRightJustify
Width = 130
end
object cxGridViewIMPORTEUNIDAD: TcxGridDBColumn
DataBinding.FieldName = 'IMPORTEUNIDAD'
PropertiesClassName = 'TcxTextEditProperties'
Properties.Alignment.Horz = taRightJustify
BestFitMaxWidth = 120
HeaderAlignmentHorz = taRightJustify
Width = 130
end
object cxGridViewIMPORTETOTAL: TcxGridDBColumn
DataBinding.FieldName = 'IMPORTETOTAL'
PropertiesClassName = 'TcxTextEditProperties'
Properties.Alignment.Horz = taRightJustify
Properties.ReadOnly = True
BestFitMaxWidth = 120
HeaderAlignmentHorz = taRightJustify
Options.Editing = False
Width = 130
end
end
end
end