Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2971

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