Free cookie consent management tool by TermsFeed Policy Generator

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

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

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

File size: 19.1 KB
RevLine 
[2851]1#region License Information
2/* HeuristicLab
[5445]3 * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
[2851]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() {
[5466]36      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
[2851]37      this.problemTabPage = new System.Windows.Forms.TabPage();
[3299]38      this.problemViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
[2851]39      this.openProblemButton = new System.Windows.Forms.Button();
40      this.newProblemButton = new System.Windows.Forms.Button();
[4102]41      this.parametersTabPage = new System.Windows.Forms.TabPage();
42      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
[2882]43      this.resultsTabPage = new System.Windows.Forms.TabPage();
[3226]44      this.resultsView = new HeuristicLab.Optimization.Views.ResultCollectionView();
[3299]45      this.runsTabPage = new System.Windows.Forms.TabPage();
[5832]46      this.storeAlgorithmInEachRunCheckBox = new System.Windows.Forms.CheckBox();
[3299]47      this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
[2851]48      this.startButton = new System.Windows.Forms.Button();
[3262]49      this.pauseButton = new System.Windows.Forms.Button();
[2851]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();
[3262]54      this.stopButton = new System.Windows.Forms.Button();
[2851]55      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
56      this.tabControl.SuspendLayout();
[4102]57      this.problemTabPage.SuspendLayout();
[2851]58      this.parametersTabPage.SuspendLayout();
[2882]59      this.resultsTabPage.SuspendLayout();
[3275]60      this.runsTabPage.SuspendLayout();
[2851]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);
[5832]67      this.nameTextBox.Location = new System.Drawing.Point(60, 0);
68      this.nameTextBox.Size = new System.Drawing.Size(594, 20);
[2851]69      //
[5832]70      // infoLabel
[2851]71      //
[5832]72      this.infoLabel.Location = new System.Drawing.Point(660, 3);
[2851]73      //
74      // tabControl
75      //
[5832]76      this.tabControl.AllowDrop = true;
[2851]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)));
[3505]80      this.tabControl.Controls.Add(this.problemTabPage);
[2851]81      this.tabControl.Controls.Add(this.parametersTabPage);
[2882]82      this.tabControl.Controls.Add(this.resultsTabPage);
[3275]83      this.tabControl.Controls.Add(this.runsTabPage);
[5832]84      this.tabControl.Location = new System.Drawing.Point(0, 26);
[2851]85      this.tabControl.Name = "tabControl";
86      this.tabControl.SelectedIndex = 0;
[5832]87      this.tabControl.Size = new System.Drawing.Size(679, 426);
88      this.tabControl.TabIndex = 3;
[2851]89      //
90      // problemTabPage
91      //
[5832]92      this.problemTabPage.AllowDrop = true;
[4011]93      this.problemTabPage.Controls.Add(this.problemViewHost);
[2851]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);
[5832]99      this.problemTabPage.Size = new System.Drawing.Size(671, 400);
[3505]100      this.problemTabPage.TabIndex = 0;
[2851]101      this.problemTabPage.Text = "Problem";
102      this.problemTabPage.UseVisualStyleBackColor = true;
[4522]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);
[2851]106      //
[4011]107      // problemViewHost
[3299]108      //
[4011]109      this.problemViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
[3299]110                  | System.Windows.Forms.AnchorStyles.Left)
111                  | System.Windows.Forms.AnchorStyles.Right)));
[4102]112      this.problemViewHost.Caption = "View";
113      this.problemViewHost.Content = null;
[5832]114      this.problemViewHost.Enabled = false;
[4011]115      this.problemViewHost.Location = new System.Drawing.Point(6, 36);
[3299]116      this.problemViewHost.Name = "problemViewHost";
[4102]117      this.problemViewHost.ReadOnly = false;
[5832]118      this.problemViewHost.Size = new System.Drawing.Size(659, 358);
[4011]119      this.problemViewHost.TabIndex = 3;
[5832]120      this.problemViewHost.ViewsLabelVisible = true;
[3299]121      this.problemViewHost.ViewType = null;
122      //
[2851]123      // openProblemButton
124      //
[5287]125      this.openProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
[2851]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;
[2882]130      this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
[2851]131      this.openProblemButton.UseVisualStyleBackColor = true;
132      this.openProblemButton.Click += new System.EventHandler(this.openProblemButton_Click);
133      //
134      // newProblemButton
135      //
[5287]136      this.newProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
[2851]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;
[2882]141      this.toolTip.SetToolTip(this.newProblemButton, "New Problem");
[2851]142      this.newProblemButton.UseVisualStyleBackColor = true;
143      this.newProblemButton.Click += new System.EventHandler(this.newProblemButton_Click);
144      //
[4102]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);
[5832]151      this.parametersTabPage.Size = new System.Drawing.Size(671, 400);
[4102]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;
[5832]166      this.parameterCollectionView.Size = new System.Drawing.Size(659, 388);
[4102]167      this.parameterCollectionView.TabIndex = 0;
168      //
[2882]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);
[5832]175      this.resultsTabPage.Size = new System.Drawing.Size(671, 400);
[2882]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)));
[4102]185      this.resultsView.Caption = "ResultCollection View";
[2882]186      this.resultsView.Content = null;
187      this.resultsView.Location = new System.Drawing.Point(6, 6);
188      this.resultsView.Name = "resultsView";
[4102]189      this.resultsView.ReadOnly = true;
[5832]190      this.resultsView.Size = new System.Drawing.Size(659, 388);
[2882]191      this.resultsView.TabIndex = 0;
192      //
[3299]193      // runsTabPage
194      //
[4102]195      this.runsTabPage.Controls.Add(this.storeAlgorithmInEachRunCheckBox);
[3299]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);
[5832]200      this.runsTabPage.Size = new System.Drawing.Size(671, 400);
[3299]201      this.runsTabPage.TabIndex = 3;
202      this.runsTabPage.Text = "Runs";
203      this.runsTabPage.UseVisualStyleBackColor = true;
204      //
[5832]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      //
[3299]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)));
[4102]226      this.runsView.Caption = "RunCollection View";
[3299]227      this.runsView.Content = null;
228      this.runsView.Location = new System.Drawing.Point(6, 6);
229      this.runsView.Name = "runsView";
[4102]230      this.runsView.ReadOnly = false;
[5832]231      this.runsView.Size = new System.Drawing.Size(659, 388);
[3299]232      this.runsView.TabIndex = 0;
233      //
[2851]234      // startButton
235      //
236      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
[5287]237      this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
[2882]238      this.startButton.Location = new System.Drawing.Point(0, 458);
[2851]239      this.startButton.Name = "startButton";
240      this.startButton.Size = new System.Drawing.Size(24, 24);
[5832]241      this.startButton.TabIndex = 4;
[3225]242      this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm");
[2851]243      this.startButton.UseVisualStyleBackColor = true;
244      this.startButton.Click += new System.EventHandler(this.startButton_Click);
245      //
[3262]246      // pauseButton
[2851]247      //
[3262]248      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
[5287]249      this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause;
[3262]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);
[5832]253      this.pauseButton.TabIndex = 5;
[3262]254      this.toolTip.SetToolTip(this.pauseButton, "Pause Algorithm");
255      this.pauseButton.UseVisualStyleBackColor = true;
256      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
[2851]257      //
258      // resetButton
259      //
260      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
[5287]261      this.resetButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Restart;
[3262]262      this.resetButton.Location = new System.Drawing.Point(90, 458);
[2851]263      this.resetButton.Name = "resetButton";
264      this.resetButton.Size = new System.Drawing.Size(24, 24);
[5832]265      this.resetButton.TabIndex = 7;
[2882]266      this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
[2851]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;
[2882]274      this.executionTimeLabel.Location = new System.Drawing.Point(453, 465);
[2851]275      this.executionTimeLabel.Name = "executionTimeLabel";
276      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
[5832]277      this.executionTimeLabel.TabIndex = 8;
[2851]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)));
[2882]283      this.executionTimeTextBox.Location = new System.Drawing.Point(542, 462);
[2851]284      this.executionTimeTextBox.Name = "executionTimeTextBox";
285      this.executionTimeTextBox.ReadOnly = true;
286      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
[5832]287      this.executionTimeTextBox.TabIndex = 9;
[2851]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      //
[3262]296      // stopButton
297      //
298      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
[5287]299      this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
[3262]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);
[5832]303      this.stopButton.TabIndex = 6;
[3262]304      this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
305      this.stopButton.UseVisualStyleBackColor = true;
306      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
307      //
[2851]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);
[3262]314      this.Controls.Add(this.pauseButton);
[2851]315      this.Controls.Add(this.executionTimeTextBox);
316      this.Controls.Add(this.executionTimeLabel);
[3262]317      this.Controls.Add(this.stopButton);
[2851]318      this.Controls.Add(this.resetButton);
319      this.Name = "AlgorithmView";
[2882]320      this.Size = new System.Drawing.Size(679, 482);
[5832]321      this.Controls.SetChildIndex(this.infoLabel, 0);
[2851]322      this.Controls.SetChildIndex(this.resetButton, 0);
[3262]323      this.Controls.SetChildIndex(this.stopButton, 0);
[2851]324      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
325      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
[3262]326      this.Controls.SetChildIndex(this.pauseButton, 0);
[2851]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);
[4102]333      this.problemTabPage.ResumeLayout(false);
[2851]334      this.parametersTabPage.ResumeLayout(false);
[2882]335      this.resultsTabPage.ResumeLayout(false);
[3275]336      this.runsTabPage.ResumeLayout(false);
[4102]337      this.runsTabPage.PerformLayout();
[2851]338      this.ResumeLayout(false);
339      this.PerformLayout();
340
341    }
342
343    #endregion
344
[5466]345    protected HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
[2851]346    protected System.Windows.Forms.TabPage parametersTabPage;
347    protected System.Windows.Forms.TabPage problemTabPage;
348    protected HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
[3281]349    protected HeuristicLab.MainForm.WindowsForms.ViewHost problemViewHost;
[2851]350    protected System.Windows.Forms.Button newProblemButton;
351    protected System.Windows.Forms.Button openProblemButton;
352    protected System.Windows.Forms.Button startButton;
[3262]353    protected System.Windows.Forms.Button pauseButton;
[2851]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;
[2882]358    protected System.Windows.Forms.TabPage resultsTabPage;
[3226]359    protected HeuristicLab.Optimization.Views.ResultCollectionView resultsView;
[3262]360    protected System.Windows.Forms.Button stopButton;
[3275]361    protected System.Windows.Forms.TabPage runsTabPage;
362    protected RunCollectionView runsView;
[4102]363    protected System.Windows.Forms.CheckBox storeAlgorithmInEachRunCheckBox;
[2851]364  }
365}
Note: See TracBrowser for help on using the repository browser.