#region License Information /* HeuristicLab * Copyright (C) 2002-2016 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.DataPreprocessing.Views { partial class ScatterPlotSingleView { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScatterPlotSingleView)); this.scatterPlotControl = new HeuristicLab.Analysis.Views.ScatterPlotControl(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.useGradientCheckBox = new System.Windows.Forms.CheckBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.comboBoxGroup = new System.Windows.Forms.ComboBox(); this.comboBoxYVariable = new System.Windows.Forms.ComboBox(); this.comboBoxXVariable = new System.Windows.Forms.ComboBox(); this.regressionGroupBox = new System.Windows.Forms.GroupBox(); this.regressionTypeComboBox = new System.Windows.Forms.ComboBox(); this.polynomialRegressionOrderNumericUpDown = new System.Windows.Forms.NumericUpDown(); this.orderLabel = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.gradientPanel = new System.Windows.Forms.Panel(); this.gradientPictureBox = new System.Windows.Forms.PictureBox(); this.gradientMinimumLabel = new System.Windows.Forms.Label(); this.gradientMaximumLabel = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.regressionGroupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.polynomialRegressionOrderNumericUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.gradientPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gradientPictureBox)).BeginInit(); this.SuspendLayout(); // // scatterPlotControl // this.scatterPlotControl.Caption = "View"; this.scatterPlotControl.Content = null; this.scatterPlotControl.Dock = System.Windows.Forms.DockStyle.Fill; this.scatterPlotControl.Location = new System.Drawing.Point(0, 0); this.scatterPlotControl.Name = "scatterPlotControl"; this.scatterPlotControl.ReadOnly = false; this.scatterPlotControl.Size = new System.Drawing.Size(618, 517); this.scatterPlotControl.TabIndex = 0; // // groupBox1 // this.groupBox1.Controls.Add(this.useGradientCheckBox); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.comboBoxGroup); this.groupBox1.Controls.Add(this.comboBoxYVariable); this.groupBox1.Controls.Add(this.comboBoxXVariable); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(172, 150); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Variables"; // // useGradientCheckBox // this.useGradientCheckBox.AutoSize = true; this.useGradientCheckBox.Location = new System.Drawing.Point(51, 121); this.useGradientCheckBox.Name = "useGradientCheckBox"; this.useGradientCheckBox.Size = new System.Drawing.Size(115, 17); this.useGradientCheckBox.TabIndex = 4; this.useGradientCheckBox.Text = "Use Color Gradient"; this.useGradientCheckBox.UseVisualStyleBackColor = true; this.useGradientCheckBox.CheckedChanged += new System.EventHandler(this.useGradientCheckBox_CheckedChanged); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 97); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(39, 13); this.label3.TabIndex = 3; this.label3.Text = "Group:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 63); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(17, 13); this.label2.TabIndex = 3; this.label2.Text = "Y:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 29); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(17, 13); this.label1.TabIndex = 2; this.label1.Text = "X:"; // // comboBoxGroup // this.comboBoxGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboBoxGroup.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.comboBoxGroup.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.comboBoxGroup.FormattingEnabled = true; this.comboBoxGroup.Location = new System.Drawing.Point(51, 94); this.comboBoxGroup.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3); this.comboBoxGroup.Name = "comboBoxGroup"; this.comboBoxGroup.Size = new System.Drawing.Size(115, 21); this.comboBoxGroup.TabIndex = 1; this.comboBoxGroup.SelectedIndexChanged += new System.EventHandler(this.comboBoxGroup_SelectedIndexChanged); // // comboBoxYVariable // this.comboBoxYVariable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboBoxYVariable.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.comboBoxYVariable.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.comboBoxYVariable.FormattingEnabled = true; this.comboBoxYVariable.Location = new System.Drawing.Point(51, 60); this.comboBoxYVariable.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3); this.comboBoxYVariable.Name = "comboBoxYVariable"; this.comboBoxYVariable.Size = new System.Drawing.Size(115, 21); this.comboBoxYVariable.TabIndex = 1; this.comboBoxYVariable.SelectedIndexChanged += new System.EventHandler(this.comboBoxYVariable_SelectedIndexChanged); // // comboBoxXVariable // this.comboBoxXVariable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboBoxXVariable.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.comboBoxXVariable.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.comboBoxXVariable.FormattingEnabled = true; this.comboBoxXVariable.Location = new System.Drawing.Point(51, 26); this.comboBoxXVariable.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3); this.comboBoxXVariable.Name = "comboBoxXVariable"; this.comboBoxXVariable.Size = new System.Drawing.Size(115, 21); this.comboBoxXVariable.TabIndex = 0; this.comboBoxXVariable.SelectedIndexChanged += new System.EventHandler(this.comboBoxXVariable_SelectedIndexChanged); // // regressionGroupBox // this.regressionGroupBox.Controls.Add(this.regressionTypeComboBox); this.regressionGroupBox.Controls.Add(this.polynomialRegressionOrderNumericUpDown); this.regressionGroupBox.Controls.Add(this.orderLabel); this.regressionGroupBox.Controls.Add(this.label4); this.regressionGroupBox.Dock = System.Windows.Forms.DockStyle.Top; this.regressionGroupBox.Location = new System.Drawing.Point(0, 150); this.regressionGroupBox.Name = "regressionGroupBox"; this.regressionGroupBox.Size = new System.Drawing.Size(172, 78); this.regressionGroupBox.TabIndex = 4; this.regressionGroupBox.TabStop = false; this.regressionGroupBox.Text = "Regression"; // // regressionTypeComboBox // this.regressionTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.regressionTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.regressionTypeComboBox.FormattingEnabled = true; this.regressionTypeComboBox.Location = new System.Drawing.Point(51, 19); this.regressionTypeComboBox.Name = "regressionTypeComboBox"; this.regressionTypeComboBox.Size = new System.Drawing.Size(115, 21); this.regressionTypeComboBox.TabIndex = 14; this.regressionTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.regressionTypeComboBox_SelectedIndexChanged); // // polynomialRegressionOrderNumericUpDown // this.polynomialRegressionOrderNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.polynomialRegressionOrderNumericUpDown.Location = new System.Drawing.Point(51, 47); this.polynomialRegressionOrderNumericUpDown.Margin = new System.Windows.Forms.Padding(9, 3, 3, 3); this.polynomialRegressionOrderNumericUpDown.Maximum = new decimal(new int[] { 6, 0, 0, 0}); this.polynomialRegressionOrderNumericUpDown.Minimum = new decimal(new int[] { 2, 0, 0, 0}); this.polynomialRegressionOrderNumericUpDown.Name = "polynomialRegressionOrderNumericUpDown"; this.polynomialRegressionOrderNumericUpDown.Size = new System.Drawing.Size(115, 20); this.polynomialRegressionOrderNumericUpDown.TabIndex = 15; this.polynomialRegressionOrderNumericUpDown.Value = new decimal(new int[] { 2, 0, 0, 0}); this.polynomialRegressionOrderNumericUpDown.ValueChanged += new System.EventHandler(this.polynomialRegressionOrderNumericUpDown_ValueChanged); // // orderLabel // this.orderLabel.AutoSize = true; this.orderLabel.Location = new System.Drawing.Point(6, 49); this.orderLabel.Name = "orderLabel"; this.orderLabel.Size = new System.Drawing.Size(36, 13); this.orderLabel.TabIndex = 16; this.orderLabel.Text = "Order:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(6, 22); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(34, 13); this.label4.TabIndex = 13; this.label4.Text = "Type:"; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.regressionGroupBox); this.splitContainer1.Panel1.Controls.Add(this.groupBox1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.scatterPlotControl); this.splitContainer1.Panel2.Controls.Add(this.gradientPanel); this.splitContainer1.Size = new System.Drawing.Size(863, 517); this.splitContainer1.SplitterDistance = 172; this.splitContainer1.TabIndex = 5; // // gradientPanel // this.gradientPanel.Controls.Add(this.gradientPictureBox); this.gradientPanel.Controls.Add(this.gradientMinimumLabel); this.gradientPanel.Controls.Add(this.gradientMaximumLabel); this.gradientPanel.Dock = System.Windows.Forms.DockStyle.Right; this.gradientPanel.Location = new System.Drawing.Point(618, 0); this.gradientPanel.Name = "gradientPanel"; this.gradientPanel.Size = new System.Drawing.Size(69, 517); this.gradientPanel.TabIndex = 1; // // gradientPictureBox // this.gradientPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.gradientPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.gradientPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("gradientPictureBox.Image"))); this.gradientPictureBox.Location = new System.Drawing.Point(17, 29); this.gradientPictureBox.Name = "gradientPictureBox"; this.gradientPictureBox.Size = new System.Drawing.Size(35, 460); this.gradientPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.gradientPictureBox.TabIndex = 19; this.gradientPictureBox.TabStop = false; // // gradientMinimumLabel // this.gradientMinimumLabel.BackColor = System.Drawing.Color.Transparent; this.gradientMinimumLabel.Dock = System.Windows.Forms.DockStyle.Bottom; this.gradientMinimumLabel.Location = new System.Drawing.Point(0, 492); this.gradientMinimumLabel.Name = "gradientMinimumLabel"; this.gradientMinimumLabel.Size = new System.Drawing.Size(69, 25); this.gradientMinimumLabel.TabIndex = 18; this.gradientMinimumLabel.Text = "0.0"; this.gradientMinimumLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // gradientMaximumLabel // this.gradientMaximumLabel.BackColor = System.Drawing.Color.Transparent; this.gradientMaximumLabel.Dock = System.Windows.Forms.DockStyle.Top; this.gradientMaximumLabel.Location = new System.Drawing.Point(0, 0); this.gradientMaximumLabel.Name = "gradientMaximumLabel"; this.gradientMaximumLabel.Size = new System.Drawing.Size(69, 25); this.gradientMaximumLabel.TabIndex = 17; this.gradientMaximumLabel.Text = "1.0"; this.gradientMaximumLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter; // // ScatterPlotSingleView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitContainer1); this.Name = "ScatterPlotSingleView"; this.Size = new System.Drawing.Size(863, 517); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.regressionGroupBox.ResumeLayout(false); this.regressionGroupBox.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.polynomialRegressionOrderNumericUpDown)).EndInit(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.gradientPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gradientPictureBox)).EndInit(); this.ResumeLayout(false); } #endregion private HeuristicLab.Analysis.Views.ScatterPlotControl scatterPlotControl; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox comboBoxYVariable; private System.Windows.Forms.ComboBox comboBoxXVariable; private System.Windows.Forms.ComboBox comboBoxGroup; private System.Windows.Forms.Label label3; private System.Windows.Forms.GroupBox regressionGroupBox; private System.Windows.Forms.ComboBox regressionTypeComboBox; private System.Windows.Forms.NumericUpDown polynomialRegressionOrderNumericUpDown; private System.Windows.Forms.Label orderLabel; private System.Windows.Forms.Label label4; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.CheckBox useGradientCheckBox; private System.Windows.Forms.Panel gradientPanel; private System.Windows.Forms.Label gradientMinimumLabel; private System.Windows.Forms.Label gradientMaximumLabel; protected System.Windows.Forms.PictureBox gradientPictureBox; } }