示例#1
0
 public void setTabControlSystem(TabControlSystem tabControlSystem)
 {
     this.tabControlSystem = tabControlSystem;
 }
示例#2
0
 public TabCaptionsContainer(TabControlSystem tabControlSystem)
 {
     this.tabControlSystem = tabControlSystem;
     this.createUI();
 }
示例#3
0
 public TabPane(TabControlSystem tabSystem)
 {
     this.tabControlSystem = tabSystem;
     this.createUI();
 }
示例#4
0
 public TabToolbar(TabControlSystem tabControlSystem)
 {
     this.tabControlSystem = tabControlSystem;
     this.tabToolbarLayout = new TabToolbarLayout();
     this.registerEventOnToolbar();
 }
示例#5
0
 private void Form1_Load(object sender, EventArgs e)
 {
     this.tabControlSystem = new TabControlSystem(this.panelTest);
 }