Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views/3.3/GQAPAssignmentView.Designer.cs @ 7470

Last change on this file since 7470 was 7470, checked in by abeham, 12 years ago

#1614

  • Removed incompatible problem linhp318.tsp (contains fixed edges)
  • Fixed AssemblyInfo for TSPLIB
  • Added unit tests
  • Worked on assignment / solution view
File size: 11.9 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2012 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.GeneralizedQuadraticAssignment.Views {
23  partial class GQAPAssignmentView {
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.assignmentTreeView = new System.Windows.Forms.TreeView();
48      this.label1 = new System.Windows.Forms.Label();
49      this.qualityLabel = new System.Windows.Forms.Label();
50      this.assignmentGroupBox = new System.Windows.Forms.GroupBox();
51      this.characteristicsGroupBox = new System.Windows.Forms.GroupBox();
52      this.label7 = new System.Windows.Forms.Label();
53      this.overbookedCapacityLabel = new System.Windows.Forms.Label();
54      this.label5 = new System.Windows.Forms.Label();
55      this.installationQualityLabel = new System.Windows.Forms.Label();
56      this.label3 = new System.Windows.Forms.Label();
57      this.flowDistanceQualityLabel = new System.Windows.Forms.Label();
58      this.assignmentSplitContainer = new System.Windows.Forms.SplitContainer();
59      this.assignmentView = new HeuristicLab.Data.Views.StringConvertibleArrayView();
60      this.assignmentGroupBox.SuspendLayout();
61      this.characteristicsGroupBox.SuspendLayout();
62      ((System.ComponentModel.ISupportInitialize)(this.assignmentSplitContainer)).BeginInit();
63      this.assignmentSplitContainer.Panel1.SuspendLayout();
64      this.assignmentSplitContainer.Panel2.SuspendLayout();
65      this.assignmentSplitContainer.SuspendLayout();
66      this.SuspendLayout();
67      //
68      // assignmentTreeView
69      //
70      this.assignmentTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
71      this.assignmentTreeView.Location = new System.Drawing.Point(0, 0);
72      this.assignmentTreeView.Margin = new System.Windows.Forms.Padding(3, 6, 3, 3);
73      this.assignmentTreeView.Name = "assignmentTreeView";
74      this.assignmentTreeView.Size = new System.Drawing.Size(78, 337);
75      this.assignmentTreeView.TabIndex = 3;
76      this.assignmentTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.assignmentTreeView_AfterSelect);
77      this.assignmentTreeView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.assignmentTreeView_MouseUp);
78      //
79      // label1
80      //
81      this.label1.AutoSize = true;
82      this.label1.Location = new System.Drawing.Point(6, 19);
83      this.label1.Margin = new System.Windows.Forms.Padding(3);
84      this.label1.Name = "label1";
85      this.label1.Size = new System.Drawing.Size(42, 13);
86      this.label1.TabIndex = 0;
87      this.label1.Text = "Quality:";
88      //
89      // qualityLabel
90      //
91      this.qualityLabel.AutoSize = true;
92      this.qualityLabel.Location = new System.Drawing.Point(91, 19);
93      this.qualityLabel.Margin = new System.Windows.Forms.Padding(3);
94      this.qualityLabel.Name = "qualityLabel";
95      this.qualityLabel.Size = new System.Drawing.Size(10, 13);
96      this.qualityLabel.TabIndex = 4;
97      this.qualityLabel.Text = "-";
98      //
99      // assignmentGroupBox
100      //
101      this.assignmentGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
102            | System.Windows.Forms.AnchorStyles.Left)
103            | System.Windows.Forms.AnchorStyles.Right)));
104      this.assignmentGroupBox.Controls.Add(this.assignmentSplitContainer);
105      this.assignmentGroupBox.Location = new System.Drawing.Point(217, 3);
106      this.assignmentGroupBox.Name = "assignmentGroupBox";
107      this.assignmentGroupBox.Size = new System.Drawing.Size(240, 356);
108      this.assignmentGroupBox.TabIndex = 5;
109      this.assignmentGroupBox.TabStop = false;
110      this.assignmentGroupBox.Text = "Assignment";
111      //
112      // characteristicsGroupBox
113      //
114      this.characteristicsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
115            | System.Windows.Forms.AnchorStyles.Left)));
116      this.characteristicsGroupBox.Controls.Add(this.label7);
117      this.characteristicsGroupBox.Controls.Add(this.overbookedCapacityLabel);
118      this.characteristicsGroupBox.Controls.Add(this.label5);
119      this.characteristicsGroupBox.Controls.Add(this.installationQualityLabel);
120      this.characteristicsGroupBox.Controls.Add(this.label3);
121      this.characteristicsGroupBox.Controls.Add(this.flowDistanceQualityLabel);
122      this.characteristicsGroupBox.Controls.Add(this.label1);
123      this.characteristicsGroupBox.Controls.Add(this.qualityLabel);
124      this.characteristicsGroupBox.Location = new System.Drawing.Point(3, 3);
125      this.characteristicsGroupBox.Name = "characteristicsGroupBox";
126      this.characteristicsGroupBox.Size = new System.Drawing.Size(208, 356);
127      this.characteristicsGroupBox.TabIndex = 6;
128      this.characteristicsGroupBox.TabStop = false;
129      this.characteristicsGroupBox.Text = "Characteristics";
130      //
131      // label7
132      //
133      this.label7.AutoSize = true;
134      this.label7.Location = new System.Drawing.Point(6, 76);
135      this.label7.Margin = new System.Windows.Forms.Padding(3);
136      this.label7.Name = "label7";
137      this.label7.Size = new System.Drawing.Size(71, 13);
138      this.label7.TabIndex = 0;
139      this.label7.Text = "Overbooking:";
140      //
141      // overbookedCapacityLabel
142      //
143      this.overbookedCapacityLabel.AutoSize = true;
144      this.overbookedCapacityLabel.Location = new System.Drawing.Point(91, 76);
145      this.overbookedCapacityLabel.Margin = new System.Windows.Forms.Padding(3);
146      this.overbookedCapacityLabel.Name = "overbookedCapacityLabel";
147      this.overbookedCapacityLabel.Size = new System.Drawing.Size(10, 13);
148      this.overbookedCapacityLabel.TabIndex = 4;
149      this.overbookedCapacityLabel.Text = "-";
150      //
151      // label5
152      //
153      this.label5.AutoSize = true;
154      this.label5.Location = new System.Drawing.Point(6, 57);
155      this.label5.Margin = new System.Windows.Forms.Padding(3);
156      this.label5.Name = "label5";
157      this.label5.Size = new System.Drawing.Size(60, 13);
158      this.label5.TabIndex = 0;
159      this.label5.Text = "Installation:";
160      //
161      // installationQualityLabel
162      //
163      this.installationQualityLabel.AutoSize = true;
164      this.installationQualityLabel.Location = new System.Drawing.Point(91, 57);
165      this.installationQualityLabel.Margin = new System.Windows.Forms.Padding(3);
166      this.installationQualityLabel.Name = "installationQualityLabel";
167      this.installationQualityLabel.Size = new System.Drawing.Size(10, 13);
168      this.installationQualityLabel.TabIndex = 4;
169      this.installationQualityLabel.Text = "-";
170      //
171      // label3
172      //
173      this.label3.AutoSize = true;
174      this.label3.Location = new System.Drawing.Point(6, 38);
175      this.label3.Margin = new System.Windows.Forms.Padding(3);
176      this.label3.Name = "label3";
177      this.label3.Size = new System.Drawing.Size(79, 13);
178      this.label3.TabIndex = 0;
179      this.label3.Text = "Flow/Distance:";
180      //
181      // flowDistanceQualityLabel
182      //
183      this.flowDistanceQualityLabel.AutoSize = true;
184      this.flowDistanceQualityLabel.Location = new System.Drawing.Point(91, 38);
185      this.flowDistanceQualityLabel.Margin = new System.Windows.Forms.Padding(3);
186      this.flowDistanceQualityLabel.Name = "flowDistanceQualityLabel";
187      this.flowDistanceQualityLabel.Size = new System.Drawing.Size(10, 13);
188      this.flowDistanceQualityLabel.TabIndex = 4;
189      this.flowDistanceQualityLabel.Text = "-";
190      //
191      // assignmentSplitContainer
192      //
193      this.assignmentSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
194      this.assignmentSplitContainer.Location = new System.Drawing.Point(3, 16);
195      this.assignmentSplitContainer.Name = "assignmentSplitContainer";
196      //
197      // assignmentSplitContainer.Panel1
198      //
199      this.assignmentSplitContainer.Panel1.Controls.Add(this.assignmentTreeView);
200      //
201      // assignmentSplitContainer.Panel2
202      //
203      this.assignmentSplitContainer.Panel2.Controls.Add(this.assignmentView);
204      this.assignmentSplitContainer.Size = new System.Drawing.Size(234, 337);
205      this.assignmentSplitContainer.SplitterDistance = 78;
206      this.assignmentSplitContainer.TabIndex = 4;
207      //
208      // assignmentView
209      //
210      this.assignmentView.Caption = "StringConvertibleArray View";
211      this.assignmentView.Content = null;
212      this.assignmentView.Dock = System.Windows.Forms.DockStyle.Fill;
213      this.assignmentView.Location = new System.Drawing.Point(0, 0);
214      this.assignmentView.Name = "assignmentView";
215      this.assignmentView.ReadOnly = false;
216      this.assignmentView.Size = new System.Drawing.Size(152, 337);
217      this.assignmentView.TabIndex = 0;
218      //
219      // GQAPAssignmentView
220      //
221      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
222      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
223      this.Controls.Add(this.characteristicsGroupBox);
224      this.Controls.Add(this.assignmentGroupBox);
225      this.Name = "GQAPAssignmentView";
226      this.Size = new System.Drawing.Size(460, 362);
227      this.assignmentGroupBox.ResumeLayout(false);
228      this.characteristicsGroupBox.ResumeLayout(false);
229      this.characteristicsGroupBox.PerformLayout();
230      this.assignmentSplitContainer.Panel1.ResumeLayout(false);
231      this.assignmentSplitContainer.Panel2.ResumeLayout(false);
232      ((System.ComponentModel.ISupportInitialize)(this.assignmentSplitContainer)).EndInit();
233      this.assignmentSplitContainer.ResumeLayout(false);
234      this.ResumeLayout(false);
235
236    }
237
238    #endregion
239
240    private System.Windows.Forms.TreeView assignmentTreeView;
241    private System.Windows.Forms.Label label1;
242    private System.Windows.Forms.Label qualityLabel;
243    private System.Windows.Forms.GroupBox assignmentGroupBox;
244    private System.Windows.Forms.GroupBox characteristicsGroupBox;
245    private System.Windows.Forms.Label label3;
246    private System.Windows.Forms.Label flowDistanceQualityLabel;
247    private System.Windows.Forms.Label label7;
248    private System.Windows.Forms.Label overbookedCapacityLabel;
249    private System.Windows.Forms.Label label5;
250    private System.Windows.Forms.Label installationQualityLabel;
251    private System.Windows.Forms.SplitContainer assignmentSplitContainer;
252    private Data.Views.StringConvertibleArrayView assignmentView;
253  }
254}
Note: See TracBrowser for help on using the repository browser.