Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Operators.Programmable/3.2/ProgrammableOperatorView.Designer.cs @ 2660

Last change on this file since 2660 was 2660, checked in by epitzer, 14 years ago

New ProgrammableOperator with syntax highlighting, code completion, configurable assemblies and namespaces (#842)

File size: 20.8 KB
Line 
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
22namespace 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.assembliesListBox = new System.Windows.Forms.CheckedListBox();
52      this.namespacesListBox = new System.Windows.Forms.CheckedListBox();
53      this.groupBox3 = new System.Windows.Forms.GroupBox();
54      this.showCodeButton = new System.Windows.Forms.Button();
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.codeEditor = new HeuristicLab.CodeEditor.CodeEditor();
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.assembliesListBox);
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      // assembliesListBox
137      //
138      this.assembliesListBox.CheckOnClick = true;
139      this.assembliesListBox.Dock = System.Windows.Forms.DockStyle.Fill;
140      this.assembliesListBox.FormattingEnabled = true;
141      this.assembliesListBox.Location = new System.Drawing.Point(3, 16);
142      this.assembliesListBox.Name = "assembliesListBox";
143      this.assembliesListBox.Size = new System.Drawing.Size(334, 64);
144      this.assembliesListBox.Sorted = true;
145      this.assembliesListBox.TabIndex = 0;
146      this.assembliesListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.assembliesListBox_ItemCheck);
147      //
148      // groupBox2
149      //
150      groupBox2.Controls.Add(this.namespacesListBox);
151      groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
152      groupBox2.Location = new System.Drawing.Point(0, 0);
153      groupBox2.Name = "groupBox2";
154      groupBox2.Size = new System.Drawing.Size(349, 85);
155      groupBox2.TabIndex = 0;
156      groupBox2.TabStop = false;
157      groupBox2.Text = "Namespaces";
158      //
159      // namespacesListBox
160      //
161      this.namespacesListBox.CheckOnClick = true;
162      this.namespacesListBox.Dock = System.Windows.Forms.DockStyle.Fill;
163      this.namespacesListBox.FormattingEnabled = true;
164      this.namespacesListBox.Location = new System.Drawing.Point(3, 16);
165      this.namespacesListBox.Name = "namespacesListBox";
166      this.namespacesListBox.Size = new System.Drawing.Size(343, 64);
167      this.namespacesListBox.Sorted = true;
168      this.namespacesListBox.TabIndex = 1;
169      this.namespacesListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.namespacesListBox_ItemCheck);
170      //
171      // groupBox3
172      //
173      this.groupBox3.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.groupBox3.Controls.Add(this.showCodeButton);
177      this.groupBox3.Controls.Add(this.codeEditor);
178      this.groupBox3.Controls.Add(this.compileButton);
179      this.groupBox3.Location = new System.Drawing.Point(3, 2);
180      this.groupBox3.Name = "groupBox3";
181      this.groupBox3.Size = new System.Drawing.Size(687, 363);
182      this.groupBox3.TabIndex = 7;
183      this.groupBox3.TabStop = false;
184      this.groupBox3.Text = "Code";
185      //
186      // showCodeButton
187      //
188      this.showCodeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
189      this.showCodeButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
190      this.showCodeButton.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.ControlDark;
191      this.showCodeButton.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientActiveCaption;
192      this.showCodeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
193      this.showCodeButton.Location = new System.Drawing.Point(467, 333);
194      this.showCodeButton.Name = "showCodeButton";
195      this.showCodeButton.Size = new System.Drawing.Size(133, 23);
196      this.showCodeButton.TabIndex = 7;
197      this.showCodeButton.Text = "Show Generated Code";
198      this.showCodeButton.UseVisualStyleBackColor = true;
199      this.showCodeButton.Click += new System.EventHandler(this.showCodeButton_Click);
200      //
201      // compileButton
202      //
203      this.compileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
204      this.compileButton.Location = new System.Drawing.Point(606, 334);
205      this.compileButton.Name = "compileButton";
206      this.compileButton.Size = new System.Drawing.Size(75, 23);
207      this.compileButton.TabIndex = 3;
208      this.compileButton.Text = "&Compile";
209      this.compileButton.UseVisualStyleBackColor = true;
210      this.compileButton.Click += new System.EventHandler(this.compileButton_Click);
211      //
212      // tabControl
213      //
214      this.tabControl.Controls.Add(this.codeTabPage);
215      this.tabControl.Controls.Add(this.variableInfosTabPage);
216      this.tabControl.Controls.Add(this.variablesTabPage);
217      this.tabControl.Controls.Add(this.constraintsTabPage);
218      this.tabControl.Controls.Add(this.descriptionTabPage);
219      this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
220      this.tabControl.Location = new System.Drawing.Point(0, 0);
221      this.tabControl.Name = "tabControl";
222      this.tabControl.SelectedIndex = 0;
223      this.tabControl.Size = new System.Drawing.Size(707, 489);
224      this.tabControl.TabIndex = 0;
225      //
226      // codeTabPage
227      //
228      this.codeTabPage.Controls.Add(splitContainer1);
229      this.codeTabPage.Location = new System.Drawing.Point(4, 22);
230      this.codeTabPage.Name = "codeTabPage";
231      this.codeTabPage.Padding = new System.Windows.Forms.Padding(3);
232      this.codeTabPage.Size = new System.Drawing.Size(699, 463);
233      this.codeTabPage.TabIndex = 5;
234      this.codeTabPage.Text = "Code";
235      this.codeTabPage.UseVisualStyleBackColor = true;
236      //
237      // variableInfosTabPage
238      //
239      this.variableInfosTabPage.Controls.Add(this.removeVariableInfoButton);
240      this.variableInfosTabPage.Controls.Add(this.addVariableInfoButton);
241      this.variableInfosTabPage.Controls.Add(this.operatorBaseVariableInfosView);
242      this.variableInfosTabPage.Location = new System.Drawing.Point(4, 22);
243      this.variableInfosTabPage.Name = "variableInfosTabPage";
244      this.variableInfosTabPage.Padding = new System.Windows.Forms.Padding(3);
245      this.variableInfosTabPage.Size = new System.Drawing.Size(699, 463);
246      this.variableInfosTabPage.TabIndex = 1;
247      this.variableInfosTabPage.Text = "Variable Infos";
248      this.variableInfosTabPage.UseVisualStyleBackColor = true;
249      //
250      // removeVariableInfoButton
251      //
252      this.removeVariableInfoButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
253      this.removeVariableInfoButton.Enabled = false;
254      this.removeVariableInfoButton.Location = new System.Drawing.Point(87, 434);
255      this.removeVariableInfoButton.Name = "removeVariableInfoButton";
256      this.removeVariableInfoButton.Size = new System.Drawing.Size(75, 23);
257      this.removeVariableInfoButton.TabIndex = 2;
258      this.removeVariableInfoButton.Text = "&Remove";
259      this.removeVariableInfoButton.UseVisualStyleBackColor = true;
260      this.removeVariableInfoButton.Click += new System.EventHandler(this.removeVariableInfoButton_Click);
261      //
262      // addVariableInfoButton
263      //
264      this.addVariableInfoButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
265      this.addVariableInfoButton.Location = new System.Drawing.Point(6, 434);
266      this.addVariableInfoButton.Name = "addVariableInfoButton";
267      this.addVariableInfoButton.Size = new System.Drawing.Size(75, 23);
268      this.addVariableInfoButton.TabIndex = 1;
269      this.addVariableInfoButton.Text = "&Add...";
270      this.addVariableInfoButton.UseVisualStyleBackColor = true;
271      this.addVariableInfoButton.Click += new System.EventHandler(this.addVariableInfoButton_Click);
272      //
273      // operatorBaseVariableInfosView
274      //
275      this.operatorBaseVariableInfosView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
276                  | System.Windows.Forms.AnchorStyles.Left)
277                  | System.Windows.Forms.AnchorStyles.Right)));
278      this.operatorBaseVariableInfosView.Caption = "Operator";
279      this.operatorBaseVariableInfosView.Location = new System.Drawing.Point(3, 3);
280      this.operatorBaseVariableInfosView.Name = "operatorBaseVariableInfosView";
281      this.operatorBaseVariableInfosView.Operator = null;
282      this.operatorBaseVariableInfosView.Size = new System.Drawing.Size(690, 425);
283      this.operatorBaseVariableInfosView.TabIndex = 0;
284      this.operatorBaseVariableInfosView.SelectedVariableInfosChanged += new System.EventHandler(this.operatorBaseVariableInfosView_SelectedVariableInfosChanged);
285      //
286      // variablesTabPage
287      //
288      this.variablesTabPage.Controls.Add(this.operatorBaseVariablesView);
289      this.variablesTabPage.Location = new System.Drawing.Point(4, 22);
290      this.variablesTabPage.Name = "variablesTabPage";
291      this.variablesTabPage.Padding = new System.Windows.Forms.Padding(3);
292      this.variablesTabPage.Size = new System.Drawing.Size(699, 463);
293      this.variablesTabPage.TabIndex = 2;
294      this.variablesTabPage.Text = "Local Variables";
295      this.variablesTabPage.UseVisualStyleBackColor = true;
296      //
297      // operatorBaseVariablesView
298      //
299      this.operatorBaseVariablesView.Caption = "Operator";
300      this.operatorBaseVariablesView.Dock = System.Windows.Forms.DockStyle.Fill;
301      this.operatorBaseVariablesView.Location = new System.Drawing.Point(3, 3);
302      this.operatorBaseVariablesView.Name = "operatorBaseVariablesView";
303      this.operatorBaseVariablesView.Operator = null;
304      this.operatorBaseVariablesView.Size = new System.Drawing.Size(693, 457);
305      this.operatorBaseVariablesView.TabIndex = 0;
306      //
307      // constraintsTabPage
308      //
309      this.constraintsTabPage.Controls.Add(this.constrainedItemBaseView);
310      this.constraintsTabPage.Location = new System.Drawing.Point(4, 22);
311      this.constraintsTabPage.Name = "constraintsTabPage";
312      this.constraintsTabPage.Padding = new System.Windows.Forms.Padding(3);
313      this.constraintsTabPage.Size = new System.Drawing.Size(699, 463);
314      this.constraintsTabPage.TabIndex = 3;
315      this.constraintsTabPage.Text = "Constraints";
316      this.constraintsTabPage.UseVisualStyleBackColor = true;
317      //
318      // constrainedItemBaseView
319      //
320      this.constrainedItemBaseView.Caption = "Constrained Item";
321      this.constrainedItemBaseView.ConstrainedItem = null;
322      this.constrainedItemBaseView.Dock = System.Windows.Forms.DockStyle.Fill;
323      this.constrainedItemBaseView.Location = new System.Drawing.Point(3, 3);
324      this.constrainedItemBaseView.Name = "constrainedItemBaseView";
325      this.constrainedItemBaseView.Size = new System.Drawing.Size(693, 457);
326      this.constrainedItemBaseView.TabIndex = 0;
327      //
328      // descriptionTabPage
329      //
330      this.descriptionTabPage.Controls.Add(this.descriptionTextBox);
331      this.descriptionTabPage.Location = new System.Drawing.Point(4, 22);
332      this.descriptionTabPage.Name = "descriptionTabPage";
333      this.descriptionTabPage.Padding = new System.Windows.Forms.Padding(3);
334      this.descriptionTabPage.Size = new System.Drawing.Size(699, 463);
335      this.descriptionTabPage.TabIndex = 4;
336      this.descriptionTabPage.Text = "Description";
337      this.descriptionTabPage.UseVisualStyleBackColor = true;
338      //
339      // descriptionTextBox
340      //
341      this.descriptionTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
342      this.descriptionTextBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
343      this.descriptionTextBox.Location = new System.Drawing.Point(3, 3);
344      this.descriptionTextBox.Multiline = true;
345      this.descriptionTextBox.Name = "descriptionTextBox";
346      this.descriptionTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
347      this.descriptionTextBox.Size = new System.Drawing.Size(693, 457);
348      this.descriptionTextBox.TabIndex = 0;
349      this.descriptionTextBox.Validated += new System.EventHandler(this.descriptionTextBox_Validated);
350      //
351      // codeEditor
352      //
353      this.codeEditor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
354                  | System.Windows.Forms.AnchorStyles.Left)
355                  | System.Windows.Forms.AnchorStyles.Right)));
356      this.codeEditor.Location = new System.Drawing.Point(6, 19);
357      this.codeEditor.Name = "codeEditor";
358      this.codeEditor.Prefix = "using System;\r\nusing HeuristicLab.Common.Resources;\r\n\r\npublic class Operator {\r\n " +
359          " public static void Apply(int arg) {";
360      this.codeEditor.Size = new System.Drawing.Size(675, 309);
361      this.codeEditor.Suffix = "\n    return null;\n  }\n}";
362      this.codeEditor.TabIndex = 6;
363      this.codeEditor.UserCode = "\n\n\n";
364      this.codeEditor.TextEditorValidated += new System.EventHandler(this.codeEditor_Validated);
365      //
366      // ProgrammableOperatorView
367      //
368      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
369      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
370      this.Controls.Add(this.tabControl);
371      this.Name = "ProgrammableOperatorView";
372      this.Size = new System.Drawing.Size(707, 489);
373      splitContainer1.Panel1.ResumeLayout(false);
374      splitContainer1.Panel2.ResumeLayout(false);
375      splitContainer1.ResumeLayout(false);
376      splitContainer2.Panel1.ResumeLayout(false);
377      splitContainer2.Panel2.ResumeLayout(false);
378      splitContainer2.ResumeLayout(false);
379      groupBox1.ResumeLayout(false);
380      groupBox2.ResumeLayout(false);
381      this.groupBox3.ResumeLayout(false);
382      this.tabControl.ResumeLayout(false);
383      this.codeTabPage.ResumeLayout(false);
384      this.variableInfosTabPage.ResumeLayout(false);
385      this.variablesTabPage.ResumeLayout(false);
386      this.constraintsTabPage.ResumeLayout(false);
387      this.descriptionTabPage.ResumeLayout(false);
388      this.descriptionTabPage.PerformLayout();
389      this.ResumeLayout(false);
390
391    }
392
393    #endregion
394
395    private System.Windows.Forms.TabControl tabControl;
396    private System.Windows.Forms.TabPage codeTabPage;
397    private System.Windows.Forms.TabPage variableInfosTabPage;
398    private HeuristicLab.Core.OperatorBaseVariableInfosView operatorBaseVariableInfosView;
399    private System.Windows.Forms.TabPage variablesTabPage;
400    private HeuristicLab.Core.OperatorBaseVariablesView operatorBaseVariablesView;
401    private System.Windows.Forms.TabPage constraintsTabPage;
402    private HeuristicLab.Core.ConstrainedItemBaseView constrainedItemBaseView;
403    private System.Windows.Forms.TabPage descriptionTabPage;
404    private System.Windows.Forms.TextBox descriptionTextBox;
405    private System.Windows.Forms.Button removeVariableInfoButton;
406    private System.Windows.Forms.Button addVariableInfoButton;
407    private System.Windows.Forms.CheckedListBox assembliesListBox;
408    private System.Windows.Forms.CheckedListBox namespacesListBox;
409    private System.Windows.Forms.GroupBox groupBox3;
410    private HeuristicLab.CodeEditor.CodeEditor codeEditor;
411    private System.Windows.Forms.Button compileButton;
412    private System.Windows.Forms.Button showCodeButton;
413
414  }
415}
Note: See TracBrowser for help on using the repository browser.