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

    r14851 r14852  
    2121
    2222namespace HeuristicLab.Problems.DataAnalysis.Views {
    23   partial class GradientChartConfigurationDialog {
     23  partial class PartialDependencePlotConfigurationDialog {
    2424    /// <summary>
    2525    /// Required designer variable.
     
    272272      this.errorProvider.ContainerControl = this;
    273273      //
    274       // GradientChartConfigurationDialog
     274      // PartialDependencePlotConfigurationDialog
    275275      //
    276276      this.AcceptButton = this.applyButton;
     
    286286      this.MaximizeBox = false;
    287287      this.MinimizeBox = false;
    288       this.Name = "GradientChartConfigurationDialog";
     288      this.Name = "PartialDependencePlotConfigurationDialog";
    289289      this.ShowIcon = false;
    290290      this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
    291291      this.Text = "Configure Gradient Chart";
    292292      this.TopMost = true;
    293       this.Shown += new System.EventHandler(this.GradientChartConfigurationDialog_Shown);
     293      this.Shown += new System.EventHandler(this.PartialDependencePlotConfigurationDialog_Shown);
    294294      this.xAxisGroupBox.ResumeLayout(false);
    295295      this.xAxisGroupBox.PerformLayout();
Note: See TracChangeset for help on using the changeset viewer.