This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
LuisLeon_FactuGES/Modulos/Pedidos a proveedor/Views/uViewDetallesPedidoProveedor.dfm
2007-06-11 15:35:41 +00:00

15 lines
420 B
Plaintext

inherited frViewDetallesPedidoProveedor: TfrViewDetallesPedidoProveedor
inherited cxGrid: TcxGrid
inherited cxGridView: TcxGridDBTableView
inherited cxGridViewTIPO: TcxGridDBColumn
Visible = False
end
object cxGridViewREFERENCIA: TcxGridDBColumn [3]
Caption = 'Referencia'
DataBinding.FieldName = 'REFERENCIA'
Width = 100
end
end
end
end