Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1772: Added SymbolicDataAnalysisGenealogyView, updated generic analyzer and operators.

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