1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2008 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 |
|
---|
22 | namespace 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 (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.components = new System.ComponentModel.Container();
|
---|
48 | this.executionTimeTextBox = new System.Windows.Forms.TextBox();
|
---|
49 | this.executionTimeLabel = new System.Windows.Forms.Label();
|
---|
50 | this.operatorGraphView = new HeuristicLab.Core.Views.OperatorGraphView();
|
---|
51 | this.scopeView = new HeuristicLab.Core.Views.ScopeView();
|
---|
52 | this.resetButton = new System.Windows.Forms.Button();
|
---|
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);
|
---|
56 | this.tabControl = new System.Windows.Forms.TabControl();
|
---|
57 | this.operatorGraphTabPage = new System.Windows.Forms.TabPage();
|
---|
58 | this.globalScopeTabPage = new System.Windows.Forms.TabPage();
|
---|
59 | this.tabControl.SuspendLayout();
|
---|
60 | this.operatorGraphTabPage.SuspendLayout();
|
---|
61 | this.globalScopeTabPage.SuspendLayout();
|
---|
62 | this.SuspendLayout();
|
---|
63 | //
|
---|
64 | // executionTimeTextBox
|
---|
65 | //
|
---|
66 | this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
67 | this.executionTimeTextBox.Location = new System.Drawing.Point(661, 620);
|
---|
68 | this.executionTimeTextBox.Name = "executionTimeTextBox";
|
---|
69 | this.executionTimeTextBox.ReadOnly = true;
|
---|
70 | this.executionTimeTextBox.Size = new System.Drawing.Size(141, 20);
|
---|
71 | this.executionTimeTextBox.TabIndex = 5;
|
---|
72 | //
|
---|
73 | // executionTimeLabel
|
---|
74 | //
|
---|
75 | this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
76 | this.executionTimeLabel.AutoSize = true;
|
---|
77 | this.executionTimeLabel.Location = new System.Drawing.Point(572, 623);
|
---|
78 | this.executionTimeLabel.Name = "executionTimeLabel";
|
---|
79 | this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
|
---|
80 | this.executionTimeLabel.TabIndex = 4;
|
---|
81 | this.executionTimeLabel.Text = "&Execution Time:";
|
---|
82 | //
|
---|
83 | // operatorGraphView
|
---|
84 | //
|
---|
85 | this.operatorGraphView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
86 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
87 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
88 | this.operatorGraphView.Caption = "Operator Graph";
|
---|
89 | this.operatorGraphView.Item = null;
|
---|
90 | this.operatorGraphView.Location = new System.Drawing.Point(6, 6);
|
---|
91 | this.operatorGraphView.Name = "operatorGraphView";
|
---|
92 | this.operatorGraphView.Object = null;
|
---|
93 | this.operatorGraphView.OperatorGraph = null;
|
---|
94 | this.operatorGraphView.Size = new System.Drawing.Size(782, 573);
|
---|
95 | this.operatorGraphView.TabIndex = 0;
|
---|
96 | //
|
---|
97 | // scopeView
|
---|
98 | //
|
---|
99 | this.scopeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
100 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
101 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
102 | this.scopeView.Caption = "Scope";
|
---|
103 | this.scopeView.Item = null;
|
---|
104 | this.scopeView.Location = new System.Drawing.Point(6, 6);
|
---|
105 | this.scopeView.Name = "scopeView";
|
---|
106 | this.scopeView.Object = null;
|
---|
107 | this.scopeView.Scope = null;
|
---|
108 | this.scopeView.Size = new System.Drawing.Size(782, 573);
|
---|
109 | this.scopeView.TabIndex = 0;
|
---|
110 | //
|
---|
111 | // resetButton
|
---|
112 | //
|
---|
113 | this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
114 | this.resetButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Restart;
|
---|
115 | this.resetButton.Location = new System.Drawing.Point(58, 617);
|
---|
116 | this.resetButton.Name = "resetButton";
|
---|
117 | this.resetButton.Size = new System.Drawing.Size(23, 23);
|
---|
118 | this.resetButton.TabIndex = 3;
|
---|
119 | this.toolTip.SetToolTip(this.resetButton, "Reset Engine");
|
---|
120 | this.resetButton.UseVisualStyleBackColor = true;
|
---|
121 | this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
|
---|
122 | //
|
---|
123 | // stopButton
|
---|
124 | //
|
---|
125 | this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
126 | this.stopButton.Enabled = false;
|
---|
127 | this.stopButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Stop;
|
---|
128 | this.stopButton.Location = new System.Drawing.Point(29, 617);
|
---|
129 | this.stopButton.Name = "stopButton";
|
---|
130 | this.stopButton.Size = new System.Drawing.Size(23, 23);
|
---|
131 | this.stopButton.TabIndex = 2;
|
---|
132 | this.toolTip.SetToolTip(this.stopButton, "Stop Engine");
|
---|
133 | this.stopButton.UseVisualStyleBackColor = true;
|
---|
134 | this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
|
---|
135 | //
|
---|
136 | // startButton
|
---|
137 | //
|
---|
138 | this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
139 | this.startButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Play;
|
---|
140 | this.startButton.Location = new System.Drawing.Point(0, 617);
|
---|
141 | this.startButton.Name = "startButton";
|
---|
142 | this.startButton.Size = new System.Drawing.Size(23, 23);
|
---|
143 | this.startButton.TabIndex = 1;
|
---|
144 | this.toolTip.SetToolTip(this.startButton, "Start Engine");
|
---|
145 | this.startButton.UseVisualStyleBackColor = true;
|
---|
146 | this.startButton.Click += new System.EventHandler(this.startButton_Click);
|
---|
147 | //
|
---|
148 | // tabControl
|
---|
149 | //
|
---|
150 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
151 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
152 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
153 | this.tabControl.Controls.Add(this.operatorGraphTabPage);
|
---|
154 | this.tabControl.Controls.Add(this.globalScopeTabPage);
|
---|
155 | this.tabControl.Location = new System.Drawing.Point(0, 0);
|
---|
156 | this.tabControl.Name = "tabControl";
|
---|
157 | this.tabControl.SelectedIndex = 0;
|
---|
158 | this.tabControl.Size = new System.Drawing.Size(802, 611);
|
---|
159 | this.tabControl.TabIndex = 0;
|
---|
160 | //
|
---|
161 | // operatorGraphTabPage
|
---|
162 | //
|
---|
163 | this.operatorGraphTabPage.Controls.Add(this.operatorGraphView);
|
---|
164 | this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
165 | this.operatorGraphTabPage.Name = "operatorGraphTabPage";
|
---|
166 | this.operatorGraphTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
167 | this.operatorGraphTabPage.Size = new System.Drawing.Size(794, 585);
|
---|
168 | this.operatorGraphTabPage.TabIndex = 0;
|
---|
169 | this.operatorGraphTabPage.Text = "Operator Graph";
|
---|
170 | this.operatorGraphTabPage.UseVisualStyleBackColor = true;
|
---|
171 | //
|
---|
172 | // globalScopeTabPage
|
---|
173 | //
|
---|
174 | this.globalScopeTabPage.Controls.Add(this.scopeView);
|
---|
175 | this.globalScopeTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
176 | this.globalScopeTabPage.Name = "globalScopeTabPage";
|
---|
177 | this.globalScopeTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
178 | this.globalScopeTabPage.Size = new System.Drawing.Size(794, 585);
|
---|
179 | this.globalScopeTabPage.TabIndex = 1;
|
---|
180 | this.globalScopeTabPage.Text = "Global Scope";
|
---|
181 | this.globalScopeTabPage.UseVisualStyleBackColor = true;
|
---|
182 | //
|
---|
183 | // EngineView
|
---|
184 | //
|
---|
185 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
186 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
187 | this.Controls.Add(this.tabControl);
|
---|
188 | this.Controls.Add(this.executionTimeTextBox);
|
---|
189 | this.Controls.Add(this.stopButton);
|
---|
190 | this.Controls.Add(this.executionTimeLabel);
|
---|
191 | this.Controls.Add(this.resetButton);
|
---|
192 | this.Controls.Add(this.startButton);
|
---|
193 | this.Name = "EngineView";
|
---|
194 | this.Size = new System.Drawing.Size(802, 640);
|
---|
195 | this.tabControl.ResumeLayout(false);
|
---|
196 | this.operatorGraphTabPage.ResumeLayout(false);
|
---|
197 | this.globalScopeTabPage.ResumeLayout(false);
|
---|
198 | this.ResumeLayout(false);
|
---|
199 | this.PerformLayout();
|
---|
200 |
|
---|
201 | }
|
---|
202 |
|
---|
203 | #endregion
|
---|
204 |
|
---|
205 | protected System.Windows.Forms.TextBox executionTimeTextBox;
|
---|
206 | protected System.Windows.Forms.Label executionTimeLabel;
|
---|
207 | protected System.Windows.Forms.Button resetButton;
|
---|
208 | protected System.Windows.Forms.Button stopButton;
|
---|
209 | protected System.Windows.Forms.Button startButton;
|
---|
210 | protected HeuristicLab.Core.Views.OperatorGraphView operatorGraphView;
|
---|
211 | protected HeuristicLab.Core.Views.ScopeView scopeView;
|
---|
212 | protected System.Windows.Forms.ToolTip toolTip;
|
---|
213 | protected System.Windows.Forms.TabControl tabControl;
|
---|
214 | protected System.Windows.Forms.TabPage operatorGraphTabPage;
|
---|
215 | protected System.Windows.Forms.TabPage globalScopeTabPage;
|
---|
216 |
|
---|
217 | }
|
---|
218 | }
|
---|