Пример #1
0
 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";
 }
Пример #2
0
 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";
 }