Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/23/13 14:26:04 (11 years ago)
Author:
bburlacu
Message:

#1772: Fixed namespaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking.Views/3.4/GenealogyGraphView.Designer.cs

    r10269 r10271  
    11
    2 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views;
    32
    4 namespace HeuristicLab.EvolutionaryTracking.Views {
     3namespace HeuristicLab.EvolutionTracking.Views {
    54  partial class GenealogyGraphView {
    65    /// <summary>
     
    3433      this.simpleLineagesCheckBox = new System.Windows.Forms.CheckBox();
    3534      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    36       this.genealogyGraphChart = new HeuristicLab.EvolutionaryTracking.Views.GenealogyGraphChart();
     35      this.genealogyGraphChart = new HeuristicLab.EvolutionTracking.Views.GenealogyGraphChart();
    3736      this.topControlBox.SuspendLayout();
    3837      this.graphControlsGroupBox.SuspendLayout();
     
    4140      // topControlBox
    4241      //
    43       this.topControlBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     42      this.topControlBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    4443            | System.Windows.Forms.AnchorStyles.Right)));
    4544      this.topControlBox.Controls.Add(this.graphControlsGroupBox);
     
    9695      // genealogyGraphChart
    9796      //
    98       this.genealogyGraphChart.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
     97      this.genealogyGraphChart.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
    9998            | System.Windows.Forms.AnchorStyles.Right)));
    10099      this.genealogyGraphChart.BackColor = System.Drawing.SystemColors.Control;
Note: See TracChangeset for help on using the changeset viewer.