On placing NumericUpDown component, on a windows form using the form designer, and setting the Minimum property to a negative value, if you switch to source code mode, and switch back to the designer, the negative Minimum property is lost and replaced by a positive value.
Workround is to set the NumericUpDown.Minimum property in the form constructor