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 {
|
---|
23 | partial class CombinedOperatorView {
|
---|
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 | this.tabControl = new System.Windows.Forms.TabControl();
|
---|
48 | this.operatorGraphTabPage = new System.Windows.Forms.TabPage();
|
---|
49 | this.operatorGraphView = new HeuristicLab.Core.OperatorGraphView();
|
---|
50 | this.variableInfosTabPage = new System.Windows.Forms.TabPage();
|
---|
51 | this.operatorBaseVariableInfosView = new HeuristicLab.Core.OperatorBaseVariableInfosView();
|
---|
52 | this.variablesTabPage = new System.Windows.Forms.TabPage();
|
---|
53 | this.operatorBaseVariablesView = new HeuristicLab.Core.OperatorBaseVariablesView();
|
---|
54 | this.constraintsTabPage = new System.Windows.Forms.TabPage();
|
---|
55 | this.constrainedItemBaseView = new HeuristicLab.Core.ConstrainedItemBaseView();
|
---|
56 | this.descriptionTabPage = new System.Windows.Forms.TabPage();
|
---|
57 | this.descriptionTextBox = new System.Windows.Forms.TextBox();
|
---|
58 | this.tabControl.SuspendLayout();
|
---|
59 | this.operatorGraphTabPage.SuspendLayout();
|
---|
60 | this.variableInfosTabPage.SuspendLayout();
|
---|
61 | this.variablesTabPage.SuspendLayout();
|
---|
62 | this.constraintsTabPage.SuspendLayout();
|
---|
63 | this.descriptionTabPage.SuspendLayout();
|
---|
64 | this.SuspendLayout();
|
---|
65 | //
|
---|
66 | // tabControl
|
---|
67 | //
|
---|
68 | this.tabControl.Controls.Add(this.operatorGraphTabPage);
|
---|
69 | this.tabControl.Controls.Add(this.variableInfosTabPage);
|
---|
70 | this.tabControl.Controls.Add(this.variablesTabPage);
|
---|
71 | this.tabControl.Controls.Add(this.constraintsTabPage);
|
---|
72 | this.tabControl.Controls.Add(this.descriptionTabPage);
|
---|
73 | this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
74 | this.tabControl.Location = new System.Drawing.Point(0, 0);
|
---|
75 | this.tabControl.Name = "tabControl";
|
---|
76 | this.tabControl.SelectedIndex = 0;
|
---|
77 | this.tabControl.Size = new System.Drawing.Size(397, 335);
|
---|
78 | this.tabControl.TabIndex = 0;
|
---|
79 | //
|
---|
80 | // operatorGraphTabPage
|
---|
81 | //
|
---|
82 | this.operatorGraphTabPage.Controls.Add(this.operatorGraphView);
|
---|
83 | this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
84 | this.operatorGraphTabPage.Name = "operatorGraphTabPage";
|
---|
85 | this.operatorGraphTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
86 | this.operatorGraphTabPage.Size = new System.Drawing.Size(389, 309);
|
---|
87 | this.operatorGraphTabPage.TabIndex = 0;
|
---|
88 | this.operatorGraphTabPage.Text = "Operator Graph";
|
---|
89 | this.operatorGraphTabPage.UseVisualStyleBackColor = true;
|
---|
90 | //
|
---|
91 | // operatorGraphView
|
---|
92 | //
|
---|
93 | this.operatorGraphView.Caption = "Operator Graph";
|
---|
94 | this.operatorGraphView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
95 | this.operatorGraphView.Location = new System.Drawing.Point(3, 3);
|
---|
96 | this.operatorGraphView.Name = "operatorGraphView";
|
---|
97 | this.operatorGraphView.OperatorGraph = null;
|
---|
98 | this.operatorGraphView.Size = new System.Drawing.Size(383, 303);
|
---|
99 | this.operatorGraphView.TabIndex = 0;
|
---|
100 | //
|
---|
101 | // variableInfosTabPage
|
---|
102 | //
|
---|
103 | this.variableInfosTabPage.Controls.Add(this.operatorBaseVariableInfosView);
|
---|
104 | this.variableInfosTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
105 | this.variableInfosTabPage.Name = "variableInfosTabPage";
|
---|
106 | this.variableInfosTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
107 | this.variableInfosTabPage.Size = new System.Drawing.Size(389, 309);
|
---|
108 | this.variableInfosTabPage.TabIndex = 1;
|
---|
109 | this.variableInfosTabPage.Text = "Variable Infos";
|
---|
110 | this.variableInfosTabPage.UseVisualStyleBackColor = true;
|
---|
111 | //
|
---|
112 | // operatorBaseVariableInfosView
|
---|
113 | //
|
---|
114 | this.operatorBaseVariableInfosView.Caption = "Operator";
|
---|
115 | this.operatorBaseVariableInfosView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
116 | this.operatorBaseVariableInfosView.Location = new System.Drawing.Point(3, 3);
|
---|
117 | this.operatorBaseVariableInfosView.Name = "operatorBaseVariableInfosView";
|
---|
118 | this.operatorBaseVariableInfosView.Operator = null;
|
---|
119 | this.operatorBaseVariableInfosView.Size = new System.Drawing.Size(383, 303);
|
---|
120 | this.operatorBaseVariableInfosView.TabIndex = 0;
|
---|
121 | //
|
---|
122 | // variablesTabPage
|
---|
123 | //
|
---|
124 | this.variablesTabPage.Controls.Add(this.operatorBaseVariablesView);
|
---|
125 | this.variablesTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
126 | this.variablesTabPage.Name = "variablesTabPage";
|
---|
127 | this.variablesTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
128 | this.variablesTabPage.Size = new System.Drawing.Size(389, 309);
|
---|
129 | this.variablesTabPage.TabIndex = 2;
|
---|
130 | this.variablesTabPage.Text = "Local Variables";
|
---|
131 | this.variablesTabPage.UseVisualStyleBackColor = true;
|
---|
132 | //
|
---|
133 | // operatorBaseVariablesView
|
---|
134 | //
|
---|
135 | this.operatorBaseVariablesView.Caption = "Operator";
|
---|
136 | this.operatorBaseVariablesView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
137 | this.operatorBaseVariablesView.Location = new System.Drawing.Point(3, 3);
|
---|
138 | this.operatorBaseVariablesView.Name = "operatorBaseVariablesView";
|
---|
139 | this.operatorBaseVariablesView.Operator = null;
|
---|
140 | this.operatorBaseVariablesView.Size = new System.Drawing.Size(383, 303);
|
---|
141 | this.operatorBaseVariablesView.TabIndex = 0;
|
---|
142 | //
|
---|
143 | // constraintsTabPage
|
---|
144 | //
|
---|
145 | this.constraintsTabPage.Controls.Add(this.constrainedItemBaseView);
|
---|
146 | this.constraintsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
147 | this.constraintsTabPage.Name = "constraintsTabPage";
|
---|
148 | this.constraintsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
149 | this.constraintsTabPage.Size = new System.Drawing.Size(389, 309);
|
---|
150 | this.constraintsTabPage.TabIndex = 3;
|
---|
151 | this.constraintsTabPage.Text = "Constraints";
|
---|
152 | this.constraintsTabPage.UseVisualStyleBackColor = true;
|
---|
153 | //
|
---|
154 | // constrainedItemBaseView
|
---|
155 | //
|
---|
156 | this.constrainedItemBaseView.Caption = "Constrained Item";
|
---|
157 | this.constrainedItemBaseView.ConstrainedItem = null;
|
---|
158 | this.constrainedItemBaseView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
159 | this.constrainedItemBaseView.Location = new System.Drawing.Point(3, 3);
|
---|
160 | this.constrainedItemBaseView.Name = "constrainedItemBaseView";
|
---|
161 | this.constrainedItemBaseView.Size = new System.Drawing.Size(383, 303);
|
---|
162 | this.constrainedItemBaseView.TabIndex = 0;
|
---|
163 | //
|
---|
164 | // descriptionTabPage
|
---|
165 | //
|
---|
166 | this.descriptionTabPage.Controls.Add(this.descriptionTextBox);
|
---|
167 | this.descriptionTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
168 | this.descriptionTabPage.Name = "descriptionTabPage";
|
---|
169 | this.descriptionTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
170 | this.descriptionTabPage.Size = new System.Drawing.Size(389, 309);
|
---|
171 | this.descriptionTabPage.TabIndex = 4;
|
---|
172 | this.descriptionTabPage.Text = "Description";
|
---|
173 | this.descriptionTabPage.UseVisualStyleBackColor = true;
|
---|
174 | //
|
---|
175 | // descriptionTextBox
|
---|
176 | //
|
---|
177 | this.descriptionTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
178 | this.descriptionTextBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
179 | this.descriptionTextBox.Location = new System.Drawing.Point(3, 3);
|
---|
180 | this.descriptionTextBox.Multiline = true;
|
---|
181 | this.descriptionTextBox.Name = "descriptionTextBox";
|
---|
182 | this.descriptionTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
---|
183 | this.descriptionTextBox.Size = new System.Drawing.Size(383, 303);
|
---|
184 | this.descriptionTextBox.TabIndex = 0;
|
---|
185 | this.descriptionTextBox.Validated += new System.EventHandler(this.descriptionTextBox_Validated);
|
---|
186 | //
|
---|
187 | // CombinedOperatorView
|
---|
188 | //
|
---|
189 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
190 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
191 | this.Controls.Add(this.tabControl);
|
---|
192 | this.Name = "CombinedOperatorView";
|
---|
193 | this.Size = new System.Drawing.Size(397, 335);
|
---|
194 | this.tabControl.ResumeLayout(false);
|
---|
195 | this.operatorGraphTabPage.ResumeLayout(false);
|
---|
196 | this.variableInfosTabPage.ResumeLayout(false);
|
---|
197 | this.variablesTabPage.ResumeLayout(false);
|
---|
198 | this.constraintsTabPage.ResumeLayout(false);
|
---|
199 | this.descriptionTabPage.ResumeLayout(false);
|
---|
200 | this.descriptionTabPage.PerformLayout();
|
---|
201 | this.ResumeLayout(false);
|
---|
202 |
|
---|
203 | }
|
---|
204 |
|
---|
205 | #endregion
|
---|
206 |
|
---|
207 | private System.Windows.Forms.TabControl tabControl;
|
---|
208 | private System.Windows.Forms.TabPage operatorGraphTabPage;
|
---|
209 | private System.Windows.Forms.TabPage variableInfosTabPage;
|
---|
210 | private System.Windows.Forms.TabPage variablesTabPage;
|
---|
211 | private System.Windows.Forms.TabPage constraintsTabPage;
|
---|
212 | private System.Windows.Forms.TabPage descriptionTabPage;
|
---|
213 | private System.Windows.Forms.TextBox descriptionTextBox;
|
---|
214 | private HeuristicLab.Core.OperatorGraphView operatorGraphView;
|
---|
215 | private HeuristicLab.Core.OperatorBaseVariableInfosView operatorBaseVariableInfosView;
|
---|
216 | private HeuristicLab.Core.OperatorBaseVariablesView operatorBaseVariablesView;
|
---|
217 | private HeuristicLab.Core.ConstrainedItemBaseView constrainedItemBaseView;
|
---|
218 |
|
---|
219 | }
|
---|
220 | }
|
---|