git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@194 0c75b7a4-871f-7646-8a2f-f78d34cc349f
37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
inherited frViewDetallesPresupuestoCliente: TfrViewDetallesPresupuestoCliente
|
|
inherited cxGrid: TcxGrid
|
|
inherited cxGridView: TcxGridDBTableView
|
|
inherited cxGridViewTIPO: TcxGridDBColumn
|
|
Width = 51
|
|
end
|
|
inherited cxGridViewREFERENCIA: TcxGridDBColumn
|
|
Width = 74
|
|
end
|
|
inherited cxGridViewREFERENCIA_PROVEEDOR: TcxGridDBColumn
|
|
Width = 82
|
|
end
|
|
inherited cxGridViewDESCRIPCION: TcxGridDBColumn
|
|
Width = 440
|
|
end
|
|
inherited cxGridViewCANTIDAD: TcxGridDBColumn
|
|
Width = 55
|
|
end
|
|
inherited cxGridViewIMPORTEUNIDAD: TcxGridDBColumn
|
|
Width = 54
|
|
end
|
|
inherited cxGridViewDESCUENTO: TcxGridDBColumn
|
|
Width = 28
|
|
end
|
|
inherited cxGridViewIMPORTENETO: TcxGridDBColumn
|
|
Width = 65
|
|
end
|
|
inherited cxGridViewIMPORTEPORTE: TcxGridDBColumn
|
|
Visible = False
|
|
end
|
|
inherited cxGridViewIMPORTETOTAL: TcxGridDBColumn
|
|
Width = 68
|
|
end
|
|
end
|
|
end
|
|
end
|