Free cookie consent management tool by TermsFeed Policy Generator

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

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

Enabled dragging and dropping of problems and algorithms in AlgorithmView and BatchRunView (#965).

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