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 de cliente/Views/uViewDetallesPedidoCliente.dfm
2007-06-11 15:35:41 +00:00

15 lines
416 B
Plaintext

inherited frViewDetallesPedidoCliente: TfrViewDetallesPedidoCliente
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