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 |
|
---|
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 (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.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.newOperatorGraphButton = new System.Windows.Forms.Button();
|
---|
57 | this.openOperatorGraphButton = new System.Windows.Forms.Button();
|
---|
58 | this.saveOperatorGraphButton = new System.Windows.Forms.Button();
|
---|
59 | this.tabControl = new System.Windows.Forms.TabControl();
|
---|
60 | this.operatorGraphTabPage = new System.Windows.Forms.TabPage();
|
---|
61 | this.operatorGraphViewHost = new HeuristicLab.Core.Views.ViewHost();
|
---|
62 | this.globalScopeTabPage = new System.Windows.Forms.TabPage();
|
---|
63 | this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
---|
64 | this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
|
---|
65 | this.tabControl.SuspendLayout();
|
---|
66 | this.operatorGraphTabPage.SuspendLayout();
|
---|
67 | this.globalScopeTabPage.SuspendLayout();
|
---|
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)));
|
---|
73 | this.executionTimeTextBox.Location = new System.Drawing.Point(661, 620);
|
---|
74 | this.executionTimeTextBox.Name = "executionTimeTextBox";
|
---|
75 | this.executionTimeTextBox.ReadOnly = true;
|
---|
76 | this.executionTimeTextBox.Size = new System.Drawing.Size(141, 20);
|
---|
77 | this.executionTimeTextBox.TabIndex = 5;
|
---|
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;
|
---|
83 | this.executionTimeLabel.Location = new System.Drawing.Point(572, 623);
|
---|
84 | this.executionTimeLabel.Name = "executionTimeLabel";
|
---|
85 | this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
|
---|
86 | this.executionTimeLabel.TabIndex = 4;
|
---|
87 | this.executionTimeLabel.Text = "&Execution Time:";
|
---|
88 | //
|
---|
89 | // scopeView
|
---|
90 | //
|
---|
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)));
|
---|
94 | this.scopeView.Caption = "Scope";
|
---|
95 | this.scopeView.Content = null;
|
---|
96 | this.scopeView.Location = new System.Drawing.Point(6, 6);
|
---|
97 | this.scopeView.Name = "scopeView";
|
---|
98 | this.scopeView.Size = new System.Drawing.Size(782, 572);
|
---|
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)));
|
---|
104 | this.resetButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Restart;
|
---|
105 | this.resetButton.Location = new System.Drawing.Point(60, 616);
|
---|
106 | this.resetButton.Name = "resetButton";
|
---|
107 | this.resetButton.Size = new System.Drawing.Size(24, 24);
|
---|
108 | this.resetButton.TabIndex = 3;
|
---|
109 | this.toolTip.SetToolTip(this.resetButton, "Reset Engine");
|
---|
110 | this.resetButton.UseVisualStyleBackColor = true;
|
---|
111 | this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
|
---|
112 | //
|
---|
113 | // stopButton
|
---|
114 | //
|
---|
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;
|
---|
118 | this.stopButton.Location = new System.Drawing.Point(30, 616);
|
---|
119 | this.stopButton.Name = "stopButton";
|
---|
120 | this.stopButton.Size = new System.Drawing.Size(24, 24);
|
---|
121 | this.stopButton.TabIndex = 2;
|
---|
122 | this.toolTip.SetToolTip(this.stopButton, "Stop Engine");
|
---|
123 | this.stopButton.UseVisualStyleBackColor = true;
|
---|
124 | this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
|
---|
125 | //
|
---|
126 | // startButton
|
---|
127 | //
|
---|
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;
|
---|
130 | this.startButton.Location = new System.Drawing.Point(0, 616);
|
---|
131 | this.startButton.Name = "startButton";
|
---|
132 | this.startButton.Size = new System.Drawing.Size(24, 24);
|
---|
133 | this.startButton.TabIndex = 1;
|
---|
134 | this.toolTip.SetToolTip(this.startButton, "Start Engine");
|
---|
135 | this.startButton.UseVisualStyleBackColor = true;
|
---|
136 | this.startButton.Click += new System.EventHandler(this.startButton_Click);
|
---|
137 | //
|
---|
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 | //
|
---|
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;
|
---|
181 | this.tabControl.Size = new System.Drawing.Size(802, 610);
|
---|
182 | this.tabControl.TabIndex = 3;
|
---|
183 | //
|
---|
184 | // operatorGraphTabPage
|
---|
185 | //
|
---|
186 | this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost);
|
---|
187 | this.operatorGraphTabPage.Controls.Add(this.saveOperatorGraphButton);
|
---|
188 | this.operatorGraphTabPage.Controls.Add(this.openOperatorGraphButton);
|
---|
189 | this.operatorGraphTabPage.Controls.Add(this.newOperatorGraphButton);
|
---|
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);
|
---|
193 | this.operatorGraphTabPage.Size = new System.Drawing.Size(794, 584);
|
---|
194 | this.operatorGraphTabPage.TabIndex = 0;
|
---|
195 | this.operatorGraphTabPage.Text = "Operator Graph";
|
---|
196 | this.operatorGraphTabPage.UseVisualStyleBackColor = true;
|
---|
197 | //
|
---|
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 | //
|
---|
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);
|
---|
216 | this.globalScopeTabPage.Size = new System.Drawing.Size(794, 584);
|
---|
217 | this.globalScopeTabPage.TabIndex = 1;
|
---|
218 | this.globalScopeTabPage.Text = "Global Scope";
|
---|
219 | this.globalScopeTabPage.UseVisualStyleBackColor = true;
|
---|
220 | //
|
---|
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 | //
|
---|
236 | // EngineView
|
---|
237 | //
|
---|
238 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
239 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
240 | this.Controls.Add(this.tabControl);
|
---|
241 | this.Controls.Add(this.executionTimeTextBox);
|
---|
242 | this.Controls.Add(this.stopButton);
|
---|
243 | this.Controls.Add(this.executionTimeLabel);
|
---|
244 | this.Controls.Add(this.resetButton);
|
---|
245 | this.Controls.Add(this.startButton);
|
---|
246 | this.Name = "EngineView";
|
---|
247 | this.Size = new System.Drawing.Size(802, 640);
|
---|
248 | this.tabControl.ResumeLayout(false);
|
---|
249 | this.operatorGraphTabPage.ResumeLayout(false);
|
---|
250 | this.globalScopeTabPage.ResumeLayout(false);
|
---|
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;
|
---|
261 | protected System.Windows.Forms.Button stopButton;
|
---|
262 | protected System.Windows.Forms.Button startButton;
|
---|
263 | protected HeuristicLab.Core.Views.ScopeView scopeView;
|
---|
264 | protected System.Windows.Forms.ToolTip toolTip;
|
---|
265 | protected System.Windows.Forms.TabControl tabControl;
|
---|
266 | protected System.Windows.Forms.TabPage globalScopeTabPage;
|
---|
267 | protected System.Windows.Forms.OpenFileDialog openFileDialog;
|
---|
268 | protected System.Windows.Forms.SaveFileDialog saveFileDialog;
|
---|
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;
|
---|
274 |
|
---|
275 | }
|
---|
276 | }
|
---|