Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Optimization.Views/3.3/EngineAlgorithmView.Designer.cs @ 4721

Last change on this file since 4721 was 4102, checked in by swagner, 14 years ago

Enabled users to choose whether runs should contain a copy of their algorithm or not (#1105)

File size: 12.4 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 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.Size = new System.Drawing.Size(713, 467);
70      this.tabControl.Controls.SetChildIndex(this.engineTabPage, 0);
71      this.tabControl.Controls.SetChildIndex(this.operatorGraphTabPage, 0);
72      this.tabControl.Controls.SetChildIndex(this.runsTabPage, 0);
73      this.tabControl.Controls.SetChildIndex(this.resultsTabPage, 0);
74      this.tabControl.Controls.SetChildIndex(this.parametersTabPage, 0);
75      this.tabControl.Controls.SetChildIndex(this.problemTabPage, 0);
76      //
77      // parametersTabPage
78      //
79      this.parametersTabPage.Size = new System.Drawing.Size(705, 441);
80      //
81      // problemTabPage
82      //
83      this.problemTabPage.Size = new System.Drawing.Size(705, 441);
84      //
85      // parameterCollectionView
86      //
87      this.parameterCollectionView.Size = new System.Drawing.Size(693, 429);
88      //
89      // problemViewHost
90      //
91      this.problemViewHost.Size = new System.Drawing.Size(693, 399);
92      //
93      // newProblemButton
94      //
95      this.toolTip.SetToolTip(this.newProblemButton, "New Problem");
96      //
97      // openProblemButton
98      //
99      this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
100      //
101      // startButton
102      //
103      this.startButton.Location = new System.Drawing.Point(0, 525);
104      this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm");
105      //
106      // pauseButton
107      //
108      this.pauseButton.Location = new System.Drawing.Point(30, 525);
109      this.toolTip.SetToolTip(this.pauseButton, "Pause Algorithm");
110      //
111      // resetButton
112      //
113      this.resetButton.Location = new System.Drawing.Point(90, 525);
114      this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
115      //
116      // executionTimeLabel
117      //
118      this.executionTimeLabel.Location = new System.Drawing.Point(487, 532);
119      //
120      // executionTimeTextBox
121      //
122      this.executionTimeTextBox.Location = new System.Drawing.Point(576, 529);
123      //
124      // resultsTabPage
125      //
126      this.resultsTabPage.Size = new System.Drawing.Size(705, 441);
127      //
128      // resultsView
129      //
130      this.resultsView.Size = new System.Drawing.Size(693, 429);
131      //
132      // stopButton
133      //
134      this.stopButton.Location = new System.Drawing.Point(60, 525);
135      this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
136      //
137      // runsTabPage
138      //
139      this.runsTabPage.Size = new System.Drawing.Size(705, 441);
140      //
141      // runsView
142      //
143      this.runsView.Size = new System.Drawing.Size(693, 429);
144      //
145      // storeAlgorithmInEachRunCheckBox
146      //
147      this.storeAlgorithmInEachRunCheckBox.Location = new System.Drawing.Point(530, 6);
148      //
149      // nameTextBox
150      //
151      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
152      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
153      this.nameTextBox.Size = new System.Drawing.Size(641, 20);
154      //
155      // descriptionTextBox
156      //
157      this.descriptionTextBox.Size = new System.Drawing.Size(641, 20);
158      //
159      // engineLabel
160      //
161      this.engineLabel.AutoSize = true;
162      this.engineLabel.Location = new System.Drawing.Point(6, 9);
163      this.engineLabel.Name = "engineLabel";
164      this.engineLabel.Size = new System.Drawing.Size(43, 13);
165      this.engineLabel.TabIndex = 0;
166      this.engineLabel.Text = "&Engine:";
167      //
168      // engineComboBox
169      //
170      this.engineComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
171                  | System.Windows.Forms.AnchorStyles.Right)));
172      this.engineComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
173      this.engineComboBox.FormattingEnabled = true;
174      this.engineComboBox.Location = new System.Drawing.Point(55, 6);
175      this.engineComboBox.Name = "engineComboBox";
176      this.engineComboBox.Size = new System.Drawing.Size(644, 21);
177      this.engineComboBox.TabIndex = 1;
178      this.engineComboBox.SelectedIndexChanged += new System.EventHandler(this.engineComboBox_SelectedIndexChanged);
179      //
180      // engineTabPage
181      //
182      this.engineTabPage.Controls.Add(this.engineViewHost);
183      this.engineTabPage.Controls.Add(this.engineComboBox);
184      this.engineTabPage.Controls.Add(this.engineLabel);
185      this.engineTabPage.Location = new System.Drawing.Point(4, 22);
186      this.engineTabPage.Name = "engineTabPage";
187      this.engineTabPage.Padding = new System.Windows.Forms.Padding(3);
188      this.engineTabPage.Size = new System.Drawing.Size(705, 441);
189      this.engineTabPage.TabIndex = 5;
190      this.engineTabPage.Text = "Engine";
191      this.engineTabPage.UseVisualStyleBackColor = true;
192      //
193      // engineViewHost
194      //
195      this.engineViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
196                  | System.Windows.Forms.AnchorStyles.Left)
197                  | System.Windows.Forms.AnchorStyles.Right)));
198      this.engineViewHost.Caption = "View";
199      this.engineViewHost.Content = null;
200      this.engineViewHost.Location = new System.Drawing.Point(6, 33);
201      this.engineViewHost.Name = "engineViewHost";
202      this.engineViewHost.ReadOnly = false;
203      this.engineViewHost.Size = new System.Drawing.Size(693, 402);
204      this.engineViewHost.TabIndex = 2;
205      this.engineViewHost.ViewType = null;
206      //
207      // operatorGraphTabPage
208      //
209      this.operatorGraphTabPage.Controls.Add(this.openOperatorGraphButton);
210      this.operatorGraphTabPage.Controls.Add(this.newOperatorGraphButton);
211      this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost);
212      this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
213      this.operatorGraphTabPage.Name = "operatorGraphTabPage";
214      this.operatorGraphTabPage.Size = new System.Drawing.Size(705, 441);
215      this.operatorGraphTabPage.TabIndex = 4;
216      this.operatorGraphTabPage.Text = "Operator Graph";
217      this.operatorGraphTabPage.UseVisualStyleBackColor = true;
218      //
219      // openOperatorGraphButton
220      //
221      this.openOperatorGraphButton.Enabled = false;
222      this.openOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
223      this.openOperatorGraphButton.Location = new System.Drawing.Point(33, 3);
224      this.openOperatorGraphButton.Name = "openOperatorGraphButton";
225      this.openOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
226      this.openOperatorGraphButton.TabIndex = 1;
227      this.toolTip.SetToolTip(this.openOperatorGraphButton, "Open Operator Graph");
228      this.openOperatorGraphButton.UseVisualStyleBackColor = true;
229      //
230      // newOperatorGraphButton
231      //
232      this.newOperatorGraphButton.Enabled = false;
233      this.newOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument;
234      this.newOperatorGraphButton.Location = new System.Drawing.Point(3, 3);
235      this.newOperatorGraphButton.Name = "newOperatorGraphButton";
236      this.newOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
237      this.newOperatorGraphButton.TabIndex = 1;
238      this.toolTip.SetToolTip(this.newOperatorGraphButton, "New Operator Graph");
239      this.newOperatorGraphButton.UseVisualStyleBackColor = true;
240      //
241      // operatorGraphViewHost
242      //
243      this.operatorGraphViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
244                  | System.Windows.Forms.AnchorStyles.Left)
245                  | System.Windows.Forms.AnchorStyles.Right)));
246      this.operatorGraphViewHost.Caption = "View";
247      this.operatorGraphViewHost.Content = null;
248      this.operatorGraphViewHost.Location = new System.Drawing.Point(3, 33);
249      this.operatorGraphViewHost.Name = "operatorGraphViewHost";
250      this.operatorGraphViewHost.ReadOnly = true;
251      this.operatorGraphViewHost.Size = new System.Drawing.Size(699, 405);
252      this.operatorGraphViewHost.TabIndex = 0;
253      this.operatorGraphViewHost.ViewType = null;
254      //
255      // EngineAlgorithmView
256      //
257      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
258      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
259      this.Name = "EngineAlgorithmView";
260      this.Size = new System.Drawing.Size(713, 549);
261      this.tabControl.ResumeLayout(false);
262      this.parametersTabPage.ResumeLayout(false);
263      this.problemTabPage.ResumeLayout(false);
264      this.resultsTabPage.ResumeLayout(false);
265      this.runsTabPage.ResumeLayout(false);
266      this.runsTabPage.PerformLayout();
267      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
268      this.engineTabPage.ResumeLayout(false);
269      this.engineTabPage.PerformLayout();
270      this.operatorGraphTabPage.ResumeLayout(false);
271      this.ResumeLayout(false);
272      this.PerformLayout();
273
274    }
275
276    #endregion
277
278    protected System.Windows.Forms.Label engineLabel;
279    protected System.Windows.Forms.ComboBox engineComboBox;
280    protected System.Windows.Forms.TabPage engineTabPage;
281    protected HeuristicLab.MainForm.WindowsForms.ViewHost engineViewHost;
282    protected System.Windows.Forms.TabPage operatorGraphTabPage;
283    protected HeuristicLab.MainForm.WindowsForms.ViewHost operatorGraphViewHost;
284    protected System.Windows.Forms.Button openOperatorGraphButton;
285    protected System.Windows.Forms.Button newOperatorGraphButton;
286
287  }
288}
Note: See TracBrowser for help on using the repository browser.