Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1614

  • Add BestKnownSolutions parameter
  • Assignment view
    • Clicking on an equipment highlights all related equipments
    • Clicking on a location highlights other locations that contain equipment to which relations exist
    • Showing installation costs when nothing is selected
  • Analyzers were present double times
  • Fixed GRASP to check EnabledByDefault
File size: 10.0 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.assignmentGroupBox.SuspendLayout();
59      this.characteristicsGroupBox.SuspendLayout();
60      this.SuspendLayout();
61      //
62      // assignmentTreeView
63      //
64      this.assignmentTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
65                  | System.Windows.Forms.AnchorStyles.Left)
66                  | System.Windows.Forms.AnchorStyles.Right)));
67      this.assignmentTreeView.Location = new System.Drawing.Point(6, 19);
68      this.assignmentTreeView.Margin = new System.Windows.Forms.Padding(3, 6, 3, 3);
69      this.assignmentTreeView.Name = "assignmentTreeView";
70      this.assignmentTreeView.Size = new System.Drawing.Size(228, 331);
71      this.assignmentTreeView.TabIndex = 3;
72      this.assignmentTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.assignmentTreeView_AfterSelect);
73      this.assignmentTreeView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.assignmentTreeView_MouseUp);
74      //
75      // label1
76      //
77      this.label1.AutoSize = true;
78      this.label1.Location = new System.Drawing.Point(6, 19);
79      this.label1.Margin = new System.Windows.Forms.Padding(3);
80      this.label1.Name = "label1";
81      this.label1.Size = new System.Drawing.Size(42, 13);
82      this.label1.TabIndex = 0;
83      this.label1.Text = "Quality:";
84      //
85      // qualityLabel
86      //
87      this.qualityLabel.AutoSize = true;
88      this.qualityLabel.Location = new System.Drawing.Point(91, 19);
89      this.qualityLabel.Margin = new System.Windows.Forms.Padding(3);
90      this.qualityLabel.Name = "qualityLabel";
91      this.qualityLabel.Size = new System.Drawing.Size(10, 13);
92      this.qualityLabel.TabIndex = 4;
93      this.qualityLabel.Text = "-";
94      //
95      // assignmentGroupBox
96      //
97      this.assignmentGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
98                  | System.Windows.Forms.AnchorStyles.Left)
99                  | System.Windows.Forms.AnchorStyles.Right)));
100      this.assignmentGroupBox.Controls.Add(this.assignmentTreeView);
101      this.assignmentGroupBox.Location = new System.Drawing.Point(217, 3);
102      this.assignmentGroupBox.Name = "assignmentGroupBox";
103      this.assignmentGroupBox.Size = new System.Drawing.Size(240, 356);
104      this.assignmentGroupBox.TabIndex = 5;
105      this.assignmentGroupBox.TabStop = false;
106      this.assignmentGroupBox.Text = "Assignment";
107      //
108      // characteristicsGroupBox
109      //
110      this.characteristicsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
111                  | System.Windows.Forms.AnchorStyles.Left)));
112      this.characteristicsGroupBox.Controls.Add(this.label7);
113      this.characteristicsGroupBox.Controls.Add(this.overbookedCapacityLabel);
114      this.characteristicsGroupBox.Controls.Add(this.label5);
115      this.characteristicsGroupBox.Controls.Add(this.installationQualityLabel);
116      this.characteristicsGroupBox.Controls.Add(this.label3);
117      this.characteristicsGroupBox.Controls.Add(this.flowDistanceQualityLabel);
118      this.characteristicsGroupBox.Controls.Add(this.label1);
119      this.characteristicsGroupBox.Controls.Add(this.qualityLabel);
120      this.characteristicsGroupBox.Location = new System.Drawing.Point(3, 3);
121      this.characteristicsGroupBox.Name = "characteristicsGroupBox";
122      this.characteristicsGroupBox.Size = new System.Drawing.Size(208, 356);
123      this.characteristicsGroupBox.TabIndex = 6;
124      this.characteristicsGroupBox.TabStop = false;
125      this.characteristicsGroupBox.Text = "Characteristics";
126      //
127      // label7
128      //
129      this.label7.AutoSize = true;
130      this.label7.Location = new System.Drawing.Point(6, 76);
131      this.label7.Margin = new System.Windows.Forms.Padding(3);
132      this.label7.Name = "label7";
133      this.label7.Size = new System.Drawing.Size(71, 13);
134      this.label7.TabIndex = 0;
135      this.label7.Text = "Overbooking:";
136      //
137      // overbookedCapacityLabel
138      //
139      this.overbookedCapacityLabel.AutoSize = true;
140      this.overbookedCapacityLabel.Location = new System.Drawing.Point(91, 76);
141      this.overbookedCapacityLabel.Margin = new System.Windows.Forms.Padding(3);
142      this.overbookedCapacityLabel.Name = "overbookedCapacityLabel";
143      this.overbookedCapacityLabel.Size = new System.Drawing.Size(10, 13);
144      this.overbookedCapacityLabel.TabIndex = 4;
145      this.overbookedCapacityLabel.Text = "-";
146      //
147      // label5
148      //
149      this.label5.AutoSize = true;
150      this.label5.Location = new System.Drawing.Point(6, 57);
151      this.label5.Margin = new System.Windows.Forms.Padding(3);
152      this.label5.Name = "label5";
153      this.label5.Size = new System.Drawing.Size(60, 13);
154      this.label5.TabIndex = 0;
155      this.label5.Text = "Installation:";
156      //
157      // installationQualityLabel
158      //
159      this.installationQualityLabel.AutoSize = true;
160      this.installationQualityLabel.Location = new System.Drawing.Point(91, 57);
161      this.installationQualityLabel.Margin = new System.Windows.Forms.Padding(3);
162      this.installationQualityLabel.Name = "installationQualityLabel";
163      this.installationQualityLabel.Size = new System.Drawing.Size(10, 13);
164      this.installationQualityLabel.TabIndex = 4;
165      this.installationQualityLabel.Text = "-";
166      //
167      // label3
168      //
169      this.label3.AutoSize = true;
170      this.label3.Location = new System.Drawing.Point(6, 38);
171      this.label3.Margin = new System.Windows.Forms.Padding(3);
172      this.label3.Name = "label3";
173      this.label3.Size = new System.Drawing.Size(79, 13);
174      this.label3.TabIndex = 0;
175      this.label3.Text = "Flow/Distance:";
176      //
177      // flowDistanceQualityLabel
178      //
179      this.flowDistanceQualityLabel.AutoSize = true;
180      this.flowDistanceQualityLabel.Location = new System.Drawing.Point(91, 38);
181      this.flowDistanceQualityLabel.Margin = new System.Windows.Forms.Padding(3);
182      this.flowDistanceQualityLabel.Name = "flowDistanceQualityLabel";
183      this.flowDistanceQualityLabel.Size = new System.Drawing.Size(10, 13);
184      this.flowDistanceQualityLabel.TabIndex = 4;
185      this.flowDistanceQualityLabel.Text = "-";
186      //
187      // GQAPAssignmentView
188      //
189      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
190      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
191      this.Controls.Add(this.characteristicsGroupBox);
192      this.Controls.Add(this.assignmentGroupBox);
193      this.Name = "GQAPAssignmentView";
194      this.Size = new System.Drawing.Size(460, 362);
195      this.assignmentGroupBox.ResumeLayout(false);
196      this.characteristicsGroupBox.ResumeLayout(false);
197      this.characteristicsGroupBox.PerformLayout();
198      this.ResumeLayout(false);
199
200    }
201
202    #endregion
203
204    private System.Windows.Forms.TreeView assignmentTreeView;
205    private System.Windows.Forms.Label label1;
206    private System.Windows.Forms.Label qualityLabel;
207    private System.Windows.Forms.GroupBox assignmentGroupBox;
208    private System.Windows.Forms.GroupBox characteristicsGroupBox;
209    private System.Windows.Forms.Label label3;
210    private System.Windows.Forms.Label flowDistanceQualityLabel;
211    private System.Windows.Forms.Label label7;
212    private System.Windows.Forms.Label overbookedCapacityLabel;
213    private System.Windows.Forms.Label label5;
214    private System.Windows.Forms.Label installationQualityLabel;
215  }
216}
Note: See TracBrowser for help on using the repository browser.