Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/11/17 18:43:17 (7 years ago)
Author:
gkronber
Message:

#2670 renamed TargetResponseCurve and GradientChart -> PartialDependencePlot

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionPartialDependencePlotView.Designer.cs

    r14851 r14852  
    11namespace HeuristicLab.Problems.DataAnalysis.Views {
    2   partial class RegressionSolutionTargetResponseGradientView {
     2  partial class RegressionSolutionPartialDependencePlotView {
    33    /// <summary>
    44    /// Required designer variable.
     
    2626      this.components = new System.ComponentModel.Container();
    2727      this.variableListView = new System.Windows.Forms.ListView();
    28       this.gradientChartTableLayout = new System.Windows.Forms.TableLayoutPanel();
     28      this.partialDependencePlotTableLayout = new System.Windows.Forms.TableLayoutPanel();
    2929      this.yAxisConfigGroupBox = new System.Windows.Forms.GroupBox();
    3030      this.limitView = new HeuristicLab.Problems.DataAnalysis.Views.DoubleLimitView();
     
    6363      this.variableListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.variableListView_ItemChecked);
    6464      //
    65       // gradientChartTableLayout
    66       //
    67       this.gradientChartTableLayout.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    68             | System.Windows.Forms.AnchorStyles.Right)));
    69       this.gradientChartTableLayout.AutoSize = true;
    70       this.gradientChartTableLayout.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
    71       this.gradientChartTableLayout.ColumnCount = 1;
    72       this.gradientChartTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
    73       this.gradientChartTableLayout.Location = new System.Drawing.Point(0, 0);
    74       this.gradientChartTableLayout.Name = "gradientChartTableLayout";
    75       this.gradientChartTableLayout.RowCount = 1;
    76       this.gradientChartTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
    77       this.gradientChartTableLayout.Size = new System.Drawing.Size(542, 0);
    78       this.gradientChartTableLayout.TabIndex = 2;
     65      // partialDependencePlotTableLayout
     66      //
     67      this.partialDependencePlotTableLayout.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     68            | System.Windows.Forms.AnchorStyles.Right)));
     69      this.partialDependencePlotTableLayout.AutoSize = true;
     70      this.partialDependencePlotTableLayout.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     71      this.partialDependencePlotTableLayout.ColumnCount = 1;
     72      this.partialDependencePlotTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     73      this.partialDependencePlotTableLayout.Location = new System.Drawing.Point(0, 0);
     74      this.partialDependencePlotTableLayout.Name = "partialDependencePlotTableLayout";
     75      this.partialDependencePlotTableLayout.RowCount = 1;
     76      this.partialDependencePlotTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle());
     77      this.partialDependencePlotTableLayout.Size = new System.Drawing.Size(542, 0);
     78      this.partialDependencePlotTableLayout.TabIndex = 2;
    7979      //
    8080      // yAxisConfigGroupBox
     
    196196      // scrollPanel
    197197      //
    198       this.scrollPanel.Controls.Add(this.gradientChartTableLayout);
     198      this.scrollPanel.Controls.Add(this.partialDependencePlotTableLayout);
    199199      this.scrollPanel.Dock = System.Windows.Forms.DockStyle.Fill;
    200200      this.scrollPanel.Location = new System.Drawing.Point(0, 0);
     
    228228      this.columnsNumericUpDown.ValueChanged += new System.EventHandler(this.columnsNumericUpDown_ValueChanged);
    229229      //
    230       // RegressionSolutionTargetResponseGradientView
     230      // RegressionSolutionPartialDependencePlotView
    231231      //
    232232      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    233233      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    234234      this.Controls.Add(this.configSplitContainer);
    235       this.Name = "RegressionSolutionTargetResponseGradientView";
     235      this.Name = "RegressionSolutionPartialDependencePlotView";
    236236      this.Size = new System.Drawing.Size(715, 648);
    237237      this.yAxisConfigGroupBox.ResumeLayout(false);
     
    255255
    256256    private System.Windows.Forms.ListView variableListView;
    257     private System.Windows.Forms.TableLayoutPanel gradientChartTableLayout;
     257    private System.Windows.Forms.TableLayoutPanel partialDependencePlotTableLayout;
    258258    private System.Windows.Forms.GroupBox yAxisConfigGroupBox;
    259259    private System.Windows.Forms.CheckBox automaticYAxisCheckBox;
Note: See TracChangeset for help on using the changeset viewer.