Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/21/16 11:26:54 (7 years ago)
Author:
pfleck
Message:

#2709

  • Added a VerticalLabel for the multi-scatterplot.
  • Added regression options for single- and multi-scatterplot
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingCheckedVariablesView.Designer.cs

    r14511 r14514  
    4747      this.components = new System.ComponentModel.Container();
    4848      this.splitContainer = new System.Windows.Forms.SplitContainer();
    49       this.groupBox1 = new System.Windows.Forms.GroupBox();
     49      this.variablesGroupBox = new System.Windows.Forms.GroupBox();
    5050      this.uncheckAllButton = new System.Windows.Forms.Button();
    5151      this.checkAllButton = new System.Windows.Forms.Button();
     
    5757      this.splitContainer.Panel1.SuspendLayout();
    5858      this.splitContainer.SuspendLayout();
    59       this.groupBox1.SuspendLayout();
     59      this.variablesGroupBox.SuspendLayout();
    6060      this.SuspendLayout();
    6161      //
     
    6969      // splitContainer.Panel1
    7070      //
    71       this.splitContainer.Panel1.Controls.Add(this.groupBox1);
     71      this.splitContainer.Panel1.Controls.Add(this.variablesGroupBox);
    7272      this.splitContainer.Size = new System.Drawing.Size(654, 403);
    7373      this.splitContainer.SplitterDistance = 180;
    7474      this.splitContainer.TabIndex = 7;
    7575      //
    76       // groupBox1
     76      // variablesGroupBox
    7777      //
    78       this.groupBox1.Controls.Add(this.uncheckAllButton);
    79       this.groupBox1.Controls.Add(this.checkAllButton);
    80       this.groupBox1.Controls.Add(this.checkInputsTargetButton);
    81       this.groupBox1.Controls.Add(this.variablesListView);
    82       this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
    83       this.groupBox1.Location = new System.Drawing.Point(0, 0);
    84       this.groupBox1.Name = "groupBox1";
    85       this.groupBox1.Size = new System.Drawing.Size(180, 403);
    86       this.groupBox1.TabIndex = 7;
    87       this.groupBox1.TabStop = false;
    88       this.groupBox1.Text = "Variables";
     78      this.variablesGroupBox.Controls.Add(this.uncheckAllButton);
     79      this.variablesGroupBox.Controls.Add(this.checkAllButton);
     80      this.variablesGroupBox.Controls.Add(this.checkInputsTargetButton);
     81      this.variablesGroupBox.Controls.Add(this.variablesListView);
     82      this.variablesGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
     83      this.variablesGroupBox.Location = new System.Drawing.Point(0, 0);
     84      this.variablesGroupBox.Name = "variablesGroupBox";
     85      this.variablesGroupBox.Size = new System.Drawing.Size(180, 403);
     86      this.variablesGroupBox.TabIndex = 7;
     87      this.variablesGroupBox.TabStop = false;
     88      this.variablesGroupBox.Text = "Variables";
    8989      //
    9090      // uncheckAllButton
     
    153153      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
    154154      this.splitContainer.ResumeLayout(false);
    155       this.groupBox1.ResumeLayout(false);
     155      this.variablesGroupBox.ResumeLayout(false);
    156156      this.ResumeLayout(false);
    157157
     
    161161    protected System.Windows.Forms.SplitContainer splitContainer;
    162162    private System.Windows.Forms.ListView variablesListView;
    163     private System.Windows.Forms.GroupBox groupBox1;
     163    private System.Windows.Forms.GroupBox variablesGroupBox;
    164164    private System.Windows.Forms.ToolTip toolTip;
    165165    private System.Windows.Forms.ColumnHeader columnHeader;
Note: See TracChangeset for help on using the changeset viewer.