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