Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2971 Changed some views

File size: 15.0 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.variableLabel = new System.Windows.Forms.Label();
53      this.numberderivationLabel = new System.Windows.Forms.Label();
54      this.definitionInput = new System.Windows.Forms.TextBox();
55      this.upperboundInput = new System.Windows.Forms.TextBox();
56      this.lowerboundInput = new System.Windows.Forms.TextBox();
57      this.variableInput = new System.Windows.Forms.TextBox();
58      this.groupBox1 = new System.Windows.Forms.GroupBox();
59      this.label1 = new System.Windows.Forms.Label();
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.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
67      this.groupBox1.SuspendLayout();
68      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
69      this.SuspendLayout();
70      //
71      // definitionLabel
72      //
73      this.definitionLabel.AutoSize = true;
74      this.definitionLabel.Location = new System.Drawing.Point(11, 72);
75      this.definitionLabel.Name = "definitionLabel";
76      this.definitionLabel.Size = new System.Drawing.Size(54, 13);
77      this.definitionLabel.TabIndex = 1;
78      this.definitionLabel.Text = "Definition:";
79      //
80      // lowerboundLabel
81      //
82      this.lowerboundLabel.AutoSize = true;
83      this.lowerboundLabel.Location = new System.Drawing.Point(11, 98);
84      this.lowerboundLabel.Name = "lowerboundLabel";
85      this.lowerboundLabel.Size = new System.Drawing.Size(69, 13);
86      this.lowerboundLabel.TabIndex = 2;
87      this.lowerboundLabel.Text = "Lowerbound:";
88      //
89      // upperboundLabel
90      //
91      this.upperboundLabel.AutoSize = true;
92      this.upperboundLabel.Location = new System.Drawing.Point(11, 123);
93      this.upperboundLabel.Name = "upperboundLabel";
94      this.upperboundLabel.Size = new System.Drawing.Size(69, 13);
95      this.upperboundLabel.TabIndex = 3;
96      this.upperboundLabel.Text = "Upperbound:";
97      //
98      // incllowerboundLabel
99      //
100      this.incllowerboundLabel.AutoSize = true;
101      this.incllowerboundLabel.Location = new System.Drawing.Point(11, 149);
102      this.incllowerboundLabel.Name = "incllowerboundLabel";
103      this.incllowerboundLabel.Size = new System.Drawing.Size(92, 13);
104      this.incllowerboundLabel.TabIndex = 4;
105      this.incllowerboundLabel.Text = "Incl. Lowerbound:";
106      //
107      // inclupperboundLabel
108      //
109      this.inclupperboundLabel.AutoSize = true;
110      this.inclupperboundLabel.Location = new System.Drawing.Point(11, 174);
111      this.inclupperboundLabel.Name = "inclupperboundLabel";
112      this.inclupperboundLabel.Size = new System.Drawing.Size(92, 13);
113      this.inclupperboundLabel.TabIndex = 5;
114      this.inclupperboundLabel.Text = "Incl. Upperbound:";
115      //
116      // variableLabel
117      //
118      this.variableLabel.AutoSize = true;
119      this.variableLabel.Location = new System.Drawing.Point(11, 199);
120      this.variableLabel.Name = "variableLabel";
121      this.variableLabel.Size = new System.Drawing.Size(48, 13);
122      this.variableLabel.TabIndex = 7;
123      this.variableLabel.Text = "Variable:";
124      //
125      // numberderivationLabel
126      //
127      this.numberderivationLabel.AutoSize = true;
128      this.numberderivationLabel.Location = new System.Drawing.Point(11, 225);
129      this.numberderivationLabel.Name = "numberderivationLabel";
130      this.numberderivationLabel.Size = new System.Drawing.Size(65, 13);
131      this.numberderivationLabel.TabIndex = 8;
132      this.numberderivationLabel.Text = "#Derivation:";
133      //
134      // definitionInput
135      //
136      this.definitionInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
137            | System.Windows.Forms.AnchorStyles.Right)));
138      this.definitionInput.Location = new System.Drawing.Point(111, 69);
139      this.definitionInput.Name = "definitionInput";
140      this.definitionInput.Size = new System.Drawing.Size(473, 20);
141      this.definitionInput.TabIndex = 9;
142      //
143      // upperboundInput
144      //
145      this.upperboundInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
146            | System.Windows.Forms.AnchorStyles.Right)));
147      this.upperboundInput.Location = new System.Drawing.Point(111, 120);
148      this.upperboundInput.Name = "upperboundInput";
149      this.upperboundInput.Size = new System.Drawing.Size(473, 20);
150      this.upperboundInput.TabIndex = 11;
151      this.upperboundInput.Validating += new System.ComponentModel.CancelEventHandler(this.upperboundInput_Validating);
152      this.upperboundInput.Validated += new System.EventHandler(this.upperboundInput_Validated);
153      //
154      // lowerboundInput
155      //
156      this.lowerboundInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
157            | System.Windows.Forms.AnchorStyles.Right)));
158      this.lowerboundInput.Location = new System.Drawing.Point(111, 95);
159      this.lowerboundInput.Name = "lowerboundInput";
160      this.lowerboundInput.Size = new System.Drawing.Size(473, 20);
161      this.lowerboundInput.TabIndex = 12;
162      this.lowerboundInput.Validating += new System.ComponentModel.CancelEventHandler(this.lowerboundInput_Validating);
163      this.lowerboundInput.Validated += new System.EventHandler(this.lowerboundInput_Validated);
164      //
165      // variableInput
166      //
167      this.variableInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
168            | System.Windows.Forms.AnchorStyles.Right)));
169      this.variableInput.Location = new System.Drawing.Point(111, 196);
170      this.variableInput.Name = "variableInput";
171      this.variableInput.Size = new System.Drawing.Size(473, 20);
172      this.variableInput.TabIndex = 15;
173      //
174      // groupBox1
175      //
176      this.groupBox1.Controls.Add(this.label1);
177      this.groupBox1.Controls.Add(this.numberderivationInput);
178      this.groupBox1.Controls.Add(this.ischeckedCheckBox);
179      this.groupBox1.Controls.Add(this.expressionInput);
180      this.groupBox1.Controls.Add(this.expressionLabel);
181      this.groupBox1.Controls.Add(this.inclupperboundInput);
182      this.groupBox1.Controls.Add(this.incllowerboundInput);
183      this.groupBox1.Controls.Add(this.variableInput);
184      this.groupBox1.Controls.Add(this.lowerboundInput);
185      this.groupBox1.Controls.Add(this.upperboundInput);
186      this.groupBox1.Controls.Add(this.definitionInput);
187      this.groupBox1.Controls.Add(this.numberderivationLabel);
188      this.groupBox1.Controls.Add(this.variableLabel);
189      this.groupBox1.Controls.Add(this.inclupperboundLabel);
190      this.groupBox1.Controls.Add(this.incllowerboundLabel);
191      this.groupBox1.Controls.Add(this.upperboundLabel);
192      this.groupBox1.Controls.Add(this.lowerboundLabel);
193      this.groupBox1.Controls.Add(this.definitionLabel);
194      this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
195      this.groupBox1.Location = new System.Drawing.Point(0, 0);
196      this.groupBox1.Name = "groupBox1";
197      this.groupBox1.Size = new System.Drawing.Size(587, 380);
198      this.groupBox1.TabIndex = 0;
199      this.groupBox1.TabStop = false;
200      this.groupBox1.Text = "Interval Constraints Detail";
201      //
202      // label1
203      //
204      this.label1.AutoSize = true;
205      this.label1.Location = new System.Drawing.Point(11, 22);
206      this.label1.Name = "label1";
207      this.label1.Size = new System.Drawing.Size(49, 13);
208      this.label1.TabIndex = 28;
209      this.label1.Text = "Enabled:";
210      //
211      // numberderivationInput
212      //
213      this.numberderivationInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
214            | System.Windows.Forms.AnchorStyles.Right)));
215      this.numberderivationInput.FormattingEnabled = true;
216      this.numberderivationInput.Location = new System.Drawing.Point(111, 225);
217      this.numberderivationInput.Name = "numberderivationInput";
218      this.numberderivationInput.Size = new System.Drawing.Size(470, 21);
219      this.numberderivationInput.TabIndex = 27;
220      this.numberderivationInput.SelectedIndexChanged += new System.EventHandler(this.numberderivationInput_SelectedIndexChanged);
221      //
222      // ischeckedCheckBox
223      //
224      this.ischeckedCheckBox.AutoSize = true;
225      this.ischeckedCheckBox.Location = new System.Drawing.Point(111, 21);
226      this.ischeckedCheckBox.Name = "ischeckedCheckBox";
227      this.ischeckedCheckBox.Size = new System.Drawing.Size(15, 14);
228      this.ischeckedCheckBox.TabIndex = 26;
229      this.ischeckedCheckBox.UseVisualStyleBackColor = true;
230      this.ischeckedCheckBox.CheckedChanged += new System.EventHandler(this.ischeckedCheckBox_CheckedChanged);
231      //
232      // expressionInput
233      //
234      this.expressionInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
235            | System.Windows.Forms.AnchorStyles.Right)));
236      this.expressionInput.Location = new System.Drawing.Point(111, 44);
237      this.expressionInput.Name = "expressionInput";
238      this.expressionInput.Size = new System.Drawing.Size(473, 20);
239      this.expressionInput.TabIndex = 25;
240      //
241      // expressionLabel
242      //
243      this.expressionLabel.AutoSize = true;
244      this.expressionLabel.Location = new System.Drawing.Point(11, 47);
245      this.expressionLabel.Name = "expressionLabel";
246      this.expressionLabel.Size = new System.Drawing.Size(61, 13);
247      this.expressionLabel.TabIndex = 24;
248      this.expressionLabel.Text = "Expression:";
249      //
250      // inclupperboundInput
251      //
252      this.inclupperboundInput.AutoSize = true;
253      this.inclupperboundInput.Location = new System.Drawing.Point(111, 173);
254      this.inclupperboundInput.Name = "inclupperboundInput";
255      this.inclupperboundInput.Size = new System.Drawing.Size(15, 14);
256      this.inclupperboundInput.TabIndex = 23;
257      this.inclupperboundInput.UseVisualStyleBackColor = true;
258      this.inclupperboundInput.CheckedChanged += new System.EventHandler(this.inclupperboundInput_CheckedChanged);
259      //
260      // incllowerboundInput
261      //
262      this.incllowerboundInput.AutoSize = true;
263      this.incllowerboundInput.Location = new System.Drawing.Point(111, 149);
264      this.incllowerboundInput.Name = "incllowerboundInput";
265      this.incllowerboundInput.Size = new System.Drawing.Size(15, 14);
266      this.incllowerboundInput.TabIndex = 22;
267      this.incllowerboundInput.UseVisualStyleBackColor = true;
268      this.incllowerboundInput.CheckedChanged += new System.EventHandler(this.incllowerboundInput_CheckedChanged);
269      //
270      // errorProvider
271      //
272      this.errorProvider.ContainerControl = this;
273      this.errorProvider.RightToLeft = true;
274      //
275      // IntervalConstraintView
276      //
277      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
278      this.Controls.Add(this.groupBox1);
279      this.Name = "IntervalConstraintView";
280      this.Size = new System.Drawing.Size(587, 380);
281      this.groupBox1.ResumeLayout(false);
282      this.groupBox1.PerformLayout();
283      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
284      this.ResumeLayout(false);
285
286    }
287
288    #endregion
289    private System.Windows.Forms.Label definitionLabel;
290    private System.Windows.Forms.Label lowerboundLabel;
291    private System.Windows.Forms.Label upperboundLabel;
292    private System.Windows.Forms.Label incllowerboundLabel;
293    private System.Windows.Forms.Label inclupperboundLabel;
294    private System.Windows.Forms.Label variableLabel;
295    private System.Windows.Forms.Label numberderivationLabel;
296    private System.Windows.Forms.TextBox definitionInput;
297    private System.Windows.Forms.TextBox upperboundInput;
298    private System.Windows.Forms.TextBox lowerboundInput;
299    private System.Windows.Forms.TextBox variableInput;
300    private System.Windows.Forms.GroupBox groupBox1;
301    private System.Windows.Forms.CheckBox inclupperboundInput;
302    private System.Windows.Forms.CheckBox incllowerboundInput;
303    private System.Windows.Forms.TextBox expressionInput;
304    private System.Windows.Forms.Label expressionLabel;
305    private System.Windows.Forms.ErrorProvider errorProvider;
306    private System.Windows.Forms.CheckBox ischeckedCheckBox;
307    private System.Windows.Forms.ComboBox numberderivationInput;
308    private System.Windows.Forms.Label label1;
309  }
310}
Note: See TracBrowser for help on using the repository browser.