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.Problems.DataAnalysis.Views/3.3/DataAnalysisSolutionView.Designer.cs

    r5445 r5466  
    4848      this.modelTabPage = new System.Windows.Forms.TabPage();
    4949      this.modelViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    50       this.tabControl = new System.Windows.Forms.TabControl();
     50      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    5151      this.dataTabPage.SuspendLayout();
    5252      this.modelTabPage.SuspendLayout();
     
    135135    #endregion
    136136
    137     protected System.Windows.Forms.TabControl tabControl;
     137    protected HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    138138    protected System.Windows.Forms.TabPage dataTabPage;
    139139    protected System.Windows.Forms.TabPage modelTabPage;
Note: See TracChangeset for help on using the changeset viewer.