示例#1
0
文件: IntPicker.cs 项目: ngoffee/ela
 public IntPicker()
 {
     defaultItem    = new DefaultItem();
     DropDownStyle  = ComboBoxStyle.DropDownList;
     DropDownHeight = Dpi.ScaleY(500);
     DrawMode       = DrawMode.OwnerDrawVariable;
     Font           = Fonts.ControlText;
 }
示例#2
0
 public IntPicker()
 {
     defaultItem = new DefaultItem();
     DropDownStyle = ComboBoxStyle.DropDownList;
     DropDownHeight = 500;
     DrawMode = DrawMode.OwnerDrawVariable;
     Font = Fonts.ControlText;
 }
示例#3
0
 public DefaultComboBox()
 {
     defaultItem = new DefaultItem();
     DropDownStyle = ComboBoxStyle.DropDownList;
     Font = Fonts.ControlText;
 }
示例#4
0
 public DefaultComboBox()
 {
     defaultItem   = new DefaultItem();
     DropDownStyle = ComboBoxStyle.DropDownList;
     Font          = Fonts.ControlText;
 }