git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_FactuGES/trunk@2 93f398dd-4eb6-7a46-baf6-13f46f578da2
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
|