Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/15/17 16:30:45 (7 years ago)
Author:
pfleck
Message:

#2709 Adapted DataTable/ScatterPlotControl to the recent (re-) merge of the -View and -Control.

File:
1 edited

Legend:

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

    r14725 r14983  
    4646    private void InitializeComponent() {
    4747      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScatterPlotSingleView));
    48       this.scatterPlotControl = new HeuristicLab.Analysis.Views.ScatterPlotControl();
     48      this.scatterPlotView = new HeuristicLab.Analysis.Views.ScatterPlotView();
    4949      this.groupBox1 = new System.Windows.Forms.GroupBox();
    5050      this.useGradientCheckBox = new System.Windows.Forms.CheckBox();
     
    7676      this.SuspendLayout();
    7777      //
    78       // scatterPlotControl
    79       //
    80       this.scatterPlotControl.Caption = "View";
    81       this.scatterPlotControl.Content = null;
    82       this.scatterPlotControl.Dock = System.Windows.Forms.DockStyle.Fill;
    83       this.scatterPlotControl.Location = new System.Drawing.Point(0, 0);
    84       this.scatterPlotControl.Name = "scatterPlotControl";
    85       this.scatterPlotControl.ReadOnly = false;
    86       this.scatterPlotControl.Size = new System.Drawing.Size(618, 517);
    87       this.scatterPlotControl.TabIndex = 0;
     78      // ScatterPlotView
     79      //
     80      this.scatterPlotView.Caption = "View";
     81      this.scatterPlotView.Content = null;
     82      this.scatterPlotView.Dock = System.Windows.Forms.DockStyle.Fill;
     83      this.scatterPlotView.Location = new System.Drawing.Point(0, 0);
     84      this.scatterPlotView.Name = "scatterPlotView";
     85      this.scatterPlotView.ReadOnly = false;
     86      this.scatterPlotView.Size = new System.Drawing.Size(618, 517);
     87      this.scatterPlotView.TabIndex = 0;
    8888      //
    8989      // groupBox1
     
    269269      // splitContainer1.Panel2
    270270      //
    271       this.splitContainer1.Panel2.Controls.Add(this.scatterPlotControl);
     271      this.splitContainer1.Panel2.Controls.Add(this.scatterPlotView);
    272272      this.splitContainer1.Panel2.Controls.Add(this.gradientPanel);
    273273      this.splitContainer1.Size = new System.Drawing.Size(863, 517);
     
    345345    #endregion
    346346
    347     private HeuristicLab.Analysis.Views.ScatterPlotControl scatterPlotControl;
     347    private HeuristicLab.Analysis.Views.ScatterPlotView scatterPlotView;
    348348    private System.Windows.Forms.GroupBox groupBox1;
    349349    private System.Windows.Forms.Label label2;
Note: See TracChangeset for help on using the changeset viewer.