namespace HeuristicLab.JsonInterface.OptimizerIntegration { partial class JsonItemRangeControl { /// /// 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.groupBox1 = new System.Windows.Forms.GroupBox(); this.textBoxValueTo = new System.Windows.Forms.TextBox(); this.textBoxValueFrom = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.numericRangeControl1 = new HeuristicLab.JsonInterface.OptimizerIntegration.NumericRangeControl(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.textBoxValueTo); this.groupBox1.Controls.Add(this.textBoxValueFrom); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Location = new System.Drawing.Point(9, 75); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(487, 64); this.groupBox1.TabIndex = 17; this.groupBox1.TabStop = false; this.groupBox1.Text = "Value"; // // textBoxValueTo // this.textBoxValueTo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBoxValueTo.Location = new System.Drawing.Point(249, 36); this.textBoxValueTo.Name = "textBoxValueTo"; this.textBoxValueTo.Size = new System.Drawing.Size(230, 20); this.textBoxValueTo.TabIndex = 3; // // textBoxValueFrom // this.textBoxValueFrom.Location = new System.Drawing.Point(10, 36); this.textBoxValueFrom.Name = "textBoxValueFrom"; this.textBoxValueFrom.Size = new System.Drawing.Size(230, 20); this.textBoxValueFrom.TabIndex = 2; // // label4 // this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(246, 20); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(20, 13); this.label4.TabIndex = 1; this.label4.Text = "To"; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(7, 20); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(30, 13); this.label2.TabIndex = 0; this.label2.Text = "From"; // // numericRangeControl1 // this.numericRangeControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.numericRangeControl1.Location = new System.Drawing.Point(9, 145); this.numericRangeControl1.Name = "numericRangeControl1"; this.numericRangeControl1.Size = new System.Drawing.Size(487, 112); this.numericRangeControl1.TabIndex = 18; // // JsonItemRangeControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.numericRangeControl1); this.Controls.Add(this.groupBox1); this.Name = "JsonItemRangeControl"; this.Size = new System.Drawing.Size(500, 262); this.Controls.SetChildIndex(this.groupBox1, 0); this.Controls.SetChildIndex(this.numericRangeControl1, 0); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox textBoxValueTo; private System.Windows.Forms.TextBox textBoxValueFrom; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label2; private NumericRangeControl numericRangeControl1; } }