9 Commits (51e6a10b9fb52bdc5d8a900d359a653600d5566b)

Author SHA1 Message Date
brianlagunas_cp 51e6a10b9f check in of new DecimalUpDown and DoubleUpDown. All numeric UpDown controls shoudl be functional. Now it is time to refactor. 15 years ago
brianlagunas_cp d6134885b2 NumericUpDown: fixed small issue with FormatString. 15 years ago
brianlagunas_cp 6f5d844125 checked in initial IntegerUpDown control. Not ready for use, just getting it in the code base. 15 years ago
brianlagunas_cp ccdae8bb19 NumericUpDown and DateTimeUpDown: Renamed NullValue to DefaultValue. 15 years ago
brianlagunas_cp 0669e78ec7 NumericUpDown and DateTimeUpDown: added NullValue property which allows you to set a default value if the bound value is null. The NullValue will be used when the increment/decrement buttons are pressed on a null value. 15 years ago
brianlagunas_cp faa7825423 Major overhaul of NumericUpDown, DateTimeUpDown, and MaskedTextBox in order to support null values. Need extensive testing because I am sure I broke something. 15 years ago
brianlagunas_cp 8cc7bb073b NumericUpDown: changed default ValueType to Decimal. 15 years ago
brianlagunas_cp ce31bb0c7a PropertyGrid: added NumericUpDown type editor for double and int. 15 years ago
brianlagunas_cp d48a3d1211 Major overhaul of folder structure. Seperated Generic resource dictionary into smaller more managable resource dictionaries (one for each control). This will also help add support for theming. Hopefully I didn't break anything. 15 years ago