1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 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 QAPVisualizationControl {
|
---|
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 | CustomDispose(disposing);
|
---|
35 | if (disposing && (components != null)) {
|
---|
36 | components.Dispose();
|
---|
37 | }
|
---|
38 | base.Dispose(disposing);
|
---|
39 | }
|
---|
40 |
|
---|
41 | #region Component Designer generated code
|
---|
42 |
|
---|
43 | /// <summary>
|
---|
44 | /// Required method for Designer support - do not modify
|
---|
45 | /// the contents of this method with the code editor.
|
---|
46 | /// </summary>
|
---|
47 | private void InitializeComponent() {
|
---|
48 | this.redrawButton = new System.Windows.Forms.Button();
|
---|
49 | this.distancesRadioButton = new System.Windows.Forms.RadioButton();
|
---|
50 | this.weightsRadioButton = new System.Windows.Forms.RadioButton();
|
---|
51 | this.pictureBox = new System.Windows.Forms.PictureBox();
|
---|
52 | this.stressLabel = new System.Windows.Forms.Label();
|
---|
53 | this.assignmentRadioButton = new System.Windows.Forms.RadioButton();
|
---|
54 | this.label1 = new System.Windows.Forms.Label();
|
---|
55 | ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
|
---|
56 | this.SuspendLayout();
|
---|
57 | //
|
---|
58 | // redrawButton
|
---|
59 | //
|
---|
60 | this.redrawButton.Location = new System.Drawing.Point(3, 3);
|
---|
61 | this.redrawButton.Name = "redrawButton";
|
---|
62 | this.redrawButton.Size = new System.Drawing.Size(26, 23);
|
---|
63 | this.redrawButton.TabIndex = 7;
|
---|
64 | this.redrawButton.Text = "Redraw";
|
---|
65 | this.redrawButton.UseVisualStyleBackColor = true;
|
---|
66 | this.redrawButton.Click += new System.EventHandler(this.redrawButton_Click);
|
---|
67 | //
|
---|
68 | // distancesRadioButton
|
---|
69 | //
|
---|
70 | this.distancesRadioButton.AutoSize = true;
|
---|
71 | this.distancesRadioButton.Checked = true;
|
---|
72 | this.distancesRadioButton.Location = new System.Drawing.Point(35, 6);
|
---|
73 | this.distancesRadioButton.Name = "distancesRadioButton";
|
---|
74 | this.distancesRadioButton.Size = new System.Drawing.Size(72, 17);
|
---|
75 | this.distancesRadioButton.TabIndex = 6;
|
---|
76 | this.distancesRadioButton.TabStop = true;
|
---|
77 | this.distancesRadioButton.Text = "Distances";
|
---|
78 | this.distancesRadioButton.UseVisualStyleBackColor = true;
|
---|
79 | this.distancesRadioButton.CheckedChanged += new System.EventHandler(this.radio_CheckedChanged);
|
---|
80 | //
|
---|
81 | // weightsRadioButton
|
---|
82 | //
|
---|
83 | this.weightsRadioButton.AutoSize = true;
|
---|
84 | this.weightsRadioButton.Location = new System.Drawing.Point(113, 6);
|
---|
85 | this.weightsRadioButton.Name = "weightsRadioButton";
|
---|
86 | this.weightsRadioButton.Size = new System.Drawing.Size(64, 17);
|
---|
87 | this.weightsRadioButton.TabIndex = 5;
|
---|
88 | this.weightsRadioButton.Text = "Weights";
|
---|
89 | this.weightsRadioButton.UseVisualStyleBackColor = true;
|
---|
90 | this.weightsRadioButton.CheckedChanged += new System.EventHandler(this.radio_CheckedChanged);
|
---|
91 | //
|
---|
92 | // pictureBox
|
---|
93 | //
|
---|
94 | this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
95 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
96 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
97 | this.pictureBox.BackColor = System.Drawing.Color.White;
|
---|
98 | this.pictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
---|
99 | this.pictureBox.Location = new System.Drawing.Point(0, 32);
|
---|
100 | this.pictureBox.Name = "pictureBox";
|
---|
101 | this.pictureBox.Size = new System.Drawing.Size(574, 422);
|
---|
102 | this.pictureBox.TabIndex = 4;
|
---|
103 | this.pictureBox.TabStop = false;
|
---|
104 | this.pictureBox.SizeChanged += new System.EventHandler(this.pictureBox_SizeChanged);
|
---|
105 | //
|
---|
106 | // stressLabel
|
---|
107 | //
|
---|
108 | this.stressLabel.AutoSize = true;
|
---|
109 | this.stressLabel.Location = new System.Drawing.Point(393, 8);
|
---|
110 | this.stressLabel.Name = "stressLabel";
|
---|
111 | this.stressLabel.Size = new System.Drawing.Size(10, 13);
|
---|
112 | this.stressLabel.TabIndex = 8;
|
---|
113 | this.stressLabel.Text = "-";
|
---|
114 | //
|
---|
115 | // assignmentRadioButton
|
---|
116 | //
|
---|
117 | this.assignmentRadioButton.AutoSize = true;
|
---|
118 | this.assignmentRadioButton.Location = new System.Drawing.Point(183, 6);
|
---|
119 | this.assignmentRadioButton.Name = "assignmentRadioButton";
|
---|
120 | this.assignmentRadioButton.Size = new System.Drawing.Size(79, 17);
|
---|
121 | this.assignmentRadioButton.TabIndex = 5;
|
---|
122 | this.assignmentRadioButton.Text = "Assignment";
|
---|
123 | this.assignmentRadioButton.UseVisualStyleBackColor = true;
|
---|
124 | this.assignmentRadioButton.CheckedChanged += new System.EventHandler(this.radio_CheckedChanged);
|
---|
125 | //
|
---|
126 | // label1
|
---|
127 | //
|
---|
128 | this.label1.AutoSize = true;
|
---|
129 | this.label1.Location = new System.Drawing.Point(293, 8);
|
---|
130 | this.label1.Name = "label1";
|
---|
131 | this.label1.Size = new System.Drawing.Size(94, 13);
|
---|
132 | this.label1.TabIndex = 8;
|
---|
133 | this.label1.Text = "Normalized Stress:";
|
---|
134 | //
|
---|
135 | // QAPVisualizationControl
|
---|
136 | //
|
---|
137 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
138 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
139 | this.Controls.Add(this.label1);
|
---|
140 | this.Controls.Add(this.stressLabel);
|
---|
141 | this.Controls.Add(this.redrawButton);
|
---|
142 | this.Controls.Add(this.distancesRadioButton);
|
---|
143 | this.Controls.Add(this.assignmentRadioButton);
|
---|
144 | this.Controls.Add(this.weightsRadioButton);
|
---|
145 | this.Controls.Add(this.pictureBox);
|
---|
146 | this.Name = "QAPVisualizationControl";
|
---|
147 | this.Size = new System.Drawing.Size(574, 454);
|
---|
148 | ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
|
---|
149 | this.ResumeLayout(false);
|
---|
150 | this.PerformLayout();
|
---|
151 |
|
---|
152 | }
|
---|
153 |
|
---|
154 | #endregion
|
---|
155 |
|
---|
156 | private System.Windows.Forms.Button redrawButton;
|
---|
157 | private System.Windows.Forms.RadioButton distancesRadioButton;
|
---|
158 | private System.Windows.Forms.RadioButton weightsRadioButton;
|
---|
159 | private System.Windows.Forms.PictureBox pictureBox;
|
---|
160 | private System.Windows.Forms.Label stressLabel;
|
---|
161 | private System.Windows.Forms.RadioButton assignmentRadioButton;
|
---|
162 | private System.Windows.Forms.Label label1;
|
---|
163 |
|
---|
164 | }
|
---|
165 | }
|
---|