Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/15/11 13:49:36 (13 years ago)
Author:
mkommend
Message:

Updated all views with TabControls to use the DragOverTabControl (ticket #1058).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionView.Designer.cs

    r5445 r5466  
    6161      this.itemsGroupBox = new System.Windows.Forms.GroupBox();
    6262      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    63       this.tabControl = new System.Windows.Forms.TabControl();
     63      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    6464      this.runPage = new System.Windows.Forms.TabPage();
    6565      this.constraintPage = new System.Windows.Forms.TabPage();
     
    308308    private ToolStrip toolStrip;
    309309    private ToolStripDropDownButton analyzeRunsToolStripDropDownButton;
    310     private TabControl tabControl;
     310    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    311311    private TabPage runPage;
    312312    private TabPage constraintPage;
Note: See TracChangeset for help on using the changeset viewer.