Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/28/14 14:12:29 (10 years ago)
Author:
pfleck
Message:
  • Removed sorting of ItemCollectionView and used ItemListView instead.
File:
1 edited

Legend:

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

    r10786 r10902  
    4747    /// </summary>
    4848    private void InitializeComponent() {
    49       this.transformationCollectionView = new HeuristicLab.DataPreprocessing.Views.CheckedTransformationCollectionView();
     49      this.transformationListView = new HeuristicLab.DataPreprocessing.Views.CheckedTransformationListView();
    5050      this.applyButton = new System.Windows.Forms.Button();
    5151      this.SuspendLayout();
    5252      //
    53       // transformationCollectionView
     53      // transformationListView
    5454      //
    55       this.transformationCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    56             | System.Windows.Forms.AnchorStyles.Left) 
     55      this.transformationListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     56            | System.Windows.Forms.AnchorStyles.Left)
    5757            | System.Windows.Forms.AnchorStyles.Right)));
    58       this.transformationCollectionView.Caption = "Transformations";
    59       this.transformationCollectionView.Content = null;
    60       this.transformationCollectionView.Location = new System.Drawing.Point(0, 0);
    61       this.transformationCollectionView.Name = "transformationCollectionView";
    62       this.transformationCollectionView.ReadOnly = false;
    63       this.transformationCollectionView.ShowDetails = true;
    64       this.transformationCollectionView.Size = new System.Drawing.Size(627, 482);
    65       this.transformationCollectionView.TabIndex = 0;
     58      this.transformationListView.Caption = "Transformations";
     59      this.transformationListView.Content = null;
     60      this.transformationListView.Location = new System.Drawing.Point(0, 0);
     61      this.transformationListView.Name = "transformationListView";
     62      this.transformationListView.ReadOnly = false;
     63      this.transformationListView.Size = new System.Drawing.Size(627, 482);
     64      this.transformationListView.TabIndex = 0;
    6665      //
    6766      // applyButton
     
    8180      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    8281      this.Controls.Add(this.applyButton);
    83       this.Controls.Add(this.transformationCollectionView);
     82      this.Controls.Add(this.transformationListView);
    8483      this.Name = "TransformationView";
    8584      this.Size = new System.Drawing.Size(627, 514);
     
    8988
    9089    #endregion
    91     private CheckedTransformationCollectionView transformationCollectionView;
     90    private CheckedTransformationListView transformationListView;
    9291    private System.Windows.Forms.Button applyButton;
    9392  }
Note: See TracChangeset for help on using the changeset viewer.