Free cookie consent management tool by TermsFeed Policy Generator

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

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

Operator architecture refactoring (#95)

  • worked on operators, engines, and optimization
File size: 13.9 KB
RevLine 
[2]1#region License Information
2/* HeuristicLab
[2790]3 * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
[2]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
[2520]22namespace HeuristicLab.Core.Views {
[2664]23  partial class EngineView {
[2]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) {
[2655]34      if (disposing) {
[2796]35        if (typeSelectorDialog != null) typeSelectorDialog.Dispose();
[2655]36        if (components != null) components.Dispose();
[2]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() {
[2655]48      this.components = new System.ComponentModel.Container();
[2]49      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
50      this.executionTimeLabel = new System.Windows.Forms.Label();
[2520]51      this.scopeView = new HeuristicLab.Core.Views.ScopeView();
[2]52      this.resetButton = new System.Windows.Forms.Button();
[2655]53      this.stopButton = new System.Windows.Forms.Button();
54      this.startButton = new System.Windows.Forms.Button();
55      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
[2796]56      this.newOperatorGraphButton = new System.Windows.Forms.Button();
57      this.openOperatorGraphButton = new System.Windows.Forms.Button();
58      this.saveOperatorGraphButton = new System.Windows.Forms.Button();
[2687]59      this.tabControl = new System.Windows.Forms.TabControl();
60      this.operatorGraphTabPage = new System.Windows.Forms.TabPage();
[2826]61      this.operatorGraphViewHost = new HeuristicLab.Core.Views.ViewHost();
[2687]62      this.globalScopeTabPage = new System.Windows.Forms.TabPage();
[2796]63      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
64      this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
[2687]65      this.tabControl.SuspendLayout();
66      this.operatorGraphTabPage.SuspendLayout();
67      this.globalScopeTabPage.SuspendLayout();
[2]68      this.SuspendLayout();
69      //
70      // executionTimeTextBox
71      //
72      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
[2687]73      this.executionTimeTextBox.Location = new System.Drawing.Point(661, 620);
[2]74      this.executionTimeTextBox.Name = "executionTimeTextBox";
75      this.executionTimeTextBox.ReadOnly = true;
76      this.executionTimeTextBox.Size = new System.Drawing.Size(141, 20);
[2687]77      this.executionTimeTextBox.TabIndex = 5;
[2]78      //
79      // executionTimeLabel
80      //
81      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
82      this.executionTimeLabel.AutoSize = true;
[2687]83      this.executionTimeLabel.Location = new System.Drawing.Point(572, 623);
[2]84      this.executionTimeLabel.Name = "executionTimeLabel";
85      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
[2687]86      this.executionTimeLabel.TabIndex = 4;
[2]87      this.executionTimeLabel.Text = "&Execution Time:";
88      //
89      // scopeView
90      //
[2676]91      this.scopeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
92                  | System.Windows.Forms.AnchorStyles.Left)
93                  | System.Windows.Forms.AnchorStyles.Right)));
[2]94      this.scopeView.Caption = "Scope";
[2796]95      this.scopeView.Content = null;
[2687]96      this.scopeView.Location = new System.Drawing.Point(6, 6);
[2]97      this.scopeView.Name = "scopeView";
[2796]98      this.scopeView.Size = new System.Drawing.Size(782, 572);
[2]99      this.scopeView.TabIndex = 0;
100      //
101      // resetButton
102      //
103      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
[2655]104      this.resetButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Restart;
[2796]105      this.resetButton.Location = new System.Drawing.Point(60, 616);
[2]106      this.resetButton.Name = "resetButton";
[2796]107      this.resetButton.Size = new System.Drawing.Size(24, 24);
[2687]108      this.resetButton.TabIndex = 3;
[2655]109      this.toolTip.SetToolTip(this.resetButton, "Reset Engine");
[2]110      this.resetButton.UseVisualStyleBackColor = true;
111      this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
112      //
[2655]113      // stopButton
[2]114      //
[2655]115      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
116      this.stopButton.Enabled = false;
117      this.stopButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Stop;
[2796]118      this.stopButton.Location = new System.Drawing.Point(30, 616);
[2655]119      this.stopButton.Name = "stopButton";
[2796]120      this.stopButton.Size = new System.Drawing.Size(24, 24);
[2687]121      this.stopButton.TabIndex = 2;
[2655]122      this.toolTip.SetToolTip(this.stopButton, "Stop Engine");
123      this.stopButton.UseVisualStyleBackColor = true;
124      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
[2]125      //
[2655]126      // startButton
[2]127      //
[2655]128      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
129      this.startButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Play;
[2796]130      this.startButton.Location = new System.Drawing.Point(0, 616);
[2655]131      this.startButton.Name = "startButton";
[2796]132      this.startButton.Size = new System.Drawing.Size(24, 24);
[2687]133      this.startButton.TabIndex = 1;
[2655]134      this.toolTip.SetToolTip(this.startButton, "Start Engine");
135      this.startButton.UseVisualStyleBackColor = true;
136      this.startButton.Click += new System.EventHandler(this.startButton_Click);
[2]137      //
[2796]138      // newOperatorGraphButton
139      //
140      this.newOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument;
141      this.newOperatorGraphButton.Location = new System.Drawing.Point(6, 6);
142      this.newOperatorGraphButton.Name = "newOperatorGraphButton";
143      this.newOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
144      this.newOperatorGraphButton.TabIndex = 0;
145      this.toolTip.SetToolTip(this.newOperatorGraphButton, "Create New Operator Graph");
146      this.newOperatorGraphButton.UseVisualStyleBackColor = true;
147      this.newOperatorGraphButton.Click += new System.EventHandler(this.newOperatorGraphButton_Click);
148      //
149      // openOperatorGraphButton
150      //
151      this.openOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
152      this.openOperatorGraphButton.Location = new System.Drawing.Point(36, 6);
153      this.openOperatorGraphButton.Name = "openOperatorGraphButton";
154      this.openOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
155      this.openOperatorGraphButton.TabIndex = 1;
156      this.toolTip.SetToolTip(this.openOperatorGraphButton, "Open Operator Graph");
157      this.openOperatorGraphButton.UseVisualStyleBackColor = true;
158      this.openOperatorGraphButton.Click += new System.EventHandler(this.openOperatorGraphButton_Click);
159      //
160      // saveOperatorGraphButton
161      //
162      this.saveOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Save;
163      this.saveOperatorGraphButton.Location = new System.Drawing.Point(66, 6);
164      this.saveOperatorGraphButton.Name = "saveOperatorGraphButton";
165      this.saveOperatorGraphButton.Size = new System.Drawing.Size(24, 24);
166      this.saveOperatorGraphButton.TabIndex = 2;
167      this.toolTip.SetToolTip(this.saveOperatorGraphButton, "Save Operator Graph");
168      this.saveOperatorGraphButton.UseVisualStyleBackColor = true;
169      this.saveOperatorGraphButton.Click += new System.EventHandler(this.saveOperatorGraphButton_Click);
170      //
[2687]171      // tabControl
172      //
173      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
174                  | System.Windows.Forms.AnchorStyles.Left)
175                  | System.Windows.Forms.AnchorStyles.Right)));
176      this.tabControl.Controls.Add(this.operatorGraphTabPage);
177      this.tabControl.Controls.Add(this.globalScopeTabPage);
178      this.tabControl.Location = new System.Drawing.Point(0, 0);
179      this.tabControl.Name = "tabControl";
180      this.tabControl.SelectedIndex = 0;
[2796]181      this.tabControl.Size = new System.Drawing.Size(802, 610);
182      this.tabControl.TabIndex = 3;
[2687]183      //
184      // operatorGraphTabPage
185      //
[2826]186      this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost);
[2796]187      this.operatorGraphTabPage.Controls.Add(this.saveOperatorGraphButton);
188      this.operatorGraphTabPage.Controls.Add(this.openOperatorGraphButton);
189      this.operatorGraphTabPage.Controls.Add(this.newOperatorGraphButton);
[2687]190      this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
191      this.operatorGraphTabPage.Name = "operatorGraphTabPage";
192      this.operatorGraphTabPage.Padding = new System.Windows.Forms.Padding(3);
[2796]193      this.operatorGraphTabPage.Size = new System.Drawing.Size(794, 584);
[2687]194      this.operatorGraphTabPage.TabIndex = 0;
195      this.operatorGraphTabPage.Text = "Operator Graph";
196      this.operatorGraphTabPage.UseVisualStyleBackColor = true;
197      //
[2826]198      // operatorGraphViewHost
199      //
200      this.operatorGraphViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
201                  | System.Windows.Forms.AnchorStyles.Left)
202                  | System.Windows.Forms.AnchorStyles.Right)));
203      this.operatorGraphViewHost.Content = null;
204      this.operatorGraphViewHost.Location = new System.Drawing.Point(6, 36);
205      this.operatorGraphViewHost.Name = "operatorGraphViewHost";
206      this.operatorGraphViewHost.Size = new System.Drawing.Size(782, 542);
207      this.operatorGraphViewHost.TabIndex = 3;
208      this.operatorGraphViewHost.ViewType = null;
209      //
[2687]210      // globalScopeTabPage
211      //
212      this.globalScopeTabPage.Controls.Add(this.scopeView);
213      this.globalScopeTabPage.Location = new System.Drawing.Point(4, 22);
214      this.globalScopeTabPage.Name = "globalScopeTabPage";
215      this.globalScopeTabPage.Padding = new System.Windows.Forms.Padding(3);
[2796]216      this.globalScopeTabPage.Size = new System.Drawing.Size(794, 584);
[2687]217      this.globalScopeTabPage.TabIndex = 1;
218      this.globalScopeTabPage.Text = "Global Scope";
219      this.globalScopeTabPage.UseVisualStyleBackColor = true;
220      //
[2796]221      // openFileDialog
222      //
223      this.openFileDialog.DefaultExt = "hl";
224      this.openFileDialog.FileName = "Item";
225      this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
226      this.openFileDialog.Title = "Open File";
227      //
228      // saveFileDialog
229      //
230      this.saveFileDialog.DefaultExt = "hl";
231      this.saveFileDialog.FileName = "Item";
232      this.saveFileDialog.Filter = "Uncompressed HeuristicLab Files|*.hl|HeuristicLab Files|*.hl|All Files|*.*";
233      this.saveFileDialog.FilterIndex = 2;
234      this.saveFileDialog.Title = "Save File";
235      //
[2676]236      // EngineView
[2]237      //
238      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
239      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
[2687]240      this.Controls.Add(this.tabControl);
[2]241      this.Controls.Add(this.executionTimeTextBox);
[2676]242      this.Controls.Add(this.stopButton);
[2]243      this.Controls.Add(this.executionTimeLabel);
244      this.Controls.Add(this.resetButton);
[2655]245      this.Controls.Add(this.startButton);
[2676]246      this.Name = "EngineView";
[2655]247      this.Size = new System.Drawing.Size(802, 640);
[2687]248      this.tabControl.ResumeLayout(false);
249      this.operatorGraphTabPage.ResumeLayout(false);
250      this.globalScopeTabPage.ResumeLayout(false);
[2]251      this.ResumeLayout(false);
252      this.PerformLayout();
253
254    }
255
256    #endregion
257
258    protected System.Windows.Forms.TextBox executionTimeTextBox;
259    protected System.Windows.Forms.Label executionTimeLabel;
260    protected System.Windows.Forms.Button resetButton;
[2655]261    protected System.Windows.Forms.Button stopButton;
262    protected System.Windows.Forms.Button startButton;
[2520]263    protected HeuristicLab.Core.Views.ScopeView scopeView;
[2676]264    protected System.Windows.Forms.ToolTip toolTip;
[2687]265    protected System.Windows.Forms.TabControl tabControl;
266    protected System.Windows.Forms.TabPage globalScopeTabPage;
[2796]267    protected System.Windows.Forms.OpenFileDialog openFileDialog;
268    protected System.Windows.Forms.SaveFileDialog saveFileDialog;
[2826]269    protected System.Windows.Forms.TabPage operatorGraphTabPage;
270    protected System.Windows.Forms.Button saveOperatorGraphButton;
271    protected System.Windows.Forms.Button openOperatorGraphButton;
272    protected System.Windows.Forms.Button newOperatorGraphButton;
273    protected ViewHost operatorGraphViewHost;
[2]274
275  }
276}
Note: See TracBrowser for help on using the repository browser.