Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2521_ProblemRefactoring/HeuristicLab.Problems.Orienteering.Views/3.3/OrienteeringSolutionView.Designer.cs @ 17533

Last change on this file since 17533 was 17533, checked in by abeham, 4 years ago

#2521: Unified architecture

File size: 6.0 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Problems.Orienteering.Views {
23  partial class OrienteeringSolutionView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      HeuristicLab.Problems.TravelingSalesman.Views.TSPVisualizer tspVisualizer2 = new HeuristicLab.Problems.TravelingSalesman.Views.TSPVisualizer();
48      this.scoreLabel = new System.Windows.Forms.Label();
49      this.qualityLabel = new System.Windows.Forms.Label();
50      this.qualityValueView = new HeuristicLab.Data.Views.StringConvertibleValueView();
51      this.scoreValueView = new HeuristicLab.Data.Views.StringConvertibleValueView();
52      this.tspSolutionView = new HeuristicLab.Problems.TravelingSalesman.Views.TSPSolutionView();
53      this.SuspendLayout();
54      //
55      // scoreLabel
56      //
57      this.scoreLabel.AutoSize = true;
58      this.scoreLabel.Location = new System.Drawing.Point(7, 38);
59      this.scoreLabel.Name = "scoreLabel";
60      this.scoreLabel.Size = new System.Drawing.Size(38, 13);
61      this.scoreLabel.TabIndex = 1;
62      this.scoreLabel.Text = "Score:";
63      //
64      // qualityLabel
65      //
66      this.qualityLabel.AutoSize = true;
67      this.qualityLabel.Location = new System.Drawing.Point(7, 11);
68      this.qualityLabel.Name = "qualityLabel";
69      this.qualityLabel.Size = new System.Drawing.Size(42, 13);
70      this.qualityLabel.TabIndex = 1;
71      this.qualityLabel.Text = "Quality:";
72      //
73      // qualityValueView
74      //
75      this.qualityValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
76            | System.Windows.Forms.AnchorStyles.Right)));
77      this.qualityValueView.Caption = "StringConvertibleValue View";
78      this.qualityValueView.Content = null;
79      this.qualityValueView.LabelVisible = false;
80      this.qualityValueView.Location = new System.Drawing.Point(62, 7);
81      this.qualityValueView.Name = "qualityValueView";
82      this.qualityValueView.ReadOnly = false;
83      this.qualityValueView.Size = new System.Drawing.Size(565, 21);
84      this.qualityValueView.TabIndex = 0;
85      //
86      // scoreValueView
87      //
88      this.scoreValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
89            | System.Windows.Forms.AnchorStyles.Right)));
90      this.scoreValueView.Caption = "StringConvertibleValue View";
91      this.scoreValueView.Content = null;
92      this.scoreValueView.LabelVisible = false;
93      this.scoreValueView.Location = new System.Drawing.Point(62, 34);
94      this.scoreValueView.Name = "scoreValueView";
95      this.scoreValueView.ReadOnly = false;
96      this.scoreValueView.Size = new System.Drawing.Size(565, 21);
97      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;
114      //
115      // OrienteeringSolutionView
116      //
117      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
118      this.Controls.Add(this.tspSolutionView);
119      this.Controls.Add(this.scoreLabel);
120      this.Controls.Add(this.qualityLabel);
121      this.Controls.Add(this.qualityValueView);
122      this.Controls.Add(this.scoreValueView);
123      this.Name = "OrienteeringSolutionView";
124      this.Size = new System.Drawing.Size(630, 313);
125      this.ResumeLayout(false);
126      this.PerformLayout();
127
128    }
129
130    #endregion
131    private System.Windows.Forms.Label scoreLabel;
132    private System.Windows.Forms.Label qualityLabel;
133    private Data.Views.StringConvertibleValueView qualityValueView;
134    private Data.Views.StringConvertibleValueView scoreValueView;
135    private TravelingSalesman.Views.TSPSolutionView tspSolutionView;
136  }
137}
Note: See TracBrowser for help on using the repository browser.