Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GeneralizedQAP/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QuadraticAssignmentProblemView.Designer.cs @ 6755

Last change on this file since 6755 was 6659, checked in by abeham, 13 years ago

#1619

  • experimented with a first locally working version
File size: 11.9 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.QAPVisualizationControl();
56      this.reloadInstancesButton = new System.Windows.Forms.Button();
57      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
58      this.tabControl.SuspendLayout();
59      this.visualizationTabPage.SuspendLayout();
60      this.SuspendLayout();
61      //
62      // parameterCollectionView
63      //
64      this.parameterCollectionView.Location = new System.Drawing.Point(8, 107);
65      this.parameterCollectionView.Size = new System.Drawing.Size(629, 375);
66      //
67      // nameTextBox
68      //
69      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
70      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
71      this.nameTextBox.Location = new System.Drawing.Point(105, 29);
72      this.nameTextBox.Size = new System.Drawing.Size(517, 20);
73      //
74      // nameLabel
75      //
76      this.nameLabel.Location = new System.Drawing.Point(3, 32);
77      //
78      // infoLabel
79      //
80      this.infoLabel.Location = new System.Drawing.Point(628, 32);
81      //
82      // importInstanceButton
83      //
84      this.importInstanceButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
85      this.importInstanceButton.Location = new System.Drawing.Point(548, 0);
86      this.importInstanceButton.Name = "importInstanceButton";
87      this.importInstanceButton.Size = new System.Drawing.Size(99, 23);
88      this.importInstanceButton.TabIndex = 5;
89      this.importInstanceButton.Text = "Import...";
90      this.importInstanceButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
91      this.toolTip.SetToolTip(this.importInstanceButton, "Import files in QAPLIB format.");
92      this.importInstanceButton.UseVisualStyleBackColor = true;
93      this.importInstanceButton.Click += new System.EventHandler(this.importInstanceButton_Click);
94      //
95      // openFileDialog
96      //
97      this.openFileDialog.FileName = "instance.dat";
98      this.openFileDialog.Filter = "Dat files|*.dat|All files|*.*";
99      //
100      // QAPLIBInstancesLabel
101      //
102      this.QAPLIBInstancesLabel.AutoSize = true;
103      this.QAPLIBInstancesLabel.Cursor = System.Windows.Forms.Cursors.Hand;
104      this.QAPLIBInstancesLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
105      this.QAPLIBInstancesLabel.ForeColor = System.Drawing.Color.Blue;
106      this.QAPLIBInstancesLabel.Location = new System.Drawing.Point(3, 5);
107      this.QAPLIBInstancesLabel.Name = "QAPLIBInstancesLabel";
108      this.QAPLIBInstancesLabel.Size = new System.Drawing.Size(96, 13);
109      this.QAPLIBInstancesLabel.TabIndex = 6;
110      this.QAPLIBInstancesLabel.Text = "QAPLIB instances:";
111      this.toolTip.SetToolTip(this.QAPLIBInstancesLabel, "These instances were taken from the QAPLIB homepage at http://www.seas.upenn.edu/" +
112              "qaplib/");
113      this.QAPLIBInstancesLabel.Click += new System.EventHandler(this.QAPLIBInstancesLabel_Click);
114      this.QAPLIBInstancesLabel.MouseEnter += new System.EventHandler(this.QAPLIBInstancesLabel_MouseEnter);
115      this.QAPLIBInstancesLabel.MouseLeave += new System.EventHandler(this.QAPLIBInstancesLabel_MouseLeave);
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(137, 1);
124      this.instancesComboBox.Name = "instancesComboBox";
125      this.instancesComboBox.Size = new System.Drawing.Size(326, 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, 55);
150      this.tabControl.Name = "tabControl";
151      this.tabControl.SelectedIndex = 0;
152      this.tabControl.Size = new System.Drawing.Size(647, 437);
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, 411);
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, 411);
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, 405);
184      this.qapView.TabIndex = 0;
185      this.qapView.Weights = null;
186      //
187      // reloadInstancesButton
188      //
189      this.reloadInstancesButton.Location = new System.Drawing.Point(105, 0);
190      this.reloadInstancesButton.Name = "reloadInstancesButton";
191      this.reloadInstancesButton.Size = new System.Drawing.Size(26, 23);
192      this.reloadInstancesButton.TabIndex = 9;
193      this.reloadInstancesButton.Text = "Reload";
194      this.reloadInstancesButton.UseVisualStyleBackColor = true;
195      this.reloadInstancesButton.Click += new System.EventHandler(this.reloadInstancesButton_Click);
196      //
197      // QuadraticAssignmentProblemView
198      //
199      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
200      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
201      this.Controls.Add(this.instancesComboBox);
202      this.Controls.Add(this.tabControl);
203      this.Controls.Add(this.importInstanceButton);
204      this.Controls.Add(this.loadInstanceButton);
205      this.Controls.Add(this.reloadInstancesButton);
206      this.Controls.Add(this.QAPLIBInstancesLabel);
207      this.Name = "QuadraticAssignmentProblemView";
208      this.Size = new System.Drawing.Size(647, 492);
209      this.Controls.SetChildIndex(this.QAPLIBInstancesLabel, 0);
210      this.Controls.SetChildIndex(this.reloadInstancesButton, 0);
211      this.Controls.SetChildIndex(this.loadInstanceButton, 0);
212      this.Controls.SetChildIndex(this.importInstanceButton, 0);
213      this.Controls.SetChildIndex(this.tabControl, 0);
214      this.Controls.SetChildIndex(this.instancesComboBox, 0);
215      this.Controls.SetChildIndex(this.infoLabel, 0);
216      this.Controls.SetChildIndex(this.parameterCollectionView, 0);
217      this.Controls.SetChildIndex(this.nameLabel, 0);
218      this.Controls.SetChildIndex(this.nameTextBox, 0);
219      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
220      this.tabControl.ResumeLayout(false);
221      this.visualizationTabPage.ResumeLayout(false);
222      this.ResumeLayout(false);
223      this.PerformLayout();
224
225    }
226
227    #endregion
228
229    private System.Windows.Forms.Button importInstanceButton;
230    private System.Windows.Forms.OpenFileDialog openFileDialog;
231    private System.Windows.Forms.Label QAPLIBInstancesLabel;
232    private System.Windows.Forms.ComboBox instancesComboBox;
233    private System.Windows.Forms.Button loadInstanceButton;
234    private System.Windows.Forms.TabControl tabControl;
235    private System.Windows.Forms.TabPage problemTabPage;
236    private System.Windows.Forms.TabPage visualizationTabPage;
237    private QAPVisualizationControl qapView;
238    private System.Windows.Forms.Button reloadInstancesButton;
239  }
240}
Note: See TracBrowser for help on using the repository browser.