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.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 | System.Windows.Forms.SplitContainer splitContainer1;
|
---|
48 | System.Windows.Forms.SplitContainer splitContainer2;
|
---|
49 | System.Windows.Forms.GroupBox groupBox1;
|
---|
50 | System.Windows.Forms.GroupBox groupBox2;
|
---|
51 | this.assembliesTreeView = new System.Windows.Forms.TreeView();
|
---|
52 | this.groupBox3 = new System.Windows.Forms.GroupBox();
|
---|
53 | this.showCodeButton = new System.Windows.Forms.Button();
|
---|
54 | this.codeEditor = new HeuristicLab.CodeEditor.CodeEditor();
|
---|
55 | this.compileButton = new System.Windows.Forms.Button();
|
---|
56 | this.tabControl = new System.Windows.Forms.TabControl();
|
---|
57 | this.codeTabPage = new System.Windows.Forms.TabPage();
|
---|
58 | this.variableInfosTabPage = new System.Windows.Forms.TabPage();
|
---|
59 | this.removeVariableInfoButton = new System.Windows.Forms.Button();
|
---|
60 | this.addVariableInfoButton = new System.Windows.Forms.Button();
|
---|
61 | this.operatorBaseVariableInfosView = new HeuristicLab.Core.OperatorBaseVariableInfosView();
|
---|
62 | this.variablesTabPage = new System.Windows.Forms.TabPage();
|
---|
63 | this.operatorBaseVariablesView = new HeuristicLab.Core.OperatorBaseVariablesView();
|
---|
64 | this.constraintsTabPage = new System.Windows.Forms.TabPage();
|
---|
65 | this.constrainedItemBaseView = new HeuristicLab.Core.ConstrainedItemBaseView();
|
---|
66 | this.descriptionTabPage = new System.Windows.Forms.TabPage();
|
---|
67 | this.descriptionTextBox = new System.Windows.Forms.TextBox();
|
---|
68 | this.namespacesTreeView = new System.Windows.Forms.TreeView();
|
---|
69 | splitContainer1 = new System.Windows.Forms.SplitContainer();
|
---|
70 | splitContainer2 = new System.Windows.Forms.SplitContainer();
|
---|
71 | groupBox1 = new System.Windows.Forms.GroupBox();
|
---|
72 | groupBox2 = new System.Windows.Forms.GroupBox();
|
---|
73 | splitContainer1.Panel1.SuspendLayout();
|
---|
74 | splitContainer1.Panel2.SuspendLayout();
|
---|
75 | splitContainer1.SuspendLayout();
|
---|
76 | splitContainer2.Panel1.SuspendLayout();
|
---|
77 | splitContainer2.Panel2.SuspendLayout();
|
---|
78 | splitContainer2.SuspendLayout();
|
---|
79 | groupBox1.SuspendLayout();
|
---|
80 | groupBox2.SuspendLayout();
|
---|
81 | this.groupBox3.SuspendLayout();
|
---|
82 | this.tabControl.SuspendLayout();
|
---|
83 | this.codeTabPage.SuspendLayout();
|
---|
84 | this.variableInfosTabPage.SuspendLayout();
|
---|
85 | this.variablesTabPage.SuspendLayout();
|
---|
86 | this.constraintsTabPage.SuspendLayout();
|
---|
87 | this.descriptionTabPage.SuspendLayout();
|
---|
88 | this.SuspendLayout();
|
---|
89 | //
|
---|
90 | // splitContainer1
|
---|
91 | //
|
---|
92 | splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
93 | splitContainer1.Location = new System.Drawing.Point(3, 3);
|
---|
94 | splitContainer1.Name = "splitContainer1";
|
---|
95 | splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
---|
96 | //
|
---|
97 | // splitContainer1.Panel1
|
---|
98 | //
|
---|
99 | splitContainer1.Panel1.Controls.Add(splitContainer2);
|
---|
100 | //
|
---|
101 | // splitContainer1.Panel2
|
---|
102 | //
|
---|
103 | splitContainer1.Panel2.Controls.Add(this.groupBox3);
|
---|
104 | splitContainer1.Size = new System.Drawing.Size(693, 457);
|
---|
105 | splitContainer1.SplitterDistance = 85;
|
---|
106 | splitContainer1.TabIndex = 6;
|
---|
107 | //
|
---|
108 | // splitContainer2
|
---|
109 | //
|
---|
110 | splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
111 | splitContainer2.Location = new System.Drawing.Point(0, 0);
|
---|
112 | splitContainer2.Name = "splitContainer2";
|
---|
113 | //
|
---|
114 | // splitContainer2.Panel1
|
---|
115 | //
|
---|
116 | splitContainer2.Panel1.Controls.Add(groupBox1);
|
---|
117 | //
|
---|
118 | // splitContainer2.Panel2
|
---|
119 | //
|
---|
120 | splitContainer2.Panel2.Controls.Add(groupBox2);
|
---|
121 | splitContainer2.Size = new System.Drawing.Size(693, 85);
|
---|
122 | splitContainer2.SplitterDistance = 340;
|
---|
123 | splitContainer2.TabIndex = 2;
|
---|
124 | //
|
---|
125 | // groupBox1
|
---|
126 | //
|
---|
127 | groupBox1.Controls.Add(this.assembliesTreeView);
|
---|
128 | groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
129 | groupBox1.Location = new System.Drawing.Point(0, 0);
|
---|
130 | groupBox1.Name = "groupBox1";
|
---|
131 | groupBox1.Size = new System.Drawing.Size(340, 85);
|
---|
132 | groupBox1.TabIndex = 0;
|
---|
133 | groupBox1.TabStop = false;
|
---|
134 | groupBox1.Text = "Assemblies";
|
---|
135 | //
|
---|
136 | // assembliesTreeView
|
---|
137 | //
|
---|
138 | this.assembliesTreeView.CheckBoxes = true;
|
---|
139 | this.assembliesTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
140 | this.assembliesTreeView.Location = new System.Drawing.Point(3, 16);
|
---|
141 | this.assembliesTreeView.Name = "assembliesTreeView";
|
---|
142 | this.assembliesTreeView.Size = new System.Drawing.Size(334, 66);
|
---|
143 | this.assembliesTreeView.TabIndex = 1;
|
---|
144 | this.assembliesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.assembliesTreeView_AfterCheck);
|
---|
145 | //
|
---|
146 | // groupBox2
|
---|
147 | //
|
---|
148 | groupBox2.Controls.Add(this.namespacesTreeView);
|
---|
149 | groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
150 | groupBox2.Location = new System.Drawing.Point(0, 0);
|
---|
151 | groupBox2.Name = "groupBox2";
|
---|
152 | groupBox2.Size = new System.Drawing.Size(349, 85);
|
---|
153 | groupBox2.TabIndex = 0;
|
---|
154 | groupBox2.TabStop = false;
|
---|
155 | groupBox2.Text = "Namespaces";
|
---|
156 | //
|
---|
157 | // namespacesTreeView
|
---|
158 | //
|
---|
159 | this.namespacesTreeView.CheckBoxes = true;
|
---|
160 | this.namespacesTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
161 | this.namespacesTreeView.Location = new System.Drawing.Point(3, 16);
|
---|
162 | this.namespacesTreeView.Name = "namespacesTreeView";
|
---|
163 | this.namespacesTreeView.PathSeparator = ".";
|
---|
164 | this.namespacesTreeView.Size = new System.Drawing.Size(343, 66);
|
---|
165 | this.namespacesTreeView.TabIndex = 2;
|
---|
166 | this.namespacesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.namespacesTreeView_AfterCheck);
|
---|
167 | //
|
---|
168 | // groupBox3
|
---|
169 | //
|
---|
170 | this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
171 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
172 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
173 | this.groupBox3.Controls.Add(this.showCodeButton);
|
---|
174 | this.groupBox3.Controls.Add(this.codeEditor);
|
---|
175 | this.groupBox3.Controls.Add(this.compileButton);
|
---|
176 | this.groupBox3.Location = new System.Drawing.Point(3, 2);
|
---|
177 | this.groupBox3.Name = "groupBox3";
|
---|
178 | this.groupBox3.Size = new System.Drawing.Size(687, 363);
|
---|
179 | this.groupBox3.TabIndex = 7;
|
---|
180 | this.groupBox3.TabStop = false;
|
---|
181 | this.groupBox3.Text = "Code";
|
---|
182 | //
|
---|
183 | // showCodeButton
|
---|
184 | //
|
---|
185 | this.showCodeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
186 | this.showCodeButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
---|
187 | this.showCodeButton.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.ControlDark;
|
---|
188 | this.showCodeButton.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientActiveCaption;
|
---|
189 | this.showCodeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
---|
190 | this.showCodeButton.Location = new System.Drawing.Point(467, 333);
|
---|
191 | this.showCodeButton.Name = "showCodeButton";
|
---|
192 | this.showCodeButton.Size = new System.Drawing.Size(133, 23);
|
---|
193 | this.showCodeButton.TabIndex = 4;
|
---|
194 | this.showCodeButton.Text = "Show Generated Code";
|
---|
195 | this.showCodeButton.UseVisualStyleBackColor = true;
|
---|
196 | this.showCodeButton.Click += new System.EventHandler(this.showCodeButton_Click);
|
---|
197 | //
|
---|
198 | // compileButton
|
---|
199 | //
|
---|
200 | this.compileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
201 | this.compileButton.Location = new System.Drawing.Point(606, 334);
|
---|
202 | this.compileButton.Name = "compileButton";
|
---|
203 | this.compileButton.Size = new System.Drawing.Size(75, 23);
|
---|
204 | this.compileButton.TabIndex = 3;
|
---|
205 | this.compileButton.Text = "&Compile";
|
---|
206 | this.compileButton.UseVisualStyleBackColor = true;
|
---|
207 | this.compileButton.Click += new System.EventHandler(this.compileButton_Click);
|
---|
208 | //
|
---|
209 | // tabControl
|
---|
210 | //
|
---|
211 | this.tabControl.Controls.Add(this.codeTabPage);
|
---|
212 | this.tabControl.Controls.Add(this.variableInfosTabPage);
|
---|
213 | this.tabControl.Controls.Add(this.variablesTabPage);
|
---|
214 | this.tabControl.Controls.Add(this.constraintsTabPage);
|
---|
215 | this.tabControl.Controls.Add(this.descriptionTabPage);
|
---|
216 | this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
217 | this.tabControl.Location = new System.Drawing.Point(0, 0);
|
---|
218 | this.tabControl.Name = "tabControl";
|
---|
219 | this.tabControl.SelectedIndex = 0;
|
---|
220 | this.tabControl.Size = new System.Drawing.Size(707, 489);
|
---|
221 | this.tabControl.TabIndex = 0;
|
---|
222 | //
|
---|
223 | // codeTabPage
|
---|
224 | //
|
---|
225 | this.codeTabPage.Controls.Add(splitContainer1);
|
---|
226 | this.codeTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
227 | this.codeTabPage.Name = "codeTabPage";
|
---|
228 | this.codeTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
229 | this.codeTabPage.Size = new System.Drawing.Size(699, 463);
|
---|
230 | this.codeTabPage.TabIndex = 5;
|
---|
231 | this.codeTabPage.Text = "Code";
|
---|
232 | this.codeTabPage.UseVisualStyleBackColor = true;
|
---|
233 | //
|
---|
234 | // variableInfosTabPage
|
---|
235 | //
|
---|
236 | this.variableInfosTabPage.Controls.Add(this.removeVariableInfoButton);
|
---|
237 | this.variableInfosTabPage.Controls.Add(this.addVariableInfoButton);
|
---|
238 | this.variableInfosTabPage.Controls.Add(this.operatorBaseVariableInfosView);
|
---|
239 | this.variableInfosTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
240 | this.variableInfosTabPage.Name = "variableInfosTabPage";
|
---|
241 | this.variableInfosTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
242 | this.variableInfosTabPage.Size = new System.Drawing.Size(699, 463);
|
---|
243 | this.variableInfosTabPage.TabIndex = 1;
|
---|
244 | this.variableInfosTabPage.Text = "Variable Infos";
|
---|
245 | this.variableInfosTabPage.UseVisualStyleBackColor = true;
|
---|
246 | //
|
---|
247 | // removeVariableInfoButton
|
---|
248 | //
|
---|
249 | this.removeVariableInfoButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
250 | this.removeVariableInfoButton.Enabled = false;
|
---|
251 | this.removeVariableInfoButton.Location = new System.Drawing.Point(87, 434);
|
---|
252 | this.removeVariableInfoButton.Name = "removeVariableInfoButton";
|
---|
253 | this.removeVariableInfoButton.Size = new System.Drawing.Size(75, 23);
|
---|
254 | this.removeVariableInfoButton.TabIndex = 2;
|
---|
255 | this.removeVariableInfoButton.Text = "&Remove";
|
---|
256 | this.removeVariableInfoButton.UseVisualStyleBackColor = true;
|
---|
257 | this.removeVariableInfoButton.Click += new System.EventHandler(this.removeVariableInfoButton_Click);
|
---|
258 | //
|
---|
259 | // addVariableInfoButton
|
---|
260 | //
|
---|
261 | this.addVariableInfoButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
262 | this.addVariableInfoButton.Location = new System.Drawing.Point(6, 434);
|
---|
263 | this.addVariableInfoButton.Name = "addVariableInfoButton";
|
---|
264 | this.addVariableInfoButton.Size = new System.Drawing.Size(75, 23);
|
---|
265 | this.addVariableInfoButton.TabIndex = 1;
|
---|
266 | this.addVariableInfoButton.Text = "&Add...";
|
---|
267 | this.addVariableInfoButton.UseVisualStyleBackColor = true;
|
---|
268 | this.addVariableInfoButton.Click += new System.EventHandler(this.addVariableInfoButton_Click);
|
---|
269 | //
|
---|
270 | // operatorBaseVariableInfosView
|
---|
271 | //
|
---|
272 | this.operatorBaseVariableInfosView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
273 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
274 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
275 | this.operatorBaseVariableInfosView.Caption = "Operator";
|
---|
276 | this.operatorBaseVariableInfosView.Location = new System.Drawing.Point(3, 3);
|
---|
277 | this.operatorBaseVariableInfosView.Name = "operatorBaseVariableInfosView";
|
---|
278 | this.operatorBaseVariableInfosView.Operator = null;
|
---|
279 | this.operatorBaseVariableInfosView.Size = new System.Drawing.Size(690, 425);
|
---|
280 | this.operatorBaseVariableInfosView.TabIndex = 0;
|
---|
281 | this.operatorBaseVariableInfosView.SelectedVariableInfosChanged += new System.EventHandler(this.operatorBaseVariableInfosView_SelectedVariableInfosChanged);
|
---|
282 | //
|
---|
283 | // variablesTabPage
|
---|
284 | //
|
---|
285 | this.variablesTabPage.Controls.Add(this.operatorBaseVariablesView);
|
---|
286 | this.variablesTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
287 | this.variablesTabPage.Name = "variablesTabPage";
|
---|
288 | this.variablesTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
289 | this.variablesTabPage.Size = new System.Drawing.Size(699, 463);
|
---|
290 | this.variablesTabPage.TabIndex = 2;
|
---|
291 | this.variablesTabPage.Text = "Local Variables";
|
---|
292 | this.variablesTabPage.UseVisualStyleBackColor = true;
|
---|
293 | //
|
---|
294 | // operatorBaseVariablesView
|
---|
295 | //
|
---|
296 | this.operatorBaseVariablesView.Caption = "Operator";
|
---|
297 | this.operatorBaseVariablesView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
298 | this.operatorBaseVariablesView.Location = new System.Drawing.Point(3, 3);
|
---|
299 | this.operatorBaseVariablesView.Name = "operatorBaseVariablesView";
|
---|
300 | this.operatorBaseVariablesView.Operator = null;
|
---|
301 | this.operatorBaseVariablesView.Size = new System.Drawing.Size(693, 457);
|
---|
302 | this.operatorBaseVariablesView.TabIndex = 0;
|
---|
303 | //
|
---|
304 | // constraintsTabPage
|
---|
305 | //
|
---|
306 | this.constraintsTabPage.Controls.Add(this.constrainedItemBaseView);
|
---|
307 | this.constraintsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
308 | this.constraintsTabPage.Name = "constraintsTabPage";
|
---|
309 | this.constraintsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
310 | this.constraintsTabPage.Size = new System.Drawing.Size(699, 463);
|
---|
311 | this.constraintsTabPage.TabIndex = 3;
|
---|
312 | this.constraintsTabPage.Text = "Constraints";
|
---|
313 | this.constraintsTabPage.UseVisualStyleBackColor = true;
|
---|
314 | //
|
---|
315 | // constrainedItemBaseView
|
---|
316 | //
|
---|
317 | this.constrainedItemBaseView.Caption = "Constrained Item";
|
---|
318 | this.constrainedItemBaseView.ConstrainedItem = null;
|
---|
319 | this.constrainedItemBaseView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
320 | this.constrainedItemBaseView.Location = new System.Drawing.Point(3, 3);
|
---|
321 | this.constrainedItemBaseView.Name = "constrainedItemBaseView";
|
---|
322 | this.constrainedItemBaseView.Size = new System.Drawing.Size(693, 457);
|
---|
323 | this.constrainedItemBaseView.TabIndex = 0;
|
---|
324 | //
|
---|
325 | // descriptionTabPage
|
---|
326 | //
|
---|
327 | this.descriptionTabPage.Controls.Add(this.descriptionTextBox);
|
---|
328 | this.descriptionTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
329 | this.descriptionTabPage.Name = "descriptionTabPage";
|
---|
330 | this.descriptionTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
331 | this.descriptionTabPage.Size = new System.Drawing.Size(699, 463);
|
---|
332 | this.descriptionTabPage.TabIndex = 4;
|
---|
333 | this.descriptionTabPage.Text = "Description";
|
---|
334 | this.descriptionTabPage.UseVisualStyleBackColor = true;
|
---|
335 | //
|
---|
336 | // descriptionTextBox
|
---|
337 | //
|
---|
338 | this.descriptionTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
339 | this.descriptionTextBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
340 | this.descriptionTextBox.Location = new System.Drawing.Point(3, 3);
|
---|
341 | this.descriptionTextBox.Multiline = true;
|
---|
342 | this.descriptionTextBox.Name = "descriptionTextBox";
|
---|
343 | this.descriptionTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
---|
344 | this.descriptionTextBox.Size = new System.Drawing.Size(693, 457);
|
---|
345 | this.descriptionTextBox.TabIndex = 0;
|
---|
346 | this.descriptionTextBox.Validated += new System.EventHandler(this.descriptionTextBox_Validated);
|
---|
347 | //
|
---|
348 | // codeEditor
|
---|
349 | //
|
---|
350 | this.codeEditor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
351 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
352 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
353 | this.codeEditor.Location = new System.Drawing.Point(6, 19);
|
---|
354 | this.codeEditor.Name = "codeEditor";
|
---|
355 | this.codeEditor.Prefix = "using System;\r\nusing HeuristicLab.Common.Resources;\r\n\r\npublic class Operator {\r\n " +
|
---|
356 | " public static void Apply(int arg) {";
|
---|
357 | this.codeEditor.Size = new System.Drawing.Size(675, 309);
|
---|
358 | this.codeEditor.Suffix = "\n return null;\n }\n}";
|
---|
359 | this.codeEditor.TabIndex = 0;
|
---|
360 | this.codeEditor.UserCode = "\n\n\n";
|
---|
361 | this.codeEditor.TextEditorValidated += new System.EventHandler(this.codeEditor_Validated);
|
---|
362 | //
|
---|
363 | // ProgrammableOperatorView
|
---|
364 | //
|
---|
365 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
366 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
367 | this.Controls.Add(this.tabControl);
|
---|
368 | this.Name = "ProgrammableOperatorView";
|
---|
369 | this.Size = new System.Drawing.Size(707, 489);
|
---|
370 | splitContainer1.Panel1.ResumeLayout(false);
|
---|
371 | splitContainer1.Panel2.ResumeLayout(false);
|
---|
372 | splitContainer1.ResumeLayout(false);
|
---|
373 | splitContainer2.Panel1.ResumeLayout(false);
|
---|
374 | splitContainer2.Panel2.ResumeLayout(false);
|
---|
375 | splitContainer2.ResumeLayout(false);
|
---|
376 | groupBox1.ResumeLayout(false);
|
---|
377 | groupBox2.ResumeLayout(false);
|
---|
378 | this.groupBox3.ResumeLayout(false);
|
---|
379 | this.tabControl.ResumeLayout(false);
|
---|
380 | this.codeTabPage.ResumeLayout(false);
|
---|
381 | this.variableInfosTabPage.ResumeLayout(false);
|
---|
382 | this.variablesTabPage.ResumeLayout(false);
|
---|
383 | this.constraintsTabPage.ResumeLayout(false);
|
---|
384 | this.descriptionTabPage.ResumeLayout(false);
|
---|
385 | this.descriptionTabPage.PerformLayout();
|
---|
386 | this.ResumeLayout(false);
|
---|
387 |
|
---|
388 | }
|
---|
389 |
|
---|
390 | #endregion
|
---|
391 |
|
---|
392 | private System.Windows.Forms.TabControl tabControl;
|
---|
393 | private System.Windows.Forms.TabPage codeTabPage;
|
---|
394 | private System.Windows.Forms.TabPage variableInfosTabPage;
|
---|
395 | private HeuristicLab.Core.OperatorBaseVariableInfosView operatorBaseVariableInfosView;
|
---|
396 | private System.Windows.Forms.TabPage variablesTabPage;
|
---|
397 | private HeuristicLab.Core.OperatorBaseVariablesView operatorBaseVariablesView;
|
---|
398 | private System.Windows.Forms.TabPage constraintsTabPage;
|
---|
399 | private HeuristicLab.Core.ConstrainedItemBaseView constrainedItemBaseView;
|
---|
400 | private System.Windows.Forms.TabPage descriptionTabPage;
|
---|
401 | private System.Windows.Forms.TextBox descriptionTextBox;
|
---|
402 | private System.Windows.Forms.Button removeVariableInfoButton;
|
---|
403 | private System.Windows.Forms.Button addVariableInfoButton;
|
---|
404 | private System.Windows.Forms.TreeView assembliesTreeView;
|
---|
405 | private System.Windows.Forms.TreeView namespacesTreeView;
|
---|
406 | private System.Windows.Forms.GroupBox groupBox3;
|
---|
407 | private HeuristicLab.CodeEditor.CodeEditor codeEditor;
|
---|
408 | private System.Windows.Forms.Button compileButton;
|
---|
409 | private System.Windows.Forms.Button showCodeButton;
|
---|
410 |
|
---|
411 |
|
---|
412 | }
|
---|
413 | }
|
---|