Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Views/3.4/IntervalConstraintView.Designer.cs @ 16830

Last change on this file since 16830 was 16830, checked in by chaider, 5 years ago

#2971 Fixed review comments

File size: 15.7 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2019 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
21namespace HeuristicLab.Problems.DataAnalysis.Views {
22  partial class IntervalConstraintView {
23    /// <summary>
24    /// Required designer variable.
25    /// </summary>
26    private System.ComponentModel.IContainer components = null;
27
28    /// <summary>
29    /// Clean up any resources being used.
30    /// </summary>
31    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
32    protected override void Dispose(bool disposing) {
33      if (disposing && (components != null)) {
34        components.Dispose();
35      }
36      base.Dispose(disposing);
37    }
38
39    #region Component Designer generated code
40
41    /// <summary>
42    /// Required method for Designer support - do not modify
43    /// the contents of this method with the code editor.
44    /// </summary>
45    private void InitializeComponent() {
46      this.components = new System.ComponentModel.Container();
47      this.definitionLabel = new System.Windows.Forms.Label();
48      this.lowerboundLabel = new System.Windows.Forms.Label();
49      this.upperboundLabel = new System.Windows.Forms.Label();
50      this.incllowerboundLabel = new System.Windows.Forms.Label();
51      this.inclupperboundLabel = new System.Windows.Forms.Label();
52      this.isderivationLabel = new System.Windows.Forms.Label();
53      this.variableLabel = new System.Windows.Forms.Label();
54      this.numberderivationLabel = new System.Windows.Forms.Label();
55      this.definitionInput = new System.Windows.Forms.TextBox();
56      this.upperboundInput = new System.Windows.Forms.TextBox();
57      this.lowerboundInput = new System.Windows.Forms.TextBox();
58      this.variableInput = new System.Windows.Forms.TextBox();
59      this.groupBox1 = new System.Windows.Forms.GroupBox();
60      this.numberderivationInput = new System.Windows.Forms.ComboBox();
61      this.ischeckedCheckBox = new System.Windows.Forms.CheckBox();
62      this.expressionInput = new System.Windows.Forms.TextBox();
63      this.expressionLabel = new System.Windows.Forms.Label();
64      this.inclupperboundInput = new System.Windows.Forms.CheckBox();
65      this.incllowerboundInput = new System.Windows.Forms.CheckBox();
66      this.derivationInput = new System.Windows.Forms.CheckBox();
67      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
68      this.groupBox1.SuspendLayout();
69      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
70      this.SuspendLayout();
71      //
72      // definitionLabel
73      //
74      this.definitionLabel.AutoSize = true;
75      this.definitionLabel.Location = new System.Drawing.Point(11, 45);
76      this.definitionLabel.Name = "definitionLabel";
77      this.definitionLabel.Size = new System.Drawing.Size(54, 13);
78      this.definitionLabel.TabIndex = 1;
79      this.definitionLabel.Text = "Definition:";
80      //
81      // lowerboundLabel
82      //
83      this.lowerboundLabel.AutoSize = true;
84      this.lowerboundLabel.Location = new System.Drawing.Point(11, 71);
85      this.lowerboundLabel.Name = "lowerboundLabel";
86      this.lowerboundLabel.Size = new System.Drawing.Size(69, 13);
87      this.lowerboundLabel.TabIndex = 2;
88      this.lowerboundLabel.Text = "Lowerbound:";
89      //
90      // upperboundLabel
91      //
92      this.upperboundLabel.AutoSize = true;
93      this.upperboundLabel.Location = new System.Drawing.Point(11, 96);
94      this.upperboundLabel.Name = "upperboundLabel";
95      this.upperboundLabel.Size = new System.Drawing.Size(69, 13);
96      this.upperboundLabel.TabIndex = 3;
97      this.upperboundLabel.Text = "Upperbound:";
98      //
99      // incllowerboundLabel
100      //
101      this.incllowerboundLabel.AutoSize = true;
102      this.incllowerboundLabel.Location = new System.Drawing.Point(11, 122);
103      this.incllowerboundLabel.Name = "incllowerboundLabel";
104      this.incllowerboundLabel.Size = new System.Drawing.Size(92, 13);
105      this.incllowerboundLabel.TabIndex = 4;
106      this.incllowerboundLabel.Text = "Incl. Lowerbound:";
107      //
108      // inclupperboundLabel
109      //
110      this.inclupperboundLabel.AutoSize = true;
111      this.inclupperboundLabel.Location = new System.Drawing.Point(11, 147);
112      this.inclupperboundLabel.Name = "inclupperboundLabel";
113      this.inclupperboundLabel.Size = new System.Drawing.Size(92, 13);
114      this.inclupperboundLabel.TabIndex = 5;
115      this.inclupperboundLabel.Text = "Incl. Upperbound:";
116      //
117      // isderivationLabel
118      //
119      this.isderivationLabel.AutoSize = true;
120      this.isderivationLabel.Location = new System.Drawing.Point(11, 173);
121      this.isderivationLabel.Name = "isderivationLabel";
122      this.isderivationLabel.Size = new System.Drawing.Size(58, 13);
123      this.isderivationLabel.TabIndex = 6;
124      this.isderivationLabel.Text = "Derivation:";
125      //
126      // variableLabel
127      //
128      this.variableLabel.AutoSize = true;
129      this.variableLabel.Location = new System.Drawing.Point(11, 198);
130      this.variableLabel.Name = "variableLabel";
131      this.variableLabel.Size = new System.Drawing.Size(48, 13);
132      this.variableLabel.TabIndex = 7;
133      this.variableLabel.Text = "Variable:";
134      //
135      // numberderivationLabel
136      //
137      this.numberderivationLabel.AutoSize = true;
138      this.numberderivationLabel.Location = new System.Drawing.Point(11, 224);
139      this.numberderivationLabel.Name = "numberderivationLabel";
140      this.numberderivationLabel.Size = new System.Drawing.Size(65, 13);
141      this.numberderivationLabel.TabIndex = 8;
142      this.numberderivationLabel.Text = "#Derivation:";
143      //
144      // definitionInput
145      //
146      this.definitionInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
147            | System.Windows.Forms.AnchorStyles.Right)));
148      this.definitionInput.Location = new System.Drawing.Point(111, 42);
149      this.definitionInput.Name = "definitionInput";
150      this.definitionInput.Size = new System.Drawing.Size(473, 20);
151      this.definitionInput.TabIndex = 9;
152      //
153      // upperboundInput
154      //
155      this.upperboundInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
156            | System.Windows.Forms.AnchorStyles.Right)));
157      this.upperboundInput.Location = new System.Drawing.Point(111, 93);
158      this.upperboundInput.Name = "upperboundInput";
159      this.upperboundInput.Size = new System.Drawing.Size(473, 20);
160      this.upperboundInput.TabIndex = 11;
161      this.upperboundInput.Validating += new System.ComponentModel.CancelEventHandler(this.upperboundInput_Validating);
162      this.upperboundInput.Validated += new System.EventHandler(this.upperboundInput_Validated);
163      //
164      // lowerboundInput
165      //
166      this.lowerboundInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
167            | System.Windows.Forms.AnchorStyles.Right)));
168      this.lowerboundInput.Location = new System.Drawing.Point(111, 68);
169      this.lowerboundInput.Name = "lowerboundInput";
170      this.lowerboundInput.Size = new System.Drawing.Size(473, 20);
171      this.lowerboundInput.TabIndex = 12;
172      this.lowerboundInput.Validating += new System.ComponentModel.CancelEventHandler(this.lowerboundInput_Validating);
173      this.lowerboundInput.Validated += new System.EventHandler(this.lowerboundInput_Validated);
174      //
175      // variableInput
176      //
177      this.variableInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
178            | System.Windows.Forms.AnchorStyles.Right)));
179      this.variableInput.Location = new System.Drawing.Point(111, 195);
180      this.variableInput.Name = "variableInput";
181      this.variableInput.Size = new System.Drawing.Size(473, 20);
182      this.variableInput.TabIndex = 15;
183      //
184      // groupBox1
185      //
186      this.groupBox1.Controls.Add(this.numberderivationInput);
187      this.groupBox1.Controls.Add(this.ischeckedCheckBox);
188      this.groupBox1.Controls.Add(this.expressionInput);
189      this.groupBox1.Controls.Add(this.expressionLabel);
190      this.groupBox1.Controls.Add(this.inclupperboundInput);
191      this.groupBox1.Controls.Add(this.incllowerboundInput);
192      this.groupBox1.Controls.Add(this.derivationInput);
193      this.groupBox1.Controls.Add(this.variableInput);
194      this.groupBox1.Controls.Add(this.lowerboundInput);
195      this.groupBox1.Controls.Add(this.upperboundInput);
196      this.groupBox1.Controls.Add(this.definitionInput);
197      this.groupBox1.Controls.Add(this.numberderivationLabel);
198      this.groupBox1.Controls.Add(this.variableLabel);
199      this.groupBox1.Controls.Add(this.isderivationLabel);
200      this.groupBox1.Controls.Add(this.inclupperboundLabel);
201      this.groupBox1.Controls.Add(this.incllowerboundLabel);
202      this.groupBox1.Controls.Add(this.upperboundLabel);
203      this.groupBox1.Controls.Add(this.lowerboundLabel);
204      this.groupBox1.Controls.Add(this.definitionLabel);
205      this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
206      this.groupBox1.Location = new System.Drawing.Point(0, 0);
207      this.groupBox1.Name = "groupBox1";
208      this.groupBox1.Size = new System.Drawing.Size(587, 380);
209      this.groupBox1.TabIndex = 0;
210      this.groupBox1.TabStop = false;
211      this.groupBox1.Text = "Interval Constraints Detail";
212      //
213      // numberderivationInput
214      //
215      this.numberderivationInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
216            | System.Windows.Forms.AnchorStyles.Right)));
217      this.numberderivationInput.FormattingEnabled = true;
218      this.numberderivationInput.Location = new System.Drawing.Point(111, 224);
219      this.numberderivationInput.Name = "numberderivationInput";
220      this.numberderivationInput.Size = new System.Drawing.Size(470, 21);
221      this.numberderivationInput.TabIndex = 27;
222      this.numberderivationInput.SelectedIndexChanged += new System.EventHandler(this.numberderivationInput_SelectedIndexChanged);
223      //
224      // ischeckedCheckBox
225      //
226      this.ischeckedCheckBox.AutoSize = true;
227      this.ischeckedCheckBox.Location = new System.Drawing.Point(14, 257);
228      this.ischeckedCheckBox.Name = "ischeckedCheckBox";
229      this.ischeckedCheckBox.Size = new System.Drawing.Size(65, 17);
230      this.ischeckedCheckBox.TabIndex = 26;
231      this.ischeckedCheckBox.Text = "Enabled";
232      this.ischeckedCheckBox.UseVisualStyleBackColor = true;
233      this.ischeckedCheckBox.CheckedChanged += new System.EventHandler(this.ischeckedCheckBox_CheckedChanged);
234      //
235      // expressionInput
236      //
237      this.expressionInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
238            | System.Windows.Forms.AnchorStyles.Right)));
239      this.expressionInput.Location = new System.Drawing.Point(111, 17);
240      this.expressionInput.Name = "expressionInput";
241      this.expressionInput.Size = new System.Drawing.Size(473, 20);
242      this.expressionInput.TabIndex = 25;
243      //
244      // expressionLabel
245      //
246      this.expressionLabel.AutoSize = true;
247      this.expressionLabel.Location = new System.Drawing.Point(11, 20);
248      this.expressionLabel.Name = "expressionLabel";
249      this.expressionLabel.Size = new System.Drawing.Size(61, 13);
250      this.expressionLabel.TabIndex = 24;
251      this.expressionLabel.Text = "Expression:";
252      //
253      // inclupperboundInput
254      //
255      this.inclupperboundInput.AutoSize = true;
256      this.inclupperboundInput.Location = new System.Drawing.Point(111, 146);
257      this.inclupperboundInput.Name = "inclupperboundInput";
258      this.inclupperboundInput.Size = new System.Drawing.Size(15, 14);
259      this.inclupperboundInput.TabIndex = 23;
260      this.inclupperboundInput.UseVisualStyleBackColor = true;
261      this.inclupperboundInput.CheckedChanged += new System.EventHandler(this.inclupperboundInput_CheckedChanged);
262      //
263      // incllowerboundInput
264      //
265      this.incllowerboundInput.AutoSize = true;
266      this.incllowerboundInput.Location = new System.Drawing.Point(111, 122);
267      this.incllowerboundInput.Name = "incllowerboundInput";
268      this.incllowerboundInput.Size = new System.Drawing.Size(15, 14);
269      this.incllowerboundInput.TabIndex = 22;
270      this.incllowerboundInput.UseVisualStyleBackColor = true;
271      this.incllowerboundInput.CheckedChanged += new System.EventHandler(this.incllowerboundInput_CheckedChanged);
272      //
273      // derivationInput
274      //
275      this.derivationInput.AutoSize = true;
276      this.derivationInput.Location = new System.Drawing.Point(111, 173);
277      this.derivationInput.Name = "derivationInput";
278      this.derivationInput.Size = new System.Drawing.Size(15, 14);
279      this.derivationInput.TabIndex = 21;
280      this.derivationInput.UseVisualStyleBackColor = true;
281      //
282      // errorProvider
283      //
284      this.errorProvider.ContainerControl = this;
285      this.errorProvider.RightToLeft = true;
286      //
287      // IntervalConstraintView
288      //
289      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
290      this.Controls.Add(this.groupBox1);
291      this.Name = "IntervalConstraintView";
292      this.Size = new System.Drawing.Size(587, 380);
293      this.groupBox1.ResumeLayout(false);
294      this.groupBox1.PerformLayout();
295      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
296      this.ResumeLayout(false);
297
298    }
299
300    #endregion
301    private System.Windows.Forms.Label definitionLabel;
302    private System.Windows.Forms.Label lowerboundLabel;
303    private System.Windows.Forms.Label upperboundLabel;
304    private System.Windows.Forms.Label incllowerboundLabel;
305    private System.Windows.Forms.Label inclupperboundLabel;
306    private System.Windows.Forms.Label isderivationLabel;
307    private System.Windows.Forms.Label variableLabel;
308    private System.Windows.Forms.Label numberderivationLabel;
309    private System.Windows.Forms.TextBox definitionInput;
310    private System.Windows.Forms.TextBox upperboundInput;
311    private System.Windows.Forms.TextBox lowerboundInput;
312    private System.Windows.Forms.TextBox variableInput;
313    private System.Windows.Forms.GroupBox groupBox1;
314    private System.Windows.Forms.CheckBox derivationInput;
315    private System.Windows.Forms.CheckBox inclupperboundInput;
316    private System.Windows.Forms.CheckBox incllowerboundInput;
317    private System.Windows.Forms.TextBox expressionInput;
318    private System.Windows.Forms.Label expressionLabel;
319    private System.Windows.Forms.ErrorProvider errorProvider;
320    private System.Windows.Forms.CheckBox ischeckedCheckBox;
321    private System.Windows.Forms.ComboBox numberderivationInput;
322  }
323}
Note: See TracBrowser for help on using the repository browser.