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/ScatterPlotSingleView.Designer.cs

    r14470 r14514  
    5353      this.comboBoxYVariable = new System.Windows.Forms.ComboBox();
    5454      this.comboBoxXVariable = new System.Windows.Forms.ComboBox();
     55      this.regressionGroupBox = new System.Windows.Forms.GroupBox();
     56      this.regressionTypeComboBox = new System.Windows.Forms.ComboBox();
     57      this.polynomialRegressionOrderNumericUpDown = new System.Windows.Forms.NumericUpDown();
     58      this.orderLabel = new System.Windows.Forms.Label();
     59      this.label4 = new System.Windows.Forms.Label();
     60      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
    5561      this.groupBox1.SuspendLayout();
     62      this.regressionGroupBox.SuspendLayout();
     63      ((System.ComponentModel.ISupportInitialize)(this.polynomialRegressionOrderNumericUpDown)).BeginInit();
     64      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     65      this.splitContainer1.Panel1.SuspendLayout();
     66      this.splitContainer1.Panel2.SuspendLayout();
     67      this.splitContainer1.SuspendLayout();
    5668      this.SuspendLayout();
    5769      //
    5870      // scatterPlotControl
    5971      //
    60       this.scatterPlotControl.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)));
    6372      this.scatterPlotControl.Content = null;
    64       this.scatterPlotControl.Location = new System.Drawing.Point(169, 3);
     73      this.scatterPlotControl.Dock = System.Windows.Forms.DockStyle.Fill;
     74      this.scatterPlotControl.Location = new System.Drawing.Point(0, 0);
    6575      this.scatterPlotControl.Name = "scatterPlotControl";
    66       this.scatterPlotControl.Size = new System.Drawing.Size(689, 509);
     76      this.scatterPlotControl.Size = new System.Drawing.Size(687, 517);
    6777      this.scatterPlotControl.TabIndex = 0;
    6878      //
     
    7585      this.groupBox1.Controls.Add(this.comboBoxYVariable);
    7686      this.groupBox1.Controls.Add(this.comboBoxXVariable);
    77       this.groupBox1.Location = new System.Drawing.Point(3, 3);
     87      this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
     88      this.groupBox1.Location = new System.Drawing.Point(0, 0);
    7889      this.groupBox1.Name = "groupBox1";
    79       this.groupBox1.Size = new System.Drawing.Size(160, 215);
     90      this.groupBox1.Size = new System.Drawing.Size(172, 137);
    8091      this.groupBox1.TabIndex = 1;
    8192      this.groupBox1.TabStop = false;
    82       this.groupBox1.Text = "Options";
     93      this.groupBox1.Text = "Variables";
    8394      //
    8495      // label3
    8596      //
    8697      this.label3.AutoSize = true;
    87       this.label3.Location = new System.Drawing.Point(17, 141);
     98      this.label3.Location = new System.Drawing.Point(6, 97);
    8899      this.label3.Name = "label3";
    89       this.label3.Size = new System.Drawing.Size(36, 13);
     100      this.label3.Size = new System.Drawing.Size(39, 13);
    90101      this.label3.TabIndex = 3;
    91       this.label3.Text = "Group";
     102      this.label3.Text = "Group:";
    92103      //
    93104      // label2
    94105      //
    95106      this.label2.AutoSize = true;
    96       this.label2.Location = new System.Drawing.Point(17, 80);
     107      this.label2.Location = new System.Drawing.Point(6, 63);
    97108      this.label2.Name = "label2";
    98       this.label2.Size = new System.Drawing.Size(55, 13);
     109      this.label2.Size = new System.Drawing.Size(17, 13);
    99110      this.label2.TabIndex = 3;
    100       this.label2.Text = "Y Variable";
     111      this.label2.Text = "Y:";
    101112      //
    102113      // label1
    103114      //
    104115      this.label1.AutoSize = true;
    105       this.label1.Location = new System.Drawing.Point(17, 25);
     116      this.label1.Location = new System.Drawing.Point(6, 29);
    106117      this.label1.Name = "label1";
    107       this.label1.Size = new System.Drawing.Size(55, 13);
     118      this.label1.Size = new System.Drawing.Size(17, 13);
    108119      this.label1.TabIndex = 2;
    109       this.label1.Text = "X Variable";
     120      this.label1.Text = "X:";
    110121      //
    111122      // comboBoxGroup
    112123      //
     124      this.comboBoxGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     125            | System.Windows.Forms.AnchorStyles.Right)));
    113126      this.comboBoxGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    114127      this.comboBoxGroup.FormattingEnabled = true;
    115       this.comboBoxGroup.Location = new System.Drawing.Point(20, 164);
     128      this.comboBoxGroup.Location = new System.Drawing.Point(51, 94);
    116129      this.comboBoxGroup.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
    117130      this.comboBoxGroup.Name = "comboBoxGroup";
    118       this.comboBoxGroup.Size = new System.Drawing.Size(121, 21);
     131      this.comboBoxGroup.Size = new System.Drawing.Size(115, 21);
    119132      this.comboBoxGroup.TabIndex = 1;
    120133      this.comboBoxGroup.SelectedIndexChanged += new System.EventHandler(this.comboBoxGroup_SelectedIndexChanged);
     
    122135      // comboBoxYVariable
    123136      //
     137      this.comboBoxYVariable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     138            | System.Windows.Forms.AnchorStyles.Right)));
    124139      this.comboBoxYVariable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    125140      this.comboBoxYVariable.FormattingEnabled = true;
    126       this.comboBoxYVariable.Location = new System.Drawing.Point(20, 103);
     141      this.comboBoxYVariable.Location = new System.Drawing.Point(51, 60);
    127142      this.comboBoxYVariable.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
    128143      this.comboBoxYVariable.Name = "comboBoxYVariable";
    129       this.comboBoxYVariable.Size = new System.Drawing.Size(121, 21);
     144      this.comboBoxYVariable.Size = new System.Drawing.Size(115, 21);
    130145      this.comboBoxYVariable.TabIndex = 1;
    131146      this.comboBoxYVariable.SelectedIndexChanged += new System.EventHandler(this.comboBoxYVariable_SelectedIndexChanged);
     
    133148      // comboBoxXVariable
    134149      //
     150      this.comboBoxXVariable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     151            | System.Windows.Forms.AnchorStyles.Right)));
    135152      this.comboBoxXVariable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    136153      this.comboBoxXVariable.FormattingEnabled = true;
    137       this.comboBoxXVariable.Location = new System.Drawing.Point(20, 48);
     154      this.comboBoxXVariable.Location = new System.Drawing.Point(51, 26);
    138155      this.comboBoxXVariable.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
    139156      this.comboBoxXVariable.Name = "comboBoxXVariable";
    140       this.comboBoxXVariable.Size = new System.Drawing.Size(121, 21);
     157      this.comboBoxXVariable.Size = new System.Drawing.Size(115, 21);
    141158      this.comboBoxXVariable.TabIndex = 0;
    142159      this.comboBoxXVariable.SelectedIndexChanged += new System.EventHandler(this.comboBoxXVariable_SelectedIndexChanged);
    143160      //
     161      // regressionGroupBox
     162      //
     163      this.regressionGroupBox.Controls.Add(this.regressionTypeComboBox);
     164      this.regressionGroupBox.Controls.Add(this.polynomialRegressionOrderNumericUpDown);
     165      this.regressionGroupBox.Controls.Add(this.orderLabel);
     166      this.regressionGroupBox.Controls.Add(this.label4);
     167      this.regressionGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
     168      this.regressionGroupBox.Location = new System.Drawing.Point(0, 137);
     169      this.regressionGroupBox.Name = "regressionGroupBox";
     170      this.regressionGroupBox.Size = new System.Drawing.Size(172, 78);
     171      this.regressionGroupBox.TabIndex = 4;
     172      this.regressionGroupBox.TabStop = false;
     173      this.regressionGroupBox.Text = "Regression";
     174      //
     175      // regressionTypeComboBox
     176      //
     177      this.regressionTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     178            | System.Windows.Forms.AnchorStyles.Right)));
     179      this.regressionTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     180      this.regressionTypeComboBox.FormattingEnabled = true;
     181      this.regressionTypeComboBox.Location = new System.Drawing.Point(51, 19);
     182      this.regressionTypeComboBox.Name = "regressionTypeComboBox";
     183      this.regressionTypeComboBox.Size = new System.Drawing.Size(115, 21);
     184      this.regressionTypeComboBox.TabIndex = 14;
     185      this.regressionTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.regressionTypeComboBox_SelectedIndexChanged);
     186      //
     187      // polynomialRegressionOrderNumericUpDown
     188      //
     189      this.polynomialRegressionOrderNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     190            | System.Windows.Forms.AnchorStyles.Right)));
     191      this.polynomialRegressionOrderNumericUpDown.Location = new System.Drawing.Point(51, 47);
     192      this.polynomialRegressionOrderNumericUpDown.Margin = new System.Windows.Forms.Padding(9, 3, 3, 3);
     193      this.polynomialRegressionOrderNumericUpDown.Maximum = new decimal(new int[] {
     194            6,
     195            0,
     196            0,
     197            0});
     198      this.polynomialRegressionOrderNumericUpDown.Minimum = new decimal(new int[] {
     199            2,
     200            0,
     201            0,
     202            0});
     203      this.polynomialRegressionOrderNumericUpDown.Name = "polynomialRegressionOrderNumericUpDown";
     204      this.polynomialRegressionOrderNumericUpDown.Size = new System.Drawing.Size(115, 20);
     205      this.polynomialRegressionOrderNumericUpDown.TabIndex = 15;
     206      this.polynomialRegressionOrderNumericUpDown.Value = new decimal(new int[] {
     207            2,
     208            0,
     209            0,
     210            0});
     211      this.polynomialRegressionOrderNumericUpDown.ValueChanged += new System.EventHandler(this.polynomialRegressionOrderNumericUpDown_ValueChanged);
     212      //
     213      // orderLabel
     214      //
     215      this.orderLabel.AutoSize = true;
     216      this.orderLabel.Location = new System.Drawing.Point(6, 49);
     217      this.orderLabel.Name = "orderLabel";
     218      this.orderLabel.Size = new System.Drawing.Size(36, 13);
     219      this.orderLabel.TabIndex = 16;
     220      this.orderLabel.Text = "Order:";
     221      //
     222      // label4
     223      //
     224      this.label4.AutoSize = true;
     225      this.label4.Location = new System.Drawing.Point(6, 22);
     226      this.label4.Name = "label4";
     227      this.label4.Size = new System.Drawing.Size(34, 13);
     228      this.label4.TabIndex = 13;
     229      this.label4.Text = "Type:";
     230      //
     231      // splitContainer1
     232      //
     233      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     234      this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     235      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     236      this.splitContainer1.Name = "splitContainer1";
     237      //
     238      // splitContainer1.Panel1
     239      //
     240      this.splitContainer1.Panel1.Controls.Add(this.regressionGroupBox);
     241      this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
     242      //
     243      // splitContainer1.Panel2
     244      //
     245      this.splitContainer1.Panel2.Controls.Add(this.scatterPlotControl);
     246      this.splitContainer1.Size = new System.Drawing.Size(863, 517);
     247      this.splitContainer1.SplitterDistance = 172;
     248      this.splitContainer1.TabIndex = 5;
     249      //
    144250      // ScatterPlotSingleView
    145251      //
    146252      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    147253      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    148       this.Controls.Add(this.groupBox1);
    149       this.Controls.Add(this.scatterPlotControl);
     254      this.Controls.Add(this.splitContainer1);
    150255      this.Name = "ScatterPlotSingleView";
    151256      this.Size = new System.Drawing.Size(863, 517);
    152257      this.groupBox1.ResumeLayout(false);
    153258      this.groupBox1.PerformLayout();
     259      this.regressionGroupBox.ResumeLayout(false);
     260      this.regressionGroupBox.PerformLayout();
     261      ((System.ComponentModel.ISupportInitialize)(this.polynomialRegressionOrderNumericUpDown)).EndInit();
     262      this.splitContainer1.Panel1.ResumeLayout(false);
     263      this.splitContainer1.Panel2.ResumeLayout(false);
     264      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     265      this.splitContainer1.ResumeLayout(false);
    154266      this.ResumeLayout(false);
    155267
     
    166278    private System.Windows.Forms.ComboBox comboBoxGroup;
    167279    private System.Windows.Forms.Label label3;
     280    private System.Windows.Forms.GroupBox regressionGroupBox;
     281    private System.Windows.Forms.ComboBox regressionTypeComboBox;
     282    private System.Windows.Forms.NumericUpDown polynomialRegressionOrderNumericUpDown;
     283    private System.Windows.Forms.Label orderLabel;
     284    private System.Windows.Forms.Label label4;
     285    private System.Windows.Forms.SplitContainer splitContainer1;
    168286  }
    169287}
Note: See TracChangeset for help on using the changeset viewer.