Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Optimization.Views/3.3/EngineAlgorithmView.Designer.cs @ 10037

Last change on this file since 10037 was 9456, checked in by swagner, 11 years ago

Updated copyright year and added some missing license headers (#1889)

File size: 13.2 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2013 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 EngineAlgorithmView {
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 (components != null) components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.engineLabel = new System.Windows.Forms.Label();
48      this.engineComboBox = new System.Windows.Forms.ComboBox();
49      this.engineTabPage = new System.Windows.Forms.TabPage();
50      this.engineViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
51      this.operatorGraphTabPage = new System.Windows.Forms.TabPage();
52      this.openOperatorGraphButton = new System.Windows.Forms.Button();
53      this.newOperatorGraphButton = new System.Windows.Forms.Button();
54      this.operatorGraphViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
55      this.tabControl.SuspendLayout();
56      this.parametersTabPage.SuspendLayout();
57      this.problemTabPage.SuspendLayout();
58      this.resultsTabPage.SuspendLayout();
59      this.runsTabPage.SuspendLayout();
60      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
61      this.engineTabPage.SuspendLayout();
62      this.operatorGraphTabPage.SuspendLayout();
63      this.SuspendLayout();
64      //
65      // tabControl
66      //
67      this.tabControl.Controls.Add(this.operatorGraphTabPage);
68      this.tabControl.Controls.Add(this.engineTabPage);
69      this.tabControl.Location = new System.Drawing.Point(0, 26);
70      this.tabControl.Size = new System.Drawing.Size(713, 493);
71      this.tabControl.TabIndex = 3;
72      this.tabControl.Controls.SetChildIndex(this.engineTabPage, 0);
73      this.tabControl.Controls.SetChildIndex(this.operatorGraphTabPage, 0);
74      this.tabControl.Controls.SetChildIndex(this.runsTabPage, 0);
75      this.tabControl.Controls.SetChildIndex(this.resultsTabPage, 0);
76      this.tabControl.Controls.SetChildIndex(this.parametersTabPage, 0);
77      this.tabControl.Controls.SetChildIndex(this.problemTabPage, 0);
78      //
79      // parametersTabPage
80      //
81      this.parametersTabPage.Size = new System.Drawing.Size(705, 467);
82      //
83      // problemTabPage
84      //
85      this.problemTabPage.Size = new System.Drawing.Size(705, 467);
86      //
87      // parameterCollectionView
88      //
89      this.parameterCollectionView.Size = new System.Drawing.Size(693, 455);
90      //
91      // problemViewHost
92      //
93      this.problemViewHost.Size = new System.Drawing.Size(693, 425);
94      //
95      // newProblemButton
96      //
97      this.toolTip.SetToolTip(this.newProblemButton, "New Problem");
98      //
99      // openProblemButton
100      //
101      this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
102      //
103      // startButton
104      //
105      this.startButton.Location = new System.Drawing.Point(0, 525);
106      this.startButton.TabIndex = 4;
107      this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm");
108      //
109      // pauseButton
110      //
111      this.pauseButton.Location = new System.Drawing.Point(30, 525);
112      this.pauseButton.TabIndex = 5;
113      this.toolTip.SetToolTip(this.pauseButton, "Pause Algorithm");
114      //
115      // resetButton
116      //
117      this.resetButton.Location = new System.Drawing.Point(90, 525);
118      this.resetButton.TabIndex = 7;
119      this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
120      //
121      // executionTimeLabel
122      //
123      this.executionTimeLabel.Location = new System.Drawing.Point(487, 532);
124      this.executionTimeLabel.TabIndex = 8;
125      //
126      // executionTimeTextBox
127      //
128      this.executionTimeTextBox.Location = new System.Drawing.Point(576, 529);
129      this.executionTimeTextBox.TabIndex = 9;
130      //
131      // resultsTabPage
132      //
133      this.resultsTabPage.Size = new System.Drawing.Size(705, 467);
134      //
135      // resultsView
136      //
137      this.resultsView.Size = new System.Drawing.Size(693, 455);
138      //
139      // stopButton
140      //
141      this.stopButton.Location = new System.Drawing.Point(60, 525);
142      this.stopButton.TabIndex = 6;
143      this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
144      //
145      // runsTabPage
146      //
147      this.runsTabPage.Size = new System.Drawing.Size(705, 467);
148      //
149      // runsView
150      //
151      this.runsView.Size = new System.Drawing.Size(693, 455);
152      //
153      // storeAlgorithmInEachRunCheckBox
154      //
155      this.storeAlgorithmInEachRunCheckBox.Location = new System.Drawing.Point(530, 6);
156      this.toolTip.SetToolTip(this.storeAlgorithmInEachRunCheckBox, "Check to store a copy of the algorithm in each run.");
157      //
158      // nameTextBox
159      //
160      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
161      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
162      this.nameTextBox.Location = new System.Drawing.Point(60, 0);
163      this.nameTextBox.Size = new System.Drawing.Size(628, 20);
164      //
165      // infoLabel
166      //
167      this.infoLabel.Location = new System.Drawing.Point(694, 3);
168      //
169      // engineLabel
170      //
171      this.engineLabel.AutoSize = true;
172      this.engineLabel.Location = new System.Drawing.Point(6, 9);
173      this.engineLabel.Name = "engineLabel";
174      this.engineLabel.Size = new System.Drawing.Size(43, 13);
175      this.engineLabel.TabIndex = 0;
176      this.engineLabel.Text = "&Engine:";
177      //
178      // engineComboBox
179      //
180      this.engineComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
181                  | System.Windows.Forms.AnchorStyles.Right)));
182      this.engineComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
183      this.engineComboBox.FormattingEnabled = true;
184      this.engineComboBox.Location = new System.Drawing.Point(55, 6);
185      this.engineComboBox.Name = "engineComboBox";
186      this.engineComboBox.Size = new System.Drawing.Size(644, 21);
187      this.engineComboBox.TabIndex = 1;
188      this.engineComboBox.SelectedIndexChanged += new System.EventHandler(this.engineComboBox_SelectedIndexChanged);
189      //
190      // engineTabPage
191      //
192      this.engineTabPage.Controls.Add(this.engineViewHost);
193      this.engineTabPage.Controls.Add(this.engineComboBox);
194      this.engineTabPage.Controls.Add(this.engineLabel);
195      this.engineTabPage.Location = new System.Drawing.Point(4, 22);
196      this.engineTabPage.Name = "engineTabPage";
197      this.engineTabPage.Padding = new System.Windows.Forms.Padding(3);
198      this.engineTabPage.Size = new System.Drawing.Size(705, 467);
199      this.engineTabPage.TabIndex = 5;
200      this.engineTabPage.Text = "Engine";
201      this.engineTabPage.UseVisualStyleBackColor = true;
202      //
203      // engineViewHost
204      //
205      this.engineViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
206                  | System.Windows.Forms.AnchorStyles.Left)
207                  | System.Windows.Forms.AnchorStyles.Right)));
208      this.engineViewHost.Caption = "View";
209      this.engineViewHost.Content = null;
210      this.engineViewHost.Enabled = false;
211      this.engineViewHost.Location = new System.Drawing.Point(6, 33);
212      this.engineViewHost.Name = "engineViewHost";
213      this.engineViewHost.ReadOnly = false;
214      this.engineViewHost.Size = new System.Drawing.Size(693, 428);
215      this.engineViewHost.TabIndex = 2;
216      this.engineViewHost.ViewsLabelVisible = true;
217      this.engineViewHost.ViewType = null;
218      //
219      // operatorGraphTabPage
220      //
221      this.operatorGraphTabPage.Controls.Add(this.openOperatorGraphButton);
222      this.operatorGraphTabPage.Controls.Add(this.newOperatorGraphButton);
223      this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost);
224      this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
225      this.operatorGraphTabPage.Name = "operatorGraphTabPage";
226      this.operatorGraphTabPage.Size = new System.Drawing.Size(705, 467);
227      this.operatorGraphTabPage.TabIndex = 4;
228      this.operatorGraphTabPage.Text = "Operator Graph";
229      this.operatorGraphTabPage.UseVisualStyleBackColor = true;
230      //
231      // openOperatorGraphButton
232      //
233      this.openOperatorGraphButton.Enabled = false;
234      this.openOperatorGraphButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
235      this.openOperatorGraphButton.Location = new System.Drawing.Point(33, 3);
236      this.openOperatorGraphButton.Name = "openOperatorGraphButton";
237      this.openOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
238      this.openOperatorGraphButton.TabIndex = 1;
239      this.toolTip.SetToolTip(this.openOperatorGraphButton, "Open Operator Graph");
240      this.openOperatorGraphButton.UseVisualStyleBackColor = true;
241      //
242      // newOperatorGraphButton
243      //
244      this.newOperatorGraphButton.Enabled = false;
245      this.newOperatorGraphButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
246      this.newOperatorGraphButton.Location = new System.Drawing.Point(3, 3);
247      this.newOperatorGraphButton.Name = "newOperatorGraphButton";
248      this.newOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
249      this.newOperatorGraphButton.TabIndex = 1;
250      this.toolTip.SetToolTip(this.newOperatorGraphButton, "New Operator Graph");
251      this.newOperatorGraphButton.UseVisualStyleBackColor = true;
252      //
253      // operatorGraphViewHost
254      //
255      this.operatorGraphViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
256                  | System.Windows.Forms.AnchorStyles.Left)
257                  | System.Windows.Forms.AnchorStyles.Right)));
258      this.operatorGraphViewHost.Caption = "View";
259      this.operatorGraphViewHost.Content = null;
260      this.operatorGraphViewHost.Enabled = false;
261      this.operatorGraphViewHost.Location = new System.Drawing.Point(3, 33);
262      this.operatorGraphViewHost.Name = "operatorGraphViewHost";
263      this.operatorGraphViewHost.ReadOnly = true;
264      this.operatorGraphViewHost.Size = new System.Drawing.Size(699, 431);
265      this.operatorGraphViewHost.TabIndex = 0;
266      this.operatorGraphViewHost.ViewsLabelVisible = true;
267      this.operatorGraphViewHost.ViewType = null;
268      //
269      // EngineAlgorithmView
270      //
271      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
272      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
273      this.Name = "EngineAlgorithmView";
274      this.Size = new System.Drawing.Size(713, 549);
275      this.tabControl.ResumeLayout(false);
276      this.parametersTabPage.ResumeLayout(false);
277      this.problemTabPage.ResumeLayout(false);
278      this.resultsTabPage.ResumeLayout(false);
279      this.runsTabPage.ResumeLayout(false);
280      this.runsTabPage.PerformLayout();
281      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
282      this.engineTabPage.ResumeLayout(false);
283      this.engineTabPage.PerformLayout();
284      this.operatorGraphTabPage.ResumeLayout(false);
285      this.ResumeLayout(false);
286      this.PerformLayout();
287
288    }
289
290    #endregion
291
292    protected System.Windows.Forms.Label engineLabel;
293    protected System.Windows.Forms.ComboBox engineComboBox;
294    protected System.Windows.Forms.TabPage engineTabPage;
295    protected HeuristicLab.MainForm.WindowsForms.ViewHost engineViewHost;
296    protected System.Windows.Forms.TabPage operatorGraphTabPage;
297    protected HeuristicLab.MainForm.WindowsForms.ViewHost operatorGraphViewHost;
298    protected System.Windows.Forms.Button openOperatorGraphButton;
299    protected System.Windows.Forms.Button newOperatorGraphButton;
300
301  }
302}
Note: See TracBrowser for help on using the repository browser.