namespace HeuristicLab.GoalSeeking.Views { partial class GoalSeekingParameterView { /// /// 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.groupBox = new System.Windows.Forms.GroupBox(); this.activeCheckBox = new System.Windows.Forms.CheckBox(); this.valueTextBox = new System.Windows.Forms.TextBox(); this.stepTextBox = new System.Windows.Forms.TextBox(); this.maxTextBox = new System.Windows.Forms.TextBox(); this.valueLabel = new System.Windows.Forms.Label(); this.minTextBox = new System.Windows.Forms.TextBox(); this.stepLabel = new System.Windows.Forms.Label(); this.maximumLabel = new System.Windows.Forms.Label(); this.minimumLabel = new System.Windows.Forms.Label(); this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); this.groupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.SuspendLayout(); // // groupBox // this.groupBox.Controls.Add(this.activeCheckBox); this.groupBox.Controls.Add(this.valueTextBox); this.groupBox.Controls.Add(this.stepTextBox); this.groupBox.Controls.Add(this.maxTextBox); this.groupBox.Controls.Add(this.valueLabel); this.groupBox.Controls.Add(this.minTextBox); this.groupBox.Controls.Add(this.stepLabel); this.groupBox.Controls.Add(this.maximumLabel); this.groupBox.Controls.Add(this.minimumLabel); this.groupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox.Location = new System.Drawing.Point(0, 0); this.groupBox.Name = "groupBox"; this.groupBox.Size = new System.Drawing.Size(204, 149); this.groupBox.TabIndex = 1; this.groupBox.TabStop = false; this.groupBox.Text = "Parameter"; // // activeCheckBox // this.activeCheckBox.AutoSize = true; this.activeCheckBox.Location = new System.Drawing.Point(6, 19); this.activeCheckBox.Name = "activeCheckBox"; this.activeCheckBox.Size = new System.Drawing.Size(56, 17); this.activeCheckBox.TabIndex = 2; this.activeCheckBox.Text = "Active"; this.activeCheckBox.UseVisualStyleBackColor = true; this.activeCheckBox.CheckedChanged += new System.EventHandler(this.activeCheckBox_CheckedChanged); // // valueTextBox // this.valueTextBox.Location = new System.Drawing.Point(98, 122); this.valueTextBox.Name = "valueTextBox"; this.valueTextBox.Size = new System.Drawing.Size(100, 20); this.valueTextBox.TabIndex = 1; this.valueTextBox.TextChanged += new System.EventHandler(this.valueTextBox_TextChanged); this.valueTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.TextBoxValidating); this.valueTextBox.Validated += new System.EventHandler(this.TextBoxValidated); // // stepTextBox // this.stepTextBox.Location = new System.Drawing.Point(98, 96); this.stepTextBox.Name = "stepTextBox"; this.stepTextBox.Size = new System.Drawing.Size(100, 20); this.stepTextBox.TabIndex = 1; this.stepTextBox.TextChanged += new System.EventHandler(this.stepTextBox_TextChanged); this.stepTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.TextBoxValidating); this.stepTextBox.Validated += new System.EventHandler(this.TextBoxValidated); // // maxTextBox // this.maxTextBox.Location = new System.Drawing.Point(98, 70); this.maxTextBox.Name = "maxTextBox"; this.maxTextBox.Size = new System.Drawing.Size(100, 20); this.maxTextBox.TabIndex = 1; this.maxTextBox.TextChanged += new System.EventHandler(this.maxTextBox_TextChanged); this.maxTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.TextBoxValidating); this.maxTextBox.Validated += new System.EventHandler(this.TextBoxValidated); // // valueLabel // this.valueLabel.AutoSize = true; this.valueLabel.Location = new System.Drawing.Point(4, 125); this.valueLabel.Name = "valueLabel"; this.valueLabel.Size = new System.Drawing.Size(34, 13); this.valueLabel.TabIndex = 0; this.valueLabel.Text = "Value"; // // minTextBox // this.minTextBox.Location = new System.Drawing.Point(98, 44); this.minTextBox.Name = "minTextBox"; this.minTextBox.Size = new System.Drawing.Size(100, 20); this.minTextBox.TabIndex = 1; this.minTextBox.TextChanged += new System.EventHandler(this.minTextBox_TextChanged); this.minTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.TextBoxValidating); this.minTextBox.Validated += new System.EventHandler(this.TextBoxValidated); // // stepLabel // this.stepLabel.AutoSize = true; this.stepLabel.Location = new System.Drawing.Point(4, 99); this.stepLabel.Name = "stepLabel"; this.stepLabel.Size = new System.Drawing.Size(29, 13); this.stepLabel.TabIndex = 0; this.stepLabel.Text = "Step"; // // maximumLabel // this.maximumLabel.AutoSize = true; this.maximumLabel.Location = new System.Drawing.Point(4, 73); this.maximumLabel.Name = "maximumLabel"; this.maximumLabel.Size = new System.Drawing.Size(51, 13); this.maximumLabel.TabIndex = 0; this.maximumLabel.Text = "Maximum"; // // minimumLabel // this.minimumLabel.AutoSize = true; this.minimumLabel.Location = new System.Drawing.Point(4, 47); this.minimumLabel.Name = "minimumLabel"; this.minimumLabel.Size = new System.Drawing.Size(48, 13); this.minimumLabel.TabIndex = 0; this.minimumLabel.Text = "Minimum"; // // errorProvider // this.errorProvider.ContainerControl = this; // // GoalSeekingParameterView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.groupBox); this.Name = "GoalSeekingParameterView"; this.Size = new System.Drawing.Size(204, 149); this.groupBox.ResumeLayout(false); this.groupBox.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox; private System.Windows.Forms.CheckBox activeCheckBox; private System.Windows.Forms.TextBox stepTextBox; private System.Windows.Forms.TextBox maxTextBox; private System.Windows.Forms.TextBox minTextBox; private System.Windows.Forms.Label stepLabel; private System.Windows.Forms.Label maximumLabel; private System.Windows.Forms.Label minimumLabel; private System.Windows.Forms.ErrorProvider errorProvider; private System.Windows.Forms.TextBox valueTextBox; private System.Windows.Forms.Label valueLabel; } }