Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 17370 was 17370, checked in by chaider, 4 years ago

#2971 Removed the possibility of declaring open and closed intervals. All intervals are closed intervals now.

File size: 11.6 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.lowerboundLabel = new System.Windows.Forms.Label();
48      this.upperboundLabel = new System.Windows.Forms.Label();
49      this.variableLabel = new System.Windows.Forms.Label();
50      this.numberderivationLabel = new System.Windows.Forms.Label();
51      this.upperboundInput = new System.Windows.Forms.TextBox();
52      this.lowerboundInput = new System.Windows.Forms.TextBox();
53      this.variableInput = new System.Windows.Forms.TextBox();
54      this.groupBox1 = new System.Windows.Forms.GroupBox();
55      this.enabledLabel = new System.Windows.Forms.Label();
56      this.label1 = new System.Windows.Forms.Label();
57      this.numberderivationInput = new System.Windows.Forms.ComboBox();
58      this.ischeckedCheckBox = new System.Windows.Forms.CheckBox();
59      this.expressionInput = new System.Windows.Forms.TextBox();
60      this.expressionLabel = new System.Windows.Forms.Label();
61      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
62      this.groupBox1.SuspendLayout();
63      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
64      this.SuspendLayout();
65      //
66      // lowerboundLabel
67      //
68      this.lowerboundLabel.AutoSize = true;
69      this.lowerboundLabel.Location = new System.Drawing.Point(8, 101);
70      this.lowerboundLabel.Name = "lowerboundLabel";
71      this.lowerboundLabel.Size = new System.Drawing.Size(90, 17);
72      this.lowerboundLabel.TabIndex = 2;
73      this.lowerboundLabel.Text = "Lowerbound:";
74      //
75      // upperboundLabel
76      //
77      this.upperboundLabel.AutoSize = true;
78      this.upperboundLabel.Location = new System.Drawing.Point(8, 126);
79      this.upperboundLabel.Name = "upperboundLabel";
80      this.upperboundLabel.Size = new System.Drawing.Size(91, 17);
81      this.upperboundLabel.TabIndex = 3;
82      this.upperboundLabel.Text = "Upperbound:";
83      //
84      // variableLabel
85      //
86      this.variableLabel.AutoSize = true;
87      this.variableLabel.Location = new System.Drawing.Point(8, 47);
88      this.variableLabel.Name = "variableLabel";
89      this.variableLabel.Size = new System.Drawing.Size(64, 17);
90      this.variableLabel.TabIndex = 7;
91      this.variableLabel.Text = "Variable:";
92      //
93      // numberderivationLabel
94      //
95      this.numberderivationLabel.AutoSize = true;
96      this.numberderivationLabel.Location = new System.Drawing.Point(8, 74);
97      this.numberderivationLabel.Name = "numberderivationLabel";
98      this.numberderivationLabel.Size = new System.Drawing.Size(84, 17);
99      this.numberderivationLabel.TabIndex = 8;
100      this.numberderivationLabel.Text = "#Derivation:";
101      //
102      // upperboundInput
103      //
104      this.upperboundInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
105            | System.Windows.Forms.AnchorStyles.Right)));
106      this.upperboundInput.Location = new System.Drawing.Point(108, 123);
107      this.upperboundInput.Name = "upperboundInput";
108      this.upperboundInput.Size = new System.Drawing.Size(473, 22);
109      this.upperboundInput.TabIndex = 11;
110      this.upperboundInput.Validating += new System.ComponentModel.CancelEventHandler(this.upperboundInput_Validating);
111      this.upperboundInput.Validated += new System.EventHandler(this.upperboundInput_Validated);
112      //
113      // lowerboundInput
114      //
115      this.lowerboundInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
116            | System.Windows.Forms.AnchorStyles.Right)));
117      this.lowerboundInput.Location = new System.Drawing.Point(108, 98);
118      this.lowerboundInput.Name = "lowerboundInput";
119      this.lowerboundInput.Size = new System.Drawing.Size(473, 22);
120      this.lowerboundInput.TabIndex = 12;
121      this.lowerboundInput.Validating += new System.ComponentModel.CancelEventHandler(this.lowerboundInput_Validating);
122      this.lowerboundInput.Validated += new System.EventHandler(this.lowerboundInput_Validated);
123      //
124      // variableInput
125      //
126      this.variableInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
127            | System.Windows.Forms.AnchorStyles.Right)));
128      this.variableInput.Location = new System.Drawing.Point(108, 44);
129      this.variableInput.Name = "variableInput";
130      this.variableInput.Size = new System.Drawing.Size(473, 22);
131      this.variableInput.TabIndex = 15;
132      //
133      // groupBox1
134      //
135      this.groupBox1.Controls.Add(this.enabledLabel);
136      this.groupBox1.Controls.Add(this.label1);
137      this.groupBox1.Controls.Add(this.numberderivationInput);
138      this.groupBox1.Controls.Add(this.ischeckedCheckBox);
139      this.groupBox1.Controls.Add(this.expressionInput);
140      this.groupBox1.Controls.Add(this.expressionLabel);
141      this.groupBox1.Controls.Add(this.variableInput);
142      this.groupBox1.Controls.Add(this.lowerboundInput);
143      this.groupBox1.Controls.Add(this.upperboundInput);
144      this.groupBox1.Controls.Add(this.numberderivationLabel);
145      this.groupBox1.Controls.Add(this.variableLabel);
146      this.groupBox1.Controls.Add(this.upperboundLabel);
147      this.groupBox1.Controls.Add(this.lowerboundLabel);
148      this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
149      this.groupBox1.Location = new System.Drawing.Point(0, 0);
150      this.groupBox1.Name = "groupBox1";
151      this.groupBox1.Size = new System.Drawing.Size(587, 380);
152      this.groupBox1.TabIndex = 0;
153      this.groupBox1.TabStop = false;
154      this.groupBox1.Text = "Interval Constraints Detail";
155      //
156      // enabledLabel
157      //
158      this.enabledLabel.AutoSize = true;
159      this.enabledLabel.Location = new System.Drawing.Point(8, 153);
160      this.enabledLabel.Name = "enabledLabel";
161      this.enabledLabel.Size = new System.Drawing.Size(64, 17);
162      this.enabledLabel.TabIndex = 29;
163      this.enabledLabel.Text = "Enabled:";
164      //
165      // label1
166      //
167      this.label1.AutoSize = true;
168      this.label1.Location = new System.Drawing.Point(11, -105);
169      this.label1.Name = "label1";
170      this.label1.Size = new System.Drawing.Size(64, 17);
171      this.label1.TabIndex = 28;
172      this.label1.Text = "Enabled:";
173      //
174      // numberderivationInput
175      //
176      this.numberderivationInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
177            | System.Windows.Forms.AnchorStyles.Right)));
178      this.numberderivationInput.FormattingEnabled = true;
179      this.numberderivationInput.Location = new System.Drawing.Point(108, 71);
180      this.numberderivationInput.Name = "numberderivationInput";
181      this.numberderivationInput.Size = new System.Drawing.Size(473, 24);
182      this.numberderivationInput.TabIndex = 27;
183      this.numberderivationInput.SelectedIndexChanged += new System.EventHandler(this.numberderivationInput_SelectedIndexChanged);
184      //
185      // ischeckedCheckBox
186      //
187      this.ischeckedCheckBox.AutoSize = true;
188      this.ischeckedCheckBox.Location = new System.Drawing.Point(108, 154);
189      this.ischeckedCheckBox.Name = "ischeckedCheckBox";
190      this.ischeckedCheckBox.Size = new System.Drawing.Size(18, 17);
191      this.ischeckedCheckBox.TabIndex = 26;
192      this.ischeckedCheckBox.UseVisualStyleBackColor = true;
193      this.ischeckedCheckBox.CheckedChanged += new System.EventHandler(this.ischeckedCheckBox_CheckedChanged);
194      //
195      // expressionInput
196      //
197      this.expressionInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
198            | System.Windows.Forms.AnchorStyles.Right)));
199      this.expressionInput.Location = new System.Drawing.Point(108, 19);
200      this.expressionInput.Name = "expressionInput";
201      this.expressionInput.Size = new System.Drawing.Size(473, 22);
202      this.expressionInput.TabIndex = 25;
203      //
204      // expressionLabel
205      //
206      this.expressionLabel.AutoSize = true;
207      this.expressionLabel.Location = new System.Drawing.Point(8, 22);
208      this.expressionLabel.Name = "expressionLabel";
209      this.expressionLabel.Size = new System.Drawing.Size(81, 17);
210      this.expressionLabel.TabIndex = 24;
211      this.expressionLabel.Text = "Expression:";
212      //
213      // errorProvider
214      //
215      this.errorProvider.ContainerControl = this;
216      this.errorProvider.RightToLeft = true;
217      //
218      // IntervalConstraintView
219      //
220      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
221      this.Controls.Add(this.groupBox1);
222      this.Name = "IntervalConstraintView";
223      this.Size = new System.Drawing.Size(587, 380);
224      this.groupBox1.ResumeLayout(false);
225      this.groupBox1.PerformLayout();
226      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
227      this.ResumeLayout(false);
228
229    }
230
231    #endregion
232    private System.Windows.Forms.Label lowerboundLabel;
233    private System.Windows.Forms.Label upperboundLabel;
234    private System.Windows.Forms.Label variableLabel;
235    private System.Windows.Forms.Label numberderivationLabel;
236    private System.Windows.Forms.TextBox upperboundInput;
237    private System.Windows.Forms.TextBox lowerboundInput;
238    private System.Windows.Forms.TextBox variableInput;
239    private System.Windows.Forms.GroupBox groupBox1;
240    private System.Windows.Forms.TextBox expressionInput;
241    private System.Windows.Forms.Label expressionLabel;
242    private System.Windows.Forms.ErrorProvider errorProvider;
243    private System.Windows.Forms.CheckBox ischeckedCheckBox;
244    private System.Windows.Forms.ComboBox numberderivationInput;
245    private System.Windows.Forms.Label label1;
246    private System.Windows.Forms.Label enabledLabel;
247  }
248}
Note: See TracBrowser for help on using the repository browser.