상속: HintsBase
예제 #1
0
 public UIStyleHints()
 {
     this.ButtonHints                  = new ControlHints();
     this.LabelHints                   = new ControlHints();
     this.LayoutHints                  = new LayoutHints();
     this.DateTimePickerHints          = new DateTimePickerHints();
     this.ComboBoxHints                = new ComboBoxHints();
     this.TextBoxHints                 = new ControlHints();
     this.CheckBoxHints                = new ControlHints();
     this.GridHints                    = new GridHints();
     this.FormHints                    = new FormHints();
     this.StaticDataEditorManagerHints = new StaticDataEditorManagerHints();
 }
예제 #2
0
 public UIStyleHints()
 {
     this.ButtonHints = new ControlHints();
     this.LabelHints = new ControlHints();
     this.LayoutHints = new LayoutHints();
     this.DateTimePickerHints = new DateTimePickerHints();
     this.ComboBoxHints = new ComboBoxHints();
     this.TextBoxHints = new ControlHints();
     this.CheckBoxHints = new ControlHints();
     this.GridHints = new GridHints();
     this.FormHints = new FormHints();
     this.StaticDataEditorManagerHints = new StaticDataEditorManagerHints();
 }