Free cookie consent management tool by TermsFeed Policy Generator

source: branches/QAP/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QAPAssignmentView.Designer.cs @ 5641

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

#1330

  • worked on visualization (and MDS)
File size: 13.1 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 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.distancesRadioButton = new System.Windows.Forms.RadioButton();
53      this.weightsRadioButton = new System.Windows.Forms.RadioButton();
54      this.pictureBox = new System.Windows.Forms.PictureBox();
55      this.valueTabPage = new System.Windows.Forms.TabPage();
56      this.assignmentGroupBox = new System.Windows.Forms.GroupBox();
57      this.assignmentViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
58      this.redrawButton = new System.Windows.Forms.Button();
59      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
60      this.splitContainer.Panel1.SuspendLayout();
61      this.splitContainer.Panel2.SuspendLayout();
62      this.splitContainer.SuspendLayout();
63      this.qualityGroupBox.SuspendLayout();
64      this.tabControl.SuspendLayout();
65      this.visualizationTabPage.SuspendLayout();
66      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
67      this.valueTabPage.SuspendLayout();
68      this.assignmentGroupBox.SuspendLayout();
69      this.SuspendLayout();
70      //
71      // splitContainer
72      //
73      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
74      this.splitContainer.Location = new System.Drawing.Point(0, 0);
75      this.splitContainer.Name = "splitContainer";
76      this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
77      //
78      // splitContainer.Panel1
79      //
80      this.splitContainer.Panel1.Controls.Add(this.qualityGroupBox);
81      //
82      // splitContainer.Panel2
83      //
84      this.splitContainer.Panel2.Controls.Add(this.tabControl);
85      this.splitContainer.Size = new System.Drawing.Size(536, 378);
86      this.splitContainer.SplitterDistance = 64;
87      this.splitContainer.TabIndex = 1;
88      //
89      // qualityGroupBox
90      //
91      this.qualityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
92                  | System.Windows.Forms.AnchorStyles.Left)
93                  | System.Windows.Forms.AnchorStyles.Right)));
94      this.qualityGroupBox.Controls.Add(this.qualityViewHost);
95      this.qualityGroupBox.Location = new System.Drawing.Point(0, 0);
96      this.qualityGroupBox.Name = "qualityGroupBox";
97      this.qualityGroupBox.Size = new System.Drawing.Size(536, 61);
98      this.qualityGroupBox.TabIndex = 0;
99      this.qualityGroupBox.TabStop = false;
100      this.qualityGroupBox.Text = "Quality";
101      //
102      // qualityViewHost
103      //
104      this.qualityViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
105                  | System.Windows.Forms.AnchorStyles.Left)
106                  | System.Windows.Forms.AnchorStyles.Right)));
107      this.qualityViewHost.Caption = "View";
108      this.qualityViewHost.Content = null;
109      this.qualityViewHost.Enabled = false;
110      this.qualityViewHost.Location = new System.Drawing.Point(6, 19);
111      this.qualityViewHost.Name = "qualityViewHost";
112      this.qualityViewHost.ReadOnly = false;
113      this.qualityViewHost.Size = new System.Drawing.Size(524, 36);
114      this.qualityViewHost.TabIndex = 0;
115      this.qualityViewHost.ViewsLabelVisible = true;
116      this.qualityViewHost.ViewType = null;
117      //
118      // tabControl
119      //
120      this.tabControl.AllowDrop = true;
121      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
122                  | System.Windows.Forms.AnchorStyles.Left)
123                  | System.Windows.Forms.AnchorStyles.Right)));
124      this.tabControl.Controls.Add(this.visualizationTabPage);
125      this.tabControl.Controls.Add(this.valueTabPage);
126      this.tabControl.Location = new System.Drawing.Point(0, 3);
127      this.tabControl.Name = "tabControl";
128      this.tabControl.SelectedIndex = 0;
129      this.tabControl.Size = new System.Drawing.Size(536, 307);
130      this.tabControl.TabIndex = 0;
131      //
132      // visualizationTabPage
133      //
134      this.visualizationTabPage.Controls.Add(this.redrawButton);
135      this.visualizationTabPage.Controls.Add(this.distancesRadioButton);
136      this.visualizationTabPage.Controls.Add(this.weightsRadioButton);
137      this.visualizationTabPage.Controls.Add(this.pictureBox);
138      this.visualizationTabPage.Location = new System.Drawing.Point(4, 22);
139      this.visualizationTabPage.Name = "visualizationTabPage";
140      this.visualizationTabPage.Padding = new System.Windows.Forms.Padding(3);
141      this.visualizationTabPage.Size = new System.Drawing.Size(528, 281);
142      this.visualizationTabPage.TabIndex = 0;
143      this.visualizationTabPage.Text = "Visualization";
144      this.visualizationTabPage.UseVisualStyleBackColor = true;
145      //
146      // distancesRadioButton
147      //
148      this.distancesRadioButton.AutoSize = true;
149      this.distancesRadioButton.Checked = true;
150      this.distancesRadioButton.Location = new System.Drawing.Point(6, 6);
151      this.distancesRadioButton.Name = "distancesRadioButton";
152      this.distancesRadioButton.Size = new System.Drawing.Size(72, 17);
153      this.distancesRadioButton.TabIndex = 2;
154      this.distancesRadioButton.TabStop = true;
155      this.distancesRadioButton.Text = "Distances";
156      this.distancesRadioButton.UseVisualStyleBackColor = true;
157      this.distancesRadioButton.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged);
158      //
159      // weightsRadioButton
160      //
161      this.weightsRadioButton.AutoSize = true;
162      this.weightsRadioButton.Location = new System.Drawing.Point(6, 29);
163      this.weightsRadioButton.Name = "weightsRadioButton";
164      this.weightsRadioButton.Size = new System.Drawing.Size(64, 17);
165      this.weightsRadioButton.TabIndex = 1;
166      this.weightsRadioButton.Text = "Weights";
167      this.weightsRadioButton.UseVisualStyleBackColor = true;
168      this.weightsRadioButton.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged);
169      //
170      // pictureBox
171      //
172      this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
173                  | System.Windows.Forms.AnchorStyles.Left)
174                  | System.Windows.Forms.AnchorStyles.Right)));
175      this.pictureBox.BackColor = System.Drawing.Color.White;
176      this.pictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
177      this.pictureBox.Location = new System.Drawing.Point(84, 6);
178      this.pictureBox.Name = "pictureBox";
179      this.pictureBox.Size = new System.Drawing.Size(438, 269);
180      this.pictureBox.TabIndex = 0;
181      this.pictureBox.TabStop = false;
182      this.pictureBox.SizeChanged += new System.EventHandler(this.pictureBox_SizeChanged);
183      //
184      // valueTabPage
185      //
186      this.valueTabPage.Controls.Add(this.assignmentGroupBox);
187      this.valueTabPage.Location = new System.Drawing.Point(4, 22);
188      this.valueTabPage.Name = "valueTabPage";
189      this.valueTabPage.Padding = new System.Windows.Forms.Padding(3);
190      this.valueTabPage.Size = new System.Drawing.Size(528, 281);
191      this.valueTabPage.TabIndex = 1;
192      this.valueTabPage.Text = "Value";
193      this.valueTabPage.UseVisualStyleBackColor = true;
194      //
195      // assignmentGroupBox
196      //
197      this.assignmentGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
198                  | System.Windows.Forms.AnchorStyles.Left)
199                  | System.Windows.Forms.AnchorStyles.Right)));
200      this.assignmentGroupBox.Controls.Add(this.assignmentViewHost);
201      this.assignmentGroupBox.Location = new System.Drawing.Point(6, 6);
202      this.assignmentGroupBox.Name = "assignmentGroupBox";
203      this.assignmentGroupBox.Size = new System.Drawing.Size(516, 269);
204      this.assignmentGroupBox.TabIndex = 0;
205      this.assignmentGroupBox.TabStop = false;
206      this.assignmentGroupBox.Text = "Assignment";
207      //
208      // assignmentViewHost
209      //
210      this.assignmentViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
211                  | System.Windows.Forms.AnchorStyles.Left)
212                  | System.Windows.Forms.AnchorStyles.Right)));
213      this.assignmentViewHost.Caption = "View";
214      this.assignmentViewHost.Content = null;
215      this.assignmentViewHost.Enabled = false;
216      this.assignmentViewHost.Location = new System.Drawing.Point(6, 19);
217      this.assignmentViewHost.Name = "assignmentViewHost";
218      this.assignmentViewHost.ReadOnly = false;
219      this.assignmentViewHost.Size = new System.Drawing.Size(504, 244);
220      this.assignmentViewHost.TabIndex = 0;
221      this.assignmentViewHost.ViewsLabelVisible = true;
222      this.assignmentViewHost.ViewType = null;
223      //
224      // redrawButton
225      //
226      this.redrawButton.Location = new System.Drawing.Point(4, 53);
227      this.redrawButton.Name = "redrawButton";
228      this.redrawButton.Size = new System.Drawing.Size(74, 23);
229      this.redrawButton.TabIndex = 3;
230      this.redrawButton.Text = "Redraw";
231      this.redrawButton.UseVisualStyleBackColor = true;
232      this.redrawButton.Click += new System.EventHandler(this.redrawButton_Click);
233      //
234      // QAPAssignmentView
235      //
236      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
237      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
238      this.Controls.Add(this.splitContainer);
239      this.Name = "QAPAssignmentView";
240      this.Size = new System.Drawing.Size(536, 378);
241      this.splitContainer.Panel1.ResumeLayout(false);
242      this.splitContainer.Panel2.ResumeLayout(false);
243      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
244      this.splitContainer.ResumeLayout(false);
245      this.qualityGroupBox.ResumeLayout(false);
246      this.tabControl.ResumeLayout(false);
247      this.visualizationTabPage.ResumeLayout(false);
248      this.visualizationTabPage.PerformLayout();
249      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
250      this.valueTabPage.ResumeLayout(false);
251      this.assignmentGroupBox.ResumeLayout(false);
252      this.ResumeLayout(false);
253
254    }
255
256    #endregion
257
258    private System.Windows.Forms.SplitContainer splitContainer;
259    private System.Windows.Forms.GroupBox qualityGroupBox;
260    private MainForm.WindowsForms.ViewHost qualityViewHost;
261    private MainForm.WindowsForms.DragOverTabControl tabControl;
262    private System.Windows.Forms.TabPage visualizationTabPage;
263    private System.Windows.Forms.PictureBox pictureBox;
264    private System.Windows.Forms.TabPage valueTabPage;
265    private System.Windows.Forms.GroupBox assignmentGroupBox;
266    private MainForm.WindowsForms.ViewHost assignmentViewHost;
267    private System.Windows.Forms.RadioButton distancesRadioButton;
268    private System.Windows.Forms.RadioButton weightsRadioButton;
269    private System.Windows.Forms.Button redrawButton;
270  }
271}
Note: See TracBrowser for help on using the repository browser.