public ItemNumeric() { this.m_displayFormat = "{0}"; this.m_maximum = 100M; this.m_increment = 1M; this.Value = 0; this.m_showArrows = true; this.m_upDownAlign = UpDownAlignment.Right; this.m_upDownStyle = Resco.Controls.NumericUpDown.UpDownStyle.UpDown; this.m_upDownWidth = 12; this.m_AllowNoneValue = false; this.m_NoneText = "None"; }