Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 3975 was 3764, checked in by mkommend, 14 years ago

adapted view captions (ticket #893)

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