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.Algorithms.DataAnalysis.Views/3.3/CrossValidationView.Designer.cs

    r5445 r5466  
    6161      this.samplesEndStringConvertibleValueView = new HeuristicLab.Data.Views.StringConvertibleValueView();
    6262      this.samplesStartStringConvertibleValueView = new HeuristicLab.Data.Views.StringConvertibleValueView();
    63       this.tabControl = new System.Windows.Forms.TabControl();
     63      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    6464      this.algorithmTabPage = new System.Windows.Forms.TabPage();
    6565      this.algorithmNamedItemView = new HeuristicLab.Core.Views.NamedItemView();
    66       this.algorithmTabControl = new System.Windows.Forms.TabControl();
     66      this.algorithmTabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    6767      this.algorithmProblemTabPage = new System.Windows.Forms.TabPage();
    6868      this.openProblemButton = new System.Windows.Forms.Button();
     
    596596    private Data.Views.StringConvertibleValueView samplesEndStringConvertibleValueView;
    597597    private System.Windows.Forms.Label samplesEndLabel;
    598     private System.Windows.Forms.TabControl tabControl;
     598    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    599599    private System.Windows.Forms.TabPage algorithmTabPage;
    600600    private System.Windows.Forms.TabPage resultsTabPage;
     
    602602    private System.Windows.Forms.Button newAlgorithmButton;
    603603    private Core.Views.NamedItemView algorithmNamedItemView;
    604     private System.Windows.Forms.TabControl algorithmTabControl;
     604    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl algorithmTabControl;
    605605    private System.Windows.Forms.TabPage algorithmProblemTabPage;
    606606    private System.Windows.Forms.TabPage algorithmParametersTabPage;
Note: See TracChangeset for help on using the changeset viewer.