Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/08/11 13:15:23 (13 years ago)
Author:
mkommend
Message:

#1612: Implemented RegressionSolutionErrorCharacteristicsView and adapted loading of DataAnalysisSolutionEvaluationViews.

File:
1 copied

Legend:

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

    r6628 r6642  
    11namespace HeuristicLab.Problems.DataAnalysis.Views {
    2   partial class DiscriminantFunctionClassificationRocCurvesView {
     2  partial class RegressionSolutionErrorCharacteristicsCurveView {
    33    /// <summary>
    44    /// Required designer variable.
     
    3030      this.label1 = new System.Windows.Forms.Label();
    3131      this.cmbSamples = new System.Windows.Forms.ComboBox();
    32       this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    3332      ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
    3433      this.SuspendLayout();
     
    3736      //
    3837      this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    39                   | System.Windows.Forms.AnchorStyles.Left)
    40                   | System.Windows.Forms.AnchorStyles.Right)));
     38            | System.Windows.Forms.AnchorStyles.Left)
     39            | System.Windows.Forms.AnchorStyles.Right)));
    4140      chartArea1.Name = "ChartArea1";
    4241      this.chart.ChartAreas.Add(chartArea1);
     
    4544      legend1.Name = "Legend1";
    4645      this.chart.Legends.Add(legend1);
    47       this.chart.Location = new System.Drawing.Point(0, 28);
     46      this.chart.Location = new System.Drawing.Point(6, 28);
    4847      this.chart.Name = "chart";
    4948      this.chart.Size = new System.Drawing.Size(366, 202);
    5049      this.chart.TabIndex = 0;
    5150      this.chart.Text = "chart";
    52       this.chart.CustomizeLegend += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs>(this.chart_CustomizeLegend);
    53       this.chart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDown);
    54       this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
    5551      //
    5652      // label1
     
    7369      this.cmbSamples.SelectedIndexChanged += new System.EventHandler(this.cmbSamples_SelectedIndexChanged);
    7470      //
    75       // RocCurvesView
     71      // RegressionSolutionErrorCharacteristicsCurveView
    7672      //
    7773      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     
    8076      this.Controls.Add(this.cmbSamples);
    8177      this.Controls.Add(this.chart);
    82       this.Name = "RocCurvesView";
     78      this.Name = "RegressionSolutionErrorCharacteristicsCurveView";
    8379      this.Size = new System.Drawing.Size(366, 230);
    8480      ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
     
    9086    #endregion
    9187
    92     private HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
    93     private System.Windows.Forms.Label label1;
    94     private System.Windows.Forms.ComboBox cmbSamples;
    95     private System.Windows.Forms.ToolTip toolTip;
    96 
     88    protected HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
     89    protected System.Windows.Forms.Label label1;
     90    protected System.Windows.Forms.ComboBox cmbSamples;
    9791  }
    9892}
Note: See TracChangeset for help on using the changeset viewer.