1 | #region License Information
|
---|
2 |
|
---|
3 | /* HeuristicLab
|
---|
4 | * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
5 | *
|
---|
6 | * This file is part of HeuristicLab.
|
---|
7 | *
|
---|
8 | * HeuristicLab is free software: you can redistribute it and/or modify
|
---|
9 | * it under the terms of the GNU General Public License as published by
|
---|
10 | * the Free Software Foundation, either version 3 of the License, or
|
---|
11 | * (at your option) any later version.
|
---|
12 | *
|
---|
13 | * HeuristicLab is distributed in the hope that it will be useful,
|
---|
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
16 | * GNU General Public License for more details.
|
---|
17 | *
|
---|
18 | * You should have received a copy of the GNU General Public License
|
---|
19 | * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
|
---|
20 | */
|
---|
21 |
|
---|
22 | # endregion
|
---|
23 |
|
---|
24 | namespace HeuristicLab.Problems.DataAnalysis.Views {
|
---|
25 | partial class ShapeConstraintView {
|
---|
26 | /// <summary>
|
---|
27 | /// Required designer variable.
|
---|
28 | /// </summary>
|
---|
29 | private System.ComponentModel.IContainer components = null;
|
---|
30 |
|
---|
31 | /// <summary>
|
---|
32 | /// Clean up any resources being used.
|
---|
33 | /// </summary>
|
---|
34 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
35 | protected override void Dispose(bool disposing) {
|
---|
36 | if (disposing && (components != null)) {
|
---|
37 | components.Dispose();
|
---|
38 | }
|
---|
39 | base.Dispose(disposing);
|
---|
40 | }
|
---|
41 |
|
---|
42 | #region Component Designer generated code
|
---|
43 |
|
---|
44 | /// <summary>
|
---|
45 | /// Required method for Designer support - do not modify
|
---|
46 | /// the contents of this method with the code editor.
|
---|
47 | /// </summary>
|
---|
48 | private void InitializeComponent() {
|
---|
49 | this.components = new System.ComponentModel.Container();
|
---|
50 | this.lowerboundLabel = new System.Windows.Forms.Label();
|
---|
51 | this.upperboundLabel = new System.Windows.Forms.Label();
|
---|
52 | this.variableLabel = new System.Windows.Forms.Label();
|
---|
53 | this.numberOfDerivationLabel = new System.Windows.Forms.Label();
|
---|
54 | this.upperboundInput = new System.Windows.Forms.TextBox();
|
---|
55 | this.lowerboundInput = new System.Windows.Forms.TextBox();
|
---|
56 | this.variableInput = new System.Windows.Forms.TextBox();
|
---|
57 | this.groupBox = new System.Windows.Forms.GroupBox();
|
---|
58 | this.weightTextBox = new System.Windows.Forms.TextBox();
|
---|
59 | this.weightLabel = new System.Windows.Forms.Label();
|
---|
60 | this.regionLabel = new System.Windows.Forms.Label();
|
---|
61 | this.regionView = new HeuristicLab.Problems.DataAnalysis.Views.IntervalCollectionView();
|
---|
62 | this.numberOfDerivationsComboBox = new System.Windows.Forms.ComboBox();
|
---|
63 | this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
|
---|
64 | this.groupBox.SuspendLayout();
|
---|
65 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
66 | this.SuspendLayout();
|
---|
67 | //
|
---|
68 | // lowerboundLabel
|
---|
69 | //
|
---|
70 | this.lowerboundLabel.AutoSize = true;
|
---|
71 | this.lowerboundLabel.Location = new System.Drawing.Point(8, 75);
|
---|
72 | this.lowerboundLabel.Name = "lowerboundLabel";
|
---|
73 | this.lowerboundLabel.Size = new System.Drawing.Size(72, 13);
|
---|
74 | this.lowerboundLabel.TabIndex = 4;
|
---|
75 | this.lowerboundLabel.Text = "Lower bound:";
|
---|
76 | //
|
---|
77 | // upperboundLabel
|
---|
78 | //
|
---|
79 | this.upperboundLabel.AutoSize = true;
|
---|
80 | this.upperboundLabel.Location = new System.Drawing.Point(8, 101);
|
---|
81 | this.upperboundLabel.Name = "upperboundLabel";
|
---|
82 | this.upperboundLabel.Size = new System.Drawing.Size(72, 13);
|
---|
83 | this.upperboundLabel.TabIndex = 6;
|
---|
84 | this.upperboundLabel.Text = "Upper bound:";
|
---|
85 | //
|
---|
86 | // variableLabel
|
---|
87 | //
|
---|
88 | this.variableLabel.AutoSize = true;
|
---|
89 | this.variableLabel.Location = new System.Drawing.Point(8, 22);
|
---|
90 | this.variableLabel.Name = "variableLabel";
|
---|
91 | this.variableLabel.Size = new System.Drawing.Size(48, 13);
|
---|
92 | this.variableLabel.TabIndex = 0;
|
---|
93 | this.variableLabel.Text = "Variable:";
|
---|
94 | //
|
---|
95 | // numberderivationLabel
|
---|
96 | //
|
---|
97 | this.numberOfDerivationLabel.AutoSize = true;
|
---|
98 | this.numberOfDerivationLabel.Location = new System.Drawing.Point(8, 48);
|
---|
99 | this.numberOfDerivationLabel.Name = "numberderivationLabel";
|
---|
100 | this.numberOfDerivationLabel.Size = new System.Drawing.Size(58, 13);
|
---|
101 | this.numberOfDerivationLabel.TabIndex = 2;
|
---|
102 | this.numberOfDerivationLabel.Text = "Derivative:";
|
---|
103 | //
|
---|
104 | // upperboundInput
|
---|
105 | //
|
---|
106 | this.upperboundInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
107 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
108 | this.upperboundInput.Location = new System.Drawing.Point(86, 98);
|
---|
109 | this.upperboundInput.Name = "upperboundInput";
|
---|
110 | this.upperboundInput.Size = new System.Drawing.Size(495, 20);
|
---|
111 | this.upperboundInput.TabIndex = 7;
|
---|
112 | this.upperboundInput.Validating += new System.ComponentModel.CancelEventHandler(this.upperboundInput_Validating);
|
---|
113 | this.upperboundInput.Validated += new System.EventHandler(this.upperboundInput_Validated);
|
---|
114 | //
|
---|
115 | // lowerboundInput
|
---|
116 | //
|
---|
117 | this.lowerboundInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
118 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
119 | this.lowerboundInput.Location = new System.Drawing.Point(86, 72);
|
---|
120 | this.lowerboundInput.Name = "lowerboundInput";
|
---|
121 | this.lowerboundInput.Size = new System.Drawing.Size(495, 20);
|
---|
122 | this.lowerboundInput.TabIndex = 5;
|
---|
123 | this.lowerboundInput.Validating += new System.ComponentModel.CancelEventHandler(this.lowerboundInput_Validating);
|
---|
124 | this.lowerboundInput.Validated += new System.EventHandler(this.lowerboundInput_Validated);
|
---|
125 | //
|
---|
126 | // variableInput
|
---|
127 | //
|
---|
128 | this.variableInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
129 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
130 | this.variableInput.Location = new System.Drawing.Point(86, 19);
|
---|
131 | this.variableInput.Name = "variableInput";
|
---|
132 | this.variableInput.Size = new System.Drawing.Size(495, 20);
|
---|
133 | this.variableInput.TabIndex = 1;
|
---|
134 | //
|
---|
135 | // groupBox
|
---|
136 | //
|
---|
137 | this.groupBox.Controls.Add(this.weightTextBox);
|
---|
138 | this.groupBox.Controls.Add(this.weightLabel);
|
---|
139 | this.groupBox.Controls.Add(this.regionLabel);
|
---|
140 | this.groupBox.Controls.Add(this.regionView);
|
---|
141 | this.groupBox.Controls.Add(this.numberOfDerivationsComboBox);
|
---|
142 | this.groupBox.Controls.Add(this.variableInput);
|
---|
143 | this.groupBox.Controls.Add(this.lowerboundInput);
|
---|
144 | this.groupBox.Controls.Add(this.upperboundInput);
|
---|
145 | this.groupBox.Controls.Add(this.numberOfDerivationLabel);
|
---|
146 | this.groupBox.Controls.Add(this.variableLabel);
|
---|
147 | this.groupBox.Controls.Add(this.upperboundLabel);
|
---|
148 | this.groupBox.Controls.Add(this.lowerboundLabel);
|
---|
149 | this.groupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
150 | this.groupBox.Location = new System.Drawing.Point(0, 0);
|
---|
151 | this.groupBox.Name = "groupBox";
|
---|
152 | this.groupBox.Size = new System.Drawing.Size(587, 380);
|
---|
153 | this.groupBox.TabIndex = 0;
|
---|
154 | this.groupBox.TabStop = false;
|
---|
155 | this.groupBox.Text = "Shape Constraint Detail";
|
---|
156 | //
|
---|
157 | // weightInput
|
---|
158 | //
|
---|
159 | this.weightTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
160 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
161 | this.weightTextBox.Location = new System.Drawing.Point(86, 124);
|
---|
162 | this.weightTextBox.Name = "weightInput";
|
---|
163 | this.weightTextBox.Size = new System.Drawing.Size(495, 20);
|
---|
164 | this.weightTextBox.TabIndex = 9;
|
---|
165 | this.weightTextBox.TextChanged += new System.EventHandler(this.weightInput_TextChanged);
|
---|
166 | //
|
---|
167 | // WeightLab
|
---|
168 | //
|
---|
169 | this.weightLabel.AutoSize = true;
|
---|
170 | this.weightLabel.Location = new System.Drawing.Point(8, 127);
|
---|
171 | this.weightLabel.Name = "WeightLab";
|
---|
172 | this.weightLabel.Size = new System.Drawing.Size(44, 13);
|
---|
173 | this.weightLabel.TabIndex = 8;
|
---|
174 | this.weightLabel.Text = "Weight:";
|
---|
175 | //
|
---|
176 | // regionLab
|
---|
177 | //
|
---|
178 | this.regionLabel.AutoSize = true;
|
---|
179 | this.regionLabel.Location = new System.Drawing.Point(8, 150);
|
---|
180 | this.regionLabel.Name = "regionLab";
|
---|
181 | this.regionLabel.Size = new System.Drawing.Size(49, 13);
|
---|
182 | this.regionLabel.TabIndex = 10;
|
---|
183 | this.regionLabel.Text = "Regions:";
|
---|
184 | //
|
---|
185 | // regionView
|
---|
186 | //
|
---|
187 | this.regionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
188 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
189 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
190 | this.regionView.Caption = "IntervalCollection View";
|
---|
191 | this.regionView.Content = null;
|
---|
192 | this.regionView.Location = new System.Drawing.Point(86, 150);
|
---|
193 | this.regionView.Name = "regionView";
|
---|
194 | this.regionView.ReadOnly = false;
|
---|
195 | this.regionView.Size = new System.Drawing.Size(495, 224);
|
---|
196 | this.regionView.TabIndex = 11;
|
---|
197 | this.regionView.TabStop = false;
|
---|
198 | //
|
---|
199 | // numberderivationInput
|
---|
200 | //
|
---|
201 | this.numberOfDerivationsComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
202 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
203 | this.numberOfDerivationsComboBox.FormattingEnabled = true;
|
---|
204 | this.numberOfDerivationsComboBox.Location = new System.Drawing.Point(86, 45);
|
---|
205 | this.numberOfDerivationsComboBox.Name = "numberderivationInput";
|
---|
206 | this.numberOfDerivationsComboBox.Size = new System.Drawing.Size(495, 21);
|
---|
207 | this.numberOfDerivationsComboBox.TabIndex = 3;
|
---|
208 | this.numberOfDerivationsComboBox.SelectedIndexChanged += new System.EventHandler(this.numberderivationInput_SelectedIndexChanged);
|
---|
209 | //
|
---|
210 | // errorProvider
|
---|
211 | //
|
---|
212 | this.errorProvider.ContainerControl = this;
|
---|
213 | this.errorProvider.RightToLeft = true;
|
---|
214 | //
|
---|
215 | // ShapeConstraintView
|
---|
216 | //
|
---|
217 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
218 | this.Controls.Add(this.groupBox);
|
---|
219 | this.Name = "ShapeConstraintView";
|
---|
220 | this.Size = new System.Drawing.Size(587, 380);
|
---|
221 | this.groupBox.ResumeLayout(false);
|
---|
222 | this.groupBox.PerformLayout();
|
---|
223 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
224 | this.ResumeLayout(false);
|
---|
225 |
|
---|
226 | }
|
---|
227 |
|
---|
228 | #endregion
|
---|
229 |
|
---|
230 | private System.Windows.Forms.Label lowerboundLabel;
|
---|
231 | private System.Windows.Forms.Label upperboundLabel;
|
---|
232 | private System.Windows.Forms.Label variableLabel;
|
---|
233 | private System.Windows.Forms.Label numberOfDerivationLabel;
|
---|
234 | private System.Windows.Forms.TextBox upperboundInput;
|
---|
235 | private System.Windows.Forms.TextBox lowerboundInput;
|
---|
236 | private System.Windows.Forms.TextBox variableInput;
|
---|
237 | private System.Windows.Forms.GroupBox groupBox;
|
---|
238 | private System.Windows.Forms.ErrorProvider errorProvider;
|
---|
239 | private System.Windows.Forms.ComboBox numberOfDerivationsComboBox;
|
---|
240 | private IntervalCollectionView regionView;
|
---|
241 | private System.Windows.Forms.Label regionLabel;
|
---|
242 | private System.Windows.Forms.TextBox weightTextBox;
|
---|
243 | private System.Windows.Forms.Label weightLabel;
|
---|
244 | }
|
---|
245 | }
|
---|