Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 2916 was 2916, checked in by swagner, 15 years ago

Operator architecture refactoring (#95)

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