Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1330

  • Added working version of QAP
File size: 7.4 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.label1 = 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(375, 0);
84      this.importInstanceButton.Name = "importInstanceButton";
85      this.importInstanceButton.Size = new System.Drawing.Size(115, 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      // label1
99      //
100      this.label1.AutoSize = true;
101      this.label1.Location = new System.Drawing.Point(3, 5);
102      this.label1.Name = "label1";
103      this.label1.Size = new System.Drawing.Size(77, 13);
104      this.label1.TabIndex = 6;
105      this.label1.Text = "Load instance:";
106      //
107      // instancesComboBox
108      //
109      this.instancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
110                  | System.Windows.Forms.AnchorStyles.Right)));
111      this.instancesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
112      this.instancesComboBox.FormattingEnabled = true;
113      this.instancesComboBox.Location = new System.Drawing.Point(86, 2);
114      this.instancesComboBox.Name = "instancesComboBox";
115      this.instancesComboBox.Size = new System.Drawing.Size(220, 21);
116      this.instancesComboBox.TabIndex = 7;
117      this.instancesComboBox.SelectedValueChanged += new System.EventHandler(this.instancesComboBox_SelectedValueChanged);
118      //
119      // loadInstanceButton
120      //
121      this.loadInstanceButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
122      this.loadInstanceButton.Location = new System.Drawing.Point(312, 0);
123      this.loadInstanceButton.Name = "loadInstanceButton";
124      this.loadInstanceButton.Size = new System.Drawing.Size(57, 23);
125      this.loadInstanceButton.TabIndex = 5;
126      this.loadInstanceButton.Text = "Load";
127      this.loadInstanceButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
128      this.loadInstanceButton.UseVisualStyleBackColor = true;
129      this.loadInstanceButton.Click += new System.EventHandler(this.loadInstanceButton_Click);
130      //
131      // QuadraticAssignmentProblemView
132      //
133      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
134      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
135      this.Controls.Add(this.instancesComboBox);
136      this.Controls.Add(this.importInstanceButton);
137      this.Controls.Add(this.loadInstanceButton);
138      this.Controls.Add(this.label1);
139      this.Name = "QuadraticAssignmentProblemView";
140      this.Controls.SetChildIndex(this.descriptionLabel, 0);
141      this.Controls.SetChildIndex(this.nameLabel, 0);
142      this.Controls.SetChildIndex(this.nameTextBox, 0);
143      this.Controls.SetChildIndex(this.label1, 0);
144      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
145      this.Controls.SetChildIndex(this.loadInstanceButton, 0);
146      this.Controls.SetChildIndex(this.importInstanceButton, 0);
147      this.Controls.SetChildIndex(this.instancesComboBox, 0);
148      this.Controls.SetChildIndex(this.parameterCollectionView, 0);
149      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
150      this.ResumeLayout(false);
151      this.PerformLayout();
152
153    }
154
155    #endregion
156
157    private System.Windows.Forms.Button importInstanceButton;
158    private System.Windows.Forms.OpenFileDialog openFileDialog;
159    private System.Windows.Forms.Label label1;
160    private System.Windows.Forms.ComboBox instancesComboBox;
161    private System.Windows.Forms.Button loadInstanceButton;
162  }
163}
Note: See TracBrowser for help on using the repository browser.