Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2971 Changed Parser and IntevalConstraint View

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