#region License Information
/* HeuristicLab
* Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
*
* This file is part of HeuristicLab.
*
* HeuristicLab is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* HeuristicLab is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with HeuristicLab. If not, see .
*/
#endregion
namespace HeuristicLab.Encodings.ParameterConfigurationEncoding.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;
//
// RangeView
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
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 = "RangeView";
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;
}
}