Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2521_ProblemRefactoring/HeuristicLab.Problems.TravelingSalesman.Views/3.3/TSPSolutionView.Designer.cs @ 17248

Last change on this file since 17248 was 17248, checked in by abeham, 5 years ago

#2521: working on TSP refactoring

File size: 10.6 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.TravelingSalesman.Views {
23  partial class TSPSolutionView {
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) {
35        if (components != null) 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, 291);
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, 329);
94      this.tabControl.TabIndex = 0;
95      //
96      // visualizationTabPage
97      //
98      this.visualizationTabPage.BackColor = System.Drawing.SystemColors.Window;
99      this.visualizationTabPage.Controls.Add(this.pictureBox);
100      this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
101      this.visualizationTabPage.Name = "visualizationTabPage";
102      this.visualizationTabPage.Padding = new System.Windows.Forms.Padding(3);
103      this.visualizationTabPage.Size = new System.Drawing.Size(415, 303);
104      this.visualizationTabPage.TabIndex = 0;
105      this.visualizationTabPage.Text = "Visualization";
106      //
107      // valueTabPage
108      //
109      this.valueTabPage.BackColor = System.Drawing.SystemColors.Window;
110      this.valueTabPage.Controls.Add(this.tourGroupBox);
111      this.valueTabPage.Location = new System.Drawing.Point(4, 22);
112      this.valueTabPage.Name = "valueTabPage";
113      this.valueTabPage.Padding = new System.Windows.Forms.Padding(3);
114      this.valueTabPage.Size = new System.Drawing.Size(415, 300);
115      this.valueTabPage.TabIndex = 1;
116      this.valueTabPage.Text = "Value";
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.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
151      this.splitContainer.Location = new System.Drawing.Point(0, 0);
152      this.splitContainer.Name = "splitContainer";
153      this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
154      //
155      // splitContainer.Panel1
156      //
157      this.splitContainer.Panel1.Controls.Add(this.qualityGroupBox);
158      //
159      // splitContainer.Panel2
160      //
161      this.splitContainer.Panel2.Controls.Add(this.tabControl);
162      this.splitContainer.Size = new System.Drawing.Size(423, 402);
163      this.splitContainer.SplitterDistance = 66;
164      this.splitContainer.TabIndex = 0;
165      //
166      // qualityGroupBox
167      //
168      this.qualityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
169            | System.Windows.Forms.AnchorStyles.Left)
170            | System.Windows.Forms.AnchorStyles.Right)));
171      this.qualityGroupBox.Controls.Add(this.qualityViewHost);
172      this.qualityGroupBox.Location = new System.Drawing.Point(0, 0);
173      this.qualityGroupBox.Name = "qualityGroupBox";
174      this.qualityGroupBox.Size = new System.Drawing.Size(423, 63);
175      this.qualityGroupBox.TabIndex = 0;
176      this.qualityGroupBox.TabStop = false;
177      this.qualityGroupBox.Text = "Quality";
178      //
179      // qualityViewHost
180      //
181      this.qualityViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
182            | System.Windows.Forms.AnchorStyles.Left)
183            | System.Windows.Forms.AnchorStyles.Right)));
184      this.qualityViewHost.Caption = "View";
185      this.qualityViewHost.Content = null;
186      this.qualityViewHost.Enabled = false;
187      this.qualityViewHost.Location = new System.Drawing.Point(6, 19);
188      this.qualityViewHost.Name = "qualityViewHost";
189      this.qualityViewHost.ReadOnly = false;
190      this.qualityViewHost.Size = new System.Drawing.Size(411, 38);
191      this.qualityViewHost.TabIndex = 0;
192      this.qualityViewHost.ViewsLabelVisible = true;
193      this.qualityViewHost.ViewType = null;
194      //
195      // TSPSolutionView
196      //
197      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
198      this.Controls.Add(this.splitContainer);
199      this.Name = "TSPSolutionView";
200      this.Size = new System.Drawing.Size(423, 402);
201      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
202      this.tabControl.ResumeLayout(false);
203      this.visualizationTabPage.ResumeLayout(false);
204      this.valueTabPage.ResumeLayout(false);
205      this.tourGroupBox.ResumeLayout(false);
206      this.splitContainer.Panel1.ResumeLayout(false);
207      this.splitContainer.Panel2.ResumeLayout(false);
208      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
209      this.splitContainer.ResumeLayout(false);
210      this.qualityGroupBox.ResumeLayout(false);
211      this.ResumeLayout(false);
212
213    }
214
215    #endregion
216
217    private System.Windows.Forms.PictureBox pictureBox;
218    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
219    private System.Windows.Forms.TabPage visualizationTabPage;
220    private System.Windows.Forms.TabPage valueTabPage;
221    private System.Windows.Forms.GroupBox tourGroupBox;
222    private HeuristicLab.MainForm.WindowsForms.ViewHost tourViewHost;
223    private System.Windows.Forms.SplitContainer splitContainer;
224    private System.Windows.Forms.GroupBox qualityGroupBox;
225    private HeuristicLab.MainForm.WindowsForms.ViewHost qualityViewHost;
226
227
228  }
229}
Note: See TracBrowser for help on using the repository browser.