Changeset 10271 for branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking.Views/3.4/GenealogyGraphView.Designer.cs
- Timestamp:
- 12/23/13 14:26:04 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking.Views/3.4/GenealogyGraphView.Designer.cs
r10269 r10271 1 1 2 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views;3 2 4 namespace HeuristicLab.Evolution aryTracking.Views {3 namespace HeuristicLab.EvolutionTracking.Views { 5 4 partial class GenealogyGraphView { 6 5 /// <summary> … … 34 33 this.simpleLineagesCheckBox = new System.Windows.Forms.CheckBox(); 35 34 this.toolTip = new System.Windows.Forms.ToolTip(this.components); 36 this.genealogyGraphChart = new HeuristicLab.Evolution aryTracking.Views.GenealogyGraphChart();35 this.genealogyGraphChart = new HeuristicLab.EvolutionTracking.Views.GenealogyGraphChart(); 37 36 this.topControlBox.SuspendLayout(); 38 37 this.graphControlsGroupBox.SuspendLayout(); … … 41 40 // topControlBox 42 41 // 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) 44 43 | System.Windows.Forms.AnchorStyles.Right))); 45 44 this.topControlBox.Controls.Add(this.graphControlsGroupBox); … … 96 95 // genealogyGraphChart 97 96 // 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) 99 98 | System.Windows.Forms.AnchorStyles.Right))); 100 99 this.genealogyGraphChart.BackColor = System.Drawing.SystemColors.Control;
Note: See TracChangeset
for help on using the changeset viewer.