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.Orienteering.Views/3.3/OrienteeringSolutionView.Designer.cs

    r17526 r17533  
    4545    /// </summary>
    4646    private void InitializeComponent() {
     47      HeuristicLab.Problems.TravelingSalesman.Views.TSPVisualizer tspVisualizer2 = new HeuristicLab.Problems.TravelingSalesman.Views.TSPVisualizer();
    4748      this.scoreLabel = new System.Windows.Forms.Label();
    4849      this.qualityLabel = new System.Windows.Forms.Label();
    4950      this.qualityValueView = new HeuristicLab.Data.Views.StringConvertibleValueView();
    5051      this.scoreValueView = new HeuristicLab.Data.Views.StringConvertibleValueView();
    51       this.tabControl.SuspendLayout();
    52       this.visualizationTabPage.SuspendLayout();
    53       ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
    54       this.routeTabPage.SuspendLayout();
     52      this.tspSolutionView = new HeuristicLab.Problems.TravelingSalesman.Views.TSPSolutionView();
    5553      this.SuspendLayout();
    56       //
    57       // tabControl
    58       //
    59       this.tabControl.Location = new System.Drawing.Point(3, 88);
    60       this.tabControl.Size = new System.Drawing.Size(417, 314);
    61       //
    62       // visualizationTabPage
    63       //
    64       this.visualizationTabPage.Size = new System.Drawing.Size(409, 288);
    65       //
    66       // pictureBox
    67       //
    68       this.pictureBox.Size = new System.Drawing.Size(403, 282);
    69       //
    70       // routeTabPage
    71       //
    72       this.routeTabPage.Size = new System.Drawing.Size(409, 234);
    73       //
    74       // tourViewHost
    75       //
    76       this.tourViewHost.Size = new System.Drawing.Size(403, 228);
    77       //
    78       // distanceView
    79       //
    80       this.distanceView.Location = new System.Drawing.Point(62, 61);
    81       //
    82       // distanceLabel
    83       //
    84       this.distanceLabel.Location = new System.Drawing.Point(4, 64);
    8554      //
    8655      // scoreLabel
     
    11281      this.qualityValueView.Name = "qualityValueView";
    11382      this.qualityValueView.ReadOnly = false;
    114       this.qualityValueView.Size = new System.Drawing.Size(357, 21);
     83      this.qualityValueView.Size = new System.Drawing.Size(565, 21);
    11584      this.qualityValueView.TabIndex = 0;
    11685      //
     
    12594      this.scoreValueView.Name = "scoreValueView";
    12695      this.scoreValueView.ReadOnly = false;
    127       this.scoreValueView.Size = new System.Drawing.Size(357, 21);
     96      this.scoreValueView.Size = new System.Drawing.Size(565, 21);
    12897      this.scoreValueView.TabIndex = 0;
     98      //
     99      // tspSolutionView
     100      //
     101      this.tspSolutionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     102            | System.Windows.Forms.AnchorStyles.Left)
     103            | System.Windows.Forms.AnchorStyles.Right)));
     104      this.tspSolutionView.Caption = "TSP Solution View";
     105      this.tspSolutionView.Content = null;
     106      this.tspSolutionView.Location = new System.Drawing.Point(0, 61);
     107      this.tspSolutionView.Name = "tspSolutionView";
     108      this.tspSolutionView.ReadOnly = false;
     109      this.tspSolutionView.Size = new System.Drawing.Size(630, 252);
     110      this.tspSolutionView.TabIndex = 2;
     111      tspVisualizer2.Coordinates = null;
     112      tspVisualizer2.Tour = null;
     113      this.tspSolutionView.Visualizer = tspVisualizer2;
    129114      //
    130115      // OrienteeringSolutionView
    131116      //
    132117      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     118      this.Controls.Add(this.tspSolutionView);
    133119      this.Controls.Add(this.scoreLabel);
    134120      this.Controls.Add(this.qualityLabel);
     
    136122      this.Controls.Add(this.scoreValueView);
    137123      this.Name = "OrienteeringSolutionView";
    138       this.Controls.SetChildIndex(this.scoreValueView, 0);
    139       this.Controls.SetChildIndex(this.qualityValueView, 0);
    140       this.Controls.SetChildIndex(this.qualityLabel, 0);
    141       this.Controls.SetChildIndex(this.scoreLabel, 0);
    142       this.Controls.SetChildIndex(this.tabControl, 0);
    143       this.Controls.SetChildIndex(this.distanceView, 0);
    144       this.Controls.SetChildIndex(this.distanceLabel, 0);
    145       this.tabControl.ResumeLayout(false);
    146       this.visualizationTabPage.ResumeLayout(false);
    147       ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
    148       this.routeTabPage.ResumeLayout(false);
     124      this.Size = new System.Drawing.Size(630, 313);
    149125      this.ResumeLayout(false);
    150126      this.PerformLayout();
     
    157133    private Data.Views.StringConvertibleValueView qualityValueView;
    158134    private Data.Views.StringConvertibleValueView scoreValueView;
     135    private TravelingSalesman.Views.TSPSolutionView tspSolutionView;
    159136  }
    160137}
Note: See TracChangeset for help on using the changeset viewer.