#region License Information
/* HeuristicLab
* Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
*
* This file is part of HeuristicLab.
*
* HeuristicLab is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* HeuristicLab is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with HeuristicLab. If not, see .
*/
#endregion
namespace HeuristicLab.Problems.DataAnalysis.Views {
partial class IntervalConstraintView {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.components = new System.ComponentModel.Container();
this.lowerboundLabel = new System.Windows.Forms.Label();
this.upperboundLabel = new System.Windows.Forms.Label();
this.variableLabel = new System.Windows.Forms.Label();
this.numberderivationLabel = new System.Windows.Forms.Label();
this.upperboundInput = new System.Windows.Forms.TextBox();
this.lowerboundInput = new System.Windows.Forms.TextBox();
this.variableInput = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.enabledLabel = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.numberderivationInput = new System.Windows.Forms.ComboBox();
this.ischeckedCheckBox = new System.Windows.Forms.CheckBox();
this.expressionInput = new System.Windows.Forms.TextBox();
this.expressionLabel = new System.Windows.Forms.Label();
this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
this.SuspendLayout();
//
// lowerboundLabel
//
this.lowerboundLabel.AutoSize = true;
this.lowerboundLabel.Location = new System.Drawing.Point(8, 101);
this.lowerboundLabel.Name = "lowerboundLabel";
this.lowerboundLabel.Size = new System.Drawing.Size(90, 17);
this.lowerboundLabel.TabIndex = 2;
this.lowerboundLabel.Text = "Lowerbound:";
//
// upperboundLabel
//
this.upperboundLabel.AutoSize = true;
this.upperboundLabel.Location = new System.Drawing.Point(8, 126);
this.upperboundLabel.Name = "upperboundLabel";
this.upperboundLabel.Size = new System.Drawing.Size(91, 17);
this.upperboundLabel.TabIndex = 3;
this.upperboundLabel.Text = "Upperbound:";
//
// variableLabel
//
this.variableLabel.AutoSize = true;
this.variableLabel.Location = new System.Drawing.Point(8, 47);
this.variableLabel.Name = "variableLabel";
this.variableLabel.Size = new System.Drawing.Size(64, 17);
this.variableLabel.TabIndex = 7;
this.variableLabel.Text = "Variable:";
//
// numberderivationLabel
//
this.numberderivationLabel.AutoSize = true;
this.numberderivationLabel.Location = new System.Drawing.Point(8, 74);
this.numberderivationLabel.Name = "numberderivationLabel";
this.numberderivationLabel.Size = new System.Drawing.Size(84, 17);
this.numberderivationLabel.TabIndex = 8;
this.numberderivationLabel.Text = "#Derivation:";
//
// upperboundInput
//
this.upperboundInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.upperboundInput.Location = new System.Drawing.Point(108, 123);
this.upperboundInput.Name = "upperboundInput";
this.upperboundInput.Size = new System.Drawing.Size(473, 22);
this.upperboundInput.TabIndex = 11;
this.upperboundInput.Validating += new System.ComponentModel.CancelEventHandler(this.upperboundInput_Validating);
this.upperboundInput.Validated += new System.EventHandler(this.upperboundInput_Validated);
//
// lowerboundInput
//
this.lowerboundInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lowerboundInput.Location = new System.Drawing.Point(108, 98);
this.lowerboundInput.Name = "lowerboundInput";
this.lowerboundInput.Size = new System.Drawing.Size(473, 22);
this.lowerboundInput.TabIndex = 12;
this.lowerboundInput.Validating += new System.ComponentModel.CancelEventHandler(this.lowerboundInput_Validating);
this.lowerboundInput.Validated += new System.EventHandler(this.lowerboundInput_Validated);
//
// variableInput
//
this.variableInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.variableInput.Location = new System.Drawing.Point(108, 44);
this.variableInput.Name = "variableInput";
this.variableInput.Size = new System.Drawing.Size(473, 22);
this.variableInput.TabIndex = 15;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.enabledLabel);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.numberderivationInput);
this.groupBox1.Controls.Add(this.ischeckedCheckBox);
this.groupBox1.Controls.Add(this.expressionInput);
this.groupBox1.Controls.Add(this.expressionLabel);
this.groupBox1.Controls.Add(this.variableInput);
this.groupBox1.Controls.Add(this.lowerboundInput);
this.groupBox1.Controls.Add(this.upperboundInput);
this.groupBox1.Controls.Add(this.numberderivationLabel);
this.groupBox1.Controls.Add(this.variableLabel);
this.groupBox1.Controls.Add(this.upperboundLabel);
this.groupBox1.Controls.Add(this.lowerboundLabel);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(587, 380);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Interval Constraints Detail";
//
// enabledLabel
//
this.enabledLabel.AutoSize = true;
this.enabledLabel.Location = new System.Drawing.Point(8, 153);
this.enabledLabel.Name = "enabledLabel";
this.enabledLabel.Size = new System.Drawing.Size(64, 17);
this.enabledLabel.TabIndex = 29;
this.enabledLabel.Text = "Enabled:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(11, -105);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(64, 17);
this.label1.TabIndex = 28;
this.label1.Text = "Enabled:";
//
// numberderivationInput
//
this.numberderivationInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.numberderivationInput.FormattingEnabled = true;
this.numberderivationInput.Location = new System.Drawing.Point(108, 71);
this.numberderivationInput.Name = "numberderivationInput";
this.numberderivationInput.Size = new System.Drawing.Size(473, 24);
this.numberderivationInput.TabIndex = 27;
this.numberderivationInput.SelectedIndexChanged += new System.EventHandler(this.numberderivationInput_SelectedIndexChanged);
//
// ischeckedCheckBox
//
this.ischeckedCheckBox.AutoSize = true;
this.ischeckedCheckBox.Location = new System.Drawing.Point(108, 154);
this.ischeckedCheckBox.Name = "ischeckedCheckBox";
this.ischeckedCheckBox.Size = new System.Drawing.Size(18, 17);
this.ischeckedCheckBox.TabIndex = 26;
this.ischeckedCheckBox.UseVisualStyleBackColor = true;
this.ischeckedCheckBox.CheckedChanged += new System.EventHandler(this.ischeckedCheckBox_CheckedChanged);
//
// expressionInput
//
this.expressionInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.expressionInput.Location = new System.Drawing.Point(108, 19);
this.expressionInput.Name = "expressionInput";
this.expressionInput.Size = new System.Drawing.Size(473, 22);
this.expressionInput.TabIndex = 25;
//
// expressionLabel
//
this.expressionLabel.AutoSize = true;
this.expressionLabel.Location = new System.Drawing.Point(8, 22);
this.expressionLabel.Name = "expressionLabel";
this.expressionLabel.Size = new System.Drawing.Size(81, 17);
this.expressionLabel.TabIndex = 24;
this.expressionLabel.Text = "Expression:";
//
// errorProvider
//
this.errorProvider.ContainerControl = this;
this.errorProvider.RightToLeft = true;
//
// IntervalConstraintView
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.Controls.Add(this.groupBox1);
this.Name = "IntervalConstraintView";
this.Size = new System.Drawing.Size(587, 380);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label lowerboundLabel;
private System.Windows.Forms.Label upperboundLabel;
private System.Windows.Forms.Label variableLabel;
private System.Windows.Forms.Label numberderivationLabel;
private System.Windows.Forms.TextBox upperboundInput;
private System.Windows.Forms.TextBox lowerboundInput;
private System.Windows.Forms.TextBox variableInput;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox expressionInput;
private System.Windows.Forms.Label expressionLabel;
private System.Windows.Forms.ErrorProvider errorProvider;
private System.Windows.Forms.CheckBox ischeckedCheckBox;
private System.Windows.Forms.ComboBox numberderivationInput;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label enabledLabel;
}
}