Free cookie consent management tool by TermsFeed Policy Generator

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

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

Adapted views according the new read-only property (#973)

File size: 14.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 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      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EngineAlgorithmView));
48      this.engineLabel = new System.Windows.Forms.Label();
49      this.createUserDefinedAlgorithmButton = new System.Windows.Forms.Button();
50      this.engineComboBox = new System.Windows.Forms.ComboBox();
51      this.engineTabPage = new System.Windows.Forms.TabPage();
52      this.engineViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
53      this.operatorGraphTabPage = new System.Windows.Forms.TabPage();
54      this.openOperatorGraphButton = new System.Windows.Forms.Button();
55      this.newOperatorGraphButton = new System.Windows.Forms.Button();
56      this.operatorGraphViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
57      this.tabControl.SuspendLayout();
58      this.parametersTabPage.SuspendLayout();
59      this.problemTabPage.SuspendLayout();
60      this.resultsTabPage.SuspendLayout();
61      this.runsTabPage.SuspendLayout();
62      this.problemPanel.SuspendLayout();
63      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
64      this.engineTabPage.SuspendLayout();
65      this.operatorGraphTabPage.SuspendLayout();
66      this.SuspendLayout();
67      //
68      // tabControl
69      //
70      this.tabControl.Controls.Add(this.operatorGraphTabPage);
71      this.tabControl.Controls.Add(this.engineTabPage);
72      this.tabControl.Size = new System.Drawing.Size(713, 467);
73      this.tabControl.Controls.SetChildIndex(this.engineTabPage, 0);
74      this.tabControl.Controls.SetChildIndex(this.operatorGraphTabPage, 0);
75      this.tabControl.Controls.SetChildIndex(this.runsTabPage, 0);
76      this.tabControl.Controls.SetChildIndex(this.resultsTabPage, 0);
77      this.tabControl.Controls.SetChildIndex(this.problemTabPage, 0);
78      this.tabControl.Controls.SetChildIndex(this.parametersTabPage, 0);
79      //
80      // parametersTabPage
81      //
82      this.parametersTabPage.Size = new System.Drawing.Size(705, 441);
83      //
84      // problemTabPage
85      //
86      this.problemTabPage.Size = new System.Drawing.Size(705, 441);
87      //
88      // parameterCollectionView
89      //
90      this.parameterCollectionView.Size = new System.Drawing.Size(693, 429);
91      //
92      // problemViewHost
93      //
94      this.problemViewHost.Size = new System.Drawing.Size(693, 399);
95      //
96      // newProblemButton
97      //
98      this.toolTip.SetToolTip(this.newProblemButton, "New Problem");
99      //
100      // openProblemButton
101      //
102      this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
103      //
104      // startButton
105      //
106      this.startButton.Location = new System.Drawing.Point(0, 525);
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.toolTip.SetToolTip(this.pauseButton, "Pause Algorithm");
113      //
114      // resetButton
115      //
116      this.resetButton.Location = new System.Drawing.Point(90, 525);
117      this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
118      //
119      // executionTimeLabel
120      //
121      this.executionTimeLabel.Location = new System.Drawing.Point(487, 532);
122      this.executionTimeLabel.TabIndex = 10;
123      //
124      // executionTimeTextBox
125      //
126      this.executionTimeTextBox.Location = new System.Drawing.Point(576, 529);
127      this.executionTimeTextBox.TabIndex = 11;
128      //
129      // resultsTabPage
130      //
131      this.resultsTabPage.Size = new System.Drawing.Size(705, 441);
132      //
133      // resultsView
134      //
135      this.resultsView.Size = new System.Drawing.Size(693, 429);
136      //
137      // stopButton
138      //
139      this.stopButton.Location = new System.Drawing.Point(60, 525);
140      this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
141      //
142      // runsTabPage
143      //
144      this.runsTabPage.Size = new System.Drawing.Size(705, 441);
145      //
146      // runsView
147      //
148      this.runsView.Size = new System.Drawing.Size(693, 429);
149      //
150      // problemPanel
151      //
152      this.problemPanel.Size = new System.Drawing.Size(693, 399);
153      //
154      // nameTextBox
155      //
156      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
157      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
158      this.nameTextBox.Size = new System.Drawing.Size(641, 20);
159      //
160      // descriptionTextBox
161      //
162      this.descriptionTextBox.Size = new System.Drawing.Size(641, 20);
163      //
164      // engineLabel
165      //
166      this.engineLabel.AutoSize = true;
167      this.engineLabel.Location = new System.Drawing.Point(6, 9);
168      this.engineLabel.Name = "engineLabel";
169      this.engineLabel.Size = new System.Drawing.Size(43, 13);
170      this.engineLabel.TabIndex = 0;
171      this.engineLabel.Text = "&Engine:";
172      //
173      // createUserDefinedAlgorithmButton
174      //
175      this.createUserDefinedAlgorithmButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
176      this.createUserDefinedAlgorithmButton.Location = new System.Drawing.Point(150, 525);
177      this.createUserDefinedAlgorithmButton.Name = "createUserDefinedAlgorithmButton";
178      this.createUserDefinedAlgorithmButton.Size = new System.Drawing.Size(254, 24);
179      this.createUserDefinedAlgorithmButton.TabIndex = 9;
180      this.createUserDefinedAlgorithmButton.Text = "&Create User Defined Algorithm";
181      this.toolTip.SetToolTip(this.createUserDefinedAlgorithmButton, "Create User Defined Algorithm from this Algorithm");
182      this.createUserDefinedAlgorithmButton.UseVisualStyleBackColor = true;
183      this.createUserDefinedAlgorithmButton.Click += new System.EventHandler(this.createUserDefinedAlgorithmButton_Click);
184      //
185      // engineComboBox
186      //
187      this.engineComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
188                  | System.Windows.Forms.AnchorStyles.Right)));
189      this.engineComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
190      this.engineComboBox.FormattingEnabled = true;
191      this.engineComboBox.Location = new System.Drawing.Point(55, 6);
192      this.engineComboBox.Name = "engineComboBox";
193      this.engineComboBox.Size = new System.Drawing.Size(610, 21);
194      this.engineComboBox.TabIndex = 1;
195      this.engineComboBox.SelectedIndexChanged += new System.EventHandler(this.engineComboBox_SelectedIndexChanged);
196      //
197      // engineTabPage
198      //
199      this.engineTabPage.Controls.Add(this.engineViewHost);
200      this.engineTabPage.Controls.Add(this.engineComboBox);
201      this.engineTabPage.Controls.Add(this.engineLabel);
202      this.engineTabPage.Location = new System.Drawing.Point(4, 22);
203      this.engineTabPage.Name = "engineTabPage";
204      this.engineTabPage.Padding = new System.Windows.Forms.Padding(3);
205      this.engineTabPage.Size = new System.Drawing.Size(705, 441);
206      this.engineTabPage.TabIndex = 3;
207      this.engineTabPage.Text = "Engine";
208      this.engineTabPage.UseVisualStyleBackColor = true;
209      //
210      // engineViewHost
211      //
212      this.engineViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
213                  | System.Windows.Forms.AnchorStyles.Left)
214                  | System.Windows.Forms.AnchorStyles.Right)));
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(659, 335);
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.Content = null;
263      this.operatorGraphViewHost.Location = new System.Drawing.Point(3, 33);
264      this.operatorGraphViewHost.Name = "operatorGraphViewHost";
265      this.operatorGraphViewHost.ReadOnly = true;
266      this.operatorGraphViewHost.Size = new System.Drawing.Size(699, 405);
267      this.operatorGraphViewHost.TabIndex = 0;
268      this.operatorGraphViewHost.ViewType = null;
269      //
270      // EngineAlgorithmView
271      //
272      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
273      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
274      this.Controls.Add(this.createUserDefinedAlgorithmButton);
275      this.Name = "EngineAlgorithmView";
276      this.Size = new System.Drawing.Size(713, 549);
277      this.Controls.SetChildIndex(this.stopButton, 0);
278      this.Controls.SetChildIndex(this.createUserDefinedAlgorithmButton, 0);
279      this.Controls.SetChildIndex(this.resetButton, 0);
280      this.Controls.SetChildIndex(this.pauseButton, 0);
281      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
282      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
283      this.Controls.SetChildIndex(this.startButton, 0);
284      this.Controls.SetChildIndex(this.tabControl, 0);
285      this.Controls.SetChildIndex(this.nameLabel, 0);
286      this.Controls.SetChildIndex(this.descriptionLabel, 0);
287      this.Controls.SetChildIndex(this.nameTextBox, 0);
288      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
289      this.tabControl.ResumeLayout(false);
290      this.parametersTabPage.ResumeLayout(false);
291      this.problemTabPage.ResumeLayout(false);
292      this.resultsTabPage.ResumeLayout(false);
293      this.runsTabPage.ResumeLayout(false);
294      this.problemPanel.ResumeLayout(false);
295      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
296      this.engineTabPage.ResumeLayout(false);
297      this.engineTabPage.PerformLayout();
298      this.operatorGraphTabPage.ResumeLayout(false);
299      this.ResumeLayout(false);
300      this.PerformLayout();
301
302    }
303
304    #endregion
305
306    protected System.Windows.Forms.Label engineLabel;
307    protected System.Windows.Forms.Button createUserDefinedAlgorithmButton;
308    protected System.Windows.Forms.ComboBox engineComboBox;
309    protected System.Windows.Forms.TabPage engineTabPage;
310    protected HeuristicLab.MainForm.WindowsForms.ViewHost engineViewHost;
311    protected System.Windows.Forms.TabPage operatorGraphTabPage;
312    protected HeuristicLab.MainForm.WindowsForms.ViewHost operatorGraphViewHost;
313    protected System.Windows.Forms.Button openOperatorGraphButton;
314    protected System.Windows.Forms.Button newOperatorGraphButton;
315
316  }
317}
Note: See TracBrowser for help on using the repository browser.