Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 3543 was 3525, checked in by swagner, 14 years ago

Implemented reviewers' comments (#893)

File size: 14.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.createUserDefinedAlgorithmButton = new System.Windows.Forms.Button();
49      this.engineComboBox = new System.Windows.Forms.ComboBox();
50      this.engineTabPage = new System.Windows.Forms.TabPage();
51      this.engineViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
52      this.operatorGraphTabPage = new System.Windows.Forms.TabPage();
53      this.openOperatorGraphButton = new System.Windows.Forms.Button();
54      this.newOperatorGraphButton = new System.Windows.Forms.Button();
55      this.operatorGraphViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
56      this.tabControl.SuspendLayout();
57      this.parametersTabPage.SuspendLayout();
58      this.problemTabPage.SuspendLayout();
59      this.resultsTabPage.SuspendLayout();
60      this.runsTabPage.SuspendLayout();
61      this.problemPanel.SuspendLayout();
62      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
63      this.engineTabPage.SuspendLayout();
64      this.operatorGraphTabPage.SuspendLayout();
65      this.SuspendLayout();
66      //
67      // tabControl
68      //
69      this.tabControl.Controls.Add(this.operatorGraphTabPage);
70      this.tabControl.Controls.Add(this.engineTabPage);
71      this.tabControl.Size = new System.Drawing.Size(713, 467);
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, 441);
82      //
83      // problemTabPage
84      //
85      this.problemTabPage.Size = new System.Drawing.Size(705, 441);
86      //
87      // parameterCollectionView
88      //
89      this.parameterCollectionView.Size = new System.Drawing.Size(693, 429);
90      //
91      // problemViewHost
92      //
93      this.problemViewHost.Size = new System.Drawing.Size(693, 399);
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.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm");
107      //
108      // pauseButton
109      //
110      this.pauseButton.Location = new System.Drawing.Point(30, 525);
111      this.toolTip.SetToolTip(this.pauseButton, "Pause Algorithm");
112      //
113      // resetButton
114      //
115      this.resetButton.Location = new System.Drawing.Point(90, 525);
116      this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
117      //
118      // executionTimeLabel
119      //
120      this.executionTimeLabel.Location = new System.Drawing.Point(487, 532);
121      this.executionTimeLabel.TabIndex = 10;
122      //
123      // executionTimeTextBox
124      //
125      this.executionTimeTextBox.Location = new System.Drawing.Point(576, 529);
126      this.executionTimeTextBox.TabIndex = 11;
127      //
128      // resultsTabPage
129      //
130      this.resultsTabPage.Size = new System.Drawing.Size(705, 441);
131      //
132      // resultsView
133      //
134      this.resultsView.Size = new System.Drawing.Size(693, 429);
135      //
136      // stopButton
137      //
138      this.stopButton.Location = new System.Drawing.Point(60, 525);
139      this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
140      //
141      // runsTabPage
142      //
143      this.runsTabPage.Size = new System.Drawing.Size(705, 441);
144      //
145      // runsView
146      //
147      this.runsView.Size = new System.Drawing.Size(693, 429);
148      //
149      // problemPanel
150      //
151      this.problemPanel.Size = new System.Drawing.Size(693, 399);
152      //
153      // nameTextBox
154      //
155      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
156      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
157      this.nameTextBox.Size = new System.Drawing.Size(641, 20);
158      //
159      // descriptionTextBox
160      //
161      this.descriptionTextBox.Size = new System.Drawing.Size(641, 20);
162      //
163      // engineLabel
164      //
165      this.engineLabel.AutoSize = true;
166      this.engineLabel.Location = new System.Drawing.Point(6, 9);
167      this.engineLabel.Name = "engineLabel";
168      this.engineLabel.Size = new System.Drawing.Size(43, 13);
169      this.engineLabel.TabIndex = 0;
170      this.engineLabel.Text = "&Engine:";
171      //
172      // createUserDefinedAlgorithmButton
173      //
174      this.createUserDefinedAlgorithmButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
175      this.createUserDefinedAlgorithmButton.Location = new System.Drawing.Point(150, 525);
176      this.createUserDefinedAlgorithmButton.Name = "createUserDefinedAlgorithmButton";
177      this.createUserDefinedAlgorithmButton.Size = new System.Drawing.Size(254, 24);
178      this.createUserDefinedAlgorithmButton.TabIndex = 9;
179      this.createUserDefinedAlgorithmButton.Text = "&Create User Defined Algorithm";
180      this.toolTip.SetToolTip(this.createUserDefinedAlgorithmButton, "Create User Defined Algorithm from this Algorithm");
181      this.createUserDefinedAlgorithmButton.UseVisualStyleBackColor = true;
182      this.createUserDefinedAlgorithmButton.Click += new System.EventHandler(this.createUserDefinedAlgorithmButton_Click);
183      //
184      // engineComboBox
185      //
186      this.engineComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
187                  | System.Windows.Forms.AnchorStyles.Right)));
188      this.engineComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
189      this.engineComboBox.FormattingEnabled = true;
190      this.engineComboBox.Location = new System.Drawing.Point(55, 6);
191      this.engineComboBox.Name = "engineComboBox";
192      this.engineComboBox.Size = new System.Drawing.Size(644, 21);
193      this.engineComboBox.TabIndex = 1;
194      this.engineComboBox.SelectedIndexChanged += new System.EventHandler(this.engineComboBox_SelectedIndexChanged);
195      //
196      // engineTabPage
197      //
198      this.engineTabPage.Controls.Add(this.engineViewHost);
199      this.engineTabPage.Controls.Add(this.engineComboBox);
200      this.engineTabPage.Controls.Add(this.engineLabel);
201      this.engineTabPage.Location = new System.Drawing.Point(4, 22);
202      this.engineTabPage.Name = "engineTabPage";
203      this.engineTabPage.Padding = new System.Windows.Forms.Padding(3);
204      this.engineTabPage.Size = new System.Drawing.Size(705, 441);
205      this.engineTabPage.TabIndex = 5;
206      this.engineTabPage.Text = "Engine";
207      this.engineTabPage.UseVisualStyleBackColor = true;
208      //
209      // engineViewHost
210      //
211      this.engineViewHost.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.engineViewHost.Caption = null;
215      this.engineViewHost.Content = null;
216      this.engineViewHost.Location = new System.Drawing.Point(6, 33);
217      this.engineViewHost.Name = "engineViewHost";
218      this.engineViewHost.ReadOnly = false;
219      this.engineViewHost.Size = new System.Drawing.Size(693, 402);
220      this.engineViewHost.TabIndex = 2;
221      this.engineViewHost.ViewType = null;
222      //
223      // operatorGraphTabPage
224      //
225      this.operatorGraphTabPage.Controls.Add(this.openOperatorGraphButton);
226      this.operatorGraphTabPage.Controls.Add(this.newOperatorGraphButton);
227      this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost);
228      this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
229      this.operatorGraphTabPage.Name = "operatorGraphTabPage";
230      this.operatorGraphTabPage.Size = new System.Drawing.Size(705, 441);
231      this.operatorGraphTabPage.TabIndex = 4;
232      this.operatorGraphTabPage.Text = "Operator Graph";
233      this.operatorGraphTabPage.UseVisualStyleBackColor = true;
234      //
235      // openOperatorGraphButton
236      //
237      this.openOperatorGraphButton.Enabled = false;
238      this.openOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
239      this.openOperatorGraphButton.Location = new System.Drawing.Point(33, 3);
240      this.openOperatorGraphButton.Name = "openOperatorGraphButton";
241      this.openOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
242      this.openOperatorGraphButton.TabIndex = 1;
243      this.toolTip.SetToolTip(this.openOperatorGraphButton, "Open Operator Graph");
244      this.openOperatorGraphButton.UseVisualStyleBackColor = true;
245      //
246      // newOperatorGraphButton
247      //
248      this.newOperatorGraphButton.Enabled = false;
249      this.newOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument;
250      this.newOperatorGraphButton.Location = new System.Drawing.Point(3, 3);
251      this.newOperatorGraphButton.Name = "newOperatorGraphButton";
252      this.newOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
253      this.newOperatorGraphButton.TabIndex = 1;
254      this.toolTip.SetToolTip(this.newOperatorGraphButton, "New Operator Graph");
255      this.newOperatorGraphButton.UseVisualStyleBackColor = true;
256      //
257      // operatorGraphViewHost
258      //
259      this.operatorGraphViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
260                  | System.Windows.Forms.AnchorStyles.Left)
261                  | System.Windows.Forms.AnchorStyles.Right)));
262      this.operatorGraphViewHost.Caption = null;
263      this.operatorGraphViewHost.Content = null;
264      this.operatorGraphViewHost.Location = new System.Drawing.Point(3, 33);
265      this.operatorGraphViewHost.Name = "operatorGraphViewHost";
266      this.operatorGraphViewHost.ReadOnly = true;
267      this.operatorGraphViewHost.Size = new System.Drawing.Size(699, 405);
268      this.operatorGraphViewHost.TabIndex = 0;
269      this.operatorGraphViewHost.ViewType = null;
270      //
271      // EngineAlgorithmView
272      //
273      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
274      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
275      this.Controls.Add(this.createUserDefinedAlgorithmButton);
276      this.Name = "EngineAlgorithmView";
277      this.Size = new System.Drawing.Size(713, 549);
278      this.Controls.SetChildIndex(this.stopButton, 0);
279      this.Controls.SetChildIndex(this.createUserDefinedAlgorithmButton, 0);
280      this.Controls.SetChildIndex(this.resetButton, 0);
281      this.Controls.SetChildIndex(this.pauseButton, 0);
282      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
283      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
284      this.Controls.SetChildIndex(this.startButton, 0);
285      this.Controls.SetChildIndex(this.tabControl, 0);
286      this.Controls.SetChildIndex(this.nameLabel, 0);
287      this.Controls.SetChildIndex(this.descriptionLabel, 0);
288      this.Controls.SetChildIndex(this.nameTextBox, 0);
289      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
290      this.tabControl.ResumeLayout(false);
291      this.parametersTabPage.ResumeLayout(false);
292      this.problemTabPage.ResumeLayout(false);
293      this.resultsTabPage.ResumeLayout(false);
294      this.runsTabPage.ResumeLayout(false);
295      this.problemPanel.ResumeLayout(false);
296      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
297      this.engineTabPage.ResumeLayout(false);
298      this.engineTabPage.PerformLayout();
299      this.operatorGraphTabPage.ResumeLayout(false);
300      this.ResumeLayout(false);
301      this.PerformLayout();
302
303    }
304
305    #endregion
306
307    protected System.Windows.Forms.Label engineLabel;
308    protected System.Windows.Forms.Button createUserDefinedAlgorithmButton;
309    protected System.Windows.Forms.ComboBox engineComboBox;
310    protected System.Windows.Forms.TabPage engineTabPage;
311    protected HeuristicLab.MainForm.WindowsForms.ViewHost engineViewHost;
312    protected System.Windows.Forms.TabPage operatorGraphTabPage;
313    protected HeuristicLab.MainForm.WindowsForms.ViewHost operatorGraphViewHost;
314    protected System.Windows.Forms.Button openOperatorGraphButton;
315    protected System.Windows.Forms.Button newOperatorGraphButton;
316
317  }
318}
Note: See TracBrowser for help on using the repository browser.