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/BatchRunView.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.optimizerTabPage = new System.Windows.Forms.TabPage();
    3838      this.optimizerViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     
    302302    #endregion
    303303
    304     private System.Windows.Forms.TabControl tabControl;
     304    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    305305    private System.Windows.Forms.TabPage optimizerTabPage;
    306306    private HeuristicLab.MainForm.WindowsForms.ViewHost optimizerViewHost;
Note: See TracChangeset for help on using the changeset viewer.