1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2019 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 |
|
---|
22 | namespace HeuristicLab.Problems.QuadraticAssignment.Views {
|
---|
23 | partial class QAPAssignmentView {
|
---|
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.splitContainer = new System.Windows.Forms.SplitContainer();
|
---|
48 | this.qualityGroupBox = new System.Windows.Forms.GroupBox();
|
---|
49 | this.qualityViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
50 | this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
|
---|
51 | this.visualizationTabPage = new System.Windows.Forms.TabPage();
|
---|
52 | this.valueTabPage = new System.Windows.Forms.TabPage();
|
---|
53 | this.assignmentGroupBox = new System.Windows.Forms.GroupBox();
|
---|
54 | this.assignmentViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
55 | this.qapView = new HeuristicLab.Problems.QuadraticAssignment.Views.QAPVisualizationControl();
|
---|
56 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
---|
57 | this.splitContainer.Panel1.SuspendLayout();
|
---|
58 | this.splitContainer.Panel2.SuspendLayout();
|
---|
59 | this.splitContainer.SuspendLayout();
|
---|
60 | this.qualityGroupBox.SuspendLayout();
|
---|
61 | this.tabControl.SuspendLayout();
|
---|
62 | this.visualizationTabPage.SuspendLayout();
|
---|
63 | this.valueTabPage.SuspendLayout();
|
---|
64 | this.assignmentGroupBox.SuspendLayout();
|
---|
65 | this.SuspendLayout();
|
---|
66 | //
|
---|
67 | // splitContainer
|
---|
68 | //
|
---|
69 | this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
70 | this.splitContainer.Location = new System.Drawing.Point(0, 0);
|
---|
71 | this.splitContainer.Name = "splitContainer";
|
---|
72 | this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
---|
73 | //
|
---|
74 | // splitContainer.Panel1
|
---|
75 | //
|
---|
76 | this.splitContainer.Panel1.Controls.Add(this.qualityGroupBox);
|
---|
77 | //
|
---|
78 | // splitContainer.Panel2
|
---|
79 | //
|
---|
80 | this.splitContainer.Panel2.Controls.Add(this.tabControl);
|
---|
81 | this.splitContainer.Size = new System.Drawing.Size(536, 378);
|
---|
82 | this.splitContainer.SplitterDistance = 64;
|
---|
83 | this.splitContainer.TabIndex = 1;
|
---|
84 | //
|
---|
85 | // qualityGroupBox
|
---|
86 | //
|
---|
87 | this.qualityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
88 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
89 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
90 | this.qualityGroupBox.Controls.Add(this.qualityViewHost);
|
---|
91 | this.qualityGroupBox.Location = new System.Drawing.Point(0, 0);
|
---|
92 | this.qualityGroupBox.Name = "qualityGroupBox";
|
---|
93 | this.qualityGroupBox.Size = new System.Drawing.Size(536, 61);
|
---|
94 | this.qualityGroupBox.TabIndex = 0;
|
---|
95 | this.qualityGroupBox.TabStop = false;
|
---|
96 | this.qualityGroupBox.Text = "Quality";
|
---|
97 | //
|
---|
98 | // qualityViewHost
|
---|
99 | //
|
---|
100 | this.qualityViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
101 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
102 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
103 | this.qualityViewHost.Caption = "View";
|
---|
104 | this.qualityViewHost.Content = null;
|
---|
105 | this.qualityViewHost.Enabled = false;
|
---|
106 | this.qualityViewHost.Location = new System.Drawing.Point(6, 19);
|
---|
107 | this.qualityViewHost.Name = "qualityViewHost";
|
---|
108 | this.qualityViewHost.ReadOnly = false;
|
---|
109 | this.qualityViewHost.Size = new System.Drawing.Size(524, 36);
|
---|
110 | this.qualityViewHost.TabIndex = 0;
|
---|
111 | this.qualityViewHost.ViewsLabelVisible = true;
|
---|
112 | this.qualityViewHost.ViewType = null;
|
---|
113 | //
|
---|
114 | // tabControl
|
---|
115 | //
|
---|
116 | this.tabControl.AllowDrop = true;
|
---|
117 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
118 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
119 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
120 | this.tabControl.Controls.Add(this.visualizationTabPage);
|
---|
121 | this.tabControl.Controls.Add(this.valueTabPage);
|
---|
122 | this.tabControl.Location = new System.Drawing.Point(0, 3);
|
---|
123 | this.tabControl.Name = "tabControl";
|
---|
124 | this.tabControl.SelectedIndex = 0;
|
---|
125 | this.tabControl.Size = new System.Drawing.Size(536, 307);
|
---|
126 | this.tabControl.TabIndex = 0;
|
---|
127 | //
|
---|
128 | // visualizationTabPage
|
---|
129 | //
|
---|
130 | this.visualizationTabPage.BackColor = System.Drawing.SystemColors.Window;
|
---|
131 | this.visualizationTabPage.Controls.Add(this.qapView);
|
---|
132 | this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
133 | this.visualizationTabPage.Name = "visualizationTabPage";
|
---|
134 | this.visualizationTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
135 | this.visualizationTabPage.Size = new System.Drawing.Size(528, 281);
|
---|
136 | this.visualizationTabPage.TabIndex = 0;
|
---|
137 | this.visualizationTabPage.Text = "Visualization";
|
---|
138 | //
|
---|
139 | // valueTabPage
|
---|
140 | //
|
---|
141 | this.valueTabPage.BackColor = System.Drawing.SystemColors.Window;
|
---|
142 | this.valueTabPage.Controls.Add(this.assignmentGroupBox);
|
---|
143 | this.valueTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
144 | this.valueTabPage.Name = "valueTabPage";
|
---|
145 | this.valueTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
146 | this.valueTabPage.Size = new System.Drawing.Size(528, 281);
|
---|
147 | this.valueTabPage.TabIndex = 1;
|
---|
148 | this.valueTabPage.Text = "Value";
|
---|
149 | //
|
---|
150 | // assignmentGroupBox
|
---|
151 | //
|
---|
152 | this.assignmentGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
153 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
154 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
155 | this.assignmentGroupBox.Controls.Add(this.assignmentViewHost);
|
---|
156 | this.assignmentGroupBox.Location = new System.Drawing.Point(6, 6);
|
---|
157 | this.assignmentGroupBox.Name = "assignmentGroupBox";
|
---|
158 | this.assignmentGroupBox.Size = new System.Drawing.Size(516, 269);
|
---|
159 | this.assignmentGroupBox.TabIndex = 0;
|
---|
160 | this.assignmentGroupBox.TabStop = false;
|
---|
161 | this.assignmentGroupBox.Text = "Assignment";
|
---|
162 | //
|
---|
163 | // assignmentViewHost
|
---|
164 | //
|
---|
165 | this.assignmentViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
166 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
167 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
168 | this.assignmentViewHost.Caption = "View";
|
---|
169 | this.assignmentViewHost.Content = null;
|
---|
170 | this.assignmentViewHost.Enabled = false;
|
---|
171 | this.assignmentViewHost.Location = new System.Drawing.Point(6, 19);
|
---|
172 | this.assignmentViewHost.Name = "assignmentViewHost";
|
---|
173 | this.assignmentViewHost.ReadOnly = false;
|
---|
174 | this.assignmentViewHost.Size = new System.Drawing.Size(504, 244);
|
---|
175 | this.assignmentViewHost.TabIndex = 0;
|
---|
176 | this.assignmentViewHost.ViewsLabelVisible = true;
|
---|
177 | this.assignmentViewHost.ViewType = null;
|
---|
178 | //
|
---|
179 | // qapView
|
---|
180 | //
|
---|
181 | this.qapView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
182 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
183 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
184 | this.qapView.Assignment = null;
|
---|
185 | this.qapView.Distances = null;
|
---|
186 | this.qapView.Location = new System.Drawing.Point(0, 3);
|
---|
187 | this.qapView.Name = "qapView";
|
---|
188 | this.qapView.Size = new System.Drawing.Size(526, 278);
|
---|
189 | this.qapView.TabIndex = 0;
|
---|
190 | this.qapView.Weights = null;
|
---|
191 | //
|
---|
192 | // QAPAssignmentView
|
---|
193 | //
|
---|
194 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
195 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
196 | this.Controls.Add(this.splitContainer);
|
---|
197 | this.Name = "QAPAssignmentView";
|
---|
198 | this.Size = new System.Drawing.Size(536, 378);
|
---|
199 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
200 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
201 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
---|
202 | this.splitContainer.ResumeLayout(false);
|
---|
203 | this.qualityGroupBox.ResumeLayout(false);
|
---|
204 | this.tabControl.ResumeLayout(false);
|
---|
205 | this.visualizationTabPage.ResumeLayout(false);
|
---|
206 | this.valueTabPage.ResumeLayout(false);
|
---|
207 | this.assignmentGroupBox.ResumeLayout(false);
|
---|
208 | this.ResumeLayout(false);
|
---|
209 |
|
---|
210 | }
|
---|
211 |
|
---|
212 | #endregion
|
---|
213 |
|
---|
214 | private System.Windows.Forms.SplitContainer splitContainer;
|
---|
215 | private System.Windows.Forms.GroupBox qualityGroupBox;
|
---|
216 | private MainForm.WindowsForms.ViewHost qualityViewHost;
|
---|
217 | private MainForm.WindowsForms.DragOverTabControl tabControl;
|
---|
218 | private System.Windows.Forms.TabPage visualizationTabPage;
|
---|
219 | private System.Windows.Forms.TabPage valueTabPage;
|
---|
220 | private System.Windows.Forms.GroupBox assignmentGroupBox;
|
---|
221 | private MainForm.WindowsForms.ViewHost assignmentViewHost;
|
---|
222 | private QAPVisualizationControl qapView;
|
---|
223 | }
|
---|
224 | }
|
---|