Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2208:

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