#region License Information /* HeuristicLab * Copyright (C) 2002-2011 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.importInstanceButton = new System.Windows.Forms.Button(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.QAPLIBInstancesLabel = new System.Windows.Forms.Label(); this.instancesComboBox = new System.Windows.Forms.ComboBox(); this.loadInstanceButton = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.SuspendLayout(); // // parameterCollectionView // this.parameterCollectionView.Location = new System.Drawing.Point(0, 81); this.parameterCollectionView.Size = new System.Drawing.Size(490, 272); // // nameTextBox // this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); this.errorProvider.SetIconPadding(this.nameTextBox, 2); this.nameTextBox.Location = new System.Drawing.Point(86, 29); this.nameTextBox.Size = new System.Drawing.Size(404, 20); // // nameLabel // this.nameLabel.Location = new System.Drawing.Point(3, 32); // // descriptionLabel // this.descriptionLabel.Location = new System.Drawing.Point(3, 58); // // descriptionTextBox // this.descriptionTextBox.Location = new System.Drawing.Point(86, 55); this.descriptionTextBox.Size = new System.Drawing.Size(404, 20); // // importInstanceButton // this.importInstanceButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.importInstanceButton.Location = new System.Drawing.Point(391, 0); this.importInstanceButton.Name = "importInstanceButton"; this.importInstanceButton.Size = new System.Drawing.Size(99, 23); this.importInstanceButton.TabIndex = 5; this.importInstanceButton.Text = "Import..."; this.importInstanceButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.toolTip.SetToolTip(this.importInstanceButton, "Import files in QAPLIB format."); this.importInstanceButton.UseVisualStyleBackColor = true; this.importInstanceButton.Click += new System.EventHandler(this.importInstanceButton_Click); // // openFileDialog // this.openFileDialog.FileName = "instance.dat"; this.openFileDialog.Filter = "Dat files|*.dat|All files|*.*"; // // QAPLIBInstancesLabel // this.QAPLIBInstancesLabel.AutoSize = true; this.QAPLIBInstancesLabel.Cursor = System.Windows.Forms.Cursors.Hand; this.QAPLIBInstancesLabel.Location = new System.Drawing.Point(3, 5); this.QAPLIBInstancesLabel.Name = "QAPLIBInstancesLabel"; this.QAPLIBInstancesLabel.Size = new System.Drawing.Size(96, 13); this.QAPLIBInstancesLabel.TabIndex = 6; this.QAPLIBInstancesLabel.Text = "QAPLIB instances:"; this.toolTip.SetToolTip(this.QAPLIBInstancesLabel, "These instances were taken from the QAPLIB homepage at http://www.seas.upenn.edu/" + "qaplib/"); this.QAPLIBInstancesLabel.Click += new System.EventHandler(this.QAPLIBInstancesLabel_Click); // // instancesComboBox // this.instancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.instancesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.instancesComboBox.FormattingEnabled = true; this.instancesComboBox.Location = new System.Drawing.Point(105, 2); this.instancesComboBox.Name = "instancesComboBox"; this.instancesComboBox.Size = new System.Drawing.Size(201, 21); this.instancesComboBox.TabIndex = 7; this.instancesComboBox.SelectedValueChanged += new System.EventHandler(this.instancesComboBox_SelectedValueChanged); // // loadInstanceButton // this.loadInstanceButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.loadInstanceButton.Location = new System.Drawing.Point(312, 0); this.loadInstanceButton.Name = "loadInstanceButton"; this.loadInstanceButton.Size = new System.Drawing.Size(73, 23); this.loadInstanceButton.TabIndex = 5; this.loadInstanceButton.Text = "Load"; this.loadInstanceButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.toolTip.SetToolTip(this.loadInstanceButton, "Load the selected QAPLIB instance."); this.loadInstanceButton.UseVisualStyleBackColor = true; this.loadInstanceButton.Click += new System.EventHandler(this.loadInstanceButton_Click); // // QuadraticAssignmentProblemView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.instancesComboBox); this.Controls.Add(this.importInstanceButton); this.Controls.Add(this.loadInstanceButton); this.Controls.Add(this.QAPLIBInstancesLabel); this.Name = "QuadraticAssignmentProblemView"; this.Controls.SetChildIndex(this.descriptionLabel, 0); this.Controls.SetChildIndex(this.nameLabel, 0); this.Controls.SetChildIndex(this.nameTextBox, 0); this.Controls.SetChildIndex(this.QAPLIBInstancesLabel, 0); this.Controls.SetChildIndex(this.descriptionTextBox, 0); this.Controls.SetChildIndex(this.loadInstanceButton, 0); this.Controls.SetChildIndex(this.importInstanceButton, 0); this.Controls.SetChildIndex(this.instancesComboBox, 0); this.Controls.SetChildIndex(this.parameterCollectionView, 0); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button importInstanceButton; private System.Windows.Forms.OpenFileDialog openFileDialog; private System.Windows.Forms.Label QAPLIBInstancesLabel; private System.Windows.Forms.ComboBox instancesComboBox; private System.Windows.Forms.Button loadInstanceButton; } }