#region License Information /* HeuristicLab * Copyright (C) 2002-2017 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.GeneralizedQuadraticAssignment.Views { partial class GQAPAssignmentView { /// /// 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.assignmentTreeView = new System.Windows.Forms.TreeView(); this.label1 = new System.Windows.Forms.Label(); this.qualityLabel = new System.Windows.Forms.Label(); this.assignmentGroupBox = new System.Windows.Forms.GroupBox(); this.assignmentSplitContainer = new System.Windows.Forms.SplitContainer(); this.assignmentView = new HeuristicLab.Data.Views.StringConvertibleArrayView(); this.characteristicsGroupBox = new System.Windows.Forms.GroupBox(); this.label7 = new System.Windows.Forms.Label(); this.overbookedCapacityLabel = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.installationQualityLabel = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.flowDistanceQualityLabel = new System.Windows.Forms.Label(); this.recalculateButton = new System.Windows.Forms.Button(); this.assignmentGroupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.assignmentSplitContainer)).BeginInit(); this.assignmentSplitContainer.Panel1.SuspendLayout(); this.assignmentSplitContainer.Panel2.SuspendLayout(); this.assignmentSplitContainer.SuspendLayout(); this.characteristicsGroupBox.SuspendLayout(); this.SuspendLayout(); // // assignmentTreeView // this.assignmentTreeView.Dock = System.Windows.Forms.DockStyle.Fill; this.assignmentTreeView.Location = new System.Drawing.Point(0, 0); this.assignmentTreeView.Margin = new System.Windows.Forms.Padding(3, 6, 3, 3); this.assignmentTreeView.Name = "assignmentTreeView"; this.assignmentTreeView.Size = new System.Drawing.Size(78, 337); this.assignmentTreeView.TabIndex = 3; this.assignmentTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.assignmentTreeView_AfterSelect); this.assignmentTreeView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.assignmentTreeView_MouseUp); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 19); this.label1.Margin = new System.Windows.Forms.Padding(3); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(42, 13); this.label1.TabIndex = 0; this.label1.Text = "Quality:"; // // qualityLabel // this.qualityLabel.AutoSize = true; this.qualityLabel.Location = new System.Drawing.Point(91, 19); this.qualityLabel.Margin = new System.Windows.Forms.Padding(3); this.qualityLabel.Name = "qualityLabel"; this.qualityLabel.Size = new System.Drawing.Size(10, 13); this.qualityLabel.TabIndex = 4; this.qualityLabel.Text = "-"; // // assignmentGroupBox // this.assignmentGroupBox.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.assignmentGroupBox.Controls.Add(this.assignmentSplitContainer); this.assignmentGroupBox.Location = new System.Drawing.Point(217, 3); this.assignmentGroupBox.Name = "assignmentGroupBox"; this.assignmentGroupBox.Size = new System.Drawing.Size(240, 356); this.assignmentGroupBox.TabIndex = 5; this.assignmentGroupBox.TabStop = false; this.assignmentGroupBox.Text = "Assignment"; // // assignmentSplitContainer // this.assignmentSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.assignmentSplitContainer.Location = new System.Drawing.Point(3, 16); this.assignmentSplitContainer.Name = "assignmentSplitContainer"; // // assignmentSplitContainer.Panel1 // this.assignmentSplitContainer.Panel1.Controls.Add(this.assignmentTreeView); // // assignmentSplitContainer.Panel2 // this.assignmentSplitContainer.Panel2.Controls.Add(this.assignmentView); this.assignmentSplitContainer.Size = new System.Drawing.Size(234, 337); this.assignmentSplitContainer.SplitterDistance = 78; this.assignmentSplitContainer.TabIndex = 4; // // assignmentView // this.assignmentView.Caption = "StringConvertibleArray View"; this.assignmentView.Content = null; this.assignmentView.Dock = System.Windows.Forms.DockStyle.Fill; this.assignmentView.Location = new System.Drawing.Point(0, 0); this.assignmentView.Name = "assignmentView"; this.assignmentView.ReadOnly = false; this.assignmentView.Size = new System.Drawing.Size(152, 337); this.assignmentView.TabIndex = 0; // // characteristicsGroupBox // this.characteristicsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.characteristicsGroupBox.Controls.Add(this.recalculateButton); this.characteristicsGroupBox.Controls.Add(this.label7); this.characteristicsGroupBox.Controls.Add(this.overbookedCapacityLabel); this.characteristicsGroupBox.Controls.Add(this.label5); this.characteristicsGroupBox.Controls.Add(this.installationQualityLabel); this.characteristicsGroupBox.Controls.Add(this.label3); this.characteristicsGroupBox.Controls.Add(this.flowDistanceQualityLabel); this.characteristicsGroupBox.Controls.Add(this.label1); this.characteristicsGroupBox.Controls.Add(this.qualityLabel); this.characteristicsGroupBox.Location = new System.Drawing.Point(3, 3); this.characteristicsGroupBox.Name = "characteristicsGroupBox"; this.characteristicsGroupBox.Size = new System.Drawing.Size(208, 356); this.characteristicsGroupBox.TabIndex = 6; this.characteristicsGroupBox.TabStop = false; this.characteristicsGroupBox.Text = "Characteristics"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(6, 76); this.label7.Margin = new System.Windows.Forms.Padding(3); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(71, 13); this.label7.TabIndex = 0; this.label7.Text = "Overbooking:"; // // overbookedCapacityLabel // this.overbookedCapacityLabel.AutoSize = true; this.overbookedCapacityLabel.Location = new System.Drawing.Point(91, 76); this.overbookedCapacityLabel.Margin = new System.Windows.Forms.Padding(3); this.overbookedCapacityLabel.Name = "overbookedCapacityLabel"; this.overbookedCapacityLabel.Size = new System.Drawing.Size(10, 13); this.overbookedCapacityLabel.TabIndex = 4; this.overbookedCapacityLabel.Text = "-"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(6, 57); this.label5.Margin = new System.Windows.Forms.Padding(3); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(60, 13); this.label5.TabIndex = 0; this.label5.Text = "Installation:"; // // installationQualityLabel // this.installationQualityLabel.AutoSize = true; this.installationQualityLabel.Location = new System.Drawing.Point(91, 57); this.installationQualityLabel.Margin = new System.Windows.Forms.Padding(3); this.installationQualityLabel.Name = "installationQualityLabel"; this.installationQualityLabel.Size = new System.Drawing.Size(10, 13); this.installationQualityLabel.TabIndex = 4; this.installationQualityLabel.Text = "-"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 38); this.label3.Margin = new System.Windows.Forms.Padding(3); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(79, 13); this.label3.TabIndex = 0; this.label3.Text = "Flow/Distance:"; // // flowDistanceQualityLabel // this.flowDistanceQualityLabel.AutoSize = true; this.flowDistanceQualityLabel.Location = new System.Drawing.Point(91, 38); this.flowDistanceQualityLabel.Margin = new System.Windows.Forms.Padding(3); this.flowDistanceQualityLabel.Name = "flowDistanceQualityLabel"; this.flowDistanceQualityLabel.Size = new System.Drawing.Size(10, 13); this.flowDistanceQualityLabel.TabIndex = 4; this.flowDistanceQualityLabel.Text = "-"; // // recalculateButton // this.recalculateButton.Location = new System.Drawing.Point(9, 95); this.recalculateButton.Name = "recalculateButton"; this.recalculateButton.Size = new System.Drawing.Size(193, 23); this.recalculateButton.TabIndex = 5; this.recalculateButton.Text = "Recalculate"; this.recalculateButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.recalculateButton.UseVisualStyleBackColor = true; this.recalculateButton.Click += new System.EventHandler(this.recalculateButton_Click); // // GQAPAssignmentView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.characteristicsGroupBox); this.Controls.Add(this.assignmentGroupBox); this.Name = "GQAPAssignmentView"; this.Size = new System.Drawing.Size(460, 362); this.assignmentGroupBox.ResumeLayout(false); this.assignmentSplitContainer.Panel1.ResumeLayout(false); this.assignmentSplitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.assignmentSplitContainer)).EndInit(); this.assignmentSplitContainer.ResumeLayout(false); this.characteristicsGroupBox.ResumeLayout(false); this.characteristicsGroupBox.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TreeView assignmentTreeView; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label qualityLabel; private System.Windows.Forms.GroupBox assignmentGroupBox; private System.Windows.Forms.GroupBox characteristicsGroupBox; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label flowDistanceQualityLabel; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label overbookedCapacityLabel; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label installationQualityLabel; private System.Windows.Forms.SplitContainer assignmentSplitContainer; private Data.Views.StringConvertibleArrayView assignmentView; private System.Windows.Forms.Button recalculateButton; } }