#region License Information
/* HeuristicLab
* Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
*
* This file is part of HeuristicLab.
*
* HeuristicLab is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* HeuristicLab is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with HeuristicLab. If not, see .
*/
#endregion
namespace HeuristicLab.Problems.TravelingSalesman.Views {
partial class PathTSPTourView {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing) {
if (disposing) {
if (components != null) components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.pictureBox = new System.Windows.Forms.PictureBox();
this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
this.visualizationTabPage = new System.Windows.Forms.TabPage();
this.valueTabPage = new System.Windows.Forms.TabPage();
this.tourGroupBox = new System.Windows.Forms.GroupBox();
this.tourViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
this.splitContainer = new System.Windows.Forms.SplitContainer();
this.qualityGroupBox = new System.Windows.Forms.GroupBox();
this.qualityViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
this.tabControl.SuspendLayout();
this.visualizationTabPage.SuspendLayout();
this.valueTabPage.SuspendLayout();
this.tourGroupBox.SuspendLayout();
this.splitContainer.Panel1.SuspendLayout();
this.splitContainer.Panel2.SuspendLayout();
this.splitContainer.SuspendLayout();
this.qualityGroupBox.SuspendLayout();
this.SuspendLayout();
//
// pictureBox
//
this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox.BackColor = System.Drawing.Color.White;
this.pictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pictureBox.Location = new System.Drawing.Point(6, 6);
this.pictureBox.Name = "pictureBox";
this.pictureBox.Size = new System.Drawing.Size(403, 288);
this.pictureBox.TabIndex = 0;
this.pictureBox.TabStop = false;
this.pictureBox.SizeChanged += new System.EventHandler(this.pictureBox_SizeChanged);
//
// tabControl
//
this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tabControl.Controls.Add(this.visualizationTabPage);
this.tabControl.Controls.Add(this.valueTabPage);
this.tabControl.Location = new System.Drawing.Point(0, 3);
this.tabControl.Name = "tabControl";
this.tabControl.SelectedIndex = 0;
this.tabControl.Size = new System.Drawing.Size(423, 326);
this.tabControl.TabIndex = 0;
//
// visualizationTabPage
//
this.visualizationTabPage.Controls.Add(this.pictureBox);
this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
this.visualizationTabPage.Name = "visualizationTabPage";
this.visualizationTabPage.Padding = new System.Windows.Forms.Padding(3);
this.visualizationTabPage.Size = new System.Drawing.Size(415, 300);
this.visualizationTabPage.TabIndex = 0;
this.visualizationTabPage.Text = "Visualization";
this.visualizationTabPage.UseVisualStyleBackColor = true;
//
// valueTabPage
//
this.valueTabPage.Controls.Add(this.tourGroupBox);
this.valueTabPage.Location = new System.Drawing.Point(4, 22);
this.valueTabPage.Name = "valueTabPage";
this.valueTabPage.Padding = new System.Windows.Forms.Padding(3);
this.valueTabPage.Size = new System.Drawing.Size(415, 300);
this.valueTabPage.TabIndex = 1;
this.valueTabPage.Text = "Value";
this.valueTabPage.UseVisualStyleBackColor = true;
//
// tourGroupBox
//
this.tourGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tourGroupBox.Controls.Add(this.tourViewHost);
this.tourGroupBox.Location = new System.Drawing.Point(6, 6);
this.tourGroupBox.Name = "tourGroupBox";
this.tourGroupBox.Size = new System.Drawing.Size(403, 288);
this.tourGroupBox.TabIndex = 0;
this.tourGroupBox.TabStop = false;
this.tourGroupBox.Text = "Tour";
//
// tourViewHost
//
this.tourViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tourViewHost.Content = null;
this.tourViewHost.Location = new System.Drawing.Point(6, 19);
this.tourViewHost.Name = "tourViewHost";
this.tourViewHost.ReadOnly = false;
this.tourViewHost.Size = new System.Drawing.Size(391, 263);
this.tourViewHost.TabIndex = 0;
this.tourViewHost.ViewType = null;
//
// splitContainer
//
this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer.Location = new System.Drawing.Point(0, 0);
this.splitContainer.Name = "splitContainer";
this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer.Panel1
//
this.splitContainer.Panel1.Controls.Add(this.qualityGroupBox);
//
// splitContainer.Panel2
//
this.splitContainer.Panel2.Controls.Add(this.tabControl);
this.splitContainer.Size = new System.Drawing.Size(423, 402);
this.splitContainer.SplitterDistance = 69;
this.splitContainer.TabIndex = 0;
//
// qualityGroupBox
//
this.qualityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.qualityGroupBox.Controls.Add(this.qualityViewHost);
this.qualityGroupBox.Location = new System.Drawing.Point(0, 0);
this.qualityGroupBox.Name = "qualityGroupBox";
this.qualityGroupBox.Size = new System.Drawing.Size(423, 66);
this.qualityGroupBox.TabIndex = 0;
this.qualityGroupBox.TabStop = false;
this.qualityGroupBox.Text = "Quality";
//
// qualityViewHost
//
this.qualityViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.qualityViewHost.Content = null;
this.qualityViewHost.Location = new System.Drawing.Point(6, 19);
this.qualityViewHost.Name = "qualityViewHost";
this.qualityViewHost.ReadOnly = false;
this.qualityViewHost.Size = new System.Drawing.Size(411, 41);
this.qualityViewHost.TabIndex = 0;
this.qualityViewHost.ViewType = null;
//
// PathTSPTourView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.Controls.Add(this.splitContainer);
this.Name = "PathTSPTourView";
this.Size = new System.Drawing.Size(423, 402);
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
this.tabControl.ResumeLayout(false);
this.visualizationTabPage.ResumeLayout(false);
this.valueTabPage.ResumeLayout(false);
this.tourGroupBox.ResumeLayout(false);
this.splitContainer.Panel1.ResumeLayout(false);
this.splitContainer.Panel2.ResumeLayout(false);
this.splitContainer.ResumeLayout(false);
this.qualityGroupBox.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pictureBox;
private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
private System.Windows.Forms.TabPage visualizationTabPage;
private System.Windows.Forms.TabPage valueTabPage;
private System.Windows.Forms.GroupBox tourGroupBox;
private HeuristicLab.MainForm.WindowsForms.ViewHost tourViewHost;
private System.Windows.Forms.SplitContainer splitContainer;
private System.Windows.Forms.GroupBox qualityGroupBox;
private HeuristicLab.MainForm.WindowsForms.ViewHost qualityViewHost;
}
}