Free cookie consent management tool by TermsFeed Policy Generator

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

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

Continued work on algorithm batch processing (#947).

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