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.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.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.ischeckedCheckBox = new System.Windows.Forms.CheckBox(); this.expressionInput = new System.Windows.Forms.TextBox(); this.expressionLabel = new System.Windows.Forms.Label(); this.inclupperboundInput = new System.Windows.Forms.CheckBox(); this.incllowerboundInput = new System.Windows.Forms.CheckBox(); this.derivationInput = new System.Windows.Forms.CheckBox(); this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.SuspendLayout(); // // 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.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); 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; // // 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(111, 93); this.upperboundInput.Name = "upperboundInput"; this.upperboundInput.Size = new System.Drawing.Size(473, 20); 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(111, 68); this.lowerboundInput.Name = "lowerboundInput"; this.lowerboundInput.Size = new System.Drawing.Size(473, 20); 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(111, 195); this.variableInput.Name = "variableInput"; this.variableInput.Size = new System.Drawing.Size(473, 20); this.variableInput.TabIndex = 15; // // 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.Location = new System.Drawing.Point(111, 221); this.numberderivationInput.Name = "numberderivationInput"; this.numberderivationInput.Size = new System.Drawing.Size(470, 20); this.numberderivationInput.TabIndex = 17; this.numberderivationInput.Validating += new System.ComponentModel.CancelEventHandler(this.numberderivationInput_Validating); this.numberderivationInput.Validated += new System.EventHandler(this.numberderivationInput_Validated); // // groupBox1 // this.groupBox1.Controls.Add(this.ischeckedCheckBox); this.groupBox1.Controls.Add(this.expressionInput); this.groupBox1.Controls.Add(this.expressionLabel); this.groupBox1.Controls.Add(this.inclupperboundInput); this.groupBox1.Controls.Add(this.incllowerboundInput); this.groupBox1.Controls.Add(this.derivationInput); 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.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.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"; // // ischeckedCheckBox // this.ischeckedCheckBox.AutoSize = true; this.ischeckedCheckBox.Location = new System.Drawing.Point(14, 257); this.ischeckedCheckBox.Name = "ischeckedCheckBox"; this.ischeckedCheckBox.Size = new System.Drawing.Size(65, 17); this.ischeckedCheckBox.TabIndex = 26; this.ischeckedCheckBox.Text = "Enabled"; this.ischeckedCheckBox.UseVisualStyleBackColor = true; this.ischeckedCheckBox.CheckStateChanged += new System.EventHandler(this.ischeckedCheckBox_CheckStateChanged); // // 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, 17); this.expressionInput.Name = "expressionInput"; this.expressionInput.Size = new System.Drawing.Size(473, 20); this.expressionInput.TabIndex = 25; // // 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 = 24; this.expressionLabel.Text = "Expression:"; // // inclupperboundInput // this.inclupperboundInput.AutoSize = true; this.inclupperboundInput.Location = new System.Drawing.Point(111, 146); this.inclupperboundInput.Name = "inclupperboundInput"; this.inclupperboundInput.Size = new System.Drawing.Size(15, 14); this.inclupperboundInput.TabIndex = 23; this.inclupperboundInput.UseVisualStyleBackColor = true; this.inclupperboundInput.CheckedChanged += new System.EventHandler(this.inclupperboundInput_CheckedChanged); // // incllowerboundInput // this.incllowerboundInput.AutoSize = true; this.incllowerboundInput.Location = new System.Drawing.Point(111, 122); this.incllowerboundInput.Name = "incllowerboundInput"; this.incllowerboundInput.Size = new System.Drawing.Size(15, 14); this.incllowerboundInput.TabIndex = 22; this.incllowerboundInput.UseVisualStyleBackColor = true; this.incllowerboundInput.CheckedChanged += new System.EventHandler(this.incllowerboundInput_CheckedChanged); // // derivationInput // this.derivationInput.AutoSize = true; this.derivationInput.Location = new System.Drawing.Point(111, 173); this.derivationInput.Name = "derivationInput"; this.derivationInput.Size = new System.Drawing.Size(15, 14); this.derivationInput.TabIndex = 21; this.derivationInput.UseVisualStyleBackColor = true; // // 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 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 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.CheckBox derivationInput; private System.Windows.Forms.CheckBox inclupperboundInput; private System.Windows.Forms.CheckBox incllowerboundInput; private System.Windows.Forms.TextBox expressionInput; private System.Windows.Forms.Label expressionLabel; private System.Windows.Forms.ErrorProvider errorProvider; private System.Windows.Forms.CheckBox ischeckedCheckBox; } }