MaskedHexBox: set: txtMaskedHexBox.InsertKeyMode = InsertKeyMode.Overwrite; ** this allows us to directly overwrite text in control
+ fix when valuechanged event fires
+ fix resize of MaskedHexControl
+ remove duplicated (uneccesary) width override
+ autosize MaskedHexBox
+ update maskedHexBox using a tablelayoutpanel to auto-size the contents more efficiently
change address from uint to int
+ commit final wip for numeric datatype converter
+ commit wip for data type conversion: need to fix format exceptions
+ add validiation for octal: numbers between 0 and 7
+ add support for multi input box : octal is not setup
+ overhaul some number type controls (add missing file)
+ overhaul some number type controls