Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2208 improved visualization of orienteering solution

File size: 10.5 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      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
57      this.tabControl.SuspendLayout();
58      this.visualizationTabPage.SuspendLayout();
59      this.valueTabPage.SuspendLayout();
60      this.tourGroupBox.SuspendLayout();
61      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
62      this.splitContainer.Panel1.SuspendLayout();
63      this.splitContainer.Panel2.SuspendLayout();
64      this.splitContainer.SuspendLayout();
65      this.qualityGroupBox.SuspendLayout();
66      this.SuspendLayout();
67      //
68      // pictureBox
69      //
70      this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
71            | System.Windows.Forms.AnchorStyles.Left)
72            | System.Windows.Forms.AnchorStyles.Right)));
73      this.pictureBox.BackColor = System.Drawing.Color.White;
74      this.pictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
75      this.pictureBox.Location = new System.Drawing.Point(6, 6);
76      this.pictureBox.Name = "pictureBox";
77      this.pictureBox.Size = new System.Drawing.Size(403, 322);
78      this.pictureBox.TabIndex = 0;
79      this.pictureBox.TabStop = false;
80      this.pictureBox.SizeChanged += new System.EventHandler(this.pictureBox_SizeChanged);
81      //
82      // tabControl
83      //
84      this.tabControl.AllowDrop = true;
85      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
86            | System.Windows.Forms.AnchorStyles.Left)
87            | System.Windows.Forms.AnchorStyles.Right)));
88      this.tabControl.Controls.Add(this.visualizationTabPage);
89      this.tabControl.Controls.Add(this.valueTabPage);
90      this.tabControl.Location = new System.Drawing.Point(0, 3);
91      this.tabControl.Name = "tabControl";
92      this.tabControl.SelectedIndex = 0;
93      this.tabControl.Size = new System.Drawing.Size(423, 360);
94      this.tabControl.TabIndex = 0;
95      //
96      // visualizationTabPage
97      //
98      this.visualizationTabPage.Controls.Add(this.pictureBox);
99      this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
100      this.visualizationTabPage.Name = "visualizationTabPage";
101      this.visualizationTabPage.Padding = new System.Windows.Forms.Padding(3);
102      this.visualizationTabPage.Size = new System.Drawing.Size(415, 334);
103      this.visualizationTabPage.TabIndex = 0;
104      this.visualizationTabPage.Text = "Visualization";
105      this.visualizationTabPage.UseVisualStyleBackColor = true;
106      //
107      // valueTabPage
108      //
109      this.valueTabPage.Controls.Add(this.tourGroupBox);
110      this.valueTabPage.Location = new System.Drawing.Point(4, 22);
111      this.valueTabPage.Name = "valueTabPage";
112      this.valueTabPage.Padding = new System.Windows.Forms.Padding(3);
113      this.valueTabPage.Size = new System.Drawing.Size(415, 300);
114      this.valueTabPage.TabIndex = 1;
115      this.valueTabPage.Text = "Value";
116      this.valueTabPage.UseVisualStyleBackColor = true;
117      //
118      // tourGroupBox
119      //
120      this.tourGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
121            | System.Windows.Forms.AnchorStyles.Left)
122            | System.Windows.Forms.AnchorStyles.Right)));
123      this.tourGroupBox.Controls.Add(this.tourViewHost);
124      this.tourGroupBox.Location = new System.Drawing.Point(6, 6);
125      this.tourGroupBox.Name = "tourGroupBox";
126      this.tourGroupBox.Size = new System.Drawing.Size(403, 288);
127      this.tourGroupBox.TabIndex = 0;
128      this.tourGroupBox.TabStop = false;
129      this.tourGroupBox.Text = "Tour";
130      //
131      // tourViewHost
132      //
133      this.tourViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
134            | System.Windows.Forms.AnchorStyles.Left)
135            | System.Windows.Forms.AnchorStyles.Right)));
136      this.tourViewHost.Caption = "View";
137      this.tourViewHost.Content = null;
138      this.tourViewHost.Enabled = false;
139      this.tourViewHost.Location = new System.Drawing.Point(6, 19);
140      this.tourViewHost.Name = "tourViewHost";
141      this.tourViewHost.ReadOnly = false;
142      this.tourViewHost.Size = new System.Drawing.Size(391, 263);
143      this.tourViewHost.TabIndex = 0;
144      this.tourViewHost.ViewsLabelVisible = true;
145      this.tourViewHost.ViewType = null;
146      //
147      // splitContainer
148      //
149      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
150      this.splitContainer.Location = new System.Drawing.Point(0, 0);
151      this.splitContainer.Name = "splitContainer";
152      this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
153      //
154      // splitContainer.Panel1
155      //
156      this.splitContainer.Panel1.Controls.Add(this.qualityGroupBox);
157      //
158      // splitContainer.Panel2
159      //
160      this.splitContainer.Panel2.Controls.Add(this.tabControl);
161      this.splitContainer.Size = new System.Drawing.Size(423, 402);
162      this.splitContainer.SplitterDistance = 35;
163      this.splitContainer.TabIndex = 0;
164      //
165      // qualityGroupBox
166      //
167      this.qualityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
168            | System.Windows.Forms.AnchorStyles.Left)
169            | System.Windows.Forms.AnchorStyles.Right)));
170      this.qualityGroupBox.Controls.Add(this.qualityViewHost);
171      this.qualityGroupBox.Location = new System.Drawing.Point(0, 0);
172      this.qualityGroupBox.Name = "qualityGroupBox";
173      this.qualityGroupBox.Size = new System.Drawing.Size(423, 32);
174      this.qualityGroupBox.TabIndex = 0;
175      this.qualityGroupBox.TabStop = false;
176      this.qualityGroupBox.Text = "Quality";
177      //
178      // qualityViewHost
179      //
180      this.qualityViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
181            | System.Windows.Forms.AnchorStyles.Left)
182            | System.Windows.Forms.AnchorStyles.Right)));
183      this.qualityViewHost.Caption = "View";
184      this.qualityViewHost.Content = null;
185      this.qualityViewHost.Enabled = false;
186      this.qualityViewHost.Location = new System.Drawing.Point(6, 19);
187      this.qualityViewHost.Name = "qualityViewHost";
188      this.qualityViewHost.ReadOnly = false;
189      this.qualityViewHost.Size = new System.Drawing.Size(411, 7);
190      this.qualityViewHost.TabIndex = 0;
191      this.qualityViewHost.ViewsLabelVisible = true;
192      this.qualityViewHost.ViewType = null;
193      //
194      // OrienteeringSolutionView
195      //
196      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
197      this.Controls.Add(this.splitContainer);
198      this.Name = "OrienteeringSolutionView";
199      this.Size = new System.Drawing.Size(423, 402);
200      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
201      this.tabControl.ResumeLayout(false);
202      this.visualizationTabPage.ResumeLayout(false);
203      this.valueTabPage.ResumeLayout(false);
204      this.tourGroupBox.ResumeLayout(false);
205      this.splitContainer.Panel1.ResumeLayout(false);
206      this.splitContainer.Panel2.ResumeLayout(false);
207      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
208      this.splitContainer.ResumeLayout(false);
209      this.qualityGroupBox.ResumeLayout(false);
210      this.ResumeLayout(false);
211
212    }
213
214    #endregion
215
216    private System.Windows.Forms.PictureBox pictureBox;
217    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
218    private System.Windows.Forms.TabPage visualizationTabPage;
219    private System.Windows.Forms.TabPage valueTabPage;
220    private System.Windows.Forms.GroupBox tourGroupBox;
221    private HeuristicLab.MainForm.WindowsForms.ViewHost tourViewHost;
222    private System.Windows.Forms.SplitContainer splitContainer;
223    private System.Windows.Forms.GroupBox qualityGroupBox;
224    private HeuristicLab.MainForm.WindowsForms.ViewHost qualityViewHost;
225  }
226}
Note: See TracBrowser for help on using the repository browser.