Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 15504 was 15504, checked in by abeham, 6 years ago

#1614: refactored code

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