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.expressionLabel = new System.Windows.Forms.Label(); this.definitionLabel = new System.Windows.Forms.Label(); this.lowerboundLabel = new System.Windows.Forms.Label(); this.upperboundLabel = new System.Windows.Forms.Label(); this.incllowerboundLabel = new System.Windows.Forms.Label(); this.inclupperboundLabel = new System.Windows.Forms.Label(); this.isderivationLabel = new System.Windows.Forms.Label(); this.variableLabel = new System.Windows.Forms.Label(); this.numberderivationLabel = new System.Windows.Forms.Label(); this.definitionInput = new System.Windows.Forms.TextBox(); this.expressionInput = new System.Windows.Forms.TextBox(); this.upperboundInput = new System.Windows.Forms.TextBox(); this.lowerboundInput = new System.Windows.Forms.TextBox(); this.variableInput = new System.Windows.Forms.TextBox(); this.numberderivationInput = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.lowerCombo = new System.Windows.Forms.ComboBox(); this.upperCombo = new System.Windows.Forms.ComboBox(); this.derivationInput = new System.Windows.Forms.TextBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // expressionLabel // this.expressionLabel.AutoSize = true; this.expressionLabel.Location = new System.Drawing.Point(11, 20); this.expressionLabel.Name = "expressionLabel"; this.expressionLabel.Size = new System.Drawing.Size(61, 13); this.expressionLabel.TabIndex = 0; this.expressionLabel.Text = "Expression:"; // // definitionLabel // this.definitionLabel.AutoSize = true; this.definitionLabel.Location = new System.Drawing.Point(11, 45); this.definitionLabel.Name = "definitionLabel"; this.definitionLabel.Size = new System.Drawing.Size(54, 13); this.definitionLabel.TabIndex = 1; this.definitionLabel.Text = "Definition:"; // // lowerboundLabel // this.lowerboundLabel.AutoSize = true; this.lowerboundLabel.Location = new System.Drawing.Point(11, 71); this.lowerboundLabel.Name = "lowerboundLabel"; this.lowerboundLabel.Size = new System.Drawing.Size(69, 13); this.lowerboundLabel.TabIndex = 2; this.lowerboundLabel.Text = "Lowerbound:"; // // upperboundLabel // this.upperboundLabel.AutoSize = true; this.upperboundLabel.Location = new System.Drawing.Point(11, 96); this.upperboundLabel.Name = "upperboundLabel"; this.upperboundLabel.Size = new System.Drawing.Size(69, 13); this.upperboundLabel.TabIndex = 3; this.upperboundLabel.Text = "Upperbound:"; // // incllowerboundLabel // this.incllowerboundLabel.AutoSize = true; this.incllowerboundLabel.Location = new System.Drawing.Point(11, 122); this.incllowerboundLabel.Name = "incllowerboundLabel"; this.incllowerboundLabel.Size = new System.Drawing.Size(92, 13); this.incllowerboundLabel.TabIndex = 4; this.incllowerboundLabel.Text = "Incl. Lowerbound:"; // // inclupperboundLabel // this.inclupperboundLabel.AutoSize = true; this.inclupperboundLabel.Location = new System.Drawing.Point(11, 147); this.inclupperboundLabel.Name = "inclupperboundLabel"; this.inclupperboundLabel.Size = new System.Drawing.Size(92, 13); this.inclupperboundLabel.TabIndex = 5; this.inclupperboundLabel.Text = "Incl. Upperbound:"; // // isderivationLabel // this.isderivationLabel.AutoSize = true; this.isderivationLabel.Location = new System.Drawing.Point(11, 173); this.isderivationLabel.Name = "isderivationLabel"; this.isderivationLabel.Size = new System.Drawing.Size(58, 13); this.isderivationLabel.TabIndex = 6; this.isderivationLabel.Text = "Derivation:"; // // variableLabel // this.variableLabel.AutoSize = true; this.variableLabel.Location = new System.Drawing.Point(11, 198); this.variableLabel.Name = "variableLabel"; this.variableLabel.Size = new System.Drawing.Size(48, 13); this.variableLabel.TabIndex = 7; this.variableLabel.Text = "Variable:"; // // numberderivationLabel // this.numberderivationLabel.AutoSize = true; this.numberderivationLabel.Location = new System.Drawing.Point(11, 224); this.numberderivationLabel.Name = "numberderivationLabel"; this.numberderivationLabel.Size = new System.Drawing.Size(65, 13); this.numberderivationLabel.TabIndex = 8; this.numberderivationLabel.Text = "#Derivation:"; // // definitionInput // this.definitionInput.Location = new System.Drawing.Point(111, 42); this.definitionInput.Name = "definitionInput"; this.definitionInput.Size = new System.Drawing.Size(473, 20); this.definitionInput.TabIndex = 9; // // expressionInput // this.expressionInput.Location = new System.Drawing.Point(111, 17); this.expressionInput.Name = "expressionInput"; this.expressionInput.Size = new System.Drawing.Size(473, 20); this.expressionInput.TabIndex = 10; // // upperboundInput // this.upperboundInput.Location = new System.Drawing.Point(111, 93); this.upperboundInput.Name = "upperboundInput"; this.upperboundInput.Size = new System.Drawing.Size(473, 20); this.upperboundInput.TabIndex = 11; // // lowerboundInput // this.lowerboundInput.Location = new System.Drawing.Point(111, 68); this.lowerboundInput.Name = "lowerboundInput"; this.lowerboundInput.Size = new System.Drawing.Size(473, 20); this.lowerboundInput.TabIndex = 12; // // variableInput // this.variableInput.Location = new System.Drawing.Point(111, 195); this.variableInput.Name = "variableInput"; this.variableInput.Size = new System.Drawing.Size(473, 20); this.variableInput.TabIndex = 15; // // numberderivationInput // this.numberderivationInput.Location = new System.Drawing.Point(111, 221); this.numberderivationInput.Name = "numberderivationInput"; this.numberderivationInput.Size = new System.Drawing.Size(473, 20); this.numberderivationInput.TabIndex = 17; // // groupBox1 // this.groupBox1.Controls.Add(this.derivationInput); this.groupBox1.Controls.Add(this.lowerCombo); this.groupBox1.Controls.Add(this.upperCombo); this.groupBox1.Controls.Add(this.numberderivationInput); this.groupBox1.Controls.Add(this.variableInput); this.groupBox1.Controls.Add(this.lowerboundInput); this.groupBox1.Controls.Add(this.upperboundInput); this.groupBox1.Controls.Add(this.expressionInput); this.groupBox1.Controls.Add(this.definitionInput); this.groupBox1.Controls.Add(this.numberderivationLabel); this.groupBox1.Controls.Add(this.variableLabel); this.groupBox1.Controls.Add(this.isderivationLabel); this.groupBox1.Controls.Add(this.inclupperboundLabel); this.groupBox1.Controls.Add(this.incllowerboundLabel); this.groupBox1.Controls.Add(this.upperboundLabel); this.groupBox1.Controls.Add(this.lowerboundLabel); this.groupBox1.Controls.Add(this.definitionLabel); this.groupBox1.Controls.Add(this.expressionLabel); 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"; // // lowerCombo // this.lowerCombo.FormattingEnabled = true; this.lowerCombo.Items.AddRange(new object[] { "True", "False"}); this.lowerCombo.Location = new System.Drawing.Point(111, 119); this.lowerCombo.Name = "lowerCombo"; this.lowerCombo.Size = new System.Drawing.Size(473, 21); this.lowerCombo.TabIndex = 20; // // upperCombo // this.upperCombo.FormattingEnabled = true; this.upperCombo.Items.AddRange(new object[] { "True", "False"}); this.upperCombo.Location = new System.Drawing.Point(111, 146); this.upperCombo.Name = "upperCombo"; this.upperCombo.Size = new System.Drawing.Size(473, 21); this.upperCombo.TabIndex = 19; // // derivationInput // this.derivationInput.Location = new System.Drawing.Point(111, 170); this.derivationInput.Name = "derivationInput"; this.derivationInput.Size = new System.Drawing.Size(473, 20); this.derivationInput.TabIndex = 21; // // 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(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label expressionLabel; private System.Windows.Forms.Label definitionLabel; private System.Windows.Forms.Label lowerboundLabel; private System.Windows.Forms.Label upperboundLabel; private System.Windows.Forms.Label incllowerboundLabel; private System.Windows.Forms.Label inclupperboundLabel; private System.Windows.Forms.Label isderivationLabel; private System.Windows.Forms.Label variableLabel; private System.Windows.Forms.Label numberderivationLabel; private System.Windows.Forms.TextBox definitionInput; private System.Windows.Forms.TextBox expressionInput; private System.Windows.Forms.TextBox upperboundInput; private System.Windows.Forms.TextBox lowerboundInput; private System.Windows.Forms.TextBox variableInput; private System.Windows.Forms.TextBox numberderivationInput; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.ComboBox lowerCombo; private System.Windows.Forms.ComboBox upperCombo; private System.Windows.Forms.TextBox derivationInput; } }