This commit is contained in:
roberto 2010-08-19 11:49:34 +00:00
parent 0a0d2d1d60
commit cd7f1c5147

View File

@ -78,12 +78,10 @@ inherited frViewDetallesFacturaCliente: TfrViewDetallesFacturaCliente
ExplicitTop = 99 ExplicitTop = 99
ExplicitHeight = 205 ExplicitHeight = 205
inherited cxGridView: TcxGridDBTableView inherited cxGridView: TcxGridDBTableView
inherited cxGridViewIMPORTEUNIDAD: TcxGridDBColumn inherited cxGridViewDESCUENTO: TcxGridDBColumn
Visible = False Visible = True
VisibleForCustomization = False
end end
inherited cxGridViewIMPORTENETO: TcxGridDBColumn inherited cxGridViewIMPORTENETO: TcxGridDBColumn
Caption = 'Importe Unidad'
Visible = True Visible = True
end end
end end