1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2014 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.Operators.Programmable {
|
---|
23 | partial class ProgrammableOperatorView {
|
---|
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 && (components != null)) {
|
---|
35 | 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.tabPage2 = new System.Windows.Forms.TabPage();
|
---|
48 | this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
---|
49 | this.compilationLabel = new System.Windows.Forms.Label();
|
---|
50 | this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
---|
51 | this.assembliesBox = new System.Windows.Forms.GroupBox();
|
---|
52 | this.assembliesTreeView = new System.Windows.Forms.TreeView();
|
---|
53 | this.namespacesBox = new System.Windows.Forms.GroupBox();
|
---|
54 | this.namespacesTreeView = new System.Windows.Forms.TreeView();
|
---|
55 | this.showCodeButton = new System.Windows.Forms.Button();
|
---|
56 | this.compileButton = new System.Windows.Forms.Button();
|
---|
57 | this.codeEditor = new HeuristicLab.CodeEditor.CodeEditor();
|
---|
58 | this.tabControl1 = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
|
---|
59 | this.tabPage1 = new System.Windows.Forms.TabPage();
|
---|
60 | this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
|
---|
61 | this.breakpointCheckBox = new System.Windows.Forms.CheckBox();
|
---|
62 | this.breakpointLabel = new System.Windows.Forms.Label();
|
---|
63 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
64 | this.tabPage2.SuspendLayout();
|
---|
65 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
---|
66 | this.splitContainer1.Panel1.SuspendLayout();
|
---|
67 | this.splitContainer1.Panel2.SuspendLayout();
|
---|
68 | this.splitContainer1.SuspendLayout();
|
---|
69 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
---|
70 | this.splitContainer2.Panel1.SuspendLayout();
|
---|
71 | this.splitContainer2.Panel2.SuspendLayout();
|
---|
72 | this.splitContainer2.SuspendLayout();
|
---|
73 | this.assembliesBox.SuspendLayout();
|
---|
74 | this.namespacesBox.SuspendLayout();
|
---|
75 | this.tabControl1.SuspendLayout();
|
---|
76 | this.tabPage1.SuspendLayout();
|
---|
77 | this.SuspendLayout();
|
---|
78 | //
|
---|
79 | // nameTextBox
|
---|
80 | //
|
---|
81 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
82 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
83 | this.nameTextBox.Location = new System.Drawing.Point(70, 0);
|
---|
84 | this.nameTextBox.Size = new System.Drawing.Size(890, 20);
|
---|
85 | //
|
---|
86 | // infoLabel
|
---|
87 | //
|
---|
88 | this.infoLabel.Location = new System.Drawing.Point(966, 3);
|
---|
89 | //
|
---|
90 | // tabPage2
|
---|
91 | //
|
---|
92 | this.tabPage2.Controls.Add(this.splitContainer1);
|
---|
93 | this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
---|
94 | this.tabPage2.Name = "tabPage2";
|
---|
95 | this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
---|
96 | this.tabPage2.Size = new System.Drawing.Size(977, 625);
|
---|
97 | this.tabPage2.TabIndex = 1;
|
---|
98 | this.tabPage2.Text = "Code";
|
---|
99 | this.tabPage2.UseVisualStyleBackColor = true;
|
---|
100 | //
|
---|
101 | // splitContainer1
|
---|
102 | //
|
---|
103 | this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
104 | this.splitContainer1.Location = new System.Drawing.Point(3, 3);
|
---|
105 | this.splitContainer1.Name = "splitContainer1";
|
---|
106 | //
|
---|
107 | // splitContainer1.Panel1
|
---|
108 | //
|
---|
109 | this.splitContainer1.Panel1.Controls.Add(this.compilationLabel);
|
---|
110 | this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
|
---|
111 | this.splitContainer1.Panel1.Controls.Add(this.showCodeButton);
|
---|
112 | this.splitContainer1.Panel1.Controls.Add(this.compileButton);
|
---|
113 | //
|
---|
114 | // splitContainer1.Panel2
|
---|
115 | //
|
---|
116 | this.splitContainer1.Panel2.Controls.Add(this.codeEditor);
|
---|
117 | this.splitContainer1.Size = new System.Drawing.Size(971, 619);
|
---|
118 | this.splitContainer1.SplitterDistance = 244;
|
---|
119 | this.splitContainer1.TabIndex = 0;
|
---|
120 | //
|
---|
121 | // compilationLabel
|
---|
122 | //
|
---|
123 | this.compilationLabel.AutoSize = true;
|
---|
124 | this.compilationLabel.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
|
---|
125 | this.compilationLabel.Location = new System.Drawing.Point(63, 9);
|
---|
126 | this.compilationLabel.Name = "compilationLabel";
|
---|
127 | this.compilationLabel.Size = new System.Drawing.Size(69, 13);
|
---|
128 | this.compilationLabel.TabIndex = 2;
|
---|
129 | this.compilationLabel.Text = "Not compiled";
|
---|
130 | //
|
---|
131 | // splitContainer2
|
---|
132 | //
|
---|
133 | this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
134 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
135 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
136 | this.splitContainer2.Location = new System.Drawing.Point(0, 33);
|
---|
137 | this.splitContainer2.Name = "splitContainer2";
|
---|
138 | this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
---|
139 | //
|
---|
140 | // splitContainer2.Panel1
|
---|
141 | //
|
---|
142 | this.splitContainer2.Panel1.Controls.Add(this.assembliesBox);
|
---|
143 | //
|
---|
144 | // splitContainer2.Panel2
|
---|
145 | //
|
---|
146 | this.splitContainer2.Panel2.Controls.Add(this.namespacesBox);
|
---|
147 | this.splitContainer2.Size = new System.Drawing.Size(242, 589);
|
---|
148 | this.splitContainer2.SplitterDistance = 292;
|
---|
149 | this.splitContainer2.TabIndex = 2;
|
---|
150 | //
|
---|
151 | // assembliesBox
|
---|
152 | //
|
---|
153 | this.assembliesBox.Controls.Add(this.assembliesTreeView);
|
---|
154 | this.assembliesBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
155 | this.assembliesBox.Location = new System.Drawing.Point(0, 0);
|
---|
156 | this.assembliesBox.Name = "assembliesBox";
|
---|
157 | this.assembliesBox.Size = new System.Drawing.Size(242, 292);
|
---|
158 | this.assembliesBox.TabIndex = 0;
|
---|
159 | this.assembliesBox.TabStop = false;
|
---|
160 | this.assembliesBox.Text = "Assemblies";
|
---|
161 | //
|
---|
162 | // assembliesTreeView
|
---|
163 | //
|
---|
164 | this.assembliesTreeView.CheckBoxes = true;
|
---|
165 | this.assembliesTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
166 | this.assembliesTreeView.Location = new System.Drawing.Point(3, 16);
|
---|
167 | this.assembliesTreeView.Name = "assembliesTreeView";
|
---|
168 | this.assembliesTreeView.Size = new System.Drawing.Size(236, 273);
|
---|
169 | this.assembliesTreeView.TabIndex = 0;
|
---|
170 | this.assembliesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.assembliesTreeView_AfterCheck);
|
---|
171 | //
|
---|
172 | // namespacesBox
|
---|
173 | //
|
---|
174 | this.namespacesBox.Controls.Add(this.namespacesTreeView);
|
---|
175 | this.namespacesBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
176 | this.namespacesBox.Location = new System.Drawing.Point(0, 0);
|
---|
177 | this.namespacesBox.Name = "namespacesBox";
|
---|
178 | this.namespacesBox.Size = new System.Drawing.Size(242, 293);
|
---|
179 | this.namespacesBox.TabIndex = 0;
|
---|
180 | this.namespacesBox.TabStop = false;
|
---|
181 | this.namespacesBox.Text = "Namespaces";
|
---|
182 | //
|
---|
183 | // namespacesTreeView
|
---|
184 | //
|
---|
185 | this.namespacesTreeView.CheckBoxes = true;
|
---|
186 | this.namespacesTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
187 | this.namespacesTreeView.Location = new System.Drawing.Point(3, 16);
|
---|
188 | this.namespacesTreeView.Name = "namespacesTreeView";
|
---|
189 | this.namespacesTreeView.PathSeparator = ".";
|
---|
190 | this.namespacesTreeView.Size = new System.Drawing.Size(236, 274);
|
---|
191 | this.namespacesTreeView.TabIndex = 0;
|
---|
192 | this.namespacesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.namespacesTreeView_AfterCheck);
|
---|
193 | //
|
---|
194 | // showCodeButton
|
---|
195 | //
|
---|
196 | this.showCodeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PrintPreview;
|
---|
197 | this.showCodeButton.Location = new System.Drawing.Point(33, 3);
|
---|
198 | this.showCodeButton.Name = "showCodeButton";
|
---|
199 | this.showCodeButton.Size = new System.Drawing.Size(24, 24);
|
---|
200 | this.showCodeButton.TabIndex = 1;
|
---|
201 | this.showCodeButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
---|
202 | this.toolTip.SetToolTip(this.showCodeButton, "Show generated code");
|
---|
203 | this.showCodeButton.UseVisualStyleBackColor = false;
|
---|
204 | this.showCodeButton.Click += new System.EventHandler(this.showCodeButton_Click);
|
---|
205 | //
|
---|
206 | // compileButton
|
---|
207 | //
|
---|
208 | this.compileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Script;
|
---|
209 | this.compileButton.Location = new System.Drawing.Point(3, 3);
|
---|
210 | this.compileButton.Name = "compileButton";
|
---|
211 | this.compileButton.Size = new System.Drawing.Size(24, 24);
|
---|
212 | this.compileButton.TabIndex = 0;
|
---|
213 | this.compileButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
---|
214 | this.toolTip.SetToolTip(this.compileButton, "Compile (F6)");
|
---|
215 | this.compileButton.UseVisualStyleBackColor = true;
|
---|
216 | this.compileButton.Click += new System.EventHandler(this.compileButton_Click);
|
---|
217 | //
|
---|
218 | // codeEditor
|
---|
219 | //
|
---|
220 | this.codeEditor.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
221 | this.codeEditor.Location = new System.Drawing.Point(0, 0);
|
---|
222 | this.codeEditor.Name = "codeEditor";
|
---|
223 | this.codeEditor.Prefix = "";
|
---|
224 | this.codeEditor.Size = new System.Drawing.Size(723, 619);
|
---|
225 | this.codeEditor.Suffix = "";
|
---|
226 | this.codeEditor.TabIndex = 0;
|
---|
227 | this.codeEditor.UserCode = "";
|
---|
228 | this.codeEditor.Validated += new System.EventHandler(this.codeEditor_Validated);
|
---|
229 | //
|
---|
230 | // tabControl1
|
---|
231 | //
|
---|
232 | this.tabControl1.AllowDrop = true;
|
---|
233 | this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
234 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
235 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
236 | this.tabControl1.Controls.Add(this.tabPage1);
|
---|
237 | this.tabControl1.Controls.Add(this.tabPage2);
|
---|
238 | this.tabControl1.Location = new System.Drawing.Point(0, 46);
|
---|
239 | this.tabControl1.Name = "tabControl1";
|
---|
240 | this.tabControl1.SelectedIndex = 0;
|
---|
241 | this.tabControl1.Size = new System.Drawing.Size(985, 651);
|
---|
242 | this.tabControl1.TabIndex = 5;
|
---|
243 | //
|
---|
244 | // tabPage1
|
---|
245 | //
|
---|
246 | this.tabPage1.Controls.Add(this.parameterCollectionView);
|
---|
247 | this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
---|
248 | this.tabPage1.Name = "tabPage1";
|
---|
249 | this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
---|
250 | this.tabPage1.Size = new System.Drawing.Size(977, 625);
|
---|
251 | this.tabPage1.TabIndex = 0;
|
---|
252 | this.tabPage1.Text = "Parameters";
|
---|
253 | this.tabPage1.UseVisualStyleBackColor = true;
|
---|
254 | //
|
---|
255 | // parameterCollectionView
|
---|
256 | //
|
---|
257 | this.parameterCollectionView.Caption = "ParameterCollection View";
|
---|
258 | this.parameterCollectionView.Content = null;
|
---|
259 | this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
260 | this.parameterCollectionView.Location = new System.Drawing.Point(3, 3);
|
---|
261 | this.parameterCollectionView.Name = "parameterCollectionView";
|
---|
262 | this.parameterCollectionView.ReadOnly = false;
|
---|
263 | this.parameterCollectionView.Size = new System.Drawing.Size(971, 619);
|
---|
264 | this.parameterCollectionView.TabIndex = 0;
|
---|
265 | //
|
---|
266 | // breakpointCheckBox
|
---|
267 | //
|
---|
268 | this.breakpointCheckBox.AutoSize = true;
|
---|
269 | this.breakpointCheckBox.Location = new System.Drawing.Point(70, 26);
|
---|
270 | this.breakpointCheckBox.Name = "breakpointCheckBox";
|
---|
271 | this.breakpointCheckBox.Size = new System.Drawing.Size(15, 14);
|
---|
272 | this.breakpointCheckBox.TabIndex = 4;
|
---|
273 | this.breakpointCheckBox.UseVisualStyleBackColor = true;
|
---|
274 | this.breakpointCheckBox.CheckedChanged += new System.EventHandler(this.breakpointCheckBox_CheckedChanged);
|
---|
275 | //
|
---|
276 | // breakpointLabel
|
---|
277 | //
|
---|
278 | this.breakpointLabel.AutoSize = true;
|
---|
279 | this.breakpointLabel.Location = new System.Drawing.Point(3, 26);
|
---|
280 | this.breakpointLabel.Name = "breakpointLabel";
|
---|
281 | this.breakpointLabel.Size = new System.Drawing.Size(61, 13);
|
---|
282 | this.breakpointLabel.TabIndex = 3;
|
---|
283 | this.breakpointLabel.Text = "Breakpoint:";
|
---|
284 | //
|
---|
285 | // ProgrammableOperatorView
|
---|
286 | //
|
---|
287 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
288 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
289 | this.Controls.Add(this.tabControl1);
|
---|
290 | this.Controls.Add(this.breakpointLabel);
|
---|
291 | this.Controls.Add(this.breakpointCheckBox);
|
---|
292 | this.Name = "ProgrammableOperatorView";
|
---|
293 | this.Size = new System.Drawing.Size(985, 697);
|
---|
294 | this.Controls.SetChildIndex(this.breakpointCheckBox, 0);
|
---|
295 | this.Controls.SetChildIndex(this.breakpointLabel, 0);
|
---|
296 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
297 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
298 | this.Controls.SetChildIndex(this.tabControl1, 0);
|
---|
299 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
300 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
301 | this.tabPage2.ResumeLayout(false);
|
---|
302 | this.splitContainer1.Panel1.ResumeLayout(false);
|
---|
303 | this.splitContainer1.Panel1.PerformLayout();
|
---|
304 | this.splitContainer1.Panel2.ResumeLayout(false);
|
---|
305 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
---|
306 | this.splitContainer1.ResumeLayout(false);
|
---|
307 | this.splitContainer2.Panel1.ResumeLayout(false);
|
---|
308 | this.splitContainer2.Panel2.ResumeLayout(false);
|
---|
309 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
---|
310 | this.splitContainer2.ResumeLayout(false);
|
---|
311 | this.assembliesBox.ResumeLayout(false);
|
---|
312 | this.namespacesBox.ResumeLayout(false);
|
---|
313 | this.tabControl1.ResumeLayout(false);
|
---|
314 | this.tabPage1.ResumeLayout(false);
|
---|
315 | this.ResumeLayout(false);
|
---|
316 | this.PerformLayout();
|
---|
317 |
|
---|
318 | }
|
---|
319 |
|
---|
320 | #endregion
|
---|
321 |
|
---|
322 | private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl1;
|
---|
323 | private System.Windows.Forms.TabPage tabPage1;
|
---|
324 | private HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
|
---|
325 | private System.Windows.Forms.SplitContainer splitContainer1;
|
---|
326 | private HeuristicLab.CodeEditor.CodeEditor codeEditor;
|
---|
327 | private System.Windows.Forms.Button compileButton;
|
---|
328 | private System.Windows.Forms.Button showCodeButton;
|
---|
329 | private System.Windows.Forms.SplitContainer splitContainer2;
|
---|
330 | private System.Windows.Forms.TreeView assembliesTreeView;
|
---|
331 | private System.Windows.Forms.TreeView namespacesTreeView;
|
---|
332 | private System.Windows.Forms.GroupBox assembliesBox;
|
---|
333 | private System.Windows.Forms.GroupBox namespacesBox;
|
---|
334 | private System.Windows.Forms.CheckBox breakpointCheckBox;
|
---|
335 | private System.Windows.Forms.Label compilationLabel;
|
---|
336 | private System.Windows.Forms.Label breakpointLabel;
|
---|
337 | private System.Windows.Forms.TabPage tabPage2;
|
---|
338 | }
|
---|
339 | }
|
---|