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