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.TravelingSalesman.Views/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/PathTSPTourView.Designer.cs

    r5445 r5466  
    4646    private void InitializeComponent() {
    4747      this.pictureBox = new System.Windows.Forms.PictureBox();
    48       this.tabControl = new System.Windows.Forms.TabControl();
     48      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    4949      this.visualizationTabPage = new System.Windows.Forms.TabPage();
    5050      this.valueTabPage = new System.Windows.Forms.TabPage();
     
    207207
    208208    private System.Windows.Forms.PictureBox pictureBox;
    209     private System.Windows.Forms.TabControl tabControl;
     209    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    210210    private System.Windows.Forms.TabPage visualizationTabPage;
    211211    private System.Windows.Forms.TabPage valueTabPage;
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/TravelingSalesmanProblemView.Designer.cs

    r5445 r5466  
    3535    private void InitializeComponent() {
    3636      this.importButton = new System.Windows.Forms.Button();
    37       this.tabControl = new System.Windows.Forms.TabControl();
     37      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    3838      this.parametersTabPage = new System.Windows.Forms.TabPage();
    3939      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
     
    153153
    154154    private System.Windows.Forms.Button importButton;
    155     private System.Windows.Forms.TabControl tabControl;
     155    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
    156156    private System.Windows.Forms.TabPage parametersTabPage;
    157157    private System.Windows.Forms.TabPage visualizationTabPage;
Note: See TracChangeset for help on using the changeset viewer.