Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/30/14 16:37:39 (10 years ago)
Author:
pfleck
Message:

#2208

  • Added visualization in the visualization tab of the problem
  • Fixed bug in shaking operator when tour only consists of start and end point
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Orienteering.Views/3.3/OrienteeringProblemView.Designer.cs

    r11189 r11245  
    4444      this.parametersTabPage = new System.Windows.Forms.TabPage();
    4545      this.visualizationTabPage = new System.Windows.Forms.TabPage();
    46       //this.pathTourView = new HeuristicLab.Problems.Orienteering.Views.PathTourView();
     46      this.orienteeringSolutionView = new HeuristicLab.Problems.Orienteering.Views.OrienteeringSolutionView();
    4747      ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).BeginInit();
    4848      this.problemInstanceSplitContainer.Panel1.SuspendLayout();
     
    101101      // visualizationTabPage
    102102      //
    103       //this.visualizationTabPage.Controls.Add(this.pathTourView);
     103      this.visualizationTabPage.Controls.Add(this.orienteeringSolutionView);
    104104      this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
    105105      this.visualizationTabPage.Name = "visualizationTabPage";
     
    110110      this.visualizationTabPage.UseVisualStyleBackColor = true;
    111111      //
    112       // pathTourView
     112      // orienteeringSolutionView
    113113      //
    114       //this.pathTourView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    115       //            | System.Windows.Forms.AnchorStyles.Left)
    116       //            | System.Windows.Forms.AnchorStyles.Right)));
    117       //this.pathTourView.Caption = "PathTour View";
    118       //this.pathTourView.Content = null;
    119       //this.pathTourView.Location = new System.Drawing.Point(6, 6);
    120       //this.pathTourView.Name = "pathTourView";
    121       //this.pathTourView.ReadOnly = false;
    122       //this.pathTourView.Size = new System.Drawing.Size(491, 268);
    123       //this.pathTourView.TabIndex = 0;
     114      this.orienteeringSolutionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     115                  | System.Windows.Forms.AnchorStyles.Left)
     116                  | System.Windows.Forms.AnchorStyles.Right)));
     117      this.orienteeringSolutionView.Caption = "OrienteeringSolution View";
     118      this.orienteeringSolutionView.Content = null;
     119      this.orienteeringSolutionView.Location = new System.Drawing.Point(6, 6);
     120      this.orienteeringSolutionView.Name = "orienteeringSolutionView";
     121      this.orienteeringSolutionView.ReadOnly = false;
     122      this.orienteeringSolutionView.Size = new System.Drawing.Size(491, 268);
     123      this.orienteeringSolutionView.TabIndex = 0;
    124124      //
    125125      // TravelingSalesmanProblemView
     
    147147    private System.Windows.Forms.TabPage parametersTabPage;
    148148    private System.Windows.Forms.TabPage visualizationTabPage;
    149     //private PathTourView pathTourView;
     149    private OrienteeringSolutionView orienteeringSolutionView;
    150150  }
    151151}
Note: See TracChangeset for help on using the changeset viewer.