git-svn-id: https://192.168.0.254/svn/Proyectos.Cullere_FactuGES2/trunk@3 e61cf4a9-ab77-6246-bebb-cff159b4cb7d
20 lines
620 B
Plaintext
20 lines
620 B
Plaintext
inherited frViewDetallesFacturaProveedor: TfrViewDetallesFacturaProveedor
|
|
inherited cxGrid: TcxGrid
|
|
inherited cxGridView: TcxGridDBTableView
|
|
inherited cxGridViewCANTIDAD: TcxGridDBColumn
|
|
Properties.Alignment.Horz = taRightJustify
|
|
end
|
|
inherited cxGridViewDESCUENTO: TcxGridDBColumn
|
|
Visible = False
|
|
VisibleForCustomization = False
|
|
end
|
|
inherited cxGridViewIMPORTENETO: TcxGridDBColumn
|
|
Properties.ReadOnly = False
|
|
Visible = False
|
|
Options.Editing = True
|
|
VisibleForCustomization = False
|
|
end
|
|
end
|
|
end
|
|
end
|