Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/25/14 17:17:52 (10 years ago)
Author:
bburlacu
Message:

#1772: Made some progress towards the visualization of building block trajectories. Added the FragmentGraphView.

File:
1 edited

Legend:

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

    r10517 r10655  
    2525    private void InitializeComponent() {
    2626      this.treeView = new System.Windows.Forms.TreeView();
    27       this.lineageExplorerChart = new HeuristicLab.Problems.DataAnalysis.Symbolic.Views.SymbolicDataAnalysisExpressionLineageExplorerChart();
     27      this.symbolicExpressionChartControl = new HeuristicLab.Problems.DataAnalysis.Symbolic.Views.SymbolicExpressionChartControl();
    2828      this.SuspendLayout();
    2929      //
    3030      // treeView
    3131      //
    32       this.treeView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     32      this.treeView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    3333            | System.Windows.Forms.AnchorStyles.Left)));
    3434      this.treeView.Location = new System.Drawing.Point(3, 3);
     
    3838      this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect);
    3939      //
    40       // lineageExplorerChart
     40      // symbolicExpressionChartControl
    4141      //
    42       this.lineageExplorerChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    43             | System.Windows.Forms.AnchorStyles.Left) 
     42      this.symbolicExpressionChartControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     43            | System.Windows.Forms.AnchorStyles.Left)
    4444            | System.Windows.Forms.AnchorStyles.Right)));
    45       this.lineageExplorerChart.AutoSize = true;
    46       this.lineageExplorerChart.BackColor = System.Drawing.SystemColors.Control;
    47       this.lineageExplorerChart.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
    48       this.lineageExplorerChart.Chart = null;
    49       this.lineageExplorerChart.Location = new System.Drawing.Point(176, 3);
    50       this.lineageExplorerChart.Name = "lineageExplorerChart";
    51       this.lineageExplorerChart.ScaleOnResize = true;
    52       this.lineageExplorerChart.Size = new System.Drawing.Size(657, 593);
    53       this.lineageExplorerChart.TabIndex = 1;
     45      this.symbolicExpressionChartControl.AutoSize = true;
     46      this.symbolicExpressionChartControl.BackColor = System.Drawing.SystemColors.Control;
     47      this.symbolicExpressionChartControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     48      this.symbolicExpressionChartControl.Chart = null;
     49      this.symbolicExpressionChartControl.Location = new System.Drawing.Point(176, 3);
     50      this.symbolicExpressionChartControl.Name = "symbolicExpressionChartControl";
     51      this.symbolicExpressionChartControl.ScaleOnResize = true;
     52      this.symbolicExpressionChartControl.Size = new System.Drawing.Size(657, 593);
     53      this.symbolicExpressionChartControl.TabIndex = 1;
    5454      //
    5555      // SymbolicDataAnalysisExpressionLineageExplorerView
     
    5757      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    5858      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    59       this.Controls.Add(this.lineageExplorerChart);
     59      this.Controls.Add(this.symbolicExpressionChartControl);
    6060      this.Controls.Add(this.treeView);
    6161      this.DoubleBuffered = true;
     
    7070
    7171    private System.Windows.Forms.TreeView treeView;
    72     private SymbolicDataAnalysisExpressionLineageExplorerChart lineageExplorerChart;
     72    private SymbolicExpressionChartControl symbolicExpressionChartControl;
    7373  }
    7474}
Note: See TracChangeset for help on using the changeset viewer.