예제 #1
0
 public SetOutForm(SetOutAction action)
 {
     InitializeComponent();
     this.helpTopic = SetOut.HelpTopic;
     this.action    = action;
     this.cbValues  = new MowayComboBox[] { this.cbValue0, this.cbValue1, this.cbValue2, this.cbValue3, this.cbValue4, this.cbValue5 };
 }
예제 #2
0
 public SetOutPanel(SetOutAction action)
 {
     InitializeComponent();
     this.action   = action;
     this.cbValues = new MowayComboBox[] { this.cbValue0, this.cbValue1, this.cbValue2, this.cbValue3, this.cbValue4, this.cbValue5 };
 }
예제 #3
0
 public SetOutGraphic(string key, SetOutAction element, Point center)
     : base(key, element, center)
 {
     this.needInit = System.Convert.ToBoolean(SetOut.NeedInit);
     this.Surface.Blit(new Surface(SetOut.GraphicIcon));
 }