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.Views/3.3/AlgorithmOperatorView.Designer.cs

    r5445 r5466  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.tabControl = new System.Windows.Forms.TabControl();
     47      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    4848      this.parametersTabPage = new System.Windows.Forms.TabPage();
    4949      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
     
    173173    #endregion
    174174
    175     protected System.Windows.Forms.TabControl tabControl;
     175    protected HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    176176    protected System.Windows.Forms.TabPage parametersTabPage;
    177177    protected System.Windows.Forms.TabPage operatorGraphTabPage;
Note: See TracChangeset for help on using the changeset viewer.