Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 4094 was 4011, checked in by mkommend, 14 years ago
  • refactored ViewHost and various views to use fewer nested controls
  • added UnitTests for ContentViews to ensure proper using of the ContentAttribute
  • fixed some views which could not handle null as Content

(ticket #972)

File size: 13.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.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      this.executionTimeLabel.TabIndex = 9;
120      //
121      // executionTimeTextBox
122      //
123      this.executionTimeTextBox.Location = new System.Drawing.Point(576, 529);
124      this.executionTimeTextBox.TabIndex = 10;
125      //
126      // resultsTabPage
127      //
128      this.resultsTabPage.Size = new System.Drawing.Size(705, 441);
129      //
130      // resultsView
131      //
132      this.resultsView.Size = new System.Drawing.Size(693, 429);
133      //
134      // stopButton
135      //
136      this.stopButton.Location = new System.Drawing.Point(60, 525);
137      this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
138      //
139      // runsTabPage
140      //
141      this.runsTabPage.Size = new System.Drawing.Size(705, 441);
142      //
143      // runsView
144      //
145      this.runsView.Size = new System.Drawing.Size(693, 429);
146      //
147      // problemPanel
148      //
149      this.problemViewHost.Size = new System.Drawing.Size(693, 399);
150      //
151      // nameTextBox
152      //
153      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
154      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
155      this.nameTextBox.Size = new System.Drawing.Size(641, 20);
156      //
157      // descriptionTextBox
158      //
159      this.descriptionTextBox.Size = new System.Drawing.Size(641, 20);
160      //
161      // engineLabel
162      //
163      this.engineLabel.AutoSize = true;
164      this.engineLabel.Location = new System.Drawing.Point(6, 9);
165      this.engineLabel.Name = "engineLabel";
166      this.engineLabel.Size = new System.Drawing.Size(43, 13);
167      this.engineLabel.TabIndex = 0;
168      this.engineLabel.Text = "&Engine:";
169      //
170      // engineComboBox
171      //
172      this.engineComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
173                  | System.Windows.Forms.AnchorStyles.Right)));
174      this.engineComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
175      this.engineComboBox.FormattingEnabled = true;
176      this.engineComboBox.Location = new System.Drawing.Point(55, 6);
177      this.engineComboBox.Name = "engineComboBox";
178      this.engineComboBox.Size = new System.Drawing.Size(644, 21);
179      this.engineComboBox.TabIndex = 1;
180      this.engineComboBox.SelectedIndexChanged += new System.EventHandler(this.engineComboBox_SelectedIndexChanged);
181      //
182      // engineTabPage
183      //
184      this.engineTabPage.Controls.Add(this.engineViewHost);
185      this.engineTabPage.Controls.Add(this.engineComboBox);
186      this.engineTabPage.Controls.Add(this.engineLabel);
187      this.engineTabPage.Location = new System.Drawing.Point(4, 22);
188      this.engineTabPage.Name = "engineTabPage";
189      this.engineTabPage.Padding = new System.Windows.Forms.Padding(3);
190      this.engineTabPage.Size = new System.Drawing.Size(705, 441);
191      this.engineTabPage.TabIndex = 5;
192      this.engineTabPage.Text = "Engine";
193      this.engineTabPage.UseVisualStyleBackColor = true;
194      //
195      // engineViewHost
196      //
197      this.engineViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
198                  | System.Windows.Forms.AnchorStyles.Left)
199                  | System.Windows.Forms.AnchorStyles.Right)));
200      this.engineViewHost.Content = null;
201      this.engineViewHost.Location = new System.Drawing.Point(6, 33);
202      this.engineViewHost.Name = "engineViewHost";
203      this.engineViewHost.ReadOnly = false;
204      this.engineViewHost.Size = new System.Drawing.Size(693, 402);
205      this.engineViewHost.TabIndex = 2;
206      this.engineViewHost.ViewType = null;
207      //
208      // operatorGraphTabPage
209      //
210      this.operatorGraphTabPage.Controls.Add(this.openOperatorGraphButton);
211      this.operatorGraphTabPage.Controls.Add(this.newOperatorGraphButton);
212      this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost);
213      this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
214      this.operatorGraphTabPage.Name = "operatorGraphTabPage";
215      this.operatorGraphTabPage.Size = new System.Drawing.Size(705, 441);
216      this.operatorGraphTabPage.TabIndex = 4;
217      this.operatorGraphTabPage.Text = "Operator Graph";
218      this.operatorGraphTabPage.UseVisualStyleBackColor = true;
219      //
220      // openOperatorGraphButton
221      //
222      this.openOperatorGraphButton.Enabled = false;
223      this.openOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
224      this.openOperatorGraphButton.Location = new System.Drawing.Point(33, 3);
225      this.openOperatorGraphButton.Name = "openOperatorGraphButton";
226      this.openOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
227      this.openOperatorGraphButton.TabIndex = 1;
228      this.toolTip.SetToolTip(this.openOperatorGraphButton, "Open Operator Graph");
229      this.openOperatorGraphButton.UseVisualStyleBackColor = true;
230      //
231      // newOperatorGraphButton
232      //
233      this.newOperatorGraphButton.Enabled = false;
234      this.newOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument;
235      this.newOperatorGraphButton.Location = new System.Drawing.Point(3, 3);
236      this.newOperatorGraphButton.Name = "newOperatorGraphButton";
237      this.newOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
238      this.newOperatorGraphButton.TabIndex = 1;
239      this.toolTip.SetToolTip(this.newOperatorGraphButton, "New Operator Graph");
240      this.newOperatorGraphButton.UseVisualStyleBackColor = true;
241      //
242      // operatorGraphViewHost
243      //
244      this.operatorGraphViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
245                  | System.Windows.Forms.AnchorStyles.Left)
246                  | System.Windows.Forms.AnchorStyles.Right)));
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.Controls.SetChildIndex(this.stopButton, 0);
262      this.Controls.SetChildIndex(this.resetButton, 0);
263      this.Controls.SetChildIndex(this.pauseButton, 0);
264      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
265      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
266      this.Controls.SetChildIndex(this.startButton, 0);
267      this.Controls.SetChildIndex(this.tabControl, 0);
268      this.Controls.SetChildIndex(this.nameLabel, 0);
269      this.Controls.SetChildIndex(this.descriptionLabel, 0);
270      this.Controls.SetChildIndex(this.nameTextBox, 0);
271      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
272      this.tabControl.ResumeLayout(false);
273      this.parametersTabPage.ResumeLayout(false);
274      this.problemTabPage.ResumeLayout(false);
275      this.resultsTabPage.ResumeLayout(false);
276      this.runsTabPage.ResumeLayout(false);
277      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
278      this.engineTabPage.ResumeLayout(false);
279      this.engineTabPage.PerformLayout();
280      this.operatorGraphTabPage.ResumeLayout(false);
281      this.ResumeLayout(false);
282      this.PerformLayout();
283
284    }
285
286    #endregion
287
288    protected System.Windows.Forms.Label engineLabel;
289    protected System.Windows.Forms.ComboBox engineComboBox;
290    protected System.Windows.Forms.TabPage engineTabPage;
291    protected HeuristicLab.MainForm.WindowsForms.ViewHost engineViewHost;
292    protected System.Windows.Forms.TabPage operatorGraphTabPage;
293    protected HeuristicLab.MainForm.WindowsForms.ViewHost operatorGraphViewHost;
294    protected System.Windows.Forms.Button openOperatorGraphButton;
295    protected System.Windows.Forms.Button newOperatorGraphButton;
296
297  }
298}
Note: See TracBrowser for help on using the repository browser.