Free cookie consent management tool by TermsFeed Policy Generator

source: branches/QAP/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QuadraticAssignmentProblemView.Designer.cs @ 5641

Last change on this file since 5641 was 5641, checked in by abeham, 14 years ago

#1330

  • worked on visualization (and MDS)
File size: 11.0 KB
Line 
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
22namespace 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      this.tabControl = new System.Windows.Forms.TabControl();
53      this.problemTabPage = new System.Windows.Forms.TabPage();
54      this.visualizationTabPage = new System.Windows.Forms.TabPage();
55      this.qapView = new HeuristicLab.Problems.QuadraticAssignment.Views.QAPView();
56      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
57      this.tabControl.SuspendLayout();
58      this.visualizationTabPage.SuspendLayout();
59      this.SuspendLayout();
60      //
61      // parameterCollectionView
62      //
63      this.parameterCollectionView.Location = new System.Drawing.Point(8, 107);
64      this.parameterCollectionView.Size = new System.Drawing.Size(629, 375);
65      //
66      // nameTextBox
67      //
68      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
69      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
70      this.nameTextBox.Location = new System.Drawing.Point(86, 29);
71      this.nameTextBox.Size = new System.Drawing.Size(561, 20);
72      //
73      // nameLabel
74      //
75      this.nameLabel.Location = new System.Drawing.Point(3, 32);
76      //
77      // descriptionLabel
78      //
79      this.descriptionLabel.Location = new System.Drawing.Point(3, 58);
80      //
81      // descriptionTextBox
82      //
83      this.descriptionTextBox.Location = new System.Drawing.Point(86, 55);
84      this.descriptionTextBox.Size = new System.Drawing.Size(561, 20);
85      //
86      // importInstanceButton
87      //
88      this.importInstanceButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
89      this.importInstanceButton.Location = new System.Drawing.Point(548, 0);
90      this.importInstanceButton.Name = "importInstanceButton";
91      this.importInstanceButton.Size = new System.Drawing.Size(99, 23);
92      this.importInstanceButton.TabIndex = 5;
93      this.importInstanceButton.Text = "Import...";
94      this.importInstanceButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
95      this.toolTip.SetToolTip(this.importInstanceButton, "Import files in QAPLIB format.");
96      this.importInstanceButton.UseVisualStyleBackColor = true;
97      this.importInstanceButton.Click += new System.EventHandler(this.importInstanceButton_Click);
98      //
99      // openFileDialog
100      //
101      this.openFileDialog.FileName = "instance.dat";
102      this.openFileDialog.Filter = "Dat files|*.dat|All files|*.*";
103      //
104      // QAPLIBInstancesLabel
105      //
106      this.QAPLIBInstancesLabel.AutoSize = true;
107      this.QAPLIBInstancesLabel.Cursor = System.Windows.Forms.Cursors.Hand;
108      this.QAPLIBInstancesLabel.Location = new System.Drawing.Point(3, 5);
109      this.QAPLIBInstancesLabel.Name = "QAPLIBInstancesLabel";
110      this.QAPLIBInstancesLabel.Size = new System.Drawing.Size(96, 13);
111      this.QAPLIBInstancesLabel.TabIndex = 6;
112      this.QAPLIBInstancesLabel.Text = "QAPLIB instances:";
113      this.toolTip.SetToolTip(this.QAPLIBInstancesLabel, "These instances were taken from the QAPLIB homepage at http://www.seas.upenn.edu/" +
114              "qaplib/");
115      this.QAPLIBInstancesLabel.Click += new System.EventHandler(this.QAPLIBInstancesLabel_Click);
116      //
117      // instancesComboBox
118      //
119      this.instancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
120                  | System.Windows.Forms.AnchorStyles.Right)));
121      this.instancesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
122      this.instancesComboBox.FormattingEnabled = true;
123      this.instancesComboBox.Location = new System.Drawing.Point(105, 2);
124      this.instancesComboBox.Name = "instancesComboBox";
125      this.instancesComboBox.Size = new System.Drawing.Size(358, 21);
126      this.instancesComboBox.TabIndex = 7;
127      this.instancesComboBox.SelectedValueChanged += new System.EventHandler(this.instancesComboBox_SelectedValueChanged);
128      //
129      // loadInstanceButton
130      //
131      this.loadInstanceButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
132      this.loadInstanceButton.Location = new System.Drawing.Point(469, 0);
133      this.loadInstanceButton.Name = "loadInstanceButton";
134      this.loadInstanceButton.Size = new System.Drawing.Size(73, 23);
135      this.loadInstanceButton.TabIndex = 5;
136      this.loadInstanceButton.Text = "Load";
137      this.loadInstanceButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
138      this.toolTip.SetToolTip(this.loadInstanceButton, "Load the selected QAPLIB instance.");
139      this.loadInstanceButton.UseVisualStyleBackColor = true;
140      this.loadInstanceButton.Click += new System.EventHandler(this.loadInstanceButton_Click);
141      //
142      // tabControl
143      //
144      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
145                  | System.Windows.Forms.AnchorStyles.Left)
146                  | System.Windows.Forms.AnchorStyles.Right)));
147      this.tabControl.Controls.Add(this.problemTabPage);
148      this.tabControl.Controls.Add(this.visualizationTabPage);
149      this.tabControl.Location = new System.Drawing.Point(0, 81);
150      this.tabControl.Name = "tabControl";
151      this.tabControl.SelectedIndex = 0;
152      this.tabControl.Size = new System.Drawing.Size(647, 411);
153      this.tabControl.TabIndex = 8;
154      //
155      // problemTabPage
156      //
157      this.problemTabPage.Location = new System.Drawing.Point(4, 22);
158      this.problemTabPage.Name = "problemTabPage";
159      this.problemTabPage.Padding = new System.Windows.Forms.Padding(3);
160      this.problemTabPage.Size = new System.Drawing.Size(639, 385);
161      this.problemTabPage.TabIndex = 0;
162      this.problemTabPage.Text = "Problem";
163      this.problemTabPage.UseVisualStyleBackColor = true;
164      //
165      // visualizationTabPage
166      //
167      this.visualizationTabPage.Controls.Add(this.qapView);
168      this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
169      this.visualizationTabPage.Name = "visualizationTabPage";
170      this.visualizationTabPage.Padding = new System.Windows.Forms.Padding(3);
171      this.visualizationTabPage.Size = new System.Drawing.Size(639, 385);
172      this.visualizationTabPage.TabIndex = 1;
173      this.visualizationTabPage.Text = "Visualization";
174      this.visualizationTabPage.UseVisualStyleBackColor = true;
175      //
176      // qapView
177      //
178      this.qapView.Assignment = null;
179      this.qapView.Distances = null;
180      this.qapView.Dock = System.Windows.Forms.DockStyle.Fill;
181      this.qapView.Location = new System.Drawing.Point(3, 3);
182      this.qapView.Name = "qapView";
183      this.qapView.Size = new System.Drawing.Size(633, 379);
184      this.qapView.TabIndex = 0;
185      this.qapView.Weights = null;
186      //
187      // QuadraticAssignmentProblemView
188      //
189      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
190      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
191      this.Controls.Add(this.instancesComboBox);
192      this.Controls.Add(this.tabControl);
193      this.Controls.Add(this.importInstanceButton);
194      this.Controls.Add(this.loadInstanceButton);
195      this.Controls.Add(this.QAPLIBInstancesLabel);
196      this.Name = "QuadraticAssignmentProblemView";
197      this.Size = new System.Drawing.Size(647, 492);
198      this.Controls.SetChildIndex(this.parameterCollectionView, 0);
199      this.Controls.SetChildIndex(this.descriptionLabel, 0);
200      this.Controls.SetChildIndex(this.nameLabel, 0);
201      this.Controls.SetChildIndex(this.nameTextBox, 0);
202      this.Controls.SetChildIndex(this.QAPLIBInstancesLabel, 0);
203      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
204      this.Controls.SetChildIndex(this.loadInstanceButton, 0);
205      this.Controls.SetChildIndex(this.importInstanceButton, 0);
206      this.Controls.SetChildIndex(this.tabControl, 0);
207      this.Controls.SetChildIndex(this.instancesComboBox, 0);
208      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
209      this.tabControl.ResumeLayout(false);
210      this.visualizationTabPage.ResumeLayout(false);
211      this.ResumeLayout(false);
212      this.PerformLayout();
213
214    }
215
216    #endregion
217
218    private System.Windows.Forms.Button importInstanceButton;
219    private System.Windows.Forms.OpenFileDialog openFileDialog;
220    private System.Windows.Forms.Label QAPLIBInstancesLabel;
221    private System.Windows.Forms.ComboBox instancesComboBox;
222    private System.Windows.Forms.Button loadInstanceButton;
223    private System.Windows.Forms.TabControl tabControl;
224    private System.Windows.Forms.TabPage problemTabPage;
225    private System.Windows.Forms.TabPage visualizationTabPage;
226    private QAPView qapView;
227  }
228}
Note: See TracBrowser for help on using the repository browser.