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.Optimization.Views {
|
---|
23 | partial class EngineAlgorithmView {
|
---|
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.engineLabel = new System.Windows.Forms.Label();
|
---|
48 | this.createUserDefinedAlgorithmButton = new System.Windows.Forms.Button();
|
---|
49 | this.engineComboBox = new System.Windows.Forms.ComboBox();
|
---|
50 | this.engineTabPage = new System.Windows.Forms.TabPage();
|
---|
51 | this.engineViewHost = new HeuristicLab.Core.Views.ViewHost();
|
---|
52 | this.tabControl.SuspendLayout();
|
---|
53 | this.parametersTabPage.SuspendLayout();
|
---|
54 | this.problemTabPage.SuspendLayout();
|
---|
55 | this.resultsTabPage.SuspendLayout();
|
---|
56 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
57 | this.engineTabPage.SuspendLayout();
|
---|
58 | this.SuspendLayout();
|
---|
59 | //
|
---|
60 | // tabControl
|
---|
61 | //
|
---|
62 | this.tabControl.Controls.Add(this.engineTabPage);
|
---|
63 | this.tabControl.Size = new System.Drawing.Size(713, 467);
|
---|
64 | this.tabControl.Controls.SetChildIndex(this.resultsTabPage, 0);
|
---|
65 | this.tabControl.Controls.SetChildIndex(this.engineTabPage, 0);
|
---|
66 | this.tabControl.Controls.SetChildIndex(this.problemTabPage, 0);
|
---|
67 | this.tabControl.Controls.SetChildIndex(this.parametersTabPage, 0);
|
---|
68 | //
|
---|
69 | // parametersTabPage
|
---|
70 | //
|
---|
71 | this.parametersTabPage.Size = new System.Drawing.Size(705, 441);
|
---|
72 | //
|
---|
73 | // problemTabPage
|
---|
74 | //
|
---|
75 | this.problemTabPage.Size = new System.Drawing.Size(705, 441);
|
---|
76 | //
|
---|
77 | // parameterCollectionView
|
---|
78 | //
|
---|
79 | this.parameterCollectionView.Size = new System.Drawing.Size(693, 429);
|
---|
80 | //
|
---|
81 | // problemViewHost
|
---|
82 | //
|
---|
83 | this.problemViewHost.Size = new System.Drawing.Size(693, 399);
|
---|
84 | //
|
---|
85 | // newProblemButton
|
---|
86 | //
|
---|
87 | this.toolTip.SetToolTip(this.newProblemButton, "New Problem");
|
---|
88 | //
|
---|
89 | // saveProblemButton
|
---|
90 | //
|
---|
91 | this.toolTip.SetToolTip(this.saveProblemButton, "Save Problem");
|
---|
92 | //
|
---|
93 | // openProblemButton
|
---|
94 | //
|
---|
95 | this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
|
---|
96 | //
|
---|
97 | // startButton
|
---|
98 | //
|
---|
99 | this.startButton.Location = new System.Drawing.Point(0, 525);
|
---|
100 | this.toolTip.SetToolTip(this.startButton, "Start Algorithm");
|
---|
101 | //
|
---|
102 | // stopButton
|
---|
103 | //
|
---|
104 | this.stopButton.Location = new System.Drawing.Point(30, 525);
|
---|
105 | this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
|
---|
106 | //
|
---|
107 | // resetButton
|
---|
108 | //
|
---|
109 | this.resetButton.Location = new System.Drawing.Point(60, 525);
|
---|
110 | this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
|
---|
111 | //
|
---|
112 | // executionTimeLabel
|
---|
113 | //
|
---|
114 | this.executionTimeLabel.Location = new System.Drawing.Point(487, 532);
|
---|
115 | this.executionTimeLabel.TabIndex = 9;
|
---|
116 | //
|
---|
117 | // executionTimeTextBox
|
---|
118 | //
|
---|
119 | this.executionTimeTextBox.Location = new System.Drawing.Point(576, 529);
|
---|
120 | this.executionTimeTextBox.TabIndex = 10;
|
---|
121 | //
|
---|
122 | // resultsTabPage
|
---|
123 | //
|
---|
124 | this.resultsTabPage.Size = new System.Drawing.Size(705, 441);
|
---|
125 | //
|
---|
126 | // resultsView
|
---|
127 | //
|
---|
128 | this.resultsView.Size = new System.Drawing.Size(693, 429);
|
---|
129 | //
|
---|
130 | // nameTextBox
|
---|
131 | //
|
---|
132 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
133 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
134 | this.nameTextBox.Size = new System.Drawing.Size(641, 20);
|
---|
135 | //
|
---|
136 | // descriptionTextBox
|
---|
137 | //
|
---|
138 | this.descriptionTextBox.Size = new System.Drawing.Size(641, 20);
|
---|
139 | //
|
---|
140 | // engineLabel
|
---|
141 | //
|
---|
142 | this.engineLabel.AutoSize = true;
|
---|
143 | this.engineLabel.Location = new System.Drawing.Point(6, 9);
|
---|
144 | this.engineLabel.Name = "engineLabel";
|
---|
145 | this.engineLabel.Size = new System.Drawing.Size(43, 13);
|
---|
146 | this.engineLabel.TabIndex = 0;
|
---|
147 | this.engineLabel.Text = "&Engine:";
|
---|
148 | //
|
---|
149 | // createUserDefinedAlgorithmButton
|
---|
150 | //
|
---|
151 | this.createUserDefinedAlgorithmButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
152 | this.createUserDefinedAlgorithmButton.Location = new System.Drawing.Point(90, 525);
|
---|
153 | this.createUserDefinedAlgorithmButton.Name = "createUserDefinedAlgorithmButton";
|
---|
154 | this.createUserDefinedAlgorithmButton.Size = new System.Drawing.Size(254, 24);
|
---|
155 | this.createUserDefinedAlgorithmButton.TabIndex = 8;
|
---|
156 | this.createUserDefinedAlgorithmButton.Text = "&Create User Defined Algorithm";
|
---|
157 | this.toolTip.SetToolTip(this.createUserDefinedAlgorithmButton, "Create User Defined Algorithm from this Algorithm");
|
---|
158 | this.createUserDefinedAlgorithmButton.UseVisualStyleBackColor = true;
|
---|
159 | this.createUserDefinedAlgorithmButton.Click += new System.EventHandler(this.createUserDefinedAlgorithmButton_Click);
|
---|
160 | //
|
---|
161 | // engineComboBox
|
---|
162 | //
|
---|
163 | this.engineComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
164 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
165 | this.engineComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
166 | this.engineComboBox.FormattingEnabled = true;
|
---|
167 | this.engineComboBox.Location = new System.Drawing.Point(55, 6);
|
---|
168 | this.engineComboBox.Name = "engineComboBox";
|
---|
169 | this.engineComboBox.Size = new System.Drawing.Size(644, 21);
|
---|
170 | this.engineComboBox.TabIndex = 1;
|
---|
171 | this.engineComboBox.SelectedIndexChanged += new System.EventHandler(this.engineComboBox_SelectedIndexChanged);
|
---|
172 | //
|
---|
173 | // engineTabPage
|
---|
174 | //
|
---|
175 | this.engineTabPage.Controls.Add(this.engineViewHost);
|
---|
176 | this.engineTabPage.Controls.Add(this.engineComboBox);
|
---|
177 | this.engineTabPage.Controls.Add(this.engineLabel);
|
---|
178 | this.engineTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
179 | this.engineTabPage.Name = "engineTabPage";
|
---|
180 | this.engineTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
181 | this.engineTabPage.Size = new System.Drawing.Size(705, 441);
|
---|
182 | this.engineTabPage.TabIndex = 3;
|
---|
183 | this.engineTabPage.Text = "Engine";
|
---|
184 | this.engineTabPage.UseVisualStyleBackColor = true;
|
---|
185 | //
|
---|
186 | // engineViewHost
|
---|
187 | //
|
---|
188 | this.engineViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
189 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
190 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
191 | this.engineViewHost.Content = null;
|
---|
192 | this.engineViewHost.Location = new System.Drawing.Point(6, 33);
|
---|
193 | this.engineViewHost.Name = "engineViewHost";
|
---|
194 | this.engineViewHost.Size = new System.Drawing.Size(693, 402);
|
---|
195 | this.engineViewHost.TabIndex = 2;
|
---|
196 | this.engineViewHost.ViewType = null;
|
---|
197 | //
|
---|
198 | // EngineAlgorithmView
|
---|
199 | //
|
---|
200 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
201 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
202 | this.Controls.Add(this.createUserDefinedAlgorithmButton);
|
---|
203 | this.Name = "EngineAlgorithmView";
|
---|
204 | this.Size = new System.Drawing.Size(713, 549);
|
---|
205 | this.Controls.SetChildIndex(this.createUserDefinedAlgorithmButton, 0);
|
---|
206 | this.Controls.SetChildIndex(this.resetButton, 0);
|
---|
207 | this.Controls.SetChildIndex(this.executionTimeLabel, 0);
|
---|
208 | this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
|
---|
209 | this.Controls.SetChildIndex(this.stopButton, 0);
|
---|
210 | this.Controls.SetChildIndex(this.startButton, 0);
|
---|
211 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
212 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
213 | this.Controls.SetChildIndex(this.descriptionLabel, 0);
|
---|
214 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
215 | this.Controls.SetChildIndex(this.descriptionTextBox, 0);
|
---|
216 | this.tabControl.ResumeLayout(false);
|
---|
217 | this.parametersTabPage.ResumeLayout(false);
|
---|
218 | this.problemTabPage.ResumeLayout(false);
|
---|
219 | this.resultsTabPage.ResumeLayout(false);
|
---|
220 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
221 | this.engineTabPage.ResumeLayout(false);
|
---|
222 | this.engineTabPage.PerformLayout();
|
---|
223 | this.ResumeLayout(false);
|
---|
224 | this.PerformLayout();
|
---|
225 |
|
---|
226 | }
|
---|
227 |
|
---|
228 | #endregion
|
---|
229 |
|
---|
230 | protected System.Windows.Forms.Label engineLabel;
|
---|
231 | protected System.Windows.Forms.Button createUserDefinedAlgorithmButton;
|
---|
232 | protected System.Windows.Forms.ComboBox engineComboBox;
|
---|
233 | protected System.Windows.Forms.TabPage engineTabPage;
|
---|
234 | protected HeuristicLab.Core.Views.ViewHost engineViewHost;
|
---|
235 |
|
---|
236 | }
|
---|
237 | }
|
---|