namespace HeuristicLab.JsonInterface.OptimizerIntegration { partial class JsonItemValueControl { /// /// 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.textBoxValue = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.numericRangeControl1 = new HeuristicLab.JsonInterface.OptimizerIntegration.NumericRangeControl(); this.SuspendLayout(); // // textBoxValue // this.textBoxValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBoxValue.Location = new System.Drawing.Point(92, 75); this.textBoxValue.Name = "textBoxValue"; this.textBoxValue.Size = new System.Drawing.Size(404, 20); this.textBoxValue.TabIndex = 14; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 78); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(34, 13); this.label2.TabIndex = 15; this.label2.Text = "Value"; // // numericRangeControl1 // this.numericRangeControl1.Location = new System.Drawing.Point(9, 101); this.numericRangeControl1.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; this.numericRangeControl1.Name = "numericRangeControl1"; this.numericRangeControl1.Size = new System.Drawing.Size(487, 112); this.numericRangeControl1.TabIndex = 16; // // JsonItemValueControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.numericRangeControl1); this.Controls.Add(this.label2); this.Controls.Add(this.textBoxValue); this.Name = "JsonItemValueControl"; this.Size = new System.Drawing.Size(500, 220); this.Controls.SetChildIndex(this.textBoxValue, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.numericRangeControl1, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBoxValue; private System.Windows.Forms.Label label2; private NumericRangeControl numericRangeControl1; } }