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/MultiOperatorView.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.operatorsTabPage = new System.Windows.Forms.TabPage();
    4949      this.operatorListView = new HeuristicLab.Core.Views.ItemListView<T>();
     
    172172    #endregion
    173173
    174     protected System.Windows.Forms.TabControl tabControl;
     174    protected HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    175175    protected System.Windows.Forms.TabPage operatorsTabPage;
    176176    protected System.Windows.Forms.TabPage parametersTabPage;
Note: See TracChangeset for help on using the changeset viewer.