Free cookie consent management tool by TermsFeed Policy Generator

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

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

Adapted views according the new read-only property (#973)

File size: 18.2 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.problemPanel = new System.Windows.Forms.Panel();
53      this.problemViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
54      this.openProblemButton = new System.Windows.Forms.Button();
55      this.newProblemButton = new System.Windows.Forms.Button();
56      this.resultsTabPage = new System.Windows.Forms.TabPage();
57      this.resultsView = new HeuristicLab.Optimization.Views.ResultCollectionView();
58      this.runsTabPage = new System.Windows.Forms.TabPage();
59      this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
60      this.startButton = new System.Windows.Forms.Button();
61      this.pauseButton = new System.Windows.Forms.Button();
62      this.resetButton = new System.Windows.Forms.Button();
63      this.executionTimeLabel = new System.Windows.Forms.Label();
64      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
65      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
66      this.stopButton = new System.Windows.Forms.Button();
67      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
68      this.tabControl.SuspendLayout();
69      this.parametersTabPage.SuspendLayout();
70      this.problemTabPage.SuspendLayout();
71      this.problemPanel.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.problemPanel);
127      this.problemTabPage.Controls.Add(this.openProblemButton);
128      this.problemTabPage.Controls.Add(this.newProblemButton);
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, 374);
133      this.problemTabPage.TabIndex = 1;
134      this.problemTabPage.Text = "Problem";
135      this.problemTabPage.UseVisualStyleBackColor = true;
136      //
137      // problemPanel
138      //
139      this.problemPanel.AllowDrop = true;
140      this.problemPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
141                  | System.Windows.Forms.AnchorStyles.Left)
142                  | System.Windows.Forms.AnchorStyles.Right)));
143      this.problemPanel.Controls.Add(this.problemViewHost);
144      this.problemPanel.Location = new System.Drawing.Point(6, 36);
145      this.problemPanel.Name = "problemPanel";
146      this.problemPanel.Size = new System.Drawing.Size(659, 332);
147      this.problemPanel.TabIndex = 3;
148      this.problemPanel.DragOver += new System.Windows.Forms.DragEventHandler(this.problemPanel_DragEnterOver);
149      this.problemPanel.DragDrop += new System.Windows.Forms.DragEventHandler(this.problemPanel_DragDrop);
150      this.problemPanel.DragEnter += new System.Windows.Forms.DragEventHandler(this.problemPanel_DragEnterOver);
151      //
152      // problemViewHost
153      //
154      this.problemViewHost.Content = null;
155      this.problemViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
156      this.problemViewHost.Location = new System.Drawing.Point(0, 0);
157      this.problemViewHost.Name = "problemViewHost";
158      this.problemViewHost.Size = new System.Drawing.Size(659, 332);
159      this.problemViewHost.TabIndex = 0;
160      this.problemViewHost.ViewType = null;
161      //
162      // openProblemButton
163      //
164      this.openProblemButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
165      this.openProblemButton.Location = new System.Drawing.Point(36, 6);
166      this.openProblemButton.Name = "openProblemButton";
167      this.openProblemButton.Size = new System.Drawing.Size(24, 24);
168      this.openProblemButton.TabIndex = 1;
169      this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
170      this.openProblemButton.UseVisualStyleBackColor = true;
171      this.openProblemButton.Click += new System.EventHandler(this.openProblemButton_Click);
172      //
173      // newProblemButton
174      //
175      this.newProblemButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument;
176      this.newProblemButton.Location = new System.Drawing.Point(6, 6);
177      this.newProblemButton.Name = "newProblemButton";
178      this.newProblemButton.Size = new System.Drawing.Size(24, 24);
179      this.newProblemButton.TabIndex = 0;
180      this.toolTip.SetToolTip(this.newProblemButton, "New Problem");
181      this.newProblemButton.UseVisualStyleBackColor = true;
182      this.newProblemButton.Click += new System.EventHandler(this.newProblemButton_Click);
183      //
184      // resultsTabPage
185      //
186      this.resultsTabPage.Controls.Add(this.resultsView);
187      this.resultsTabPage.Location = new System.Drawing.Point(4, 22);
188      this.resultsTabPage.Name = "resultsTabPage";
189      this.resultsTabPage.Padding = new System.Windows.Forms.Padding(3);
190      this.resultsTabPage.Size = new System.Drawing.Size(671, 374);
191      this.resultsTabPage.TabIndex = 2;
192      this.resultsTabPage.Text = "Results";
193      this.resultsTabPage.UseVisualStyleBackColor = true;
194      //
195      // resultsView
196      //
197      this.resultsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
198                  | System.Windows.Forms.AnchorStyles.Left)
199                  | System.Windows.Forms.AnchorStyles.Right)));
200      this.resultsView.Caption = "ResultsCollection";
201      this.resultsView.Content = null;
202      this.resultsView.Location = new System.Drawing.Point(6, 6);
203      this.resultsView.Name = "resultsView";
204      this.resultsView.Size = new System.Drawing.Size(659, 362);
205      this.resultsView.TabIndex = 0;
206      //
207      // runsTabPage
208      //
209      this.runsTabPage.Controls.Add(this.runsView);
210      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
211      this.runsTabPage.Name = "runsTabPage";
212      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
213      this.runsTabPage.Size = new System.Drawing.Size(671, 374);
214      this.runsTabPage.TabIndex = 3;
215      this.runsTabPage.Text = "Runs";
216      this.runsTabPage.UseVisualStyleBackColor = true;
217      //
218      // runsView
219      //
220      this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
221                  | System.Windows.Forms.AnchorStyles.Left)
222                  | System.Windows.Forms.AnchorStyles.Right)));
223      this.runsView.Caption = "RunCollection";
224      this.runsView.Content = null;
225      this.runsView.Location = new System.Drawing.Point(6, 6);
226      this.runsView.Name = "runsView";
227      this.runsView.Size = new System.Drawing.Size(659, 362);
228      this.runsView.TabIndex = 0;
229      //
230      // startButton
231      //
232      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
233      this.startButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Play;
234      this.startButton.Location = new System.Drawing.Point(0, 458);
235      this.startButton.Name = "startButton";
236      this.startButton.Size = new System.Drawing.Size(24, 24);
237      this.startButton.TabIndex = 5;
238      this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm");
239      this.startButton.UseVisualStyleBackColor = true;
240      this.startButton.Click += new System.EventHandler(this.startButton_Click);
241      //
242      // pauseButton
243      //
244      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
245      this.pauseButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Pause;
246      this.pauseButton.Location = new System.Drawing.Point(30, 458);
247      this.pauseButton.Name = "pauseButton";
248      this.pauseButton.Size = new System.Drawing.Size(24, 24);
249      this.pauseButton.TabIndex = 6;
250      this.toolTip.SetToolTip(this.pauseButton, "Pause Algorithm");
251      this.pauseButton.UseVisualStyleBackColor = true;
252      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
253      //
254      // resetButton
255      //
256      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
257      this.resetButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Restart;
258      this.resetButton.Location = new System.Drawing.Point(90, 458);
259      this.resetButton.Name = "resetButton";
260      this.resetButton.Size = new System.Drawing.Size(24, 24);
261      this.resetButton.TabIndex = 8;
262      this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
263      this.resetButton.UseVisualStyleBackColor = true;
264      this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
265      //
266      // executionTimeLabel
267      //
268      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
269      this.executionTimeLabel.AutoSize = true;
270      this.executionTimeLabel.Location = new System.Drawing.Point(453, 465);
271      this.executionTimeLabel.Name = "executionTimeLabel";
272      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
273      this.executionTimeLabel.TabIndex = 9;
274      this.executionTimeLabel.Text = "&Execution Time:";
275      //
276      // executionTimeTextBox
277      //
278      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
279      this.executionTimeTextBox.Location = new System.Drawing.Point(542, 462);
280      this.executionTimeTextBox.Name = "executionTimeTextBox";
281      this.executionTimeTextBox.ReadOnly = true;
282      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
283      this.executionTimeTextBox.TabIndex = 10;
284      //
285      // openFileDialog
286      //
287      this.openFileDialog.DefaultExt = "hl";
288      this.openFileDialog.FileName = "Problem";
289      this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
290      this.openFileDialog.Title = "Open Problem";
291      //
292      // stopButton
293      //
294      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
295      this.stopButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Stop;
296      this.stopButton.Location = new System.Drawing.Point(60, 458);
297      this.stopButton.Name = "stopButton";
298      this.stopButton.Size = new System.Drawing.Size(24, 24);
299      this.stopButton.TabIndex = 7;
300      this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
301      this.stopButton.UseVisualStyleBackColor = true;
302      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
303      //
304      // AlgorithmView
305      //
306      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
307      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
308      this.Controls.Add(this.tabControl);
309      this.Controls.Add(this.startButton);
310      this.Controls.Add(this.pauseButton);
311      this.Controls.Add(this.executionTimeTextBox);
312      this.Controls.Add(this.executionTimeLabel);
313      this.Controls.Add(this.stopButton);
314      this.Controls.Add(this.resetButton);
315      this.Name = "AlgorithmView";
316      this.Size = new System.Drawing.Size(679, 482);
317      this.Controls.SetChildIndex(this.resetButton, 0);
318      this.Controls.SetChildIndex(this.stopButton, 0);
319      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
320      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
321      this.Controls.SetChildIndex(this.pauseButton, 0);
322      this.Controls.SetChildIndex(this.startButton, 0);
323      this.Controls.SetChildIndex(this.tabControl, 0);
324      this.Controls.SetChildIndex(this.nameLabel, 0);
325      this.Controls.SetChildIndex(this.descriptionLabel, 0);
326      this.Controls.SetChildIndex(this.nameTextBox, 0);
327      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
328      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
329      this.tabControl.ResumeLayout(false);
330      this.parametersTabPage.ResumeLayout(false);
331      this.problemTabPage.ResumeLayout(false);
332      this.problemPanel.ResumeLayout(false);
333      this.resultsTabPage.ResumeLayout(false);
334      this.runsTabPage.ResumeLayout(false);
335      this.ResumeLayout(false);
336      this.PerformLayout();
337
338    }
339
340    #endregion
341
342    protected System.Windows.Forms.TabControl tabControl;
343    protected System.Windows.Forms.TabPage parametersTabPage;
344    protected System.Windows.Forms.TabPage problemTabPage;
345    protected HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
346    protected HeuristicLab.MainForm.WindowsForms.ViewHost problemViewHost;
347    protected System.Windows.Forms.Button newProblemButton;
348    protected System.Windows.Forms.Button openProblemButton;
349    protected System.Windows.Forms.Button startButton;
350    protected System.Windows.Forms.Button pauseButton;
351    protected System.Windows.Forms.Button resetButton;
352    protected System.Windows.Forms.Label executionTimeLabel;
353    protected System.Windows.Forms.TextBox executionTimeTextBox;
354    protected System.Windows.Forms.OpenFileDialog openFileDialog;
355    protected System.Windows.Forms.TabPage resultsTabPage;
356    protected HeuristicLab.Optimization.Views.ResultCollectionView resultsView;
357    protected System.Windows.Forms.Button stopButton;
358    protected System.Windows.Forms.TabPage runsTabPage;
359    protected RunCollectionView runsView;
360    protected System.Windows.Forms.Panel problemPanel;
361
362  }
363}
Note: See TracBrowser for help on using the repository browser.