Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Optimization.Views/3.3/AlgorithmView.Designer.cs @ 3275

Last change on this file since 3275 was 3275, checked in by swagner, 14 years ago

Continued work on algorithm batch processing (#947).

File size: 18.5 KB
Line 
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
22namespace HeuristicLab.Optimization.Views {
23  partial class AlgorithmView {
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 (problemTypeSelectorDialog != null) problemTypeSelectorDialog.Dispose();
36        if (components != null) 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.tabControl = new System.Windows.Forms.TabControl();
49      this.parametersTabPage = new System.Windows.Forms.TabPage();
50      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
51      this.problemTabPage = new System.Windows.Forms.TabPage();
52      this.saveProblemButton = new System.Windows.Forms.Button();
53      this.openProblemButton = new System.Windows.Forms.Button();
54      this.newProblemButton = new System.Windows.Forms.Button();
55      this.problemViewHost = new HeuristicLab.Core.Views.ViewHost();
56      this.resultsTabPage = new System.Windows.Forms.TabPage();
57      this.resultsView = new HeuristicLab.Optimization.Views.ResultCollectionView();
58      this.startButton = new System.Windows.Forms.Button();
59      this.pauseButton = new System.Windows.Forms.Button();
60      this.resetButton = new System.Windows.Forms.Button();
61      this.executionTimeLabel = new System.Windows.Forms.Label();
62      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
63      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
64      this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
65      this.stopButton = new System.Windows.Forms.Button();
66      this.runsTabPage = new System.Windows.Forms.TabPage();
67      this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
68      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
69      this.tabControl.SuspendLayout();
70      this.parametersTabPage.SuspendLayout();
71      this.problemTabPage.SuspendLayout();
72      this.resultsTabPage.SuspendLayout();
73      this.runsTabPage.SuspendLayout();
74      this.SuspendLayout();
75      //
76      // nameTextBox
77      //
78      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
79      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
80      this.nameTextBox.Size = new System.Drawing.Size(607, 20);
81      //
82      // descriptionTextBox
83      //
84      this.descriptionTextBox.Size = new System.Drawing.Size(607, 20);
85      //
86      // tabControl
87      //
88      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
89                  | System.Windows.Forms.AnchorStyles.Left)
90                  | System.Windows.Forms.AnchorStyles.Right)));
91      this.tabControl.Controls.Add(this.parametersTabPage);
92      this.tabControl.Controls.Add(this.problemTabPage);
93      this.tabControl.Controls.Add(this.resultsTabPage);
94      this.tabControl.Controls.Add(this.runsTabPage);
95      this.tabControl.Location = new System.Drawing.Point(0, 52);
96      this.tabControl.Name = "tabControl";
97      this.tabControl.SelectedIndex = 0;
98      this.tabControl.Size = new System.Drawing.Size(679, 400);
99      this.tabControl.TabIndex = 4;
100      //
101      // parametersTabPage
102      //
103      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
104      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
105      this.parametersTabPage.Name = "parametersTabPage";
106      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
107      this.parametersTabPage.Size = new System.Drawing.Size(671, 374);
108      this.parametersTabPage.TabIndex = 0;
109      this.parametersTabPage.Text = "Parameters";
110      this.parametersTabPage.UseVisualStyleBackColor = true;
111      //
112      // parameterCollectionView
113      //
114      this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
115                  | System.Windows.Forms.AnchorStyles.Left)
116                  | System.Windows.Forms.AnchorStyles.Right)));
117      this.parameterCollectionView.Caption = "ParameterCollection";
118      this.parameterCollectionView.Content = null;
119      this.parameterCollectionView.Location = new System.Drawing.Point(6, 6);
120      this.parameterCollectionView.Name = "parameterCollectionView";
121      this.parameterCollectionView.Size = new System.Drawing.Size(659, 362);
122      this.parameterCollectionView.TabIndex = 0;
123      //
124      // problemTabPage
125      //
126      this.problemTabPage.Controls.Add(this.saveProblemButton);
127      this.problemTabPage.Controls.Add(this.openProblemButton);
128      this.problemTabPage.Controls.Add(this.newProblemButton);
129      this.problemTabPage.Controls.Add(this.problemViewHost);
130      this.problemTabPage.Location = new System.Drawing.Point(4, 22);
131      this.problemTabPage.Name = "problemTabPage";
132      this.problemTabPage.Padding = new System.Windows.Forms.Padding(3);
133      this.problemTabPage.Size = new System.Drawing.Size(671, 374);
134      this.problemTabPage.TabIndex = 1;
135      this.problemTabPage.Text = "Problem";
136      this.problemTabPage.UseVisualStyleBackColor = true;
137      //
138      // saveProblemButton
139      //
140      this.saveProblemButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Save;
141      this.saveProblemButton.Location = new System.Drawing.Point(66, 6);
142      this.saveProblemButton.Name = "saveProblemButton";
143      this.saveProblemButton.Size = new System.Drawing.Size(24, 24);
144      this.saveProblemButton.TabIndex = 2;
145      this.toolTip.SetToolTip(this.saveProblemButton, "Save Problem");
146      this.saveProblemButton.UseVisualStyleBackColor = true;
147      this.saveProblemButton.Click += new System.EventHandler(this.saveProblemButton_Click);
148      //
149      // openProblemButton
150      //
151      this.openProblemButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
152      this.openProblemButton.Location = new System.Drawing.Point(36, 6);
153      this.openProblemButton.Name = "openProblemButton";
154      this.openProblemButton.Size = new System.Drawing.Size(24, 24);
155      this.openProblemButton.TabIndex = 1;
156      this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
157      this.openProblemButton.UseVisualStyleBackColor = true;
158      this.openProblemButton.Click += new System.EventHandler(this.openProblemButton_Click);
159      //
160      // newProblemButton
161      //
162      this.newProblemButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument;
163      this.newProblemButton.Location = new System.Drawing.Point(6, 6);
164      this.newProblemButton.Name = "newProblemButton";
165      this.newProblemButton.Size = new System.Drawing.Size(24, 24);
166      this.newProblemButton.TabIndex = 0;
167      this.toolTip.SetToolTip(this.newProblemButton, "New Problem");
168      this.newProblemButton.UseVisualStyleBackColor = true;
169      this.newProblemButton.Click += new System.EventHandler(this.newProblemButton_Click);
170      //
171      // problemViewHost
172      //
173      this.problemViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
174                  | System.Windows.Forms.AnchorStyles.Left)
175                  | System.Windows.Forms.AnchorStyles.Right)));
176      this.problemViewHost.Content = null;
177      this.problemViewHost.Location = new System.Drawing.Point(6, 36);
178      this.problemViewHost.Name = "problemViewHost";
179      this.problemViewHost.Size = new System.Drawing.Size(659, 332);
180      this.problemViewHost.TabIndex = 3;
181      this.problemViewHost.ViewType = null;
182      //
183      // resultsTabPage
184      //
185      this.resultsTabPage.Controls.Add(this.resultsView);
186      this.resultsTabPage.Location = new System.Drawing.Point(4, 22);
187      this.resultsTabPage.Name = "resultsTabPage";
188      this.resultsTabPage.Padding = new System.Windows.Forms.Padding(3);
189      this.resultsTabPage.Size = new System.Drawing.Size(671, 374);
190      this.resultsTabPage.TabIndex = 2;
191      this.resultsTabPage.Text = "Results";
192      this.resultsTabPage.UseVisualStyleBackColor = true;
193      //
194      // resultsView
195      //
196      this.resultsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
197                  | System.Windows.Forms.AnchorStyles.Left)
198                  | System.Windows.Forms.AnchorStyles.Right)));
199      this.resultsView.Caption = "ResultsCollection";
200      this.resultsView.Content = null;
201      this.resultsView.Location = new System.Drawing.Point(6, 6);
202      this.resultsView.Name = "resultsView";
203      this.resultsView.Size = new System.Drawing.Size(659, 362);
204      this.resultsView.TabIndex = 0;
205      //
206      // startButton
207      //
208      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
209      this.startButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Play;
210      this.startButton.Location = new System.Drawing.Point(0, 458);
211      this.startButton.Name = "startButton";
212      this.startButton.Size = new System.Drawing.Size(24, 24);
213      this.startButton.TabIndex = 5;
214      this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm");
215      this.startButton.UseVisualStyleBackColor = true;
216      this.startButton.Click += new System.EventHandler(this.startButton_Click);
217      //
218      // pauseButton
219      //
220      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
221      this.pauseButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Pause;
222      this.pauseButton.Location = new System.Drawing.Point(30, 458);
223      this.pauseButton.Name = "pauseButton";
224      this.pauseButton.Size = new System.Drawing.Size(24, 24);
225      this.pauseButton.TabIndex = 6;
226      this.toolTip.SetToolTip(this.pauseButton, "Pause Algorithm");
227      this.pauseButton.UseVisualStyleBackColor = true;
228      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
229      //
230      // resetButton
231      //
232      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
233      this.resetButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Restart;
234      this.resetButton.Location = new System.Drawing.Point(90, 458);
235      this.resetButton.Name = "resetButton";
236      this.resetButton.Size = new System.Drawing.Size(24, 24);
237      this.resetButton.TabIndex = 8;
238      this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
239      this.resetButton.UseVisualStyleBackColor = true;
240      this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
241      //
242      // executionTimeLabel
243      //
244      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
245      this.executionTimeLabel.AutoSize = true;
246      this.executionTimeLabel.Location = new System.Drawing.Point(453, 465);
247      this.executionTimeLabel.Name = "executionTimeLabel";
248      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
249      this.executionTimeLabel.TabIndex = 9;
250      this.executionTimeLabel.Text = "&Execution Time:";
251      //
252      // executionTimeTextBox
253      //
254      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
255      this.executionTimeTextBox.Location = new System.Drawing.Point(542, 462);
256      this.executionTimeTextBox.Name = "executionTimeTextBox";
257      this.executionTimeTextBox.ReadOnly = true;
258      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
259      this.executionTimeTextBox.TabIndex = 10;
260      //
261      // openFileDialog
262      //
263      this.openFileDialog.DefaultExt = "hl";
264      this.openFileDialog.FileName = "Problem";
265      this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
266      this.openFileDialog.Title = "Open Problem";
267      //
268      // saveFileDialog
269      //
270      this.saveFileDialog.DefaultExt = "hl";
271      this.saveFileDialog.FileName = "Problem";
272      this.saveFileDialog.Filter = "Uncompressed HeuristicLab Files|*.hl|HeuristicLab Files|*.hl|All Files|*.*";
273      this.saveFileDialog.FilterIndex = 2;
274      this.saveFileDialog.Title = "Save Problem";
275      //
276      // stopButton
277      //
278      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
279      this.stopButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Stop;
280      this.stopButton.Location = new System.Drawing.Point(60, 458);
281      this.stopButton.Name = "stopButton";
282      this.stopButton.Size = new System.Drawing.Size(24, 24);
283      this.stopButton.TabIndex = 7;
284      this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
285      this.stopButton.UseVisualStyleBackColor = true;
286      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
287      //
288      // runsTabPage
289      //
290      this.runsTabPage.Controls.Add(this.runsView);
291      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
292      this.runsTabPage.Name = "runsTabPage";
293      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
294      this.runsTabPage.Size = new System.Drawing.Size(671, 374);
295      this.runsTabPage.TabIndex = 3;
296      this.runsTabPage.Text = "Runs";
297      this.runsTabPage.UseVisualStyleBackColor = true;
298      //
299      // runsView
300      //
301      this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
302                  | System.Windows.Forms.AnchorStyles.Left)
303                  | System.Windows.Forms.AnchorStyles.Right)));
304      this.runsView.Caption = "RunCollection";
305      this.runsView.Content = null;
306      this.runsView.Location = new System.Drawing.Point(6, 6);
307      this.runsView.Name = "runsView";
308      this.runsView.Size = new System.Drawing.Size(659, 362);
309      this.runsView.TabIndex = 0;
310      //
311      // AlgorithmView
312      //
313      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
314      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
315      this.Controls.Add(this.tabControl);
316      this.Controls.Add(this.startButton);
317      this.Controls.Add(this.pauseButton);
318      this.Controls.Add(this.executionTimeTextBox);
319      this.Controls.Add(this.executionTimeLabel);
320      this.Controls.Add(this.stopButton);
321      this.Controls.Add(this.resetButton);
322      this.Name = "AlgorithmView";
323      this.Size = new System.Drawing.Size(679, 482);
324      this.Controls.SetChildIndex(this.resetButton, 0);
325      this.Controls.SetChildIndex(this.stopButton, 0);
326      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
327      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
328      this.Controls.SetChildIndex(this.pauseButton, 0);
329      this.Controls.SetChildIndex(this.startButton, 0);
330      this.Controls.SetChildIndex(this.tabControl, 0);
331      this.Controls.SetChildIndex(this.nameLabel, 0);
332      this.Controls.SetChildIndex(this.descriptionLabel, 0);
333      this.Controls.SetChildIndex(this.nameTextBox, 0);
334      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
335      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
336      this.tabControl.ResumeLayout(false);
337      this.parametersTabPage.ResumeLayout(false);
338      this.problemTabPage.ResumeLayout(false);
339      this.resultsTabPage.ResumeLayout(false);
340      this.runsTabPage.ResumeLayout(false);
341      this.ResumeLayout(false);
342      this.PerformLayout();
343
344    }
345
346    #endregion
347
348    protected System.Windows.Forms.TabControl tabControl;
349    protected System.Windows.Forms.TabPage parametersTabPage;
350    protected System.Windows.Forms.TabPage problemTabPage;
351    protected HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
352    protected HeuristicLab.Core.Views.ViewHost problemViewHost;
353    protected System.Windows.Forms.Button newProblemButton;
354    protected System.Windows.Forms.Button saveProblemButton;
355    protected System.Windows.Forms.Button openProblemButton;
356    protected System.Windows.Forms.Button startButton;
357    protected System.Windows.Forms.Button pauseButton;
358    protected System.Windows.Forms.Button resetButton;
359    protected System.Windows.Forms.Label executionTimeLabel;
360    protected System.Windows.Forms.TextBox executionTimeTextBox;
361    protected System.Windows.Forms.OpenFileDialog openFileDialog;
362    protected System.Windows.Forms.SaveFileDialog saveFileDialog;
363    protected System.Windows.Forms.TabPage resultsTabPage;
364    protected HeuristicLab.Optimization.Views.ResultCollectionView resultsView;
365    protected System.Windows.Forms.Button stopButton;
366    protected System.Windows.Forms.TabPage runsTabPage;
367    protected RunCollectionView runsView;
368
369  }
370}
Note: See TracBrowser for help on using the repository browser.