Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/20/10 15:49:22 (14 years ago)
Author:
gkronber
Message:

Implemented views for DataAnalysisProblems and DataAnalysisSolutions. #938 (Data types and operators for regression problems)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/LineChartView.Designer.cs

    r3408 r3442  
    1919 */
    2020#endregion
    21 namespace HeuristicLab.Problem.DataAnalysis.Views {
     21namespace HeuristicLab.Problems.DataAnalysis.Views {
    2222  partial class LineChartView {
    2323    /// <summary>
     
    6363      this.chart.Size = new System.Drawing.Size(358, 225);
    6464      this.chart.TabIndex = 0;
    65       this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
    66       this.chart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDown);
    6765      //
    6866      // QualityLineChart
     
    7472      this.Name = "QualityLineChart";
    7573      this.Size = new System.Drawing.Size(358, 225);
    76       this.DragDrop += new System.Windows.Forms.DragEventHandler(this.ModelLineChart_DragDrop);
    77       this.DragEnter += new System.Windows.Forms.DragEventHandler(this.ModelLineChart_DragEnter);
    7874      ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
    7975      this.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.