1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
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 |
|
---|
22 | namespace HeuristicLab.Problems.QuadraticAssignment.Views {
|
---|
23 | partial class QuadraticAssignmentProblemView {
|
---|
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 && (components != null)) {
|
---|
35 | 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.importInstanceButton = new System.Windows.Forms.Button();
|
---|
48 | this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
---|
49 | this.QAPLIBInstancesLabel = new System.Windows.Forms.Label();
|
---|
50 | this.instancesComboBox = new System.Windows.Forms.ComboBox();
|
---|
51 | this.loadInstanceButton = new System.Windows.Forms.Button();
|
---|
52 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
53 | this.SuspendLayout();
|
---|
54 | //
|
---|
55 | // parameterCollectionView
|
---|
56 | //
|
---|
57 | this.parameterCollectionView.Location = new System.Drawing.Point(0, 81);
|
---|
58 | this.parameterCollectionView.Size = new System.Drawing.Size(490, 272);
|
---|
59 | //
|
---|
60 | // nameTextBox
|
---|
61 | //
|
---|
62 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
63 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
64 | this.nameTextBox.Location = new System.Drawing.Point(86, 29);
|
---|
65 | this.nameTextBox.Size = new System.Drawing.Size(404, 20);
|
---|
66 | //
|
---|
67 | // nameLabel
|
---|
68 | //
|
---|
69 | this.nameLabel.Location = new System.Drawing.Point(3, 32);
|
---|
70 | //
|
---|
71 | // descriptionLabel
|
---|
72 | //
|
---|
73 | this.descriptionLabel.Location = new System.Drawing.Point(3, 58);
|
---|
74 | //
|
---|
75 | // descriptionTextBox
|
---|
76 | //
|
---|
77 | this.descriptionTextBox.Location = new System.Drawing.Point(86, 55);
|
---|
78 | this.descriptionTextBox.Size = new System.Drawing.Size(404, 20);
|
---|
79 | //
|
---|
80 | // importInstanceButton
|
---|
81 | //
|
---|
82 | this.importInstanceButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
83 | this.importInstanceButton.Location = new System.Drawing.Point(391, 0);
|
---|
84 | this.importInstanceButton.Name = "importInstanceButton";
|
---|
85 | this.importInstanceButton.Size = new System.Drawing.Size(99, 23);
|
---|
86 | this.importInstanceButton.TabIndex = 5;
|
---|
87 | this.importInstanceButton.Text = "Import...";
|
---|
88 | this.importInstanceButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
---|
89 | this.toolTip.SetToolTip(this.importInstanceButton, "Import files in QAPLIB format.");
|
---|
90 | this.importInstanceButton.UseVisualStyleBackColor = true;
|
---|
91 | this.importInstanceButton.Click += new System.EventHandler(this.importInstanceButton_Click);
|
---|
92 | //
|
---|
93 | // openFileDialog
|
---|
94 | //
|
---|
95 | this.openFileDialog.FileName = "instance.dat";
|
---|
96 | this.openFileDialog.Filter = "Dat files|*.dat|All files|*.*";
|
---|
97 | //
|
---|
98 | // QAPLIBInstancesLabel
|
---|
99 | //
|
---|
100 | this.QAPLIBInstancesLabel.AutoSize = true;
|
---|
101 | this.QAPLIBInstancesLabel.Cursor = System.Windows.Forms.Cursors.Hand;
|
---|
102 | this.QAPLIBInstancesLabel.Location = new System.Drawing.Point(3, 5);
|
---|
103 | this.QAPLIBInstancesLabel.Name = "QAPLIBInstancesLabel";
|
---|
104 | this.QAPLIBInstancesLabel.Size = new System.Drawing.Size(96, 13);
|
---|
105 | this.QAPLIBInstancesLabel.TabIndex = 6;
|
---|
106 | this.QAPLIBInstancesLabel.Text = "QAPLIB instances:";
|
---|
107 | this.toolTip.SetToolTip(this.QAPLIBInstancesLabel, "These instances were taken from the QAPLIB homepage at http://www.seas.upenn.edu/" +
|
---|
108 | "qaplib/");
|
---|
109 | this.QAPLIBInstancesLabel.Click += new System.EventHandler(this.QAPLIBInstancesLabel_Click);
|
---|
110 | //
|
---|
111 | // instancesComboBox
|
---|
112 | //
|
---|
113 | this.instancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
114 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
115 | this.instancesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
116 | this.instancesComboBox.FormattingEnabled = true;
|
---|
117 | this.instancesComboBox.Location = new System.Drawing.Point(105, 2);
|
---|
118 | this.instancesComboBox.Name = "instancesComboBox";
|
---|
119 | this.instancesComboBox.Size = new System.Drawing.Size(201, 21);
|
---|
120 | this.instancesComboBox.TabIndex = 7;
|
---|
121 | this.instancesComboBox.SelectedValueChanged += new System.EventHandler(this.instancesComboBox_SelectedValueChanged);
|
---|
122 | //
|
---|
123 | // loadInstanceButton
|
---|
124 | //
|
---|
125 | this.loadInstanceButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
126 | this.loadInstanceButton.Location = new System.Drawing.Point(312, 0);
|
---|
127 | this.loadInstanceButton.Name = "loadInstanceButton";
|
---|
128 | this.loadInstanceButton.Size = new System.Drawing.Size(73, 23);
|
---|
129 | this.loadInstanceButton.TabIndex = 5;
|
---|
130 | this.loadInstanceButton.Text = "Load";
|
---|
131 | this.loadInstanceButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
---|
132 | this.toolTip.SetToolTip(this.loadInstanceButton, "Load the selected QAPLIB instance.");
|
---|
133 | this.loadInstanceButton.UseVisualStyleBackColor = true;
|
---|
134 | this.loadInstanceButton.Click += new System.EventHandler(this.loadInstanceButton_Click);
|
---|
135 | //
|
---|
136 | // QuadraticAssignmentProblemView
|
---|
137 | //
|
---|
138 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
139 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
140 | this.Controls.Add(this.instancesComboBox);
|
---|
141 | this.Controls.Add(this.importInstanceButton);
|
---|
142 | this.Controls.Add(this.loadInstanceButton);
|
---|
143 | this.Controls.Add(this.QAPLIBInstancesLabel);
|
---|
144 | this.Name = "QuadraticAssignmentProblemView";
|
---|
145 | this.Controls.SetChildIndex(this.descriptionLabel, 0);
|
---|
146 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
147 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
148 | this.Controls.SetChildIndex(this.QAPLIBInstancesLabel, 0);
|
---|
149 | this.Controls.SetChildIndex(this.descriptionTextBox, 0);
|
---|
150 | this.Controls.SetChildIndex(this.loadInstanceButton, 0);
|
---|
151 | this.Controls.SetChildIndex(this.importInstanceButton, 0);
|
---|
152 | this.Controls.SetChildIndex(this.instancesComboBox, 0);
|
---|
153 | this.Controls.SetChildIndex(this.parameterCollectionView, 0);
|
---|
154 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
155 | this.ResumeLayout(false);
|
---|
156 | this.PerformLayout();
|
---|
157 |
|
---|
158 | }
|
---|
159 |
|
---|
160 | #endregion
|
---|
161 |
|
---|
162 | private System.Windows.Forms.Button importInstanceButton;
|
---|
163 | private System.Windows.Forms.OpenFileDialog openFileDialog;
|
---|
164 | private System.Windows.Forms.Label QAPLIBInstancesLabel;
|
---|
165 | private System.Windows.Forms.ComboBox instancesComboBox;
|
---|
166 | private System.Windows.Forms.Button loadInstanceButton;
|
---|
167 | }
|
---|
168 | }
|
---|