[3107] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[14186] | 3 | * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[3107] | 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 |
|
---|
[3158] | 22 | namespace HeuristicLab.Problems.TravelingSalesman.Views {
|
---|
[3107] | 23 | partial class PathTSPTourView {
|
---|
| 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();
|
---|
[5466] | 48 | this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
|
---|
[3693] | 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();
|
---|
[3107] | 56 | ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
|
---|
[3693] | 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();
|
---|
[3107] | 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;
|
---|
[3693] | 74 | this.pictureBox.Location = new System.Drawing.Point(6, 6);
|
---|
[3107] | 75 | this.pictureBox.Name = "pictureBox";
|
---|
[3693] | 76 | this.pictureBox.Size = new System.Drawing.Size(403, 288);
|
---|
[3107] | 77 | this.pictureBox.TabIndex = 0;
|
---|
| 78 | this.pictureBox.TabStop = false;
|
---|
| 79 | this.pictureBox.SizeChanged += new System.EventHandler(this.pictureBox_SizeChanged);
|
---|
| 80 | //
|
---|
[3693] | 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 | //
|
---|
[3107] | 186 | // PathTSPTourView
|
---|
| 187 | //
|
---|
| 188 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[7967] | 189 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[3693] | 190 | this.Controls.Add(this.splitContainer);
|
---|
[3107] | 191 | this.Name = "PathTSPTourView";
|
---|
[3693] | 192 | this.Size = new System.Drawing.Size(423, 402);
|
---|
[3107] | 193 | ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
|
---|
[3693] | 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);
|
---|
[3107] | 202 | this.ResumeLayout(false);
|
---|
| 203 |
|
---|
| 204 | }
|
---|
| 205 |
|
---|
| 206 | #endregion
|
---|
| 207 |
|
---|
| 208 | private System.Windows.Forms.PictureBox pictureBox;
|
---|
[5466] | 209 | private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
|
---|
[3693] | 210 | private System.Windows.Forms.TabPage visualizationTabPage;
|
---|
| 211 | private System.Windows.Forms.TabPage valueTabPage;
|
---|
| 212 | private System.Windows.Forms.GroupBox tourGroupBox;
|
---|
| 213 | private HeuristicLab.MainForm.WindowsForms.ViewHost tourViewHost;
|
---|
| 214 | private System.Windows.Forms.SplitContainer splitContainer;
|
---|
| 215 | private System.Windows.Forms.GroupBox qualityGroupBox;
|
---|
| 216 | private HeuristicLab.MainForm.WindowsForms.ViewHost qualityViewHost;
|
---|
[3107] | 217 |
|
---|
| 218 |
|
---|
| 219 | }
|
---|
| 220 | }
|
---|