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.Problems.VehicleRouting.Views/3.3/VehicleRoutingProblemView.Designer.cs

    r5347 r5466  
    2525    private void InitializeComponent() {
    2626      this.importButton = new System.Windows.Forms.Button();
    27       this.tabControl1 = new System.Windows.Forms.TabControl();
     27      this.tabControl1 = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    2828      this.tabPage1 = new System.Windows.Forms.TabPage();
    2929      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
     
    142142
    143143    private System.Windows.Forms.Button importButton;
    144     private System.Windows.Forms.TabControl tabControl1;
     144    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl1;
    145145    private System.Windows.Forms.TabPage tabPage1;
    146146    private System.Windows.Forms.TabPage tabPage2;
Note: See TracChangeset for help on using the changeset viewer.