namespace HeuristicLab.Problems.MetaOptimization.Views { partial class RangeView { /// /// 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.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.lowerValueView = new HeuristicLab.Data.Views.StringConvertibleValueView(); this.upperValueView = new HeuristicLab.Data.Views.StringConvertibleValueView(); this.label3 = new System.Windows.Forms.Label(); this.stepSizeValueView = new HeuristicLab.Data.Views.StringConvertibleValueView(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 3); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(36, 13); this.label1.TabIndex = 0; this.label1.Text = "Lower"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 32); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(36, 13); this.label2.TabIndex = 1; this.label2.Text = "Upper"; // // lowerValueView // this.lowerValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lowerValueView.Caption = "StringConvertibleValue View"; this.lowerValueView.Content = null; this.lowerValueView.LabelVisible = true; this.lowerValueView.Location = new System.Drawing.Point(38, 0); this.lowerValueView.Name = "lowerValueView"; this.lowerValueView.ReadOnly = false; this.lowerValueView.Size = new System.Drawing.Size(396, 23); this.lowerValueView.TabIndex = 2; // // upperValueView // this.upperValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.upperValueView.Caption = "StringConvertibleValue View"; this.upperValueView.Content = null; this.upperValueView.LabelVisible = true; this.upperValueView.Location = new System.Drawing.Point(38, 29); this.upperValueView.Name = "upperValueView"; this.upperValueView.ReadOnly = false; this.upperValueView.Size = new System.Drawing.Size(396, 23); this.upperValueView.TabIndex = 3; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(3, 61); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(29, 13); this.label3.TabIndex = 4; this.label3.Text = "Step"; // // stepSizeValueView // this.stepSizeValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.stepSizeValueView.Caption = "StringConvertibleValue View"; this.stepSizeValueView.Content = null; this.stepSizeValueView.LabelVisible = true; this.stepSizeValueView.Location = new System.Drawing.Point(38, 58); this.stepSizeValueView.Name = "stepSizeValueView"; this.stepSizeValueView.ReadOnly = false; this.stepSizeValueView.Size = new System.Drawing.Size(396, 23); this.stepSizeValueView.TabIndex = 5; // // IntValueRangeView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.label3); this.Controls.Add(this.stepSizeValueView); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.upperValueView); this.Controls.Add(this.lowerValueView); this.Name = "IntValueRangeView"; this.Size = new System.Drawing.Size(434, 85); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private Data.Views.StringConvertibleValueView lowerValueView; private Data.Views.StringConvertibleValueView upperValueView; private System.Windows.Forms.Label label3; private Data.Views.StringConvertibleValueView stepSizeValueView; } }