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).

Location:
trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/VRPSolutionView.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.visualizationTabPage = new System.Windows.Forms.TabPage();
    4949      this.pictureBox = new System.Windows.Forms.PictureBox();
     
    146146    #endregion
    147147
    148     private System.Windows.Forms.TabControl tabControl;
     148    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    149149    private System.Windows.Forms.TabPage visualizationTabPage;
    150150    private System.Windows.Forms.PictureBox pictureBox;
  • 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.