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.ExternalEvaluation.GP.Views/3.3/VariableSymbolView.Designer.cs

    r4117 r5466  
    2424    /// </summary>
    2525    private void InitializeComponent() {
    26       this.tabControl = new System.Windows.Forms.TabControl();
     26      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    2727      this.variableNamesTabPage = new System.Windows.Forms.TabPage();
    2828      this.parametersTabPage = new System.Windows.Forms.TabPage();
     
    209209    #endregion
    210210
    211     private System.Windows.Forms.TabControl tabControl;
     211    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    212212    private System.Windows.Forms.TabPage variableNamesTabPage;
    213213    private System.Windows.Forms.TabPage parametersTabPage;
Note: See TracChangeset for help on using the changeset viewer.