Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperatorView.Designer.cs @ 3443

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

Correctly update displayed method signature if operator parameters change (#842)

File size: 12.1 KB
Line 
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
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.TabPage tabPage2;
48      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
49      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
50      this.assembliesTreeView = new System.Windows.Forms.TreeView();
51      this.namespacesTreeView = new System.Windows.Forms.TreeView();
52      this.showCodeButton = new System.Windows.Forms.Button();
53      this.compileButton = new System.Windows.Forms.Button();
54      this.codeEditor = new HeuristicLab.CodeEditor.CodeEditor();
55      this.tabControl1 = new System.Windows.Forms.TabControl();
56      this.tabPage1 = new System.Windows.Forms.TabPage();
57      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
58      tabPage2 = new System.Windows.Forms.TabPage();
59      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
60      tabPage2.SuspendLayout();
61      this.splitContainer1.Panel1.SuspendLayout();
62      this.splitContainer1.Panel2.SuspendLayout();
63      this.splitContainer1.SuspendLayout();
64      this.splitContainer2.Panel1.SuspendLayout();
65      this.splitContainer2.Panel2.SuspendLayout();
66      this.splitContainer2.SuspendLayout();
67      this.tabControl1.SuspendLayout();
68      this.tabPage1.SuspendLayout();
69      this.SuspendLayout();
70      //
71      // nameTextBox
72      //
73      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
74      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
75      this.nameTextBox.Size = new System.Drawing.Size(913, 20);
76      //
77      // descriptionTextBox
78      //
79      this.descriptionTextBox.Size = new System.Drawing.Size(913, 20);
80      this.descriptionTextBox.TextChanged += new System.EventHandler(this.descriptionTextBox_TextChanged);
81      //
82      // tabPage2
83      //
84      tabPage2.Controls.Add(this.splitContainer1);
85      tabPage2.Location = new System.Drawing.Point(4, 22);
86      tabPage2.Name = "tabPage2";
87      tabPage2.Padding = new System.Windows.Forms.Padding(3);
88      tabPage2.Size = new System.Drawing.Size(977, 619);
89      tabPage2.TabIndex = 1;
90      tabPage2.Text = "Code";
91      tabPage2.UseVisualStyleBackColor = true;
92      //
93      // splitContainer1
94      //
95      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
96      this.splitContainer1.Location = new System.Drawing.Point(3, 3);
97      this.splitContainer1.Name = "splitContainer1";
98      //
99      // splitContainer1.Panel1
100      //
101      this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
102      this.splitContainer1.Panel1.Controls.Add(this.showCodeButton);
103      this.splitContainer1.Panel1.Controls.Add(this.compileButton);
104      //
105      // splitContainer1.Panel2
106      //
107      this.splitContainer1.Panel2.Controls.Add(this.codeEditor);
108      this.splitContainer1.Size = new System.Drawing.Size(971, 613);
109      this.splitContainer1.SplitterDistance = 254;
110      this.splitContainer1.TabIndex = 0;
111      //
112      // splitContainer2
113      //
114      this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
115                  | System.Windows.Forms.AnchorStyles.Left)
116                  | System.Windows.Forms.AnchorStyles.Right)));
117      this.splitContainer2.Location = new System.Drawing.Point(3, 3);
118      this.splitContainer2.Name = "splitContainer2";
119      this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
120      //
121      // splitContainer2.Panel1
122      //
123      this.splitContainer2.Panel1.Controls.Add(this.assembliesTreeView);
124      //
125      // splitContainer2.Panel2
126      //
127      this.splitContainer2.Panel2.Controls.Add(this.namespacesTreeView);
128      this.splitContainer2.Size = new System.Drawing.Size(248, 578);
129      this.splitContainer2.SplitterDistance = 289;
130      this.splitContainer2.TabIndex = 2;
131      //
132      // assembliesTreeView
133      //
134      this.assembliesTreeView.CheckBoxes = true;
135      this.assembliesTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
136      this.assembliesTreeView.Location = new System.Drawing.Point(0, 0);
137      this.assembliesTreeView.Name = "assembliesTreeView";
138      this.assembliesTreeView.Size = new System.Drawing.Size(248, 289);
139      this.assembliesTreeView.TabIndex = 0;
140      this.assembliesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.assembliesTreeView_AfterCheck);
141      //
142      // namespacesTreeView
143      //
144      this.namespacesTreeView.CheckBoxes = true;
145      this.namespacesTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
146      this.namespacesTreeView.Location = new System.Drawing.Point(0, 0);
147      this.namespacesTreeView.Name = "namespacesTreeView";
148      this.namespacesTreeView.PathSeparator = ".";
149      this.namespacesTreeView.Size = new System.Drawing.Size(248, 285);
150      this.namespacesTreeView.TabIndex = 0;
151      this.namespacesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.namespacesTreeView_AfterCheck);
152      //
153      // showCodeButton
154      //
155      this.showCodeButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
156                  | System.Windows.Forms.AnchorStyles.Right)));
157      this.showCodeButton.Location = new System.Drawing.Point(65, 587);
158      this.showCodeButton.Name = "showCodeButton";
159      this.showCodeButton.Size = new System.Drawing.Size(186, 23);
160      this.showCodeButton.TabIndex = 0;
161      this.showCodeButton.Text = "&Show Generated Code ...";
162      this.showCodeButton.UseVisualStyleBackColor = false;
163      this.showCodeButton.Click += new System.EventHandler(this.showCodeButton_Click);
164      //
165      // compileButton
166      //
167      this.compileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
168      this.compileButton.Location = new System.Drawing.Point(3, 587);
169      this.compileButton.Name = "compileButton";
170      this.compileButton.Size = new System.Drawing.Size(56, 23);
171      this.compileButton.TabIndex = 1;
172      this.compileButton.Text = "&Compile";
173      this.compileButton.UseVisualStyleBackColor = true;
174      this.compileButton.Click += new System.EventHandler(this.compileButton_Click);
175      //
176      // codeEditor
177      //
178      this.codeEditor.Dock = System.Windows.Forms.DockStyle.Fill;
179      this.codeEditor.Location = new System.Drawing.Point(0, 0);
180      this.codeEditor.Name = "codeEditor";
181      this.codeEditor.Prefix = "";
182      this.codeEditor.Size = new System.Drawing.Size(713, 613);
183      this.codeEditor.Suffix = "";
184      this.codeEditor.TabIndex = 0;
185      this.codeEditor.UserCode = "";
186      this.codeEditor.Validated += new System.EventHandler(this.codeEditor_Validated);
187      //
188      // tabControl1
189      //
190      this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
191                  | System.Windows.Forms.AnchorStyles.Left)
192                  | System.Windows.Forms.AnchorStyles.Right)));
193      this.tabControl1.Controls.Add(this.tabPage1);
194      this.tabControl1.Controls.Add(tabPage2);
195      this.tabControl1.Location = new System.Drawing.Point(0, 52);
196      this.tabControl1.Name = "tabControl1";
197      this.tabControl1.SelectedIndex = 0;
198      this.tabControl1.Size = new System.Drawing.Size(985, 645);
199      this.tabControl1.TabIndex = 7;
200      //
201      // tabPage1
202      //
203      this.tabPage1.Controls.Add(this.parameterCollectionView);
204      this.tabPage1.Location = new System.Drawing.Point(4, 22);
205      this.tabPage1.Name = "tabPage1";
206      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
207      this.tabPage1.Size = new System.Drawing.Size(977, 619);
208      this.tabPage1.TabIndex = 0;
209      this.tabPage1.Text = "Parameters";
210      this.tabPage1.UseVisualStyleBackColor = true;
211      //
212      // parameterCollectionView1
213      //
214      this.parameterCollectionView.Caption = "ParameterCollection";
215      this.parameterCollectionView.Content = null;
216      this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
217      this.parameterCollectionView.Location = new System.Drawing.Point(3, 3);
218      this.parameterCollectionView.Name = "parameterCollectionView1";
219      this.parameterCollectionView.Size = new System.Drawing.Size(971, 613);
220      this.parameterCollectionView.TabIndex = 0;
221      //
222      // ProgrammableOperatorView
223      //
224      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
225      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
226      this.Controls.Add(this.tabControl1);
227      this.Name = "ProgrammableOperatorView";
228      this.Size = new System.Drawing.Size(985, 697);
229      this.Controls.SetChildIndex(this.tabControl1, 0);
230      this.Controls.SetChildIndex(this.nameTextBox, 0);
231      this.Controls.SetChildIndex(this.nameLabel, 0);
232      this.Controls.SetChildIndex(this.descriptionLabel, 0);
233      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
234      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
235      tabPage2.ResumeLayout(false);
236      this.splitContainer1.Panel1.ResumeLayout(false);
237      this.splitContainer1.Panel2.ResumeLayout(false);
238      this.splitContainer1.ResumeLayout(false);
239      this.splitContainer2.Panel1.ResumeLayout(false);
240      this.splitContainer2.Panel2.ResumeLayout(false);
241      this.splitContainer2.ResumeLayout(false);
242      this.tabControl1.ResumeLayout(false);
243      this.tabPage1.ResumeLayout(false);
244      this.ResumeLayout(false);
245      this.PerformLayout();
246
247    }
248
249    #endregion
250
251    private System.Windows.Forms.TabControl tabControl1;
252    private System.Windows.Forms.TabPage tabPage1;
253    private HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
254    private System.Windows.Forms.SplitContainer splitContainer1;
255    private HeuristicLab.CodeEditor.CodeEditor codeEditor;
256    private System.Windows.Forms.Button compileButton;
257    private System.Windows.Forms.Button showCodeButton;
258    private System.Windows.Forms.SplitContainer splitContainer2;
259    private System.Windows.Forms.TreeView assembliesTreeView;
260    private System.Windows.Forms.TreeView namespacesTreeView;   
261  }
262}
Note: See TracBrowser for help on using the repository browser.