1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2010 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.Algorithms.SGA.Views {
|
---|
23 | partial class SGAView {
|
---|
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) {
|
---|
35 | if (components != null) 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.engineTabPage.SuspendLayout();
|
---|
48 | this.tabControl.SuspendLayout();
|
---|
49 | this.parametersTabPage.SuspendLayout();
|
---|
50 | this.problemTabPage.SuspendLayout();
|
---|
51 | this.resultsTabPage.SuspendLayout();
|
---|
52 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
53 | this.SuspendLayout();
|
---|
54 | //
|
---|
55 | // createUserDefinedAlgorithmButton
|
---|
56 | //
|
---|
57 | this.createUserDefinedAlgorithmButton.Location = new System.Drawing.Point(90, 552);
|
---|
58 | this.toolTip.SetToolTip(this.createUserDefinedAlgorithmButton, "Create User Defined Algorithm from this Algorithm");
|
---|
59 | //
|
---|
60 | // engineComboBox
|
---|
61 | //
|
---|
62 | this.engineComboBox.Size = new System.Drawing.Size(675, 21);
|
---|
63 | //
|
---|
64 | // engineTabPage
|
---|
65 | //
|
---|
66 | this.engineTabPage.Size = new System.Drawing.Size(736, 468);
|
---|
67 | //
|
---|
68 | // engineViewHost
|
---|
69 | //
|
---|
70 | this.engineViewHost.Size = new System.Drawing.Size(724, 429);
|
---|
71 | //
|
---|
72 | // tabControl
|
---|
73 | //
|
---|
74 | this.tabControl.Size = new System.Drawing.Size(744, 494);
|
---|
75 | //
|
---|
76 | // parametersTabPage
|
---|
77 | //
|
---|
78 | this.parametersTabPage.Size = new System.Drawing.Size(736, 468);
|
---|
79 | //
|
---|
80 | // problemTabPage
|
---|
81 | //
|
---|
82 | this.problemTabPage.Size = new System.Drawing.Size(736, 468);
|
---|
83 | //
|
---|
84 | // parameterCollectionView
|
---|
85 | //
|
---|
86 | this.parameterCollectionView.Size = new System.Drawing.Size(724, 456);
|
---|
87 | //
|
---|
88 | // problemViewHost
|
---|
89 | //
|
---|
90 | this.problemViewHost.Size = new System.Drawing.Size(724, 426);
|
---|
91 | //
|
---|
92 | // newProblemButton
|
---|
93 | //
|
---|
94 | this.toolTip.SetToolTip(this.newProblemButton, "New Problem");
|
---|
95 | //
|
---|
96 | // saveProblemButton
|
---|
97 | //
|
---|
98 | this.toolTip.SetToolTip(this.saveProblemButton, "Save Problem");
|
---|
99 | //
|
---|
100 | // openProblemButton
|
---|
101 | //
|
---|
102 | this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
|
---|
103 | //
|
---|
104 | // startButton
|
---|
105 | //
|
---|
106 | this.startButton.Location = new System.Drawing.Point(0, 552);
|
---|
107 | this.toolTip.SetToolTip(this.startButton, "Start Algorithm");
|
---|
108 | //
|
---|
109 | // stopButton
|
---|
110 | //
|
---|
111 | this.stopButton.Location = new System.Drawing.Point(30, 552);
|
---|
112 | this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
|
---|
113 | //
|
---|
114 | // resetButton
|
---|
115 | //
|
---|
116 | this.resetButton.Location = new System.Drawing.Point(60, 552);
|
---|
117 | this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
|
---|
118 | //
|
---|
119 | // executionTimeLabel
|
---|
120 | //
|
---|
121 | this.executionTimeLabel.Location = new System.Drawing.Point(518, 559);
|
---|
122 | //
|
---|
123 | // executionTimeTextBox
|
---|
124 | //
|
---|
125 | this.executionTimeTextBox.Location = new System.Drawing.Point(607, 556);
|
---|
126 | //
|
---|
127 | // resultsTabPage
|
---|
128 | //
|
---|
129 | this.resultsTabPage.Size = new System.Drawing.Size(736, 468);
|
---|
130 | //
|
---|
131 | // resultsView
|
---|
132 | //
|
---|
133 | this.resultsView.Size = new System.Drawing.Size(724, 456);
|
---|
134 | //
|
---|
135 | // nameTextBox
|
---|
136 | //
|
---|
137 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
138 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
139 | this.nameTextBox.Size = new System.Drawing.Size(672, 20);
|
---|
140 | //
|
---|
141 | // descriptionTextBox
|
---|
142 | //
|
---|
143 | this.descriptionTextBox.Size = new System.Drawing.Size(672, 20);
|
---|
144 | //
|
---|
145 | // SGAView
|
---|
146 | //
|
---|
147 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
148 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
149 | this.Name = "SGAView";
|
---|
150 | this.Size = new System.Drawing.Size(744, 576);
|
---|
151 | this.engineTabPage.ResumeLayout(false);
|
---|
152 | this.engineTabPage.PerformLayout();
|
---|
153 | this.tabControl.ResumeLayout(false);
|
---|
154 | this.parametersTabPage.ResumeLayout(false);
|
---|
155 | this.problemTabPage.ResumeLayout(false);
|
---|
156 | this.resultsTabPage.ResumeLayout(false);
|
---|
157 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
158 | this.ResumeLayout(false);
|
---|
159 | this.PerformLayout();
|
---|
160 |
|
---|
161 | }
|
---|
162 |
|
---|
163 | #endregion
|
---|
164 |
|
---|
165 |
|
---|
166 |
|
---|
167 | }
|
---|
168 | }
|
---|