Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Core.Views/3.3/EngineView.Designer.cs @ 2796

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

Operator architecture refactoring (#95)

  • worked on operators, parameters and problems
File size: 17.8 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.Core.Views {
23  partial class EngineView {
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 (typeSelectorDialog != null) typeSelectorDialog.Dispose();
36        if (components != null) components.Dispose();
37      }
38      base.Dispose(disposing);
39    }
40
41    #region Component Designer generated code
42
43    /// <summary>
44    /// Required method for Designer support - do not modify
45    /// the contents of this method with the code editor.
46    /// </summary>
47    private void InitializeComponent() {
48      this.components = new System.ComponentModel.Container();
49      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
50      this.executionTimeLabel = new System.Windows.Forms.Label();
51      this.operatorGraphView = new HeuristicLab.Core.Views.OperatorGraphView();
52      this.scopeView = new HeuristicLab.Core.Views.ScopeView();
53      this.resetButton = new System.Windows.Forms.Button();
54      this.stopButton = new System.Windows.Forms.Button();
55      this.startButton = new System.Windows.Forms.Button();
56      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
57      this.newProblemButton = new System.Windows.Forms.Button();
58      this.openProblemButton = new System.Windows.Forms.Button();
59      this.saveProblemButton = new System.Windows.Forms.Button();
60      this.newOperatorGraphButton = new System.Windows.Forms.Button();
61      this.openOperatorGraphButton = new System.Windows.Forms.Button();
62      this.saveOperatorGraphButton = new System.Windows.Forms.Button();
63      this.tabControl = new System.Windows.Forms.TabControl();
64      this.operatorGraphTabPage = new System.Windows.Forms.TabPage();
65      this.globalScopeTabPage = new System.Windows.Forms.TabPage();
66      this.problemTabPage = new System.Windows.Forms.TabPage();
67      this.problemViewHost = new HeuristicLab.Core.Views.ViewHost();
68      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
69      this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
70      this.tabControl.SuspendLayout();
71      this.operatorGraphTabPage.SuspendLayout();
72      this.globalScopeTabPage.SuspendLayout();
73      this.problemTabPage.SuspendLayout();
74      this.SuspendLayout();
75      //
76      // executionTimeTextBox
77      //
78      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
79      this.executionTimeTextBox.Location = new System.Drawing.Point(661, 620);
80      this.executionTimeTextBox.Name = "executionTimeTextBox";
81      this.executionTimeTextBox.ReadOnly = true;
82      this.executionTimeTextBox.Size = new System.Drawing.Size(141, 20);
83      this.executionTimeTextBox.TabIndex = 5;
84      //
85      // executionTimeLabel
86      //
87      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
88      this.executionTimeLabel.AutoSize = true;
89      this.executionTimeLabel.Location = new System.Drawing.Point(572, 623);
90      this.executionTimeLabel.Name = "executionTimeLabel";
91      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
92      this.executionTimeLabel.TabIndex = 4;
93      this.executionTimeLabel.Text = "&Execution Time:";
94      //
95      // operatorGraphView
96      //
97      this.operatorGraphView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
98                  | System.Windows.Forms.AnchorStyles.Left)
99                  | System.Windows.Forms.AnchorStyles.Right)));
100      this.operatorGraphView.Caption = "Operator Graph";
101      this.operatorGraphView.Content = null;
102      this.operatorGraphView.Location = new System.Drawing.Point(6, 36);
103      this.operatorGraphView.Name = "operatorGraphView";
104      this.operatorGraphView.Size = new System.Drawing.Size(782, 542);
105      this.operatorGraphView.TabIndex = 3;
106      //
107      // scopeView
108      //
109      this.scopeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
110                  | System.Windows.Forms.AnchorStyles.Left)
111                  | System.Windows.Forms.AnchorStyles.Right)));
112      this.scopeView.Caption = "Scope";
113      this.scopeView.Content = null;
114      this.scopeView.Location = new System.Drawing.Point(6, 6);
115      this.scopeView.Name = "scopeView";
116      this.scopeView.Size = new System.Drawing.Size(782, 572);
117      this.scopeView.TabIndex = 0;
118      //
119      // resetButton
120      //
121      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
122      this.resetButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Restart;
123      this.resetButton.Location = new System.Drawing.Point(60, 616);
124      this.resetButton.Name = "resetButton";
125      this.resetButton.Size = new System.Drawing.Size(24, 24);
126      this.resetButton.TabIndex = 3;
127      this.toolTip.SetToolTip(this.resetButton, "Reset Engine");
128      this.resetButton.UseVisualStyleBackColor = true;
129      this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
130      //
131      // stopButton
132      //
133      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
134      this.stopButton.Enabled = false;
135      this.stopButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Stop;
136      this.stopButton.Location = new System.Drawing.Point(30, 616);
137      this.stopButton.Name = "stopButton";
138      this.stopButton.Size = new System.Drawing.Size(24, 24);
139      this.stopButton.TabIndex = 2;
140      this.toolTip.SetToolTip(this.stopButton, "Stop Engine");
141      this.stopButton.UseVisualStyleBackColor = true;
142      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
143      //
144      // startButton
145      //
146      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
147      this.startButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Play;
148      this.startButton.Location = new System.Drawing.Point(0, 616);
149      this.startButton.Name = "startButton";
150      this.startButton.Size = new System.Drawing.Size(24, 24);
151      this.startButton.TabIndex = 1;
152      this.toolTip.SetToolTip(this.startButton, "Start Engine");
153      this.startButton.UseVisualStyleBackColor = true;
154      this.startButton.Click += new System.EventHandler(this.startButton_Click);
155      //
156      // newProblemButton
157      //
158      this.newProblemButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument;
159      this.newProblemButton.Location = new System.Drawing.Point(6, 6);
160      this.newProblemButton.Name = "newProblemButton";
161      this.newProblemButton.Size = new System.Drawing.Size(24, 24);
162      this.newProblemButton.TabIndex = 0;
163      this.toolTip.SetToolTip(this.newProblemButton, "Create New Problem");
164      this.newProblemButton.UseVisualStyleBackColor = true;
165      this.newProblemButton.Click += new System.EventHandler(this.newProblemButton_Click);
166      //
167      // openProblemButton
168      //
169      this.openProblemButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
170      this.openProblemButton.Location = new System.Drawing.Point(36, 6);
171      this.openProblemButton.Name = "openProblemButton";
172      this.openProblemButton.Size = new System.Drawing.Size(24, 24);
173      this.openProblemButton.TabIndex = 1;
174      this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
175      this.openProblemButton.UseVisualStyleBackColor = true;
176      this.openProblemButton.Click += new System.EventHandler(this.openProblemButton_Click);
177      //
178      // saveProblemButton
179      //
180      this.saveProblemButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Save;
181      this.saveProblemButton.Location = new System.Drawing.Point(66, 6);
182      this.saveProblemButton.Name = "saveProblemButton";
183      this.saveProblemButton.Size = new System.Drawing.Size(24, 24);
184      this.saveProblemButton.TabIndex = 2;
185      this.toolTip.SetToolTip(this.saveProblemButton, "Save Problem");
186      this.saveProblemButton.UseVisualStyleBackColor = true;
187      this.saveProblemButton.Click += new System.EventHandler(this.saveProblemButton_Click);
188      //
189      // newOperatorGraphButton
190      //
191      this.newOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument;
192      this.newOperatorGraphButton.Location = new System.Drawing.Point(6, 6);
193      this.newOperatorGraphButton.Name = "newOperatorGraphButton";
194      this.newOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
195      this.newOperatorGraphButton.TabIndex = 0;
196      this.toolTip.SetToolTip(this.newOperatorGraphButton, "Create New Operator Graph");
197      this.newOperatorGraphButton.UseVisualStyleBackColor = true;
198      this.newOperatorGraphButton.Click += new System.EventHandler(this.newOperatorGraphButton_Click);
199      //
200      // openOperatorGraphButton
201      //
202      this.openOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
203      this.openOperatorGraphButton.Location = new System.Drawing.Point(36, 6);
204      this.openOperatorGraphButton.Name = "openOperatorGraphButton";
205      this.openOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
206      this.openOperatorGraphButton.TabIndex = 1;
207      this.toolTip.SetToolTip(this.openOperatorGraphButton, "Open Operator Graph");
208      this.openOperatorGraphButton.UseVisualStyleBackColor = true;
209      this.openOperatorGraphButton.Click += new System.EventHandler(this.openOperatorGraphButton_Click);
210      //
211      // saveOperatorGraphButton
212      //
213      this.saveOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Save;
214      this.saveOperatorGraphButton.Location = new System.Drawing.Point(66, 6);
215      this.saveOperatorGraphButton.Name = "saveOperatorGraphButton";
216      this.saveOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
217      this.saveOperatorGraphButton.TabIndex = 2;
218      this.toolTip.SetToolTip(this.saveOperatorGraphButton, "Save Operator Graph");
219      this.saveOperatorGraphButton.UseVisualStyleBackColor = true;
220      this.saveOperatorGraphButton.Click += new System.EventHandler(this.saveOperatorGraphButton_Click);
221      //
222      // tabControl
223      //
224      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
225                  | System.Windows.Forms.AnchorStyles.Left)
226                  | System.Windows.Forms.AnchorStyles.Right)));
227      this.tabControl.Controls.Add(this.operatorGraphTabPage);
228      this.tabControl.Controls.Add(this.globalScopeTabPage);
229      this.tabControl.Controls.Add(this.problemTabPage);
230      this.tabControl.Location = new System.Drawing.Point(0, 0);
231      this.tabControl.Name = "tabControl";
232      this.tabControl.SelectedIndex = 0;
233      this.tabControl.Size = new System.Drawing.Size(802, 610);
234      this.tabControl.TabIndex = 3;
235      //
236      // operatorGraphTabPage
237      //
238      this.operatorGraphTabPage.Controls.Add(this.saveOperatorGraphButton);
239      this.operatorGraphTabPage.Controls.Add(this.openOperatorGraphButton);
240      this.operatorGraphTabPage.Controls.Add(this.newOperatorGraphButton);
241      this.operatorGraphTabPage.Controls.Add(this.operatorGraphView);
242      this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
243      this.operatorGraphTabPage.Name = "operatorGraphTabPage";
244      this.operatorGraphTabPage.Padding = new System.Windows.Forms.Padding(3);
245      this.operatorGraphTabPage.Size = new System.Drawing.Size(794, 584);
246      this.operatorGraphTabPage.TabIndex = 0;
247      this.operatorGraphTabPage.Text = "Operator Graph";
248      this.operatorGraphTabPage.UseVisualStyleBackColor = true;
249      //
250      // globalScopeTabPage
251      //
252      this.globalScopeTabPage.Controls.Add(this.scopeView);
253      this.globalScopeTabPage.Location = new System.Drawing.Point(4, 22);
254      this.globalScopeTabPage.Name = "globalScopeTabPage";
255      this.globalScopeTabPage.Padding = new System.Windows.Forms.Padding(3);
256      this.globalScopeTabPage.Size = new System.Drawing.Size(794, 584);
257      this.globalScopeTabPage.TabIndex = 1;
258      this.globalScopeTabPage.Text = "Global Scope";
259      this.globalScopeTabPage.UseVisualStyleBackColor = true;
260      //
261      // problemTabPage
262      //
263      this.problemTabPage.Controls.Add(this.saveProblemButton);
264      this.problemTabPage.Controls.Add(this.openProblemButton);
265      this.problemTabPage.Controls.Add(this.newProblemButton);
266      this.problemTabPage.Controls.Add(this.problemViewHost);
267      this.problemTabPage.Location = new System.Drawing.Point(4, 22);
268      this.problemTabPage.Name = "problemTabPage";
269      this.problemTabPage.Padding = new System.Windows.Forms.Padding(3);
270      this.problemTabPage.Size = new System.Drawing.Size(794, 584);
271      this.problemTabPage.TabIndex = 2;
272      this.problemTabPage.Text = "Problem";
273      this.problemTabPage.UseVisualStyleBackColor = true;
274      //
275      // problemViewHost
276      //
277      this.problemViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
278                  | System.Windows.Forms.AnchorStyles.Left)
279                  | System.Windows.Forms.AnchorStyles.Right)));
280      this.problemViewHost.Content = null;
281      this.problemViewHost.Location = new System.Drawing.Point(6, 36);
282      this.problemViewHost.Name = "problemViewHost";
283      this.problemViewHost.Size = new System.Drawing.Size(782, 542);
284      this.problemViewHost.TabIndex = 3;
285      //
286      // openFileDialog
287      //
288      this.openFileDialog.DefaultExt = "hl";
289      this.openFileDialog.FileName = "Item";
290      this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
291      this.openFileDialog.Title = "Open File";
292      //
293      // saveFileDialog
294      //
295      this.saveFileDialog.DefaultExt = "hl";
296      this.saveFileDialog.FileName = "Item";
297      this.saveFileDialog.Filter = "Uncompressed HeuristicLab Files|*.hl|HeuristicLab Files|*.hl|All Files|*.*";
298      this.saveFileDialog.FilterIndex = 2;
299      this.saveFileDialog.Title = "Save File";
300      //
301      // EngineView
302      //
303      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
304      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
305      this.Controls.Add(this.tabControl);
306      this.Controls.Add(this.executionTimeTextBox);
307      this.Controls.Add(this.stopButton);
308      this.Controls.Add(this.executionTimeLabel);
309      this.Controls.Add(this.resetButton);
310      this.Controls.Add(this.startButton);
311      this.Name = "EngineView";
312      this.Size = new System.Drawing.Size(802, 640);
313      this.tabControl.ResumeLayout(false);
314      this.operatorGraphTabPage.ResumeLayout(false);
315      this.globalScopeTabPage.ResumeLayout(false);
316      this.problemTabPage.ResumeLayout(false);
317      this.ResumeLayout(false);
318      this.PerformLayout();
319
320    }
321
322    #endregion
323
324    protected System.Windows.Forms.TextBox executionTimeTextBox;
325    protected System.Windows.Forms.Label executionTimeLabel;
326    protected System.Windows.Forms.Button resetButton;
327    protected System.Windows.Forms.Button stopButton;
328    protected System.Windows.Forms.Button startButton;
329    protected HeuristicLab.Core.Views.OperatorGraphView operatorGraphView;
330    protected HeuristicLab.Core.Views.ScopeView scopeView;
331    protected System.Windows.Forms.ToolTip toolTip;
332    protected System.Windows.Forms.TabControl tabControl;
333    protected System.Windows.Forms.TabPage operatorGraphTabPage;
334    protected System.Windows.Forms.TabPage globalScopeTabPage;
335    protected System.Windows.Forms.TabPage problemTabPage;
336    protected ViewHost problemViewHost;
337    protected System.Windows.Forms.Button newProblemButton;
338    protected System.Windows.Forms.Button saveOperatorGraphButton;
339    protected System.Windows.Forms.Button openOperatorGraphButton;
340    protected System.Windows.Forms.Button newOperatorGraphButton;
341    protected System.Windows.Forms.Button saveProblemButton;
342    protected System.Windows.Forms.Button openProblemButton;
343    protected System.Windows.Forms.OpenFileDialog openFileDialog;
344    protected System.Windows.Forms.SaveFileDialog saveFileDialog;
345
346  }
347}
Note: See TracBrowser for help on using the repository browser.