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.weightInput = new System.Windows.Forms.TextBox(); this.WeightLab = new System.Windows.Forms.Label(); this.regionLab = new System.Windows.Forms.Label(); this.regionView = new HeuristicLab.Problems.DataAnalysis.Views.IntervalCollectionView(); this.label1 = new System.Windows.Forms.Label(); this.numberderivationInput = new System.Windows.Forms.ComboBox(); 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(69, 13); 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(69, 13); 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(48, 13); 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(65, 13); 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, 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(108, 98); 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(108, 44); this.variableInput.Name = "variableInput"; this.variableInput.Size = new System.Drawing.Size(473, 20); this.variableInput.TabIndex = 15; // // groupBox1 // this.groupBox1.Controls.Add(this.weightInput); this.groupBox1.Controls.Add(this.WeightLab); this.groupBox1.Controls.Add(this.regionLab); this.groupBox1.Controls.Add(this.regionView); this.groupBox1.Controls.Add(this.label1); 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.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"; // // weightInput // this.weightInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.weightInput.Location = new System.Drawing.Point(108, 150); this.weightInput.Name = "weightInput"; this.weightInput.Size = new System.Drawing.Size(473, 20); this.weightInput.TabIndex = 33; this.weightInput.TextChanged += new System.EventHandler(this.weightInput_TextChanged); // // WeightLab // this.WeightLab.AutoSize = true; this.WeightLab.Location = new System.Drawing.Point(8, 153); this.WeightLab.Name = "WeightLab"; this.WeightLab.Size = new System.Drawing.Size(44, 13); this.WeightLab.TabIndex = 32; this.WeightLab.Text = "Weight:"; // // regionLab // this.regionLab.AutoSize = true; this.regionLab.Location = new System.Drawing.Point(8, 188); this.regionLab.Name = "regionLab"; this.regionLab.Size = new System.Drawing.Size(49, 13); this.regionLab.TabIndex = 31; this.regionLab.Text = "Regions:"; // // regionView // this.regionView.Caption = "IntervalCollection View"; this.regionView.Content = null; this.regionView.Location = new System.Drawing.Point(108, 188); this.regionView.Name = "regionView"; this.regionView.ReadOnly = false; this.regionView.Size = new System.Drawing.Size(473, 186); this.regionView.TabIndex = 30; this.regionView.TabStop = false; // // 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(49, 13); 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, 21); this.numberderivationInput.TabIndex = 27; this.numberderivationInput.SelectedIndexChanged += new System.EventHandler(this.numberderivationInput_SelectedIndexChanged); // // 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.ErrorProvider errorProvider; private System.Windows.Forms.ComboBox numberderivationInput; private System.Windows.Forms.Label label1; private IntervalCollectionView regionView; private System.Windows.Forms.Label regionLab; private System.Windows.Forms.TextBox weightInput; private System.Windows.Forms.Label WeightLab; } }