1 | namespace HeuristicLab.Analysis.FitnessLandscape.MultiTrajectory {
|
---|
2 | partial class MultiTrajectoryAnalysisView {
|
---|
3 | /// <summary>
|
---|
4 | /// Required designer variable.
|
---|
5 | /// </summary>
|
---|
6 | private System.ComponentModel.IContainer components = null;
|
---|
7 |
|
---|
8 | /// <summary>
|
---|
9 | /// Clean up any resources being used.
|
---|
10 | /// </summary>
|
---|
11 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
12 | protected override void Dispose(bool disposing) {
|
---|
13 | if (disposing && (components != null)) {
|
---|
14 | components.Dispose();
|
---|
15 | }
|
---|
16 | base.Dispose(disposing);
|
---|
17 | }
|
---|
18 |
|
---|
19 | #region Component Designer generated code
|
---|
20 |
|
---|
21 | /// <summary>
|
---|
22 | /// Required method for Designer support - do not modify
|
---|
23 | /// the contents of this method with the code editor.
|
---|
24 | /// </summary>
|
---|
25 | private void InitializeComponent() {
|
---|
26 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MultiTrajectoryAnalysisView));
|
---|
27 | this.tabControl = new System.Windows.Forms.TabControl();
|
---|
28 | this.parametersTabPage = new System.Windows.Forms.TabPage();
|
---|
29 | this.parametersView = new HeuristicLab.Core.Views.ParameterCollectionView();
|
---|
30 | this.sampleGenerationTabPage = new System.Windows.Forms.TabPage();
|
---|
31 | this.sampleGenerationAlgorithmViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
32 | this.openSampleGenerationAlgorithmButton = new System.Windows.Forms.Button();
|
---|
33 | this.newSampleGenerationAlgorithmButton = new System.Windows.Forms.Button();
|
---|
34 | this.algorithmTabPage = new System.Windows.Forms.TabPage();
|
---|
35 | this.openAlgorithmButton = new System.Windows.Forms.Button();
|
---|
36 | this.newAlgorithmButton = new System.Windows.Forms.Button();
|
---|
37 | this.algorithmViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
38 | this.runsTabPage = new System.Windows.Forms.TabPage();
|
---|
39 | this.runCollectionView = new HeuristicLab.Optimization.Views.RunCollectionView();
|
---|
40 | this.resultsTabPage = new System.Windows.Forms.TabPage();
|
---|
41 | this.resultCollectionView = new HeuristicLab.Optimization.Views.ResultCollectionView();
|
---|
42 | this.startButton = new System.Windows.Forms.Button();
|
---|
43 | this.pauseButton = new System.Windows.Forms.Button();
|
---|
44 | this.stopButton = new System.Windows.Forms.Button();
|
---|
45 | this.prepareButton = new System.Windows.Forms.Button();
|
---|
46 | this.executionTimeTextBox = new System.Windows.Forms.TextBox();
|
---|
47 | this.executionTimeLabel = new System.Windows.Forms.Label();
|
---|
48 | this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
---|
49 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
50 | this.tabControl.SuspendLayout();
|
---|
51 | this.parametersTabPage.SuspendLayout();
|
---|
52 | this.sampleGenerationTabPage.SuspendLayout();
|
---|
53 | this.algorithmTabPage.SuspendLayout();
|
---|
54 | this.runsTabPage.SuspendLayout();
|
---|
55 | this.resultsTabPage.SuspendLayout();
|
---|
56 | this.SuspendLayout();
|
---|
57 | //
|
---|
58 | // nameTextBox
|
---|
59 | //
|
---|
60 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
61 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
62 | this.nameTextBox.Size = new System.Drawing.Size(489, 20);
|
---|
63 | //
|
---|
64 | // tabControl
|
---|
65 | //
|
---|
66 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
67 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
68 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
69 | this.tabControl.Controls.Add(this.parametersTabPage);
|
---|
70 | this.tabControl.Controls.Add(this.sampleGenerationTabPage);
|
---|
71 | this.tabControl.Controls.Add(this.algorithmTabPage);
|
---|
72 | this.tabControl.Controls.Add(this.runsTabPage);
|
---|
73 | this.tabControl.Controls.Add(this.resultsTabPage);
|
---|
74 | this.tabControl.Location = new System.Drawing.Point(0, 26);
|
---|
75 | this.tabControl.Name = "tabControl";
|
---|
76 | this.tabControl.SelectedIndex = 0;
|
---|
77 | this.tabControl.Size = new System.Drawing.Size(561, 357);
|
---|
78 | this.tabControl.TabIndex = 4;
|
---|
79 | this.tabControl.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragDrop);
|
---|
80 | this.tabControl.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver);
|
---|
81 | this.tabControl.DragOver += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver);
|
---|
82 | //
|
---|
83 | // parametersTabPage
|
---|
84 | //
|
---|
85 | this.parametersTabPage.Controls.Add(this.parametersView);
|
---|
86 | this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
87 | this.parametersTabPage.Name = "parametersTabPage";
|
---|
88 | this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
89 | this.parametersTabPage.Size = new System.Drawing.Size(553, 331);
|
---|
90 | this.parametersTabPage.TabIndex = 0;
|
---|
91 | this.parametersTabPage.Text = "Parameters";
|
---|
92 | this.parametersTabPage.UseVisualStyleBackColor = true;
|
---|
93 | //
|
---|
94 | // parametersView
|
---|
95 | //
|
---|
96 | this.parametersView.AllowEditingOfHiddenParameters = true;
|
---|
97 | this.parametersView.Caption = "ParameterCollection View";
|
---|
98 | this.parametersView.Content = null;
|
---|
99 | this.parametersView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
100 | this.parametersView.Location = new System.Drawing.Point(3, 3);
|
---|
101 | this.parametersView.Name = "parametersView";
|
---|
102 | this.parametersView.ReadOnly = false;
|
---|
103 | this.parametersView.Size = new System.Drawing.Size(547, 325);
|
---|
104 | this.parametersView.TabIndex = 0;
|
---|
105 | //
|
---|
106 | // sampleGenerationTabPage
|
---|
107 | //
|
---|
108 | this.sampleGenerationTabPage.AllowDrop = true;
|
---|
109 | this.sampleGenerationTabPage.Controls.Add(this.sampleGenerationAlgorithmViewHost);
|
---|
110 | this.sampleGenerationTabPage.Controls.Add(this.openSampleGenerationAlgorithmButton);
|
---|
111 | this.sampleGenerationTabPage.Controls.Add(this.newSampleGenerationAlgorithmButton);
|
---|
112 | this.sampleGenerationTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
113 | this.sampleGenerationTabPage.Name = "sampleGenerationTabPage";
|
---|
114 | this.sampleGenerationTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
115 | this.sampleGenerationTabPage.Size = new System.Drawing.Size(553, 331);
|
---|
116 | this.sampleGenerationTabPage.TabIndex = 1;
|
---|
117 | this.sampleGenerationTabPage.Text = "Sample Generation";
|
---|
118 | this.sampleGenerationTabPage.UseVisualStyleBackColor = true;
|
---|
119 | this.sampleGenerationTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragDrop);
|
---|
120 | this.sampleGenerationTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver);
|
---|
121 | this.sampleGenerationTabPage.DragOver += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver);
|
---|
122 | //
|
---|
123 | // sampleGenerationAlgorithmViewHost
|
---|
124 | //
|
---|
125 | this.sampleGenerationAlgorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
126 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
127 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
128 | this.sampleGenerationAlgorithmViewHost.Caption = "Algorithm View";
|
---|
129 | this.sampleGenerationAlgorithmViewHost.Content = null;
|
---|
130 | this.sampleGenerationAlgorithmViewHost.Enabled = false;
|
---|
131 | this.sampleGenerationAlgorithmViewHost.Location = new System.Drawing.Point(6, 36);
|
---|
132 | this.sampleGenerationAlgorithmViewHost.Name = "sampleGenerationAlgorithmViewHost";
|
---|
133 | this.sampleGenerationAlgorithmViewHost.ReadOnly = false;
|
---|
134 | this.sampleGenerationAlgorithmViewHost.Size = new System.Drawing.Size(541, 286);
|
---|
135 | this.sampleGenerationAlgorithmViewHost.TabIndex = 0;
|
---|
136 | this.sampleGenerationAlgorithmViewHost.ViewsLabelVisible = true;
|
---|
137 | this.sampleGenerationAlgorithmViewHost.ViewType = null;
|
---|
138 | //
|
---|
139 | // openSampleGenerationAlgorithmButton
|
---|
140 | //
|
---|
141 | this.openSampleGenerationAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("openSampleGenerationAlgorithmButton.Image")));
|
---|
142 | this.openSampleGenerationAlgorithmButton.Location = new System.Drawing.Point(36, 6);
|
---|
143 | this.openSampleGenerationAlgorithmButton.Name = "openSampleGenerationAlgorithmButton";
|
---|
144 | this.openSampleGenerationAlgorithmButton.Size = new System.Drawing.Size(24, 24);
|
---|
145 | this.openSampleGenerationAlgorithmButton.TabIndex = 5;
|
---|
146 | this.openSampleGenerationAlgorithmButton.UseVisualStyleBackColor = true;
|
---|
147 | this.openSampleGenerationAlgorithmButton.Click += new System.EventHandler(this.openSampleGenerationAlgorithmButton_Click);
|
---|
148 | //
|
---|
149 | // newSampleGenerationAlgorithmButton
|
---|
150 | //
|
---|
151 | this.newSampleGenerationAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("newSampleGenerationAlgorithmButton.Image")));
|
---|
152 | this.newSampleGenerationAlgorithmButton.Location = new System.Drawing.Point(6, 6);
|
---|
153 | this.newSampleGenerationAlgorithmButton.Name = "newSampleGenerationAlgorithmButton";
|
---|
154 | this.newSampleGenerationAlgorithmButton.Size = new System.Drawing.Size(24, 24);
|
---|
155 | this.newSampleGenerationAlgorithmButton.TabIndex = 5;
|
---|
156 | this.newSampleGenerationAlgorithmButton.UseVisualStyleBackColor = true;
|
---|
157 | this.newSampleGenerationAlgorithmButton.Click += new System.EventHandler(this.newSampleGenerationAlgorithmButton_Click);
|
---|
158 | //
|
---|
159 | // algorithmTabPage
|
---|
160 | //
|
---|
161 | this.algorithmTabPage.AllowDrop = true;
|
---|
162 | this.algorithmTabPage.Controls.Add(this.openAlgorithmButton);
|
---|
163 | this.algorithmTabPage.Controls.Add(this.newAlgorithmButton);
|
---|
164 | this.algorithmTabPage.Controls.Add(this.algorithmViewHost);
|
---|
165 | this.algorithmTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
166 | this.algorithmTabPage.Name = "algorithmTabPage";
|
---|
167 | this.algorithmTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
168 | this.algorithmTabPage.Size = new System.Drawing.Size(553, 331);
|
---|
169 | this.algorithmTabPage.TabIndex = 2;
|
---|
170 | this.algorithmTabPage.Text = "Algorithm";
|
---|
171 | this.algorithmTabPage.UseVisualStyleBackColor = true;
|
---|
172 | this.algorithmTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragDrop);
|
---|
173 | this.algorithmTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver);
|
---|
174 | this.algorithmTabPage.DragOver += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver);
|
---|
175 | //
|
---|
176 | // openAlgorithmButton
|
---|
177 | //
|
---|
178 | this.openAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("openAlgorithmButton.Image")));
|
---|
179 | this.openAlgorithmButton.Location = new System.Drawing.Point(36, 6);
|
---|
180 | this.openAlgorithmButton.Name = "openAlgorithmButton";
|
---|
181 | this.openAlgorithmButton.Size = new System.Drawing.Size(24, 24);
|
---|
182 | this.openAlgorithmButton.TabIndex = 7;
|
---|
183 | this.openAlgorithmButton.UseVisualStyleBackColor = true;
|
---|
184 | this.openAlgorithmButton.Click += new System.EventHandler(this.openAlgorithmButton_Click);
|
---|
185 | //
|
---|
186 | // newAlgorithmButton
|
---|
187 | //
|
---|
188 | this.newAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("newAlgorithmButton.Image")));
|
---|
189 | this.newAlgorithmButton.Location = new System.Drawing.Point(6, 6);
|
---|
190 | this.newAlgorithmButton.Name = "newAlgorithmButton";
|
---|
191 | this.newAlgorithmButton.Size = new System.Drawing.Size(24, 24);
|
---|
192 | this.newAlgorithmButton.TabIndex = 6;
|
---|
193 | this.newAlgorithmButton.UseVisualStyleBackColor = true;
|
---|
194 | this.newAlgorithmButton.Click += new System.EventHandler(this.newAlgorithmButton_Click);
|
---|
195 | //
|
---|
196 | // algorithmViewHost
|
---|
197 | //
|
---|
198 | this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
199 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
200 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
201 | this.algorithmViewHost.Caption = "Algorithm View";
|
---|
202 | this.algorithmViewHost.Content = null;
|
---|
203 | this.algorithmViewHost.Enabled = false;
|
---|
204 | this.algorithmViewHost.Location = new System.Drawing.Point(6, 36);
|
---|
205 | this.algorithmViewHost.Name = "algorithmViewHost";
|
---|
206 | this.algorithmViewHost.ReadOnly = false;
|
---|
207 | this.algorithmViewHost.Size = new System.Drawing.Size(541, 286);
|
---|
208 | this.algorithmViewHost.TabIndex = 0;
|
---|
209 | this.algorithmViewHost.ViewsLabelVisible = true;
|
---|
210 | this.algorithmViewHost.ViewType = null;
|
---|
211 | //
|
---|
212 | // runsTabPage
|
---|
213 | //
|
---|
214 | this.runsTabPage.Controls.Add(this.runCollectionView);
|
---|
215 | this.runsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
216 | this.runsTabPage.Name = "runsTabPage";
|
---|
217 | this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
218 | this.runsTabPage.Size = new System.Drawing.Size(553, 331);
|
---|
219 | this.runsTabPage.TabIndex = 3;
|
---|
220 | this.runsTabPage.Text = "Runs";
|
---|
221 | this.runsTabPage.UseVisualStyleBackColor = true;
|
---|
222 | //
|
---|
223 | // runCollectionView
|
---|
224 | //
|
---|
225 | this.runCollectionView.Caption = "RunCollection View";
|
---|
226 | this.runCollectionView.Content = null;
|
---|
227 | this.runCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
228 | this.runCollectionView.Location = new System.Drawing.Point(3, 3);
|
---|
229 | this.runCollectionView.Name = "runCollectionView";
|
---|
230 | this.runCollectionView.ReadOnly = false;
|
---|
231 | this.runCollectionView.Size = new System.Drawing.Size(547, 325);
|
---|
232 | this.runCollectionView.TabIndex = 0;
|
---|
233 | //
|
---|
234 | // resultsTabPage
|
---|
235 | //
|
---|
236 | this.resultsTabPage.Controls.Add(this.resultCollectionView);
|
---|
237 | this.resultsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
238 | this.resultsTabPage.Name = "resultsTabPage";
|
---|
239 | this.resultsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
240 | this.resultsTabPage.Size = new System.Drawing.Size(553, 331);
|
---|
241 | this.resultsTabPage.TabIndex = 4;
|
---|
242 | this.resultsTabPage.Text = "Results";
|
---|
243 | this.resultsTabPage.UseVisualStyleBackColor = true;
|
---|
244 | //
|
---|
245 | // resultCollectionView
|
---|
246 | //
|
---|
247 | this.resultCollectionView.Caption = "ResultCollection View";
|
---|
248 | this.resultCollectionView.Content = null;
|
---|
249 | this.resultCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
250 | this.resultCollectionView.Location = new System.Drawing.Point(3, 3);
|
---|
251 | this.resultCollectionView.Name = "resultCollectionView";
|
---|
252 | this.resultCollectionView.ReadOnly = true;
|
---|
253 | this.resultCollectionView.Size = new System.Drawing.Size(547, 325);
|
---|
254 | this.resultCollectionView.TabIndex = 0;
|
---|
255 | //
|
---|
256 | // startButton
|
---|
257 | //
|
---|
258 | this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
259 | this.startButton.Image = ((System.Drawing.Image)(resources.GetObject("startButton.Image")));
|
---|
260 | this.startButton.Location = new System.Drawing.Point(3, 389);
|
---|
261 | this.startButton.Name = "startButton";
|
---|
262 | this.startButton.Size = new System.Drawing.Size(24, 24);
|
---|
263 | this.startButton.TabIndex = 5;
|
---|
264 | this.startButton.UseVisualStyleBackColor = true;
|
---|
265 | this.startButton.Click += new System.EventHandler(this.startButton_Click);
|
---|
266 | //
|
---|
267 | // pauseButton
|
---|
268 | //
|
---|
269 | this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
270 | this.pauseButton.Image = ((System.Drawing.Image)(resources.GetObject("pauseButton.Image")));
|
---|
271 | this.pauseButton.Location = new System.Drawing.Point(33, 389);
|
---|
272 | this.pauseButton.Name = "pauseButton";
|
---|
273 | this.pauseButton.Size = new System.Drawing.Size(24, 24);
|
---|
274 | this.pauseButton.TabIndex = 5;
|
---|
275 | this.pauseButton.UseVisualStyleBackColor = true;
|
---|
276 | this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
|
---|
277 | //
|
---|
278 | // stopButton
|
---|
279 | //
|
---|
280 | this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
281 | this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));
|
---|
282 | this.stopButton.Location = new System.Drawing.Point(63, 389);
|
---|
283 | this.stopButton.Name = "stopButton";
|
---|
284 | this.stopButton.Size = new System.Drawing.Size(24, 24);
|
---|
285 | this.stopButton.TabIndex = 5;
|
---|
286 | this.stopButton.UseVisualStyleBackColor = true;
|
---|
287 | this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
|
---|
288 | //
|
---|
289 | // prepareButton
|
---|
290 | //
|
---|
291 | this.prepareButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
292 | this.prepareButton.Image = ((System.Drawing.Image)(resources.GetObject("prepareButton.Image")));
|
---|
293 | this.prepareButton.Location = new System.Drawing.Point(93, 389);
|
---|
294 | this.prepareButton.Name = "prepareButton";
|
---|
295 | this.prepareButton.Size = new System.Drawing.Size(24, 24);
|
---|
296 | this.prepareButton.TabIndex = 5;
|
---|
297 | this.prepareButton.UseVisualStyleBackColor = true;
|
---|
298 | this.prepareButton.Click += new System.EventHandler(this.prepareButton_Click);
|
---|
299 | //
|
---|
300 | // executionTimeTextBox
|
---|
301 | //
|
---|
302 | this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
303 | this.executionTimeTextBox.Location = new System.Drawing.Point(419, 392);
|
---|
304 | this.executionTimeTextBox.Name = "executionTimeTextBox";
|
---|
305 | this.executionTimeTextBox.ReadOnly = true;
|
---|
306 | this.executionTimeTextBox.Size = new System.Drawing.Size(139, 20);
|
---|
307 | this.executionTimeTextBox.TabIndex = 6;
|
---|
308 | //
|
---|
309 | // executionTimeLabel
|
---|
310 | //
|
---|
311 | this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
312 | this.executionTimeLabel.AutoSize = true;
|
---|
313 | this.executionTimeLabel.Location = new System.Drawing.Point(333, 395);
|
---|
314 | this.executionTimeLabel.Name = "executionTimeLabel";
|
---|
315 | this.executionTimeLabel.Size = new System.Drawing.Size(80, 13);
|
---|
316 | this.executionTimeLabel.TabIndex = 7;
|
---|
317 | this.executionTimeLabel.Text = "ExecutionTime:";
|
---|
318 | //
|
---|
319 | // openFileDialog
|
---|
320 | //
|
---|
321 | this.openFileDialog.FileName = "Algorithm";
|
---|
322 | this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
|
---|
323 | //
|
---|
324 | // MultiTrajectoryAnalysisView
|
---|
325 | //
|
---|
326 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
327 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
328 | this.Controls.Add(this.startButton);
|
---|
329 | this.Controls.Add(this.pauseButton);
|
---|
330 | this.Controls.Add(this.stopButton);
|
---|
331 | this.Controls.Add(this.prepareButton);
|
---|
332 | this.Controls.Add(this.executionTimeTextBox);
|
---|
333 | this.Controls.Add(this.executionTimeLabel);
|
---|
334 | this.Controls.Add(this.tabControl);
|
---|
335 | this.Name = "MultiTrajectoryAnalysisView";
|
---|
336 | this.Size = new System.Drawing.Size(561, 416);
|
---|
337 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
338 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
339 | this.Controls.SetChildIndex(this.executionTimeLabel, 0);
|
---|
340 | this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
|
---|
341 | this.Controls.SetChildIndex(this.prepareButton, 0);
|
---|
342 | this.Controls.SetChildIndex(this.stopButton, 0);
|
---|
343 | this.Controls.SetChildIndex(this.pauseButton, 0);
|
---|
344 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
345 | this.Controls.SetChildIndex(this.startButton, 0);
|
---|
346 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
347 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
348 | this.tabControl.ResumeLayout(false);
|
---|
349 | this.parametersTabPage.ResumeLayout(false);
|
---|
350 | this.sampleGenerationTabPage.ResumeLayout(false);
|
---|
351 | this.algorithmTabPage.ResumeLayout(false);
|
---|
352 | this.runsTabPage.ResumeLayout(false);
|
---|
353 | this.resultsTabPage.ResumeLayout(false);
|
---|
354 | this.ResumeLayout(false);
|
---|
355 | this.PerformLayout();
|
---|
356 |
|
---|
357 | }
|
---|
358 |
|
---|
359 | #endregion
|
---|
360 |
|
---|
361 | private System.Windows.Forms.TabControl tabControl;
|
---|
362 | private System.Windows.Forms.TabPage parametersTabPage;
|
---|
363 | private System.Windows.Forms.TabPage sampleGenerationTabPage;
|
---|
364 | private System.Windows.Forms.TabPage algorithmTabPage;
|
---|
365 | private System.Windows.Forms.TabPage runsTabPage;
|
---|
366 | private System.Windows.Forms.TabPage resultsTabPage;
|
---|
367 | private HeuristicLab.Core.Views.ParameterCollectionView parametersView;
|
---|
368 | private System.Windows.Forms.Button startButton;
|
---|
369 | private System.Windows.Forms.Button pauseButton;
|
---|
370 | private System.Windows.Forms.Button stopButton;
|
---|
371 | private System.Windows.Forms.Button prepareButton;
|
---|
372 | private System.Windows.Forms.TextBox executionTimeTextBox;
|
---|
373 | private System.Windows.Forms.Label executionTimeLabel;
|
---|
374 | private HeuristicLab.MainForm.WindowsForms.ViewHost sampleGenerationAlgorithmViewHost;
|
---|
375 | private HeuristicLab.MainForm.WindowsForms.ViewHost algorithmViewHost;
|
---|
376 | private HeuristicLab.Optimization.Views.RunCollectionView runCollectionView;
|
---|
377 | private HeuristicLab.Optimization.Views.ResultCollectionView resultCollectionView;
|
---|
378 | private System.Windows.Forms.Button newSampleGenerationAlgorithmButton;
|
---|
379 | private System.Windows.Forms.Button openSampleGenerationAlgorithmButton;
|
---|
380 | private System.Windows.Forms.Button openAlgorithmButton;
|
---|
381 | private System.Windows.Forms.Button newAlgorithmButton;
|
---|
382 | private System.Windows.Forms.OpenFileDialog openFileDialog;
|
---|
383 |
|
---|
384 | }
|
---|
385 | }
|
---|