namespace HeuristicLab.Problems.DataAnalysis.Views {
partial class RegressionSolutionTargetResponseGradientView {
///
/// 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.variableListView = new System.Windows.Forms.ListView();
this.gradientChartTableLayout = new System.Windows.Forms.TableLayoutPanel();
this.yAxisConfigGroupBox = new System.Windows.Forms.GroupBox();
this.limitView = new HeuristicLab.Problems.DataAnalysis.Views.DoubleLimitView();
this.automaticYAxisCheckBox = new System.Windows.Forms.CheckBox();
this.densityGroupBox = new System.Windows.Forms.GroupBox();
this.columnsLabel = new System.Windows.Forms.Label();
this.densityComboBox = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.configSplitContainer = new System.Windows.Forms.SplitContainer();
this.variableGroupBox = new System.Windows.Forms.GroupBox();
this.scrollPanel = new System.Windows.Forms.Panel();
this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
this.columnsNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.yAxisConfigGroupBox.SuspendLayout();
this.densityGroupBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.configSplitContainer)).BeginInit();
this.configSplitContainer.Panel1.SuspendLayout();
this.configSplitContainer.Panel2.SuspendLayout();
this.configSplitContainer.SuspendLayout();
this.variableGroupBox.SuspendLayout();
this.scrollPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.columnsNumericUpDown)).BeginInit();
this.SuspendLayout();
//
// variableListView
//
this.variableListView.CheckBoxes = true;
this.variableListView.Dock = System.Windows.Forms.DockStyle.Fill;
this.variableListView.Location = new System.Drawing.Point(3, 16);
this.variableListView.Name = "variableListView";
this.variableListView.Size = new System.Drawing.Size(163, 478);
this.variableListView.TabIndex = 0;
this.variableListView.UseCompatibleStateImageBehavior = false;
this.variableListView.View = System.Windows.Forms.View.List;
this.variableListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.variableListView_ItemChecked);
//
// gradientChartTableLayout
//
this.gradientChartTableLayout.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gradientChartTableLayout.AutoSize = true;
this.gradientChartTableLayout.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.gradientChartTableLayout.ColumnCount = 1;
this.gradientChartTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.gradientChartTableLayout.Location = new System.Drawing.Point(0, 0);
this.gradientChartTableLayout.Name = "gradientChartTableLayout";
this.gradientChartTableLayout.RowCount = 1;
this.gradientChartTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.gradientChartTableLayout.Size = new System.Drawing.Size(542, 0);
this.gradientChartTableLayout.TabIndex = 2;
//
// yAxisConfigGroupBox
//
this.yAxisConfigGroupBox.Controls.Add(this.limitView);
this.yAxisConfigGroupBox.Controls.Add(this.automaticYAxisCheckBox);
this.yAxisConfigGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
this.yAxisConfigGroupBox.Location = new System.Drawing.Point(0, 0);
this.yAxisConfigGroupBox.Name = "yAxisConfigGroupBox";
this.yAxisConfigGroupBox.Size = new System.Drawing.Size(169, 77);
this.yAxisConfigGroupBox.TabIndex = 2;
this.yAxisConfigGroupBox.TabStop = false;
this.yAxisConfigGroupBox.Text = "Y-Axis";
//
// limitView
//
this.limitView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.limitView.Caption = "DoubleLimit View";
this.limitView.Content = null;
this.limitView.Location = new System.Drawing.Point(6, 20);
this.limitView.Name = "limitView";
this.limitView.ReadOnly = false;
this.limitView.Size = new System.Drawing.Size(157, 47);
this.limitView.TabIndex = 1;
//
// automaticYAxisCheckBox
//
this.automaticYAxisCheckBox.AutoSize = true;
this.automaticYAxisCheckBox.Location = new System.Drawing.Point(49, -1);
this.automaticYAxisCheckBox.Name = "automaticYAxisCheckBox";
this.automaticYAxisCheckBox.Size = new System.Drawing.Size(73, 17);
this.automaticYAxisCheckBox.TabIndex = 0;
this.automaticYAxisCheckBox.Text = "Automatic";
this.automaticYAxisCheckBox.UseVisualStyleBackColor = true;
this.automaticYAxisCheckBox.CheckedChanged += new System.EventHandler(this.automaticYAxisCheckBox_CheckedChanged);
//
// densityGroupBox
//
this.densityGroupBox.Controls.Add(this.columnsNumericUpDown);
this.densityGroupBox.Controls.Add(this.columnsLabel);
this.densityGroupBox.Controls.Add(this.densityComboBox);
this.densityGroupBox.Controls.Add(this.label1);
this.densityGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
this.densityGroupBox.Location = new System.Drawing.Point(0, 77);
this.densityGroupBox.Name = "densityGroupBox";
this.densityGroupBox.Size = new System.Drawing.Size(169, 74);
this.densityGroupBox.TabIndex = 3;
this.densityGroupBox.TabStop = false;
this.densityGroupBox.Text = "Settings";
//
// columnsLabel
//
this.columnsLabel.AutoSize = true;
this.columnsLabel.Location = new System.Drawing.Point(7, 49);
this.columnsLabel.Name = "columnsLabel";
this.columnsLabel.Size = new System.Drawing.Size(50, 13);
this.columnsLabel.TabIndex = 0;
this.columnsLabel.Text = "Columns:";
//
// densityComboBox
//
this.densityComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.densityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.densityComboBox.FormattingEnabled = true;
this.densityComboBox.Items.AddRange(new object[] {
"None",
"Training",
"Test",
"All"});
this.densityComboBox.Location = new System.Drawing.Point(66, 19);
this.densityComboBox.Name = "densityComboBox";
this.densityComboBox.Size = new System.Drawing.Size(94, 21);
this.densityComboBox.TabIndex = 0;
this.densityComboBox.SelectedIndexChanged += new System.EventHandler(this.densityComboBox_SelectedIndexChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(7, 22);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(45, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Density:";
//
// configSplitContainer
//
this.configSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.configSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.configSplitContainer.Location = new System.Drawing.Point(0, 0);
this.configSplitContainer.Name = "configSplitContainer";
//
// configSplitContainer.Panel1
//
this.configSplitContainer.Panel1.Controls.Add(this.variableGroupBox);
this.configSplitContainer.Panel1.Controls.Add(this.densityGroupBox);
this.configSplitContainer.Panel1.Controls.Add(this.yAxisConfigGroupBox);
//
// configSplitContainer.Panel2
//
this.configSplitContainer.Panel2.Controls.Add(this.scrollPanel);
this.configSplitContainer.Size = new System.Drawing.Size(715, 648);
this.configSplitContainer.SplitterDistance = 169;
this.configSplitContainer.TabIndex = 0;
this.configSplitContainer.TabStop = false;
//
// variableGroupBox
//
this.variableGroupBox.Controls.Add(this.variableListView);
this.variableGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.variableGroupBox.Location = new System.Drawing.Point(0, 151);
this.variableGroupBox.Name = "variableGroupBox";
this.variableGroupBox.Size = new System.Drawing.Size(169, 497);
this.variableGroupBox.TabIndex = 1;
this.variableGroupBox.TabStop = false;
this.variableGroupBox.Text = "Variables";
//
// scrollPanel
//
this.scrollPanel.Controls.Add(this.gradientChartTableLayout);
this.scrollPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.scrollPanel.Location = new System.Drawing.Point(0, 0);
this.scrollPanel.Name = "scrollPanel";
this.scrollPanel.Size = new System.Drawing.Size(542, 648);
this.scrollPanel.TabIndex = 0;
//
// errorProvider
//
this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
this.errorProvider.ContainerControl = this;
//
// columnsNumericUpDown
//
this.columnsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.columnsNumericUpDown.Location = new System.Drawing.Point(66, 46);
this.columnsNumericUpDown.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.columnsNumericUpDown.Name = "columnsNumericUpDown";
this.columnsNumericUpDown.Size = new System.Drawing.Size(94, 20);
this.columnsNumericUpDown.TabIndex = 1;
this.columnsNumericUpDown.Value = new decimal(new int[] {
4,
0,
0,
0});
this.columnsNumericUpDown.ValueChanged += new System.EventHandler(this.columnsNumericUpDown_ValueChanged);
//
// RegressionSolutionTargetResponseGradientView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.configSplitContainer);
this.Name = "RegressionSolutionTargetResponseGradientView";
this.Size = new System.Drawing.Size(715, 648);
this.yAxisConfigGroupBox.ResumeLayout(false);
this.yAxisConfigGroupBox.PerformLayout();
this.densityGroupBox.ResumeLayout(false);
this.densityGroupBox.PerformLayout();
this.configSplitContainer.Panel1.ResumeLayout(false);
this.configSplitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.configSplitContainer)).EndInit();
this.configSplitContainer.ResumeLayout(false);
this.variableGroupBox.ResumeLayout(false);
this.scrollPanel.ResumeLayout(false);
this.scrollPanel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.columnsNumericUpDown)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListView variableListView;
private System.Windows.Forms.TableLayoutPanel gradientChartTableLayout;
private System.Windows.Forms.GroupBox yAxisConfigGroupBox;
private System.Windows.Forms.CheckBox automaticYAxisCheckBox;
private DoubleLimitView limitView;
private System.Windows.Forms.GroupBox densityGroupBox;
private System.Windows.Forms.ComboBox densityComboBox;
private System.Windows.Forms.SplitContainer configSplitContainer;
private System.Windows.Forms.GroupBox variableGroupBox;
private System.Windows.Forms.Panel scrollPanel;
private System.Windows.Forms.Label columnsLabel;
private System.Windows.Forms.ErrorProvider errorProvider;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.NumericUpDown columnsNumericUpDown;
}
}