#region License Information
/* HeuristicLab
* Copyright (C) 2002-2016 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.QuadraticAssignment.Views {
partial class QuadraticAssignmentProblemView {
///
/// 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 && (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.tabControl = new System.Windows.Forms.TabControl();
this.problemTabPage = new System.Windows.Forms.TabPage();
this.visualizationTabPage = new System.Windows.Forms.TabPage();
this.qapView = new HeuristicLab.Problems.QuadraticAssignment.Views.QAPVisualizationControl();
((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).BeginInit();
this.problemInstanceSplitContainer.Panel1.SuspendLayout();
this.problemInstanceSplitContainer.Panel2.SuspendLayout();
this.problemInstanceSplitContainer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
this.tabControl.SuspendLayout();
this.problemTabPage.SuspendLayout();
this.visualizationTabPage.SuspendLayout();
this.SuspendLayout();
//
// problemInstanceSplitContainer
//
//
// problemInstanceSplitContainer.Panel2
//
this.problemInstanceSplitContainer.Panel2.Controls.Add(this.tabControl);
//
// parameterCollectionView
//
this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
this.parameterCollectionView.Location = new System.Drawing.Point(3, 3);
this.parameterCollectionView.Size = new System.Drawing.Size(497, 274);
//
// nameTextBox
//
this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
this.errorProvider.SetIconPadding(this.nameTextBox, 2);
//
// 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.problemTabPage);
this.tabControl.Controls.Add(this.visualizationTabPage);
this.tabControl.Location = new System.Drawing.Point(0, 27);
this.tabControl.Name = "tabControl";
this.tabControl.SelectedIndex = 0;
this.tabControl.Size = new System.Drawing.Size(511, 306);
this.tabControl.TabIndex = 8;
//
// problemTabPage
//
this.problemTabPage.Controls.Add(this.parameterCollectionView);
this.problemTabPage.Location = new System.Drawing.Point(4, 22);
this.problemTabPage.Name = "problemTabPage";
this.problemTabPage.Padding = new System.Windows.Forms.Padding(3);
this.problemTabPage.Size = new System.Drawing.Size(503, 280);
this.problemTabPage.TabIndex = 0;
this.problemTabPage.Text = "Problem";
this.problemTabPage.UseVisualStyleBackColor = true;
//
// visualizationTabPage
//
this.visualizationTabPage.Controls.Add(this.qapView);
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(503, 280);
this.visualizationTabPage.TabIndex = 1;
this.visualizationTabPage.Text = "Visualization";
this.visualizationTabPage.UseVisualStyleBackColor = true;
//
// qapView
//
this.qapView.Assignment = null;
this.qapView.Distances = null;
this.qapView.Dock = System.Windows.Forms.DockStyle.Fill;
this.qapView.Location = new System.Drawing.Point(3, 3);
this.qapView.Name = "qapView";
this.qapView.Size = new System.Drawing.Size(497, 274);
this.qapView.TabIndex = 0;
this.qapView.Weights = null;
//
// QuadraticAssignmentProblemView
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.Name = "QuadraticAssignmentProblemView";
this.problemInstanceSplitContainer.Panel1.ResumeLayout(false);
this.problemInstanceSplitContainer.Panel2.ResumeLayout(false);
this.problemInstanceSplitContainer.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).EndInit();
this.problemInstanceSplitContainer.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
this.tabControl.ResumeLayout(false);
this.problemTabPage.ResumeLayout(false);
this.visualizationTabPage.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl;
private System.Windows.Forms.TabPage problemTabPage;
private System.Windows.Forms.TabPage visualizationTabPage;
private QAPVisualizationControl qapView;
}
}