Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/28/14 15:31:47 (10 years ago)
Author:
aesterer
Message:

Splitted scatter plot view in single and multi view

File:
1 copied

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/SingleScatterPlotView.Designer.cs

    r10897 r10915  
    11namespace HeuristicLab.DataPreprocessing.Views {
    2   partial class MultiScatterPlotView {
     2  partial class SingleScatterPlotView {
    33    /// <summary>
    44    /// Required designer variable.
     
    4040      this.scatterPlotView.Caption = "ScatterPlot View";
    4141      this.scatterPlotView.Content = null;
    42       this.scatterPlotView.Location = new System.Drawing.Point(188, 0);
     42      this.scatterPlotView.Location = new System.Drawing.Point(169, 3);
    4343      this.scatterPlotView.Name = "scatterPlotView";
    4444      this.scatterPlotView.ReadOnly = false;
    45       this.scatterPlotView.Size = new System.Drawing.Size(670, 512);
     45      this.scatterPlotView.Size = new System.Drawing.Size(689, 509);
    4646      this.scatterPlotView.TabIndex = 0;
    4747      //
     
    5454      this.groupBox1.Location = new System.Drawing.Point(3, 3);
    5555      this.groupBox1.Name = "groupBox1";
    56       this.groupBox1.Size = new System.Drawing.Size(179, 157);
     56      this.groupBox1.Size = new System.Drawing.Size(160, 140);
    5757      this.groupBox1.TabIndex = 1;
    5858      this.groupBox1.TabStop = false;
     
    9595      this.comboBoxXVariable.SelectedIndexChanged += new System.EventHandler(this.comboBox_SelectedIndexChanged);
    9696      //
    97       // PreprocessingScatterPlotView
     97      // SingleScatterPlotView
    9898      //
    9999      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     
    101101      this.Controls.Add(this.groupBox1);
    102102      this.Controls.Add(this.scatterPlotView);
    103       this.Name = "PreprocessingScatterPlotView";
     103      this.Name = "SingleScatterPlotView";
    104104      this.Size = new System.Drawing.Size(863, 517);
    105105      this.groupBox1.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.