Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/08/20 16:55:51 (4 years ago)
Author:
abeham
Message:

#2521: Unified architecture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.PTSP.Views/3.3/ProbabilisticTSPSolutionView.Designer.cs

    r17260 r17533  
    4545    /// </summary>
    4646    private void InitializeComponent() {
     47      HeuristicLab.Problems.TravelingSalesman.Views.TSPVisualizer tspVisualizer1 = new HeuristicLab.Problems.TravelingSalesman.Views.TSPVisualizer();
     48      this.tspSolutionView = new HeuristicLab.Problems.TravelingSalesman.Views.TSPSolutionView();
     49      this.SuspendLayout();
     50      //
     51      // tspSolutionView
     52      //
     53      this.tspSolutionView.Caption = "TSP Solution View";
     54      this.tspSolutionView.Content = null;
     55      this.tspSolutionView.Dock = System.Windows.Forms.DockStyle.Fill;
     56      this.tspSolutionView.Location = new System.Drawing.Point(0, 0);
     57      this.tspSolutionView.Name = "tspSolutionView";
     58      this.tspSolutionView.ReadOnly = false;
     59      this.tspSolutionView.Size = new System.Drawing.Size(704, 496);
     60      this.tspSolutionView.TabIndex = 0;
     61      tspVisualizer1.Coordinates = null;
     62      tspVisualizer1.Tour = null;
     63      this.tspSolutionView.Visualizer = tspVisualizer1;
     64      //
     65      // ProbabilisticTSPSolutionView
     66      //
     67      this.Controls.Add(this.tspSolutionView);
     68      this.Name = "ProbabilisticTSPSolutionView";
     69      this.Size = new System.Drawing.Size(704, 496);
     70      this.ResumeLayout(false);
     71
    4772    }
    4873    #endregion
     74
     75    private TravelingSalesman.Views.TSPSolutionView tspSolutionView;
    4976  }
    5077}
Note: See TracChangeset for help on using the changeset viewer.