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.Operators.Programmable/3.3/ProgrammableOperatorView.Designer.cs

    r5445 r5466  
    5656      this.compileButton = new System.Windows.Forms.Button();
    5757      this.codeEditor = new HeuristicLab.CodeEditor.CodeEditor();
    58       this.tabControl1 = new System.Windows.Forms.TabControl();
     58      this.tabControl1 = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    5959      this.tabPage1 = new System.Windows.Forms.TabPage();
    6060      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
     
    317317    #endregion
    318318
    319     private System.Windows.Forms.TabControl tabControl1;
     319    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl1;
    320320    private System.Windows.Forms.TabPage tabPage1;
    321321    private HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
Note: See TracChangeset for help on using the changeset viewer.