Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Orienteering.Views/3.3/OrienteeringSolutionView.Designer.cs @ 11329

Last change on this file since 11329 was 11329, checked in by pfleck, 10 years ago

#2208 Hide Quality Penalty and Distance values in OrienteeringSolutionView when no solution is present.

File size: 13.8 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2014 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.pictureBox = new System.Windows.Forms.PictureBox();
48      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
49      this.visualizationTabPage = new System.Windows.Forms.TabPage();
50      this.valueTabPage = new System.Windows.Forms.TabPage();
51      this.tourGroupBox = new System.Windows.Forms.GroupBox();
52      this.tourViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
53      this.splitContainer = new System.Windows.Forms.SplitContainer();
54      this.qualityGroupBox = new System.Windows.Forms.GroupBox();
55      this.qualityViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
56      this.distanceGroupBox = new System.Windows.Forms.GroupBox();
57      this.distanceViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
58      this.penaltyGroupBox = new System.Windows.Forms.GroupBox();
59      this.penaltyViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
60      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
61      this.tabControl.SuspendLayout();
62      this.visualizationTabPage.SuspendLayout();
63      this.valueTabPage.SuspendLayout();
64      this.tourGroupBox.SuspendLayout();
65      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
66      this.splitContainer.Panel1.SuspendLayout();
67      this.splitContainer.Panel2.SuspendLayout();
68      this.splitContainer.SuspendLayout();
69      this.qualityGroupBox.SuspendLayout();
70      this.distanceGroupBox.SuspendLayout();
71      this.penaltyGroupBox.SuspendLayout();
72      this.SuspendLayout();
73      //
74      // pictureBox
75      //
76      this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
77            | System.Windows.Forms.AnchorStyles.Left)
78            | System.Windows.Forms.AnchorStyles.Right)));
79      this.pictureBox.BackColor = System.Drawing.Color.White;
80      this.pictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
81      this.pictureBox.Location = new System.Drawing.Point(6, 6);
82      this.pictureBox.Name = "pictureBox";
83      this.pictureBox.Size = new System.Drawing.Size(199, 362);
84      this.pictureBox.TabIndex = 0;
85      this.pictureBox.TabStop = false;
86      this.pictureBox.SizeChanged += new System.EventHandler(this.pictureBox_SizeChanged);
87      //
88      // tabControl
89      //
90      this.tabControl.AllowDrop = true;
91      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
92            | System.Windows.Forms.AnchorStyles.Left)
93            | System.Windows.Forms.AnchorStyles.Right)));
94      this.tabControl.Controls.Add(this.visualizationTabPage);
95      this.tabControl.Controls.Add(this.valueTabPage);
96      this.tabControl.Location = new System.Drawing.Point(0, 3);
97      this.tabControl.Name = "tabControl";
98      this.tabControl.SelectedIndex = 0;
99      this.tabControl.Size = new System.Drawing.Size(219, 396);
100      this.tabControl.TabIndex = 0;
101      //
102      // visualizationTabPage
103      //
104      this.visualizationTabPage.Controls.Add(this.pictureBox);
105      this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
106      this.visualizationTabPage.Name = "visualizationTabPage";
107      this.visualizationTabPage.Padding = new System.Windows.Forms.Padding(3);
108      this.visualizationTabPage.Size = new System.Drawing.Size(211, 370);
109      this.visualizationTabPage.TabIndex = 0;
110      this.visualizationTabPage.Text = "Visualization";
111      this.visualizationTabPage.UseVisualStyleBackColor = true;
112      //
113      // valueTabPage
114      //
115      this.valueTabPage.Controls.Add(this.tourGroupBox);
116      this.valueTabPage.Location = new System.Drawing.Point(4, 22);
117      this.valueTabPage.Name = "valueTabPage";
118      this.valueTabPage.Padding = new System.Windows.Forms.Padding(3);
119      this.valueTabPage.Size = new System.Drawing.Size(211, 370);
120      this.valueTabPage.TabIndex = 1;
121      this.valueTabPage.Text = "Value";
122      this.valueTabPage.UseVisualStyleBackColor = true;
123      //
124      // tourGroupBox
125      //
126      this.tourGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
127            | System.Windows.Forms.AnchorStyles.Left)
128            | System.Windows.Forms.AnchorStyles.Right)));
129      this.tourGroupBox.Controls.Add(this.tourViewHost);
130      this.tourGroupBox.Location = new System.Drawing.Point(6, 6);
131      this.tourGroupBox.Name = "tourGroupBox";
132      this.tourGroupBox.Size = new System.Drawing.Size(199, 358);
133      this.tourGroupBox.TabIndex = 0;
134      this.tourGroupBox.TabStop = false;
135      this.tourGroupBox.Text = "Tour";
136      //
137      // tourViewHost
138      //
139      this.tourViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
140            | System.Windows.Forms.AnchorStyles.Left)
141            | System.Windows.Forms.AnchorStyles.Right)));
142      this.tourViewHost.Caption = "View";
143      this.tourViewHost.Content = null;
144      this.tourViewHost.Enabled = false;
145      this.tourViewHost.Location = new System.Drawing.Point(6, 19);
146      this.tourViewHost.Name = "tourViewHost";
147      this.tourViewHost.ReadOnly = false;
148      this.tourViewHost.Size = new System.Drawing.Size(187, 333);
149      this.tourViewHost.TabIndex = 0;
150      this.tourViewHost.ViewsLabelVisible = true;
151      this.tourViewHost.ViewType = null;
152      //
153      // splitContainer
154      //
155      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
156      this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
157      this.splitContainer.Location = new System.Drawing.Point(0, 0);
158      this.splitContainer.Name = "splitContainer";
159      //
160      // splitContainer.Panel1
161      //
162      this.splitContainer.Panel1.Controls.Add(this.qualityGroupBox);
163      this.splitContainer.Panel1.Controls.Add(this.distanceGroupBox);
164      this.splitContainer.Panel1.Controls.Add(this.penaltyGroupBox);
165      this.splitContainer.Panel1.Margin = new System.Windows.Forms.Padding(0, 0, 5, 0);
166      this.splitContainer.Panel1MinSize = 0;
167      //
168      // splitContainer.Panel2
169      //
170      this.splitContainer.Panel2.Controls.Add(this.tabControl);
171      this.splitContainer.Size = new System.Drawing.Size(423, 402);
172      this.splitContainer.SplitterDistance = 200;
173      this.splitContainer.TabIndex = 0;
174      //
175      // qualityGroupBox
176      //
177      this.qualityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
178            | System.Windows.Forms.AnchorStyles.Right)));
179      this.qualityGroupBox.Controls.Add(this.qualityViewHost);
180      this.qualityGroupBox.Location = new System.Drawing.Point(0, 0);
181      this.qualityGroupBox.Name = "qualityGroupBox";
182      this.qualityGroupBox.Size = new System.Drawing.Size(194, 46);
183      this.qualityGroupBox.TabIndex = 0;
184      this.qualityGroupBox.TabStop = false;
185      this.qualityGroupBox.Text = "Quality";
186      //
187      // qualityViewHost
188      //
189      this.qualityViewHost.Caption = "View";
190      this.qualityViewHost.Content = null;
191      this.qualityViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
192      this.qualityViewHost.Enabled = false;
193      this.qualityViewHost.Location = new System.Drawing.Point(3, 16);
194      this.qualityViewHost.Name = "qualityViewHost";
195      this.qualityViewHost.ReadOnly = false;
196      this.qualityViewHost.Size = new System.Drawing.Size(188, 27);
197      this.qualityViewHost.TabIndex = 0;
198      this.qualityViewHost.ViewsLabelVisible = true;
199      this.qualityViewHost.ViewType = null;
200      //
201      // distanceGroupBox
202      //
203      this.distanceGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
204            | System.Windows.Forms.AnchorStyles.Right)));
205      this.distanceGroupBox.Controls.Add(this.distanceViewHost);
206      this.distanceGroupBox.Location = new System.Drawing.Point(0, 49);
207      this.distanceGroupBox.Name = "distanceGroupBox";
208      this.distanceGroupBox.Size = new System.Drawing.Size(194, 46);
209      this.distanceGroupBox.TabIndex = 1;
210      this.distanceGroupBox.TabStop = false;
211      this.distanceGroupBox.Text = "Distance";
212      //
213      // distanceViewHost
214      //
215      this.distanceViewHost.Caption = "View";
216      this.distanceViewHost.Content = null;
217      this.distanceViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
218      this.distanceViewHost.Enabled = false;
219      this.distanceViewHost.Location = new System.Drawing.Point(3, 16);
220      this.distanceViewHost.Name = "distanceViewHost";
221      this.distanceViewHost.ReadOnly = false;
222      this.distanceViewHost.Size = new System.Drawing.Size(188, 27);
223      this.distanceViewHost.TabIndex = 0;
224      this.distanceViewHost.ViewsLabelVisible = true;
225      this.distanceViewHost.ViewType = null;
226      //
227      // penaltyGroupBox
228      //
229      this.penaltyGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
230            | System.Windows.Forms.AnchorStyles.Right)));
231      this.penaltyGroupBox.Controls.Add(this.penaltyViewHost);
232      this.penaltyGroupBox.Location = new System.Drawing.Point(0, 101);
233      this.penaltyGroupBox.Name = "penaltyGroupBox";
234      this.penaltyGroupBox.Size = new System.Drawing.Size(194, 46);
235      this.penaltyGroupBox.TabIndex = 2;
236      this.penaltyGroupBox.TabStop = false;
237      this.penaltyGroupBox.Text = "Penalty";
238      //
239      // penaltyViewHost
240      //
241      this.penaltyViewHost.Caption = "View";
242      this.penaltyViewHost.Content = null;
243      this.penaltyViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
244      this.penaltyViewHost.Enabled = false;
245      this.penaltyViewHost.Location = new System.Drawing.Point(3, 16);
246      this.penaltyViewHost.Name = "penaltyViewHost";
247      this.penaltyViewHost.ReadOnly = false;
248      this.penaltyViewHost.Size = new System.Drawing.Size(188, 27);
249      this.penaltyViewHost.TabIndex = 0;
250      this.penaltyViewHost.ViewsLabelVisible = true;
251      this.penaltyViewHost.ViewType = null;
252      //
253      // OrienteeringSolutionView
254      //
255      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
256      this.Controls.Add(this.splitContainer);
257      this.Name = "OrienteeringSolutionView";
258      this.Size = new System.Drawing.Size(423, 402);
259      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
260      this.tabControl.ResumeLayout(false);
261      this.visualizationTabPage.ResumeLayout(false);
262      this.valueTabPage.ResumeLayout(false);
263      this.tourGroupBox.ResumeLayout(false);
264      this.splitContainer.Panel1.ResumeLayout(false);
265      this.splitContainer.Panel2.ResumeLayout(false);
266      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
267      this.splitContainer.ResumeLayout(false);
268      this.qualityGroupBox.ResumeLayout(false);
269      this.distanceGroupBox.ResumeLayout(false);
270      this.penaltyGroupBox.ResumeLayout(false);
271      this.ResumeLayout(false);
272
273    }
274
275    #endregion
276
277    private System.Windows.Forms.PictureBox pictureBox;
278    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
279    private System.Windows.Forms.TabPage visualizationTabPage;
280    private System.Windows.Forms.TabPage valueTabPage;
281    private System.Windows.Forms.GroupBox tourGroupBox;
282    private HeuristicLab.MainForm.WindowsForms.ViewHost tourViewHost;
283    private System.Windows.Forms.SplitContainer splitContainer;
284    private System.Windows.Forms.GroupBox qualityGroupBox;
285    private HeuristicLab.MainForm.WindowsForms.ViewHost qualityViewHost;
286    private System.Windows.Forms.GroupBox distanceGroupBox;
287    private MainForm.WindowsForms.ViewHost distanceViewHost;
288    private System.Windows.Forms.GroupBox penaltyGroupBox;
289    private MainForm.WindowsForms.ViewHost penaltyViewHost;
290  }
291}
Note: See TracBrowser for help on using the repository browser.