Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/27/13 13:31:32 (11 years ago)
Author:
bburlacu
Message:

#1772: Updated LineageExplorerView and added functionality for highlighting common fragments in a given tree. Fixed view layout and element anchoring.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.EvolutionaryTracking.Views/3.4/LineageExplorerView.Designer.cs

    r9239 r9250  
    5151      // qualityImprovementTreeView
    5252      //
    53       this.qualityImprovementTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     53      this.qualityImprovementTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     54            | System.Windows.Forms.AnchorStyles.Right)));
    5455      this.qualityImprovementTreeView.HideSelection = false;
    5556      this.qualityImprovementTreeView.Location = new System.Drawing.Point(388, 0);
     
    6162      // symbolicExpressionTreeChart
    6263      //
     64      this.symbolicExpressionTreeChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     65            | System.Windows.Forms.AnchorStyles.Left)
     66            | System.Windows.Forms.AnchorStyles.Right)));
    6367      this.symbolicExpressionTreeChart.BackgroundColor = System.Drawing.Color.White;
    64       this.symbolicExpressionTreeChart.Dock = System.Windows.Forms.DockStyle.Fill;
    6568      this.symbolicExpressionTreeChart.LineColor = System.Drawing.Color.Black;
    6669      this.symbolicExpressionTreeChart.Location = new System.Drawing.Point(155, 0);
    6770      this.symbolicExpressionTreeChart.Name = "symbolicExpressionTreeChart";
    68       this.symbolicExpressionTreeChart.Size = new System.Drawing.Size(348, 624);
     71      this.symbolicExpressionTreeChart.Size = new System.Drawing.Size(227, 624);
    6972      this.symbolicExpressionTreeChart.Spacing = 5;
    7073      this.symbolicExpressionTreeChart.SuspendRepaint = false;
     
    9699      // showGenealogyButton
    97100      //
    98       this.showGenealogyButton.Location = new System.Drawing.Point(128, 4);
     101      this.showGenealogyButton.AutoSize = true;
     102      this.showGenealogyButton.Location = new System.Drawing.Point(129, 4);
    99103      this.showGenealogyButton.Name = "showGenealogyButton";
    100104      this.showGenealogyButton.Size = new System.Drawing.Size(104, 23);
     
    106110      // calculateFragmentFrequencyButton
    107111      //
     112      this.calculateFragmentFrequencyButton.AutoSize = true;
    108113      this.calculateFragmentFrequencyButton.Location = new System.Drawing.Point(4, 4);
    109114      this.calculateFragmentFrequencyButton.Name = "calculateFragmentFrequencyButton";
    110       this.calculateFragmentFrequencyButton.Size = new System.Drawing.Size(118, 23);
     115      this.calculateFragmentFrequencyButton.Size = new System.Drawing.Size(119, 23);
    111116      this.calculateFragmentFrequencyButton.TabIndex = 0;
    112117      this.calculateFragmentFrequencyButton.Text = "Fragment frequencies";
     
    124129      this.panel1.ResumeLayout(false);
    125130      this.panel2.ResumeLayout(false);
     131      this.panel2.PerformLayout();
    126132      this.ResumeLayout(false);
    127133
Note: See TracChangeset for help on using the changeset viewer.