Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/14/17 10:29:51 (7 years ago)
Author:
pfleck
Message:

#2709 merged to stable

Location:
stable
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.DataPreprocessing.Views

  • stable/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotSingleView.Designer.cs

    r14186 r15242  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.scatterPlotView = new HeuristicLab.DataPreprocessing.Views.PreprocessingScatterPlotView();
    48       this.groupBox1 = new System.Windows.Forms.GroupBox();
    49       this.label2 = new System.Windows.Forms.Label();
    50       this.label1 = new System.Windows.Forms.Label();
     47      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScatterPlotSingleView));
     48      this.scatterPlotView = new HeuristicLab.Analysis.Views.ScatterPlotView();
     49      this.variablesGroupBox = new System.Windows.Forms.GroupBox();
     50      this.orderComboBox = new System.Windows.Forms.ComboBox();
     51      this.legendOrderLabel = new System.Windows.Forms.Label();
     52      this.useGradientCheckBox = new System.Windows.Forms.CheckBox();
     53      this.groupLabel = new System.Windows.Forms.Label();
     54      this.yLabel = new System.Windows.Forms.Label();
     55      this.xLabel = new System.Windows.Forms.Label();
     56      this.comboBoxGroup = new System.Windows.Forms.ComboBox();
    5157      this.comboBoxYVariable = new System.Windows.Forms.ComboBox();
    5258      this.comboBoxXVariable = new System.Windows.Forms.ComboBox();
    53       this.label3 = new System.Windows.Forms.Label();
    54       this.comboBoxColor = new System.Windows.Forms.ComboBox();
    55       this.groupBox1.SuspendLayout();
     59      this.regressionGroupBox = new System.Windows.Forms.GroupBox();
     60      this.regressionTypeComboBox = new System.Windows.Forms.ComboBox();
     61      this.polynomialRegressionOrderNumericUpDown = new System.Windows.Forms.NumericUpDown();
     62      this.orderLabel = new System.Windows.Forms.Label();
     63      this.regressionTypeLabel = new System.Windows.Forms.Label();
     64      this.splitContainer = new System.Windows.Forms.SplitContainer();
     65      this.gradientPanel = new System.Windows.Forms.Panel();
     66      this.gradientPictureBox = new System.Windows.Forms.PictureBox();
     67      this.gradientMinimumLabel = new System.Windows.Forms.Label();
     68      this.gradientMaximumLabel = new System.Windows.Forms.Label();
     69      this.variablesGroupBox.SuspendLayout();
     70      this.regressionGroupBox.SuspendLayout();
     71      ((System.ComponentModel.ISupportInitialize)(this.polynomialRegressionOrderNumericUpDown)).BeginInit();
     72      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
     73      this.splitContainer.Panel1.SuspendLayout();
     74      this.splitContainer.Panel2.SuspendLayout();
     75      this.splitContainer.SuspendLayout();
     76      this.gradientPanel.SuspendLayout();
     77      ((System.ComponentModel.ISupportInitialize)(this.gradientPictureBox)).BeginInit();
    5678      this.SuspendLayout();
    5779      //
    5880      // scatterPlotView
    5981      //
    60       this.scatterPlotView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    61             | System.Windows.Forms.AnchorStyles.Left)
    62             | System.Windows.Forms.AnchorStyles.Right)));
    63       this.scatterPlotView.Caption = "ScatterPlot View";
     82      this.scatterPlotView.Caption = "View";
    6483      this.scatterPlotView.Content = null;
    65       this.scatterPlotView.Location = new System.Drawing.Point(169, 3);
     84      this.scatterPlotView.Dock = System.Windows.Forms.DockStyle.Fill;
     85      this.scatterPlotView.Location = new System.Drawing.Point(0, 0);
    6686      this.scatterPlotView.Name = "scatterPlotView";
    6787      this.scatterPlotView.ReadOnly = false;
    68       this.scatterPlotView.Size = new System.Drawing.Size(689, 509);
     88      this.scatterPlotView.ShowName = false;
     89      this.scatterPlotView.Size = new System.Drawing.Size(618, 517);
    6990      this.scatterPlotView.TabIndex = 0;
    7091      //
    71       // groupBox1
    72       //
    73       this.groupBox1.Controls.Add(this.label3);
    74       this.groupBox1.Controls.Add(this.label2);
    75       this.groupBox1.Controls.Add(this.label1);
    76       this.groupBox1.Controls.Add(this.comboBoxColor);
    77       this.groupBox1.Controls.Add(this.comboBoxYVariable);
    78       this.groupBox1.Controls.Add(this.comboBoxXVariable);
    79       this.groupBox1.Location = new System.Drawing.Point(3, 3);
    80       this.groupBox1.Name = "groupBox1";
    81       this.groupBox1.Size = new System.Drawing.Size(160, 215);
    82       this.groupBox1.TabIndex = 1;
    83       this.groupBox1.TabStop = false;
    84       this.groupBox1.Text = "Options";
    85       //
    86       // label2
    87       //
    88       this.label2.AutoSize = true;
    89       this.label2.Location = new System.Drawing.Point(17, 80);
    90       this.label2.Name = "label2";
    91       this.label2.Size = new System.Drawing.Size(55, 13);
    92       this.label2.TabIndex = 3;
    93       this.label2.Text = "Y Variable";
    94       //
    95       // label1
    96       //
    97       this.label1.AutoSize = true;
    98       this.label1.Location = new System.Drawing.Point(17, 25);
    99       this.label1.Name = "label1";
    100       this.label1.Size = new System.Drawing.Size(55, 13);
    101       this.label1.TabIndex = 2;
    102       this.label1.Text = "X Variable";
     92      // variablesGroupBox
     93      //
     94      this.variablesGroupBox.Controls.Add(this.orderComboBox);
     95      this.variablesGroupBox.Controls.Add(this.legendOrderLabel);
     96      this.variablesGroupBox.Controls.Add(this.useGradientCheckBox);
     97      this.variablesGroupBox.Controls.Add(this.groupLabel);
     98      this.variablesGroupBox.Controls.Add(this.yLabel);
     99      this.variablesGroupBox.Controls.Add(this.xLabel);
     100      this.variablesGroupBox.Controls.Add(this.comboBoxGroup);
     101      this.variablesGroupBox.Controls.Add(this.comboBoxYVariable);
     102      this.variablesGroupBox.Controls.Add(this.comboBoxXVariable);
     103      this.variablesGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
     104      this.variablesGroupBox.Location = new System.Drawing.Point(0, 0);
     105      this.variablesGroupBox.Name = "variablesGroupBox";
     106      this.variablesGroupBox.Size = new System.Drawing.Size(172, 178);
     107      this.variablesGroupBox.TabIndex = 1;
     108      this.variablesGroupBox.TabStop = false;
     109      this.variablesGroupBox.Text = "Variables";
     110      //
     111      // orderComboBox
     112      //
     113      this.orderComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     114      this.orderComboBox.FormattingEnabled = true;
     115      this.orderComboBox.Location = new System.Drawing.Point(51, 144);
     116      this.orderComboBox.Name = "orderComboBox";
     117      this.orderComboBox.Size = new System.Drawing.Size(115, 21);
     118      this.orderComboBox.TabIndex = 6;
     119      this.orderComboBox.SelectedIndexChanged += new System.EventHandler(this.orderComboBox_SelectedIndexChanged);
     120      //
     121      // legendOrderLabel
     122      //
     123      this.legendOrderLabel.AutoSize = true;
     124      this.legendOrderLabel.Location = new System.Drawing.Point(6, 149);
     125      this.legendOrderLabel.Name = "legendOrderLabel";
     126      this.legendOrderLabel.Size = new System.Drawing.Size(36, 13);
     127      this.legendOrderLabel.TabIndex = 5;
     128      this.legendOrderLabel.Text = "Order:";
     129      this.legendOrderLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     130      //
     131      // useGradientCheckBox
     132      //
     133      this.useGradientCheckBox.AutoSize = true;
     134      this.useGradientCheckBox.Location = new System.Drawing.Point(51, 121);
     135      this.useGradientCheckBox.Name = "useGradientCheckBox";
     136      this.useGradientCheckBox.Size = new System.Drawing.Size(115, 17);
     137      this.useGradientCheckBox.TabIndex = 4;
     138      this.useGradientCheckBox.Text = "Use Color Gradient";
     139      this.useGradientCheckBox.UseVisualStyleBackColor = true;
     140      this.useGradientCheckBox.CheckedChanged += new System.EventHandler(this.useGradientCheckBox_CheckedChanged);
     141      //
     142      // groupLabel
     143      //
     144      this.groupLabel.AutoSize = true;
     145      this.groupLabel.Location = new System.Drawing.Point(6, 97);
     146      this.groupLabel.Name = "groupLabel";
     147      this.groupLabel.Size = new System.Drawing.Size(39, 13);
     148      this.groupLabel.TabIndex = 3;
     149      this.groupLabel.Text = "Group:";
     150      //
     151      // yLabel
     152      //
     153      this.yLabel.AutoSize = true;
     154      this.yLabel.Location = new System.Drawing.Point(6, 63);
     155      this.yLabel.Name = "yLabel";
     156      this.yLabel.Size = new System.Drawing.Size(17, 13);
     157      this.yLabel.TabIndex = 3;
     158      this.yLabel.Text = "Y:";
     159      //
     160      // xLabel
     161      //
     162      this.xLabel.AutoSize = true;
     163      this.xLabel.Location = new System.Drawing.Point(6, 29);
     164      this.xLabel.Name = "xLabel";
     165      this.xLabel.Size = new System.Drawing.Size(17, 13);
     166      this.xLabel.TabIndex = 2;
     167      this.xLabel.Text = "X:";
     168      //
     169      // comboBoxGroup
     170      //
     171      this.comboBoxGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     172            | System.Windows.Forms.AnchorStyles.Right)));
     173      this.comboBoxGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     174      this.comboBoxGroup.FormattingEnabled = true;
     175      this.comboBoxGroup.Location = new System.Drawing.Point(51, 94);
     176      this.comboBoxGroup.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
     177      this.comboBoxGroup.Name = "comboBoxGroup";
     178      this.comboBoxGroup.Size = new System.Drawing.Size(115, 21);
     179      this.comboBoxGroup.TabIndex = 1;
     180      this.comboBoxGroup.SelectedIndexChanged += new System.EventHandler(this.comboBoxGroup_SelectedIndexChanged);
    103181      //
    104182      // comboBoxYVariable
    105183      //
     184      this.comboBoxYVariable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     185            | System.Windows.Forms.AnchorStyles.Right)));
    106186      this.comboBoxYVariable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    107187      this.comboBoxYVariable.FormattingEnabled = true;
    108       this.comboBoxYVariable.Location = new System.Drawing.Point(20, 103);
     188      this.comboBoxYVariable.Location = new System.Drawing.Point(51, 60);
    109189      this.comboBoxYVariable.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
    110190      this.comboBoxYVariable.Name = "comboBoxYVariable";
    111       this.comboBoxYVariable.Size = new System.Drawing.Size(121, 21);
     191      this.comboBoxYVariable.Size = new System.Drawing.Size(115, 21);
    112192      this.comboBoxYVariable.TabIndex = 1;
    113       this.comboBoxYVariable.SelectedIndexChanged += new System.EventHandler(this.comboBox_SelectedIndexChanged);
     193      this.comboBoxYVariable.SelectedIndexChanged += new System.EventHandler(this.comboBoxYVariable_SelectedIndexChanged);
    114194      //
    115195      // comboBoxXVariable
    116196      //
     197      this.comboBoxXVariable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     198            | System.Windows.Forms.AnchorStyles.Right)));
    117199      this.comboBoxXVariable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    118200      this.comboBoxXVariable.FormattingEnabled = true;
    119       this.comboBoxXVariable.Location = new System.Drawing.Point(20, 48);
     201      this.comboBoxXVariable.Location = new System.Drawing.Point(51, 26);
    120202      this.comboBoxXVariable.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
    121203      this.comboBoxXVariable.Name = "comboBoxXVariable";
    122       this.comboBoxXVariable.Size = new System.Drawing.Size(121, 21);
     204      this.comboBoxXVariable.Size = new System.Drawing.Size(115, 21);
    123205      this.comboBoxXVariable.TabIndex = 0;
    124       this.comboBoxXVariable.SelectedIndexChanged += new System.EventHandler(this.comboBox_SelectedIndexChanged);
    125       //
    126       // label3
    127       //
    128       this.label3.AutoSize = true;
    129       this.label3.Location = new System.Drawing.Point(17, 141);
    130       this.label3.Name = "label3";
    131       this.label3.Size = new System.Drawing.Size(31, 13);
    132       this.label3.TabIndex = 3;
    133       this.label3.Text = "Color";
    134       //
    135       // comboBoxColor
    136       //
    137       this.comboBoxColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    138       this.comboBoxColor.FormattingEnabled = true;
    139       this.comboBoxColor.Location = new System.Drawing.Point(20, 164);
    140       this.comboBoxColor.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
    141       this.comboBoxColor.Name = "comboBoxColor";
    142       this.comboBoxColor.Size = new System.Drawing.Size(121, 21);
    143       this.comboBoxColor.TabIndex = 1;
    144       this.comboBoxColor.SelectedIndexChanged += new System.EventHandler(this.comboBox_SelectedIndexChanged);
     206      this.comboBoxXVariable.SelectedIndexChanged += new System.EventHandler(this.comboBoxXVariable_SelectedIndexChanged);
     207      //
     208      // regressionGroupBox
     209      //
     210      this.regressionGroupBox.Controls.Add(this.regressionTypeComboBox);
     211      this.regressionGroupBox.Controls.Add(this.polynomialRegressionOrderNumericUpDown);
     212      this.regressionGroupBox.Controls.Add(this.orderLabel);
     213      this.regressionGroupBox.Controls.Add(this.regressionTypeLabel);
     214      this.regressionGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
     215      this.regressionGroupBox.Location = new System.Drawing.Point(0, 178);
     216      this.regressionGroupBox.Name = "regressionGroupBox";
     217      this.regressionGroupBox.Size = new System.Drawing.Size(172, 78);
     218      this.regressionGroupBox.TabIndex = 4;
     219      this.regressionGroupBox.TabStop = false;
     220      this.regressionGroupBox.Text = "Regression";
     221      //
     222      // regressionTypeComboBox
     223      //
     224      this.regressionTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     225            | System.Windows.Forms.AnchorStyles.Right)));
     226      this.regressionTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     227      this.regressionTypeComboBox.FormattingEnabled = true;
     228      this.regressionTypeComboBox.Location = new System.Drawing.Point(51, 19);
     229      this.regressionTypeComboBox.Name = "regressionTypeComboBox";
     230      this.regressionTypeComboBox.Size = new System.Drawing.Size(115, 21);
     231      this.regressionTypeComboBox.TabIndex = 14;
     232      this.regressionTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.regressionTypeComboBox_SelectedIndexChanged);
     233      //
     234      // polynomialRegressionOrderNumericUpDown
     235      //
     236      this.polynomialRegressionOrderNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     237            | System.Windows.Forms.AnchorStyles.Right)));
     238      this.polynomialRegressionOrderNumericUpDown.Location = new System.Drawing.Point(51, 47);
     239      this.polynomialRegressionOrderNumericUpDown.Margin = new System.Windows.Forms.Padding(9, 3, 3, 3);
     240      this.polynomialRegressionOrderNumericUpDown.Maximum = new decimal(new int[] {
     241            6,
     242            0,
     243            0,
     244            0});
     245      this.polynomialRegressionOrderNumericUpDown.Minimum = new decimal(new int[] {
     246            2,
     247            0,
     248            0,
     249            0});
     250      this.polynomialRegressionOrderNumericUpDown.Name = "polynomialRegressionOrderNumericUpDown";
     251      this.polynomialRegressionOrderNumericUpDown.Size = new System.Drawing.Size(115, 20);
     252      this.polynomialRegressionOrderNumericUpDown.TabIndex = 15;
     253      this.polynomialRegressionOrderNumericUpDown.Value = new decimal(new int[] {
     254            2,
     255            0,
     256            0,
     257            0});
     258      this.polynomialRegressionOrderNumericUpDown.ValueChanged += new System.EventHandler(this.polynomialRegressionOrderNumericUpDown_ValueChanged);
     259      //
     260      // orderLabel
     261      //
     262      this.orderLabel.AutoSize = true;
     263      this.orderLabel.Location = new System.Drawing.Point(6, 49);
     264      this.orderLabel.Name = "orderLabel";
     265      this.orderLabel.Size = new System.Drawing.Size(36, 13);
     266      this.orderLabel.TabIndex = 16;
     267      this.orderLabel.Text = "Order:";
     268      //
     269      // regressionTypeLabel
     270      //
     271      this.regressionTypeLabel.AutoSize = true;
     272      this.regressionTypeLabel.Location = new System.Drawing.Point(6, 22);
     273      this.regressionTypeLabel.Name = "regressionTypeLabel";
     274      this.regressionTypeLabel.Size = new System.Drawing.Size(34, 13);
     275      this.regressionTypeLabel.TabIndex = 13;
     276      this.regressionTypeLabel.Text = "Type:";
     277      //
     278      // splitContainer
     279      //
     280      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     281      this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     282      this.splitContainer.Location = new System.Drawing.Point(0, 0);
     283      this.splitContainer.Name = "splitContainer";
     284      //
     285      // splitContainer.Panel1
     286      //
     287      this.splitContainer.Panel1.Controls.Add(this.regressionGroupBox);
     288      this.splitContainer.Panel1.Controls.Add(this.variablesGroupBox);
     289      //
     290      // splitContainer.Panel2
     291      //
     292      this.splitContainer.Panel2.Controls.Add(this.scatterPlotView);
     293      this.splitContainer.Panel2.Controls.Add(this.gradientPanel);
     294      this.splitContainer.Size = new System.Drawing.Size(863, 517);
     295      this.splitContainer.SplitterDistance = 172;
     296      this.splitContainer.TabIndex = 5;
     297      //
     298      // gradientPanel
     299      //
     300      this.gradientPanel.Controls.Add(this.gradientPictureBox);
     301      this.gradientPanel.Controls.Add(this.gradientMinimumLabel);
     302      this.gradientPanel.Controls.Add(this.gradientMaximumLabel);
     303      this.gradientPanel.Dock = System.Windows.Forms.DockStyle.Right;
     304      this.gradientPanel.Location = new System.Drawing.Point(618, 0);
     305      this.gradientPanel.Name = "gradientPanel";
     306      this.gradientPanel.Size = new System.Drawing.Size(69, 517);
     307      this.gradientPanel.TabIndex = 1;
     308      this.gradientPanel.Visible = false;
     309      //
     310      // gradientPictureBox
     311      //
     312      this.gradientPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     313            | System.Windows.Forms.AnchorStyles.Left)
     314            | System.Windows.Forms.AnchorStyles.Right)));
     315      this.gradientPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     316      this.gradientPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("gradientPictureBox.Image")));
     317      this.gradientPictureBox.Location = new System.Drawing.Point(17, 29);
     318      this.gradientPictureBox.Name = "gradientPictureBox";
     319      this.gradientPictureBox.Size = new System.Drawing.Size(35, 460);
     320      this.gradientPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     321      this.gradientPictureBox.TabIndex = 19;
     322      this.gradientPictureBox.TabStop = false;
     323      //
     324      // gradientMinimumLabel
     325      //
     326      this.gradientMinimumLabel.BackColor = System.Drawing.Color.Transparent;
     327      this.gradientMinimumLabel.Dock = System.Windows.Forms.DockStyle.Bottom;
     328      this.gradientMinimumLabel.Location = new System.Drawing.Point(0, 492);
     329      this.gradientMinimumLabel.Name = "gradientMinimumLabel";
     330      this.gradientMinimumLabel.Size = new System.Drawing.Size(69, 25);
     331      this.gradientMinimumLabel.TabIndex = 18;
     332      this.gradientMinimumLabel.Text = "0.0";
     333      this.gradientMinimumLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     334      //
     335      // gradientMaximumLabel
     336      //
     337      this.gradientMaximumLabel.BackColor = System.Drawing.Color.Transparent;
     338      this.gradientMaximumLabel.Dock = System.Windows.Forms.DockStyle.Top;
     339      this.gradientMaximumLabel.Location = new System.Drawing.Point(0, 0);
     340      this.gradientMaximumLabel.Name = "gradientMaximumLabel";
     341      this.gradientMaximumLabel.Size = new System.Drawing.Size(69, 25);
     342      this.gradientMaximumLabel.TabIndex = 17;
     343      this.gradientMaximumLabel.Text = "1.0";
     344      this.gradientMaximumLabel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
    145345      //
    146346      // ScatterPlotSingleView
     
    148348      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    149349      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    150       this.Controls.Add(this.groupBox1);
    151       this.Controls.Add(this.scatterPlotView);
     350      this.Controls.Add(this.splitContainer);
    152351      this.Name = "ScatterPlotSingleView";
    153352      this.Size = new System.Drawing.Size(863, 517);
    154       this.groupBox1.ResumeLayout(false);
    155       this.groupBox1.PerformLayout();
     353      this.variablesGroupBox.ResumeLayout(false);
     354      this.variablesGroupBox.PerformLayout();
     355      this.regressionGroupBox.ResumeLayout(false);
     356      this.regressionGroupBox.PerformLayout();
     357      ((System.ComponentModel.ISupportInitialize)(this.polynomialRegressionOrderNumericUpDown)).EndInit();
     358      this.splitContainer.Panel1.ResumeLayout(false);
     359      this.splitContainer.Panel2.ResumeLayout(false);
     360      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
     361      this.splitContainer.ResumeLayout(false);
     362      this.gradientPanel.ResumeLayout(false);
     363      ((System.ComponentModel.ISupportInitialize)(this.gradientPictureBox)).EndInit();
    156364      this.ResumeLayout(false);
    157365
     
    160368    #endregion
    161369
    162     private HeuristicLab.DataPreprocessing.Views.PreprocessingScatterPlotView scatterPlotView;
    163     private System.Windows.Forms.GroupBox groupBox1;
    164     private System.Windows.Forms.Label label2;
    165     private System.Windows.Forms.Label label1;
     370    private HeuristicLab.Analysis.Views.ScatterPlotView scatterPlotView;
     371    private System.Windows.Forms.GroupBox variablesGroupBox;
     372    private System.Windows.Forms.Label yLabel;
     373    private System.Windows.Forms.Label xLabel;
    166374    private System.Windows.Forms.ComboBox comboBoxYVariable;
    167375    private System.Windows.Forms.ComboBox comboBoxXVariable;
    168     private System.Windows.Forms.ComboBox comboBoxColor;
    169     private System.Windows.Forms.Label label3;
     376    private System.Windows.Forms.ComboBox comboBoxGroup;
     377    private System.Windows.Forms.Label groupLabel;
     378    private System.Windows.Forms.GroupBox regressionGroupBox;
     379    private System.Windows.Forms.ComboBox regressionTypeComboBox;
     380    private System.Windows.Forms.NumericUpDown polynomialRegressionOrderNumericUpDown;
     381    private System.Windows.Forms.Label orderLabel;
     382    private System.Windows.Forms.Label regressionTypeLabel;
     383    private System.Windows.Forms.SplitContainer splitContainer;
     384    private System.Windows.Forms.CheckBox useGradientCheckBox;
     385    private System.Windows.Forms.Panel gradientPanel;
     386    private System.Windows.Forms.Label gradientMinimumLabel;
     387    private System.Windows.Forms.Label gradientMaximumLabel;
     388    private System.Windows.Forms.PictureBox gradientPictureBox;
     389    private System.Windows.Forms.Label legendOrderLabel;
     390    private System.Windows.Forms.ComboBox orderComboBox;
    170391  }
    171392}
Note: See TracChangeset for help on using the changeset viewer.