Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2971 Changed IntervalConstraints View

File size: 11.3 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.expressionLabel = new System.Windows.Forms.Label();
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.expressionInput = new System.Windows.Forms.TextBox();
37      this.upperboundInput = new System.Windows.Forms.TextBox();
38      this.lowerboundInput = new System.Windows.Forms.TextBox();
39      this.variableInput = new System.Windows.Forms.TextBox();
40      this.numberderivationInput = new System.Windows.Forms.TextBox();
41      this.groupBox1 = new System.Windows.Forms.GroupBox();
42      this.lowerCombo = new System.Windows.Forms.ComboBox();
43      this.upperCombo = new System.Windows.Forms.ComboBox();
44      this.derivationInput = new System.Windows.Forms.TextBox();
45      this.groupBox1.SuspendLayout();
46      this.SuspendLayout();
47      //
48      // expressionLabel
49      //
50      this.expressionLabel.AutoSize = true;
51      this.expressionLabel.Location = new System.Drawing.Point(11, 20);
52      this.expressionLabel.Name = "expressionLabel";
53      this.expressionLabel.Size = new System.Drawing.Size(61, 13);
54      this.expressionLabel.TabIndex = 0;
55      this.expressionLabel.Text = "Expression:";
56      //
57      // definitionLabel
58      //
59      this.definitionLabel.AutoSize = true;
60      this.definitionLabel.Location = new System.Drawing.Point(11, 45);
61      this.definitionLabel.Name = "definitionLabel";
62      this.definitionLabel.Size = new System.Drawing.Size(54, 13);
63      this.definitionLabel.TabIndex = 1;
64      this.definitionLabel.Text = "Definition:";
65      //
66      // lowerboundLabel
67      //
68      this.lowerboundLabel.AutoSize = true;
69      this.lowerboundLabel.Location = new System.Drawing.Point(11, 71);
70      this.lowerboundLabel.Name = "lowerboundLabel";
71      this.lowerboundLabel.Size = new System.Drawing.Size(69, 13);
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(11, 96);
79      this.upperboundLabel.Name = "upperboundLabel";
80      this.upperboundLabel.Size = new System.Drawing.Size(69, 13);
81      this.upperboundLabel.TabIndex = 3;
82      this.upperboundLabel.Text = "Upperbound:";
83      //
84      // incllowerboundLabel
85      //
86      this.incllowerboundLabel.AutoSize = true;
87      this.incllowerboundLabel.Location = new System.Drawing.Point(11, 122);
88      this.incllowerboundLabel.Name = "incllowerboundLabel";
89      this.incllowerboundLabel.Size = new System.Drawing.Size(92, 13);
90      this.incllowerboundLabel.TabIndex = 4;
91      this.incllowerboundLabel.Text = "Incl. Lowerbound:";
92      //
93      // inclupperboundLabel
94      //
95      this.inclupperboundLabel.AutoSize = true;
96      this.inclupperboundLabel.Location = new System.Drawing.Point(11, 147);
97      this.inclupperboundLabel.Name = "inclupperboundLabel";
98      this.inclupperboundLabel.Size = new System.Drawing.Size(92, 13);
99      this.inclupperboundLabel.TabIndex = 5;
100      this.inclupperboundLabel.Text = "Incl. Upperbound:";
101      //
102      // isderivationLabel
103      //
104      this.isderivationLabel.AutoSize = true;
105      this.isderivationLabel.Location = new System.Drawing.Point(11, 173);
106      this.isderivationLabel.Name = "isderivationLabel";
107      this.isderivationLabel.Size = new System.Drawing.Size(58, 13);
108      this.isderivationLabel.TabIndex = 6;
109      this.isderivationLabel.Text = "Derivation:";
110      //
111      // variableLabel
112      //
113      this.variableLabel.AutoSize = true;
114      this.variableLabel.Location = new System.Drawing.Point(11, 198);
115      this.variableLabel.Name = "variableLabel";
116      this.variableLabel.Size = new System.Drawing.Size(48, 13);
117      this.variableLabel.TabIndex = 7;
118      this.variableLabel.Text = "Variable:";
119      //
120      // numberderivationLabel
121      //
122      this.numberderivationLabel.AutoSize = true;
123      this.numberderivationLabel.Location = new System.Drawing.Point(11, 224);
124      this.numberderivationLabel.Name = "numberderivationLabel";
125      this.numberderivationLabel.Size = new System.Drawing.Size(65, 13);
126      this.numberderivationLabel.TabIndex = 8;
127      this.numberderivationLabel.Text = "#Derivation:";
128      //
129      // definitionInput
130      //
131      this.definitionInput.Location = new System.Drawing.Point(111, 42);
132      this.definitionInput.Name = "definitionInput";
133      this.definitionInput.Size = new System.Drawing.Size(473, 20);
134      this.definitionInput.TabIndex = 9;
135      //
136      // expressionInput
137      //
138      this.expressionInput.Location = new System.Drawing.Point(111, 17);
139      this.expressionInput.Name = "expressionInput";
140      this.expressionInput.Size = new System.Drawing.Size(473, 20);
141      this.expressionInput.TabIndex = 10;
142      //
143      // upperboundInput
144      //
145      this.upperboundInput.Location = new System.Drawing.Point(111, 93);
146      this.upperboundInput.Name = "upperboundInput";
147      this.upperboundInput.Size = new System.Drawing.Size(473, 20);
148      this.upperboundInput.TabIndex = 11;
149      //
150      // lowerboundInput
151      //
152      this.lowerboundInput.Location = new System.Drawing.Point(111, 68);
153      this.lowerboundInput.Name = "lowerboundInput";
154      this.lowerboundInput.Size = new System.Drawing.Size(473, 20);
155      this.lowerboundInput.TabIndex = 12;
156      //
157      // variableInput
158      //
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.Location = new System.Drawing.Point(111, 221);
167      this.numberderivationInput.Name = "numberderivationInput";
168      this.numberderivationInput.Size = new System.Drawing.Size(473, 20);
169      this.numberderivationInput.TabIndex = 17;
170      //
171      // groupBox1
172      //
173      this.groupBox1.Controls.Add(this.derivationInput);
174      this.groupBox1.Controls.Add(this.lowerCombo);
175      this.groupBox1.Controls.Add(this.upperCombo);
176      this.groupBox1.Controls.Add(this.numberderivationInput);
177      this.groupBox1.Controls.Add(this.variableInput);
178      this.groupBox1.Controls.Add(this.lowerboundInput);
179      this.groupBox1.Controls.Add(this.upperboundInput);
180      this.groupBox1.Controls.Add(this.expressionInput);
181      this.groupBox1.Controls.Add(this.definitionInput);
182      this.groupBox1.Controls.Add(this.numberderivationLabel);
183      this.groupBox1.Controls.Add(this.variableLabel);
184      this.groupBox1.Controls.Add(this.isderivationLabel);
185      this.groupBox1.Controls.Add(this.inclupperboundLabel);
186      this.groupBox1.Controls.Add(this.incllowerboundLabel);
187      this.groupBox1.Controls.Add(this.upperboundLabel);
188      this.groupBox1.Controls.Add(this.lowerboundLabel);
189      this.groupBox1.Controls.Add(this.definitionLabel);
190      this.groupBox1.Controls.Add(this.expressionLabel);
191      this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
192      this.groupBox1.Location = new System.Drawing.Point(0, 0);
193      this.groupBox1.Name = "groupBox1";
194      this.groupBox1.Size = new System.Drawing.Size(587, 380);
195      this.groupBox1.TabIndex = 0;
196      this.groupBox1.TabStop = false;
197      this.groupBox1.Text = "Interval Constraints Detail";
198      //
199      // lowerCombo
200      //
201      this.lowerCombo.FormattingEnabled = true;
202      this.lowerCombo.Items.AddRange(new object[] {
203            "True",
204            "False"});
205      this.lowerCombo.Location = new System.Drawing.Point(111, 119);
206      this.lowerCombo.Name = "lowerCombo";
207      this.lowerCombo.Size = new System.Drawing.Size(473, 21);
208      this.lowerCombo.TabIndex = 20;
209      //
210      // upperCombo
211      //
212      this.upperCombo.FormattingEnabled = true;
213      this.upperCombo.Items.AddRange(new object[] {
214            "True",
215            "False"});
216      this.upperCombo.Location = new System.Drawing.Point(111, 146);
217      this.upperCombo.Name = "upperCombo";
218      this.upperCombo.Size = new System.Drawing.Size(473, 21);
219      this.upperCombo.TabIndex = 19;
220      //
221      // derivationInput
222      //
223      this.derivationInput.Location = new System.Drawing.Point(111, 170);
224      this.derivationInput.Name = "derivationInput";
225      this.derivationInput.Size = new System.Drawing.Size(473, 20);
226      this.derivationInput.TabIndex = 21;
227      //
228      // IntervalConstraintView
229      //
230      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
231      this.Controls.Add(this.groupBox1);
232      this.Name = "IntervalConstraintView";
233      this.Size = new System.Drawing.Size(587, 380);
234      this.groupBox1.ResumeLayout(false);
235      this.groupBox1.PerformLayout();
236      this.ResumeLayout(false);
237
238    }
239
240    #endregion
241
242    private System.Windows.Forms.Label expressionLabel;
243    private System.Windows.Forms.Label definitionLabel;
244    private System.Windows.Forms.Label lowerboundLabel;
245    private System.Windows.Forms.Label upperboundLabel;
246    private System.Windows.Forms.Label incllowerboundLabel;
247    private System.Windows.Forms.Label inclupperboundLabel;
248    private System.Windows.Forms.Label isderivationLabel;
249    private System.Windows.Forms.Label variableLabel;
250    private System.Windows.Forms.Label numberderivationLabel;
251    private System.Windows.Forms.TextBox definitionInput;
252    private System.Windows.Forms.TextBox expressionInput;
253    private System.Windows.Forms.TextBox upperboundInput;
254    private System.Windows.Forms.TextBox lowerboundInput;
255    private System.Windows.Forms.TextBox variableInput;
256    private System.Windows.Forms.TextBox numberderivationInput;
257    private System.Windows.Forms.GroupBox groupBox1;
258    private System.Windows.Forms.ComboBox lowerCombo;
259    private System.Windows.Forms.ComboBox upperCombo;
260    private System.Windows.Forms.TextBox derivationInput;
261  }
262}
Note: See TracBrowser for help on using the repository browser.