Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/19/14 14:42:04 (9 years ago)
Author:
ascheibe
Message:

#2031

  • moved statistics views to a new plugin (HL.Analysis.Statistics.Views) in trunk
  • fixed namespaces of unit tests
Location:
trunk/sources/HeuristicLab.Analysis.Statistics.Views
Files:
2 added
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Analysis.Statistics.Views/3.3/CorrelationView.designer.cs

    r11697 r11705  
    2020#endregion
    2121
    22 namespace HeuristicLab.Analysis.Statistics {
     22namespace HeuristicLab.Analysis.Statistics.Views {
    2323  partial class CorrelationView {
    2424    /// <summary>
     
    5252      // stringConvertibleMatrixView
    5353      //
    54       this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    55             | System.Windows.Forms.AnchorStyles.Left) 
     54      this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     55            | System.Windows.Forms.AnchorStyles.Left)
    5656            | System.Windows.Forms.AnchorStyles.Right)));
    5757      this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
     
    7878      // methodComboBox
    7979      //
    80       this.methodComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     80      this.methodComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    8181            | System.Windows.Forms.AnchorStyles.Right)));
    8282      this.methodComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
Note: See TracChangeset for help on using the changeset viewer.