Free cookie consent management tool by TermsFeed Policy Generator

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

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

Implemented reviewers' comments (#893).

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