Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/26/14 22:20:26 (10 years ago)
Author:
bburlacu
Message:

#1772: Added handling of double click event in the genealogy graph (opens a new view of the selected symbolic expression tree). Added highlighting of trace data. Very minor cosmetic changes to the TraceCalculator. Removed resx file from project.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionTracking/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Tracking/SymbolicDataAnalysisExpressionGenealogyGraphChart.Designer.cs

    r10746 r11503  
    1 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
     1using System.Windows.Forms;
     2
     3namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
    24  partial class SymbolicDataAnalysisExpressionGenealogyGraphChart {
    35    /// <summary>
     
    2426    /// </summary>
    2527    private void InitializeComponent() {
    26       components = new System.ComponentModel.Container();
     28      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
     29      this.SuspendLayout();
     30      //
     31      // pictureBox
     32      //
     33      this.pictureBox.MouseDoubleClick += new MouseEventHandler(this.pictureBox_DoubleClick);
     34      //
     35      // SymbolicDataAnalysisExpressionGenealogyGraphChart
     36      //
     37      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    2738      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     39      this.Name = "SymbolicDataAnalysisExpressionGenealogyGraphChart";
     40      this.Controls.SetChildIndex(this.pictureBox, 0);
     41      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
     42      this.ResumeLayout(false);
     43
    2844    }
    2945
Note: See TracChangeset for help on using the changeset viewer.