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

    r5445 r5466  
    3434    /// </summary>
    3535    private void InitializeComponent() {
    36       this.tabControl = new System.Windows.Forms.TabControl();
     36      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    3737      this.problemTabPage = new System.Windows.Forms.TabPage();
    3838      this.problemViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     
    340340    #endregion
    341341
    342     protected System.Windows.Forms.TabControl tabControl;
     342    protected HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    343343    protected System.Windows.Forms.TabPage parametersTabPage;
    344344    protected System.Windows.Forms.TabPage problemTabPage;
Note: See TracChangeset for help on using the changeset viewer.