Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2971
-Fixed Dispose problem
-Added event handling for item selection

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