Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking.Views/3.4/GenealogyGraphChart.Designer.cs @ 10302

Last change on this file since 10302 was 10302, checked in by bburlacu, 10 years ago

#1772: - Added a ViewHost in the right side of the GenealogyGraphView which displays the encoding-specific content when a GenealogyGraphNode is clicked.

  • Migrated new SymbolicExpressionTreeChart (drawing the tree using the ReingoldTilfordLayoutEngine) to the new branch
  • Copied SymbolicDataAnalysisExpressionTreeMatching.cs and SymbolicDataAnalysisExpressionTreeSimilarityCalculator.cs to the new branch
File size: 1.1 KB
Line 
1
2using HeuristicLab.Visualization;
3
4namespace HeuristicLab.EvolutionTracking.Views {
5  partial class GenealogyGraphChart {
6    /// <summary>
7    /// Required designer variable.
8    /// </summary>
9    private System.ComponentModel.IContainer components = null;
10
11    /// <summary>
12    /// Clean up any resources being used.
13    /// </summary>
14    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
15    protected override void Dispose(bool disposing) {
16      if (disposing && (components != null)) {
17        components.Dispose();
18      }
19      base.Dispose(disposing);
20    }
21
22    #region Component Designer generated code
23
24    /// <summary>
25    /// Required method for Designer support - do not modify
26    /// the contents of this method with the code editor.
27    /// </summary>
28    private void InitializeComponent() {
29      components = new System.ComponentModel.Container();
30      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
31      Chart = new Chart(0, 0, PreferredSize.Width, PreferredSize.Height);
32    }
33
34    #endregion
35  }
36}
Note: See TracBrowser for help on using the repository browser.