Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/23/15 16:22:22 (8 years ago)
Author:
bburlacu
Message:

#1772: Adapted visualization code according to the changes in the HeuristicLab.Visualization branch.

File:
1 edited

Legend:

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

    r12208 r13061  
    4242      // splitContainer
    4343      //
    44       this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    45             | System.Windows.Forms.AnchorStyles.Left) 
     44      this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     45            | System.Windows.Forms.AnchorStyles.Left)
    4646            | System.Windows.Forms.AnchorStyles.Right)));
    4747      this.splitContainer.Location = new System.Drawing.Point(3, 55);
     
    6161      // viewHost
    6262      //
    63       this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    64             | System.Windows.Forms.AnchorStyles.Left) 
     63      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     64            | System.Windows.Forms.AnchorStyles.Left)
    6565            | System.Windows.Forms.AnchorStyles.Right)));
    6666      this.viewHost.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     
    137137      // genealogyGraphChart
    138138      //
    139       this.genealogyGraphChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    140             | System.Windows.Forms.AnchorStyles.Left) 
     139      this.genealogyGraphChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     140            | System.Windows.Forms.AnchorStyles.Left)
    141141            | System.Windows.Forms.AnchorStyles.Right)));
    142142      this.genealogyGraphChart.BackColor = System.Drawing.SystemColors.Control;
     
    151151      this.genealogyGraphChart.TabIndex = 0;
    152152      this.genealogyGraphChart.TraceFragments = false;
    153       this.genealogyGraphChart.UpdateEnabled = true;
    154153      //
    155154      // GenealogyGraphView
Note: See TracChangeset for help on using the changeset viewer.