Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Scheduling/HeuristicLab.Optimization.Views/3.3/AlgorithmView.Designer.cs @ 6040

Last change on this file since 6040 was 5832, checked in by swagner, 13 years ago

Moved description from textbox to icon in NamedItemView and adapted all derived views (#1416)

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