Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/05/14 23:11:44 (10 years ago)
Author:
pfleck
Message:
  • removed unnecessary references and using
  • added missing license header
  • formatted code according to HL standards
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/LineChartView.Designer.cs

    r10557 r10558  
    5454      // viewHost
    5555      //
    56       this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    57             | System.Windows.Forms.AnchorStyles.Left) 
     56      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     57            | System.Windows.Forms.AnchorStyles.Left)
    5858            | System.Windows.Forms.AnchorStyles.Right)));
    5959      this.viewHost.Caption = "View";
     
    7070      // variablesListBox
    7171      //
    72       this.variablesListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    73             | System.Windows.Forms.AnchorStyles.Left) 
     72      this.variablesListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     73            | System.Windows.Forms.AnchorStyles.Left)
    7474            | System.Windows.Forms.AnchorStyles.Right)));
    7575      this.variablesListBox.FormattingEnabled = true;
     
    8282      // groupBoxAttributs
    8383      //
    84       this.groupBoxAttributs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     84      this.groupBoxAttributs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    8585            | System.Windows.Forms.AnchorStyles.Left)));
    8686      this.groupBoxAttributs.Controls.Add(this.variablesListBox);
Note: See TracChangeset for help on using the changeset viewer.