Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/26/14 01:56:35 (10 years ago)
Author:
bburlacu
Message:

#1772: Introduced separate class for FragmentNodes and adjusted tracing code. Fixed small bug creating the genealogy graph.

File:
1 edited

Legend:

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

    r10833 r10888  
    5151      this.genealogyGraphChart = new HeuristicLab.Problems.DataAnalysis.Symbolic.Views.SymbolicDataAnalysisExpressionGenealogyGraphChart();
    5252      this.symbolicExpressionTreeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
     53      this.groupBox1 = new System.Windows.Forms.GroupBox();
     54      this.simpleLineages_checkBox = new System.Windows.Forms.CheckBox();
     55      this.lockGraph_checkBox = new System.Windows.Forms.CheckBox();
    5356      this.trace_checkBox = new System.Windows.Forms.CheckBox();
    54       this.lockGraph_checkBox = new System.Windows.Forms.CheckBox();
    55       this.simpleLineages_checkBox = new System.Windows.Forms.CheckBox();
     57      this.hotPaths_button = new System.Windows.Forms.Button();
    5658      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
    5759      this.splitContainer1.Panel1.SuspendLayout();
    5860      this.splitContainer1.Panel2.SuspendLayout();
    5961      this.splitContainer1.SuspendLayout();
     62      this.groupBox1.SuspendLayout();
    6063      this.SuspendLayout();
    6164      //
    6265      // splitContainer1
    6366      //
    64       this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Bottom;
    65       this.splitContainer1.Location = new System.Drawing.Point(0, 33);
     67      this.splitContainer1.Location = new System.Drawing.Point(0, 57);
    6668      this.splitContainer1.Name = "splitContainer1";
    6769      //
     
    7375      //
    7476      this.splitContainer1.Panel2.Controls.Add(this.symbolicExpressionTreeChart);
    75       this.splitContainer1.Size = new System.Drawing.Size(1247, 722);
     77      this.splitContainer1.Size = new System.Drawing.Size(1247, 698);
    7678      this.splitContainer1.SplitterDistance = 607;
    7779      this.splitContainer1.TabIndex = 0;
     
    8789      this.genealogyGraphChart.ScaleOnResize = true;
    8890      this.genealogyGraphChart.SimpleLineages = false;
    89       this.genealogyGraphChart.Size = new System.Drawing.Size(607, 722);
     91      this.genealogyGraphChart.Size = new System.Drawing.Size(607, 698);
    9092      this.genealogyGraphChart.TabIndex = 0;
    9193      this.genealogyGraphChart.TraceFragments = false;
     
    98100      this.symbolicExpressionTreeChart.Location = new System.Drawing.Point(0, 0);
    99101      this.symbolicExpressionTreeChart.Name = "symbolicExpressionTreeChart";
    100       this.symbolicExpressionTreeChart.Size = new System.Drawing.Size(636, 722);
     102      this.symbolicExpressionTreeChart.Size = new System.Drawing.Size(636, 698);
    101103      this.symbolicExpressionTreeChart.Spacing = 5;
    102104      this.symbolicExpressionTreeChart.SuspendRepaint = false;
    103105      this.symbolicExpressionTreeChart.TabIndex = 0;
    104       this.symbolicExpressionTreeChart.TextFont = new System.Drawing.Font(FontFamily.GenericSansSerif, 10);
     106      this.symbolicExpressionTreeChart.TextFont = new System.Drawing.Font("Microsoft Sans Serif", 10F);
    105107      this.symbolicExpressionTreeChart.Tree = null;
     108      //
     109      // groupBox1
     110      //
     111      this.groupBox1.Controls.Add(this.hotPaths_button);
     112      this.groupBox1.Controls.Add(this.simpleLineages_checkBox);
     113      this.groupBox1.Controls.Add(this.lockGraph_checkBox);
     114      this.groupBox1.Controls.Add(this.trace_checkBox);
     115      this.groupBox1.Location = new System.Drawing.Point(3, 3);
     116      this.groupBox1.Name = "groupBox1";
     117      this.groupBox1.Size = new System.Drawing.Size(1195, 48);
     118      this.groupBox1.TabIndex = 4;
     119      this.groupBox1.TabStop = false;
     120      this.groupBox1.Text = "Controls";
     121      //
     122      // simpleLineages_checkBox
     123      //
     124      this.simpleLineages_checkBox.AutoSize = true;
     125      this.simpleLineages_checkBox.Location = new System.Drawing.Point(94, 19);
     126      this.simpleLineages_checkBox.Name = "simpleLineages_checkBox";
     127      this.simpleLineages_checkBox.Size = new System.Drawing.Size(103, 17);
     128      this.simpleLineages_checkBox.TabIndex = 6;
     129      this.simpleLineages_checkBox.Text = "Simple Lineages";
     130      this.simpleLineages_checkBox.UseVisualStyleBackColor = true;
     131      this.simpleLineages_checkBox.CheckedChanged += new System.EventHandler(this.simpleLineages_checkBox_CheckedChanged);
     132      //
     133      // lockGraph_checkBox
     134      //
     135      this.lockGraph_checkBox.AutoSize = true;
     136      this.lockGraph_checkBox.Location = new System.Drawing.Point(6, 19);
     137      this.lockGraph_checkBox.Name = "lockGraph_checkBox";
     138      this.lockGraph_checkBox.Size = new System.Drawing.Size(82, 17);
     139      this.lockGraph_checkBox.TabIndex = 5;
     140      this.lockGraph_checkBox.Text = "Lock Graph";
     141      this.lockGraph_checkBox.UseVisualStyleBackColor = true;
     142      this.lockGraph_checkBox.CheckedChanged += new System.EventHandler(this.lockGraph_checkBox_CheckedChanged);
    106143      //
    107144      // trace_checkBox
    108145      //
    109146      this.trace_checkBox.AutoSize = true;
    110       this.trace_checkBox.Location = new System.Drawing.Point(611, 10);
     147      this.trace_checkBox.Location = new System.Drawing.Point(203, 19);
    111148      this.trace_checkBox.Name = "trace_checkBox";
    112149      this.trace_checkBox.Size = new System.Drawing.Size(54, 17);
    113       this.trace_checkBox.TabIndex = 1;
     150      this.trace_checkBox.TabIndex = 4;
    114151      this.trace_checkBox.Text = "Trace";
    115152      this.trace_checkBox.UseVisualStyleBackColor = true;
    116153      this.trace_checkBox.CheckedChanged += new System.EventHandler(this.trace_checkBox_CheckedChanged);
    117154      //
    118       // lockGraph_checkBox
     155      // hotPaths_button
    119156      //
    120       this.lockGraph_checkBox.AutoSize = true;
    121       this.lockGraph_checkBox.Location = new System.Drawing.Point(4, 10);
    122       this.lockGraph_checkBox.Name = "lockGraph_checkBox";
    123       this.lockGraph_checkBox.Size = new System.Drawing.Size(82, 17);
    124       this.lockGraph_checkBox.TabIndex = 2;
    125       this.lockGraph_checkBox.Text = "Lock Graph";
    126       this.lockGraph_checkBox.UseVisualStyleBackColor = true;
    127       this.lockGraph_checkBox.CheckedChanged += new System.EventHandler(this.lockGraph_checkBox_CheckedChanged);
    128       //
    129       // simpleLineages_checkBox
    130       //
    131       this.simpleLineages_checkBox.AutoSize = true;
    132       this.simpleLineages_checkBox.Location = new System.Drawing.Point(91, 10);
    133       this.simpleLineages_checkBox.Name = "simpleLineages_checkBox";
    134       this.simpleLineages_checkBox.Size = new System.Drawing.Size(103, 17);
    135       this.simpleLineages_checkBox.TabIndex = 3;
    136       this.simpleLineages_checkBox.Text = "Simple Lineages";
    137       this.simpleLineages_checkBox.UseVisualStyleBackColor = true;
    138       this.simpleLineages_checkBox.CheckedChanged += new System.EventHandler(this.simpleLineages_checkBox_CheckedChanged);
     157      this.hotPaths_button.Location = new System.Drawing.Point(263, 15);
     158      this.hotPaths_button.Name = "hotPaths_button";
     159      this.hotPaths_button.Size = new System.Drawing.Size(75, 23);
     160      this.hotPaths_button.TabIndex = 7;
     161      this.hotPaths_button.Text = "Hot paths";
     162      this.hotPaths_button.UseVisualStyleBackColor = true;
     163      this.hotPaths_button.Click += new System.EventHandler(this.hotPaths_button_Click);
    139164      //
    140165      // SymboldDataAnalysisGenealogyView
     
    142167      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    143168      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    144       this.Controls.Add(this.simpleLineages_checkBox);
    145       this.Controls.Add(this.lockGraph_checkBox);
    146       this.Controls.Add(this.trace_checkBox);
     169      this.Controls.Add(this.groupBox1);
    147170      this.Controls.Add(this.splitContainer1);
    148171      this.Name = "SymboldDataAnalysisGenealogyView";
     
    152175      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
    153176      this.splitContainer1.ResumeLayout(false);
     177      this.groupBox1.ResumeLayout(false);
     178      this.groupBox1.PerformLayout();
    154179      this.ResumeLayout(false);
    155       this.PerformLayout();
    156180
    157181    }
     
    162186    private SymbolicDataAnalysisExpressionGenealogyGraphChart genealogyGraphChart;
    163187    private Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart symbolicExpressionTreeChart;
     188    private System.Windows.Forms.GroupBox groupBox1;
     189    private System.Windows.Forms.CheckBox simpleLineages_checkBox;
     190    private System.Windows.Forms.CheckBox lockGraph_checkBox;
    164191    private System.Windows.Forms.CheckBox trace_checkBox;
    165     private System.Windows.Forms.CheckBox lockGraph_checkBox;
    166     private System.Windows.Forms.CheckBox simpleLineages_checkBox;
     192    private System.Windows.Forms.Button hotPaths_button;
    167193
    168194  }
Note: See TracChangeset for help on using the changeset viewer.