Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2971 Removed the possibility of declaring open and closed intervals. All intervals are closed intervals now.

File size: 11.6 KB
RevLine 
[16830]1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21namespace HeuristicLab.Problems.DataAnalysis.Views {
[16772]22  partial class IntervalConstraintView {
23    /// <summary>
24    /// Required designer variable.
25    /// </summary>
26    private System.ComponentModel.IContainer components = null;
27
28    /// <summary>
29    /// Clean up any resources being used.
30    /// </summary>
31    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
32    protected override void Dispose(bool disposing) {
33      if (disposing && (components != null)) {
34        components.Dispose();
35      }
36      base.Dispose(disposing);
37    }
38
39    #region Component Designer generated code
40
41    /// <summary>
42    /// Required method for Designer support - do not modify
43    /// the contents of this method with the code editor.
44    /// </summary>
45    private void InitializeComponent() {
[16774]46      this.components = new System.ComponentModel.Container();
[16772]47      this.lowerboundLabel = new System.Windows.Forms.Label();
48      this.upperboundLabel = new System.Windows.Forms.Label();
49      this.variableLabel = new System.Windows.Forms.Label();
50      this.numberderivationLabel = new System.Windows.Forms.Label();
51      this.upperboundInput = new System.Windows.Forms.TextBox();
52      this.lowerboundInput = new System.Windows.Forms.TextBox();
53      this.variableInput = new System.Windows.Forms.TextBox();
[16774]54      this.groupBox1 = new System.Windows.Forms.GroupBox();
[17370]55      this.enabledLabel = new System.Windows.Forms.Label();
[16862]56      this.label1 = new System.Windows.Forms.Label();
[16787]57      this.numberderivationInput = new System.Windows.Forms.ComboBox();
[16777]58      this.ischeckedCheckBox = new System.Windows.Forms.CheckBox();
59      this.expressionInput = new System.Windows.Forms.TextBox();
60      this.expressionLabel = new System.Windows.Forms.Label();
[16774]61      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
[16772]62      this.groupBox1.SuspendLayout();
[16774]63      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
[16772]64      this.SuspendLayout();
65      //
66      // lowerboundLabel
67      //
68      this.lowerboundLabel.AutoSize = true;
[16898]69      this.lowerboundLabel.Location = new System.Drawing.Point(8, 101);
[16772]70      this.lowerboundLabel.Name = "lowerboundLabel";
[17370]71      this.lowerboundLabel.Size = new System.Drawing.Size(90, 17);
[16772]72      this.lowerboundLabel.TabIndex = 2;
73      this.lowerboundLabel.Text = "Lowerbound:";
74      //
75      // upperboundLabel
76      //
77      this.upperboundLabel.AutoSize = true;
[16898]78      this.upperboundLabel.Location = new System.Drawing.Point(8, 126);
[16772]79      this.upperboundLabel.Name = "upperboundLabel";
[17370]80      this.upperboundLabel.Size = new System.Drawing.Size(91, 17);
[16772]81      this.upperboundLabel.TabIndex = 3;
82      this.upperboundLabel.Text = "Upperbound:";
83      //
84      // variableLabel
85      //
86      this.variableLabel.AutoSize = true;
[16898]87      this.variableLabel.Location = new System.Drawing.Point(8, 47);
[16772]88      this.variableLabel.Name = "variableLabel";
[17370]89      this.variableLabel.Size = new System.Drawing.Size(64, 17);
[16772]90      this.variableLabel.TabIndex = 7;
91      this.variableLabel.Text = "Variable:";
92      //
93      // numberderivationLabel
94      //
95      this.numberderivationLabel.AutoSize = true;
[16898]96      this.numberderivationLabel.Location = new System.Drawing.Point(8, 74);
[16772]97      this.numberderivationLabel.Name = "numberderivationLabel";
[17370]98      this.numberderivationLabel.Size = new System.Drawing.Size(84, 17);
[16772]99      this.numberderivationLabel.TabIndex = 8;
100      this.numberderivationLabel.Text = "#Derivation:";
101      //
102      // upperboundInput
103      //
[16774]104      this.upperboundInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
105            | System.Windows.Forms.AnchorStyles.Right)));
[16898]106      this.upperboundInput.Location = new System.Drawing.Point(108, 123);
[16772]107      this.upperboundInput.Name = "upperboundInput";
[17370]108      this.upperboundInput.Size = new System.Drawing.Size(473, 22);
[16772]109      this.upperboundInput.TabIndex = 11;
[16776]110      this.upperboundInput.Validating += new System.ComponentModel.CancelEventHandler(this.upperboundInput_Validating);
111      this.upperboundInput.Validated += new System.EventHandler(this.upperboundInput_Validated);
[16772]112      //
113      // lowerboundInput
114      //
[16774]115      this.lowerboundInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
116            | System.Windows.Forms.AnchorStyles.Right)));
[16898]117      this.lowerboundInput.Location = new System.Drawing.Point(108, 98);
[16772]118      this.lowerboundInput.Name = "lowerboundInput";
[17370]119      this.lowerboundInput.Size = new System.Drawing.Size(473, 22);
[16772]120      this.lowerboundInput.TabIndex = 12;
[16776]121      this.lowerboundInput.Validating += new System.ComponentModel.CancelEventHandler(this.lowerboundInput_Validating);
122      this.lowerboundInput.Validated += new System.EventHandler(this.lowerboundInput_Validated);
[16772]123      //
124      // variableInput
125      //
[16774]126      this.variableInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
127            | System.Windows.Forms.AnchorStyles.Right)));
[16898]128      this.variableInput.Location = new System.Drawing.Point(108, 44);
[16772]129      this.variableInput.Name = "variableInput";
[17370]130      this.variableInput.Size = new System.Drawing.Size(473, 22);
[16772]131      this.variableInput.TabIndex = 15;
132      //
133      // groupBox1
134      //
[16898]135      this.groupBox1.Controls.Add(this.enabledLabel);
[16862]136      this.groupBox1.Controls.Add(this.label1);
[16778]137      this.groupBox1.Controls.Add(this.numberderivationInput);
[16777]138      this.groupBox1.Controls.Add(this.ischeckedCheckBox);
[16776]139      this.groupBox1.Controls.Add(this.expressionInput);
140      this.groupBox1.Controls.Add(this.expressionLabel);
[16772]141      this.groupBox1.Controls.Add(this.variableInput);
142      this.groupBox1.Controls.Add(this.lowerboundInput);
143      this.groupBox1.Controls.Add(this.upperboundInput);
144      this.groupBox1.Controls.Add(this.numberderivationLabel);
145      this.groupBox1.Controls.Add(this.variableLabel);
146      this.groupBox1.Controls.Add(this.upperboundLabel);
147      this.groupBox1.Controls.Add(this.lowerboundLabel);
148      this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
149      this.groupBox1.Location = new System.Drawing.Point(0, 0);
150      this.groupBox1.Name = "groupBox1";
151      this.groupBox1.Size = new System.Drawing.Size(587, 380);
152      this.groupBox1.TabIndex = 0;
153      this.groupBox1.TabStop = false;
154      this.groupBox1.Text = "Interval Constraints Detail";
155      //
[17370]156      // enabledLabel
157      //
158      this.enabledLabel.AutoSize = true;
159      this.enabledLabel.Location = new System.Drawing.Point(8, 153);
160      this.enabledLabel.Name = "enabledLabel";
161      this.enabledLabel.Size = new System.Drawing.Size(64, 17);
162      this.enabledLabel.TabIndex = 29;
163      this.enabledLabel.Text = "Enabled:";
164      //
[16862]165      // label1
166      //
167      this.label1.AutoSize = true;
[16898]168      this.label1.Location = new System.Drawing.Point(11, -105);
[16862]169      this.label1.Name = "label1";
[17370]170      this.label1.Size = new System.Drawing.Size(64, 17);
[16862]171      this.label1.TabIndex = 28;
172      this.label1.Text = "Enabled:";
173      //
[16787]174      // numberderivationInput
175      //
176      this.numberderivationInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
177            | System.Windows.Forms.AnchorStyles.Right)));
178      this.numberderivationInput.FormattingEnabled = true;
[16898]179      this.numberderivationInput.Location = new System.Drawing.Point(108, 71);
[16787]180      this.numberderivationInput.Name = "numberderivationInput";
[17370]181      this.numberderivationInput.Size = new System.Drawing.Size(473, 24);
[16787]182      this.numberderivationInput.TabIndex = 27;
183      this.numberderivationInput.SelectedIndexChanged += new System.EventHandler(this.numberderivationInput_SelectedIndexChanged);
184      //
[16777]185      // ischeckedCheckBox
186      //
187      this.ischeckedCheckBox.AutoSize = true;
[17370]188      this.ischeckedCheckBox.Location = new System.Drawing.Point(108, 154);
[16777]189      this.ischeckedCheckBox.Name = "ischeckedCheckBox";
[17370]190      this.ischeckedCheckBox.Size = new System.Drawing.Size(18, 17);
[16777]191      this.ischeckedCheckBox.TabIndex = 26;
192      this.ischeckedCheckBox.UseVisualStyleBackColor = true;
[16787]193      this.ischeckedCheckBox.CheckedChanged += new System.EventHandler(this.ischeckedCheckBox_CheckedChanged);
[16777]194      //
195      // expressionInput
196      //
197      this.expressionInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
198            | System.Windows.Forms.AnchorStyles.Right)));
[16898]199      this.expressionInput.Location = new System.Drawing.Point(108, 19);
[16777]200      this.expressionInput.Name = "expressionInput";
[17370]201      this.expressionInput.Size = new System.Drawing.Size(473, 22);
[16777]202      this.expressionInput.TabIndex = 25;
203      //
204      // expressionLabel
205      //
206      this.expressionLabel.AutoSize = true;
[16898]207      this.expressionLabel.Location = new System.Drawing.Point(8, 22);
[16777]208      this.expressionLabel.Name = "expressionLabel";
[17370]209      this.expressionLabel.Size = new System.Drawing.Size(81, 17);
[16777]210      this.expressionLabel.TabIndex = 24;
211      this.expressionLabel.Text = "Expression:";
212      //
[16774]213      // errorProvider
[16772]214      //
[16774]215      this.errorProvider.ContainerControl = this;
[16776]216      this.errorProvider.RightToLeft = true;
[16772]217      //
218      // IntervalConstraintView
219      //
220      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
221      this.Controls.Add(this.groupBox1);
222      this.Name = "IntervalConstraintView";
223      this.Size = new System.Drawing.Size(587, 380);
224      this.groupBox1.ResumeLayout(false);
225      this.groupBox1.PerformLayout();
[16774]226      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
[16772]227      this.ResumeLayout(false);
228
229    }
230
231    #endregion
232    private System.Windows.Forms.Label lowerboundLabel;
233    private System.Windows.Forms.Label upperboundLabel;
234    private System.Windows.Forms.Label variableLabel;
235    private System.Windows.Forms.Label numberderivationLabel;
236    private System.Windows.Forms.TextBox upperboundInput;
237    private System.Windows.Forms.TextBox lowerboundInput;
238    private System.Windows.Forms.TextBox variableInput;
[16774]239    private System.Windows.Forms.GroupBox groupBox1;
[16776]240    private System.Windows.Forms.TextBox expressionInput;
241    private System.Windows.Forms.Label expressionLabel;
[16774]242    private System.Windows.Forms.ErrorProvider errorProvider;
[16777]243    private System.Windows.Forms.CheckBox ischeckedCheckBox;
[16778]244    private System.Windows.Forms.ComboBox numberderivationInput;
[16862]245    private System.Windows.Forms.Label label1;
[16898]246    private System.Windows.Forms.Label enabledLabel;
[16772]247  }
248}
Note: See TracBrowser for help on using the repository browser.