Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2521: working on porting orienteering problem
Open points include:

  • Visualization of OrienteeringProblemData
  • Fix visualization of solution
  • Cleanup unused classes
File size: 8.3 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      this.ScoreLabel = new System.Windows.Forms.Label();
48      this.qualityLabel = new System.Windows.Forms.Label();
49      this.qualityValueView = new HeuristicLab.Data.Views.StringConvertibleValueView();
50      this.scoreValueView = new HeuristicLab.Data.Views.StringConvertibleValueView();
51      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
52      this.tabControl.SuspendLayout();
53      this.visualizationTabPage.SuspendLayout();
54      this.valueTabPage.SuspendLayout();
55      this.tourGroupBox.SuspendLayout();
56      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
57      this.splitContainer.Panel1.SuspendLayout();
58      this.splitContainer.Panel2.SuspendLayout();
59      this.splitContainer.SuspendLayout();
60      this.qualityGroupBox.SuspendLayout();
61      this.SuspendLayout();
62      //
63      // pictureBox
64      //
65      this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
66      this.pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
67      this.pictureBox.Location = new System.Drawing.Point(3, 3);
68      this.pictureBox.Size = new System.Drawing.Size(403, 228);
69      //
70      // tabControl
71      //
72      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
73            | System.Windows.Forms.AnchorStyles.Right)));
74      this.tabControl.Location = new System.Drawing.Point(3, 72);
75      this.tabControl.Size = new System.Drawing.Size(417, 260);
76      //
77      // visualizationTabPage
78      //
79      this.visualizationTabPage.Size = new System.Drawing.Size(409, 234);
80      //
81      // valueTabPage
82      //
83      this.valueTabPage.Size = new System.Drawing.Size(409, 234);
84      //
85      // tourGroupBox
86      //
87      this.tourGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
88      this.tourGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
89      this.tourGroupBox.Location = new System.Drawing.Point(3, 3);
90      this.tourGroupBox.Size = new System.Drawing.Size(403, 228);
91      //
92      // tourViewHost
93      //
94      this.tourViewHost.Size = new System.Drawing.Size(391, 203);
95      //
96      // splitContainer
97      //
98      //
99      // splitContainer.Panel1
100      //
101      this.splitContainer.Panel1.Controls.Add(this.ScoreLabel);
102      this.splitContainer.Panel1.Controls.Add(this.qualityLabel);
103      this.splitContainer.Panel1.Controls.Add(this.qualityValueView);
104      this.splitContainer.Panel1.Controls.Add(this.scoreValueView);
105      this.splitContainer.Panel1.Margin = new System.Windows.Forms.Padding(0, 0, 5, 0);
106      this.splitContainer.Panel1MinSize = 0;
107      //
108      // splitContainer.Panel2
109      //
110      this.splitContainer.Panel2.Controls.Add(this.qualityGroupBox);
111      this.splitContainer.SplitterDistance = 63;
112      //
113      // qualityGroupBox
114      //
115      this.qualityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
116            | System.Windows.Forms.AnchorStyles.Right)));
117      this.qualityGroupBox.Location = new System.Drawing.Point(3, 3);
118      this.qualityGroupBox.Size = new System.Drawing.Size(417, 63);
119      //
120      // qualityViewHost
121      //
122      this.qualityViewHost.Size = new System.Drawing.Size(405, 38);
123      //
124      // ScoreLabel
125      //
126      this.ScoreLabel.AutoSize = true;
127      this.ScoreLabel.Location = new System.Drawing.Point(7, 38);
128      this.ScoreLabel.Name = "ScoreLabel";
129      this.ScoreLabel.Size = new System.Drawing.Size(38, 13);
130      this.ScoreLabel.TabIndex = 1;
131      this.ScoreLabel.Text = "Score:";
132      //
133      // qualityLabel
134      //
135      this.qualityLabel.AutoSize = true;
136      this.qualityLabel.Location = new System.Drawing.Point(7, 11);
137      this.qualityLabel.Name = "qualityLabel";
138      this.qualityLabel.Size = new System.Drawing.Size(42, 13);
139      this.qualityLabel.TabIndex = 1;
140      this.qualityLabel.Text = "Quality:";
141      //
142      // qualityValueView
143      //
144      this.qualityValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
145            | System.Windows.Forms.AnchorStyles.Right)));
146      this.qualityValueView.Caption = "StringConvertibleValue View";
147      this.qualityValueView.Content = null;
148      this.qualityValueView.LabelVisible = false;
149      this.qualityValueView.Location = new System.Drawing.Point(65, 7);
150      this.qualityValueView.Name = "qualityValueView";
151      this.qualityValueView.ReadOnly = false;
152      this.qualityValueView.Size = new System.Drawing.Size(354, 21);
153      this.qualityValueView.TabIndex = 0;
154      //
155      // scoreValueView
156      //
157      this.scoreValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
158            | System.Windows.Forms.AnchorStyles.Right)));
159      this.scoreValueView.Caption = "StringConvertibleValue View";
160      this.scoreValueView.Content = null;
161      this.scoreValueView.LabelVisible = false;
162      this.scoreValueView.Location = new System.Drawing.Point(65, 34);
163      this.scoreValueView.Name = "scoreValueView";
164      this.scoreValueView.ReadOnly = false;
165      this.scoreValueView.Size = new System.Drawing.Size(354, 21);
166      this.scoreValueView.TabIndex = 0;
167      //
168      // OrienteeringSolutionView
169      //
170      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
171      this.Name = "OrienteeringSolutionView";
172      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
173      this.tabControl.ResumeLayout(false);
174      this.visualizationTabPage.ResumeLayout(false);
175      this.valueTabPage.ResumeLayout(false);
176      this.tourGroupBox.ResumeLayout(false);
177      this.splitContainer.Panel1.ResumeLayout(false);
178      this.splitContainer.Panel1.PerformLayout();
179      this.splitContainer.Panel2.ResumeLayout(false);
180      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
181      this.splitContainer.ResumeLayout(false);
182      this.qualityGroupBox.ResumeLayout(false);
183      this.ResumeLayout(false);
184
185    }
186
187    #endregion
188    private System.Windows.Forms.Label ScoreLabel;
189    private System.Windows.Forms.Label qualityLabel;
190    private Data.Views.StringConvertibleValueView qualityValueView;
191    private Data.Views.StringConvertibleValueView scoreValueView;
192  }
193}
Note: See TracBrowser for help on using the repository browser.