Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 2669 was 2524, checked in by swagner, 15 years ago

Removed plugin HeuristicLab.Constraints (#804)

File size: 13.6 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProgrammableOperatorView));
48      this.tabControl = new System.Windows.Forms.TabControl();
49      this.codeTabPage = new System.Windows.Forms.TabPage();
50      this.infoTextBox = new System.Windows.Forms.TextBox();
51      this.compileButton = new System.Windows.Forms.Button();
52      this.codeTextBox = new System.Windows.Forms.TextBox();
53      this.variableInfosTabPage = new System.Windows.Forms.TabPage();
54      this.removeVariableInfoButton = new System.Windows.Forms.Button();
55      this.addVariableInfoButton = new System.Windows.Forms.Button();
56      this.operatorBaseVariableInfosView = new HeuristicLab.Core.Views.OperatorBaseVariableInfosView();
57      this.variablesTabPage = new System.Windows.Forms.TabPage();
58      this.operatorBaseVariablesView = new HeuristicLab.Core.Views.OperatorBaseVariablesView();
59      this.descriptionTabPage = new System.Windows.Forms.TabPage();
60      this.descriptionTextBox = new System.Windows.Forms.TextBox();
61      this.tabControl.SuspendLayout();
62      this.codeTabPage.SuspendLayout();
63      this.variableInfosTabPage.SuspendLayout();
64      this.variablesTabPage.SuspendLayout();
65      this.descriptionTabPage.SuspendLayout();
66      this.SuspendLayout();
67      //
68      // tabControl
69      //
70      this.tabControl.Controls.Add(this.codeTabPage);
71      this.tabControl.Controls.Add(this.variableInfosTabPage);
72      this.tabControl.Controls.Add(this.variablesTabPage);
73      this.tabControl.Controls.Add(this.descriptionTabPage);
74      this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
75      this.tabControl.Location = new System.Drawing.Point(0, 0);
76      this.tabControl.Name = "tabControl";
77      this.tabControl.SelectedIndex = 0;
78      this.tabControl.Size = new System.Drawing.Size(435, 351);
79      this.tabControl.TabIndex = 0;
80      //
81      // codeTabPage
82      //
83      this.codeTabPage.Controls.Add(this.infoTextBox);
84      this.codeTabPage.Controls.Add(this.compileButton);
85      this.codeTabPage.Controls.Add(this.codeTextBox);
86      this.codeTabPage.Location = new System.Drawing.Point(4, 22);
87      this.codeTabPage.Name = "codeTabPage";
88      this.codeTabPage.Padding = new System.Windows.Forms.Padding(3);
89      this.codeTabPage.Size = new System.Drawing.Size(427, 325);
90      this.codeTabPage.TabIndex = 5;
91      this.codeTabPage.Text = "Code";
92      this.codeTabPage.UseVisualStyleBackColor = true;
93      //
94      // infoTextBox
95      //
96      this.infoTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
97                  | System.Windows.Forms.AnchorStyles.Right)));
98      this.infoTextBox.BackColor = System.Drawing.SystemColors.ControlLight;
99      this.infoTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
100      this.infoTextBox.Location = new System.Drawing.Point(6, 253);
101      this.infoTextBox.Multiline = true;
102      this.infoTextBox.Name = "infoTextBox";
103      this.infoTextBox.ReadOnly = true;
104      this.infoTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
105      this.infoTextBox.Size = new System.Drawing.Size(334, 66);
106      this.infoTextBox.TabIndex = 2;
107      this.infoTextBox.Text = resources.GetString("infoTextBox.Text");
108      //
109      // compileButton
110      //
111      this.compileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
112      this.compileButton.Location = new System.Drawing.Point(346, 296);
113      this.compileButton.Name = "compileButton";
114      this.compileButton.Size = new System.Drawing.Size(75, 23);
115      this.compileButton.TabIndex = 1;
116      this.compileButton.Text = "&Compile";
117      this.compileButton.UseVisualStyleBackColor = true;
118      this.compileButton.Click += new System.EventHandler(this.compileButton_Click);
119      //
120      // codeTextBox
121      //
122      this.codeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
123                  | System.Windows.Forms.AnchorStyles.Left)
124                  | System.Windows.Forms.AnchorStyles.Right)));
125      this.codeTextBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
126      this.codeTextBox.Location = new System.Drawing.Point(3, 3);
127      this.codeTextBox.Multiline = true;
128      this.codeTextBox.Name = "codeTextBox";
129      this.codeTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
130      this.codeTextBox.Size = new System.Drawing.Size(421, 244);
131      this.codeTextBox.TabIndex = 0;
132      this.codeTextBox.Validated += new System.EventHandler(this.codeTextBox_Validated);
133      //
134      // variableInfosTabPage
135      //
136      this.variableInfosTabPage.Controls.Add(this.removeVariableInfoButton);
137      this.variableInfosTabPage.Controls.Add(this.addVariableInfoButton);
138      this.variableInfosTabPage.Controls.Add(this.operatorBaseVariableInfosView);
139      this.variableInfosTabPage.Location = new System.Drawing.Point(4, 22);
140      this.variableInfosTabPage.Name = "variableInfosTabPage";
141      this.variableInfosTabPage.Padding = new System.Windows.Forms.Padding(3);
142      this.variableInfosTabPage.Size = new System.Drawing.Size(427, 325);
143      this.variableInfosTabPage.TabIndex = 1;
144      this.variableInfosTabPage.Text = "Variable Infos";
145      this.variableInfosTabPage.UseVisualStyleBackColor = true;
146      //
147      // removeVariableInfoButton
148      //
149      this.removeVariableInfoButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
150      this.removeVariableInfoButton.Enabled = false;
151      this.removeVariableInfoButton.Location = new System.Drawing.Point(84, 299);
152      this.removeVariableInfoButton.Name = "removeVariableInfoButton";
153      this.removeVariableInfoButton.Size = new System.Drawing.Size(75, 23);
154      this.removeVariableInfoButton.TabIndex = 2;
155      this.removeVariableInfoButton.Text = "&Remove";
156      this.removeVariableInfoButton.UseVisualStyleBackColor = true;
157      this.removeVariableInfoButton.Click += new System.EventHandler(this.removeVariableInfoButton_Click);
158      //
159      // addVariableInfoButton
160      //
161      this.addVariableInfoButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
162      this.addVariableInfoButton.Location = new System.Drawing.Point(3, 299);
163      this.addVariableInfoButton.Name = "addVariableInfoButton";
164      this.addVariableInfoButton.Size = new System.Drawing.Size(75, 23);
165      this.addVariableInfoButton.TabIndex = 1;
166      this.addVariableInfoButton.Text = "&Add...";
167      this.addVariableInfoButton.UseVisualStyleBackColor = true;
168      this.addVariableInfoButton.Click += new System.EventHandler(this.addVariableInfoButton_Click);
169      //
170      // operatorBaseVariableInfosView
171      //
172      this.operatorBaseVariableInfosView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
173                  | System.Windows.Forms.AnchorStyles.Left)
174                  | System.Windows.Forms.AnchorStyles.Right)));
175      this.operatorBaseVariableInfosView.Caption = "Operator";
176      this.operatorBaseVariableInfosView.Location = new System.Drawing.Point(3, 3);
177      this.operatorBaseVariableInfosView.Name = "operatorBaseVariableInfosView";
178      this.operatorBaseVariableInfosView.Operator = null;
179      this.operatorBaseVariableInfosView.Size = new System.Drawing.Size(421, 290);
180      this.operatorBaseVariableInfosView.TabIndex = 0;
181      this.operatorBaseVariableInfosView.SelectedVariableInfosChanged += new System.EventHandler(this.operatorBaseVariableInfosView_SelectedVariableInfosChanged);
182      //
183      // variablesTabPage
184      //
185      this.variablesTabPage.Controls.Add(this.operatorBaseVariablesView);
186      this.variablesTabPage.Location = new System.Drawing.Point(4, 22);
187      this.variablesTabPage.Name = "variablesTabPage";
188      this.variablesTabPage.Padding = new System.Windows.Forms.Padding(3);
189      this.variablesTabPage.Size = new System.Drawing.Size(427, 325);
190      this.variablesTabPage.TabIndex = 2;
191      this.variablesTabPage.Text = "Local Variables";
192      this.variablesTabPage.UseVisualStyleBackColor = true;
193      //
194      // operatorBaseVariablesView
195      //
196      this.operatorBaseVariablesView.Caption = "Operator";
197      this.operatorBaseVariablesView.Dock = System.Windows.Forms.DockStyle.Fill;
198      this.operatorBaseVariablesView.Location = new System.Drawing.Point(3, 3);
199      this.operatorBaseVariablesView.Name = "operatorBaseVariablesView";
200      this.operatorBaseVariablesView.Operator = null;
201      this.operatorBaseVariablesView.Size = new System.Drawing.Size(421, 319);
202      this.operatorBaseVariablesView.TabIndex = 0;
203      //
204      // descriptionTabPage
205      //
206      this.descriptionTabPage.Controls.Add(this.descriptionTextBox);
207      this.descriptionTabPage.Location = new System.Drawing.Point(4, 22);
208      this.descriptionTabPage.Name = "descriptionTabPage";
209      this.descriptionTabPage.Padding = new System.Windows.Forms.Padding(3);
210      this.descriptionTabPage.Size = new System.Drawing.Size(427, 325);
211      this.descriptionTabPage.TabIndex = 4;
212      this.descriptionTabPage.Text = "Description";
213      this.descriptionTabPage.UseVisualStyleBackColor = true;
214      //
215      // descriptionTextBox
216      //
217      this.descriptionTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
218      this.descriptionTextBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
219      this.descriptionTextBox.Location = new System.Drawing.Point(3, 3);
220      this.descriptionTextBox.Multiline = true;
221      this.descriptionTextBox.Name = "descriptionTextBox";
222      this.descriptionTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
223      this.descriptionTextBox.Size = new System.Drawing.Size(421, 319);
224      this.descriptionTextBox.TabIndex = 0;
225      this.descriptionTextBox.Validated += new System.EventHandler(this.descriptionTextBox_Validated);
226      //
227      // ProgrammableOperatorView
228      //
229      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
230      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
231      this.Controls.Add(this.tabControl);
232      this.Name = "ProgrammableOperatorView";
233      this.Size = new System.Drawing.Size(435, 351);
234      this.tabControl.ResumeLayout(false);
235      this.codeTabPage.ResumeLayout(false);
236      this.codeTabPage.PerformLayout();
237      this.variableInfosTabPage.ResumeLayout(false);
238      this.variablesTabPage.ResumeLayout(false);
239      this.descriptionTabPage.ResumeLayout(false);
240      this.descriptionTabPage.PerformLayout();
241      this.ResumeLayout(false);
242
243    }
244
245    #endregion
246
247    private System.Windows.Forms.TabControl tabControl;
248    private System.Windows.Forms.TabPage codeTabPage;
249    private System.Windows.Forms.TextBox codeTextBox;
250    private System.Windows.Forms.TabPage variableInfosTabPage;
251    private HeuristicLab.Core.Views.OperatorBaseVariableInfosView operatorBaseVariableInfosView;
252    private System.Windows.Forms.TabPage variablesTabPage;
253    private HeuristicLab.Core.Views.OperatorBaseVariablesView operatorBaseVariablesView;
254    private System.Windows.Forms.TabPage descriptionTabPage;
255    private System.Windows.Forms.TextBox descriptionTextBox;
256    private System.Windows.Forms.Button compileButton;
257    private System.Windows.Forms.Button removeVariableInfoButton;
258    private System.Windows.Forms.Button addVariableInfoButton;
259    private System.Windows.Forms.TextBox infoTextBox;
260
261  }
262}
Note: See TracBrowser for help on using the repository browser.