Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/23/14 12:38:07 (11 years ago)
Author:
pfleck
Message:
  • Current Transformations from GUI stored in TransformationContent.
  • Corrected namespace from Transformation interfaces.
File:
1 edited

Legend:

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

    r10734 r10772  
    1919 */
    2020#endregion
     21
     22using HeuristicLab.Problems.DataAnalysis.Transformations;
    2123
    2224namespace HeuristicLab.DataPreprocessing.Views {
     
    4547    /// </summary>
    4648    private void InitializeComponent() {
    47       this.label1 = new System.Windows.Forms.Label();
    48       this.SuspendLayout();
     49      components = new System.ComponentModel.Container();
     50      this.transformationCollectionView = new HeuristicLab.Core.Views.CheckedItemCollectionView<ITransformation>();
     51      // transformationCollectionView
    4952      //
    50       // label1
    51       //
    52       this.label1.AutoSize = true;
    53       this.label1.Location = new System.Drawing.Point(26, 68);
    54       this.label1.Name = "label1";
    55       this.label1.Size = new System.Drawing.Size(103, 13);
    56       this.label1.TabIndex = 0;
    57       this.label1.Text = "Not yet implemented";
     53      this.transformationCollectionView.Caption = "Transformations";
     54      this.transformationCollectionView.Content = null;
     55      this.transformationCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
     56      this.transformationCollectionView.Location = new System.Drawing.Point(0, 0);
     57      this.transformationCollectionView.Name = "transformationCollectionView";
     58      this.transformationCollectionView.Size = new System.Drawing.Size(627, 528);
     59      this.transformationCollectionView.TabIndex = 0;
    5860      //
    5961      // TransformationView
     
    6163      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    6264      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    63       this.Controls.Add(this.label1);
     65      this.Controls.Add(this.transformationCollectionView);
    6466      this.Name = "TransformationView";
     67      this.Size = new System.Drawing.Size(627, 528);
    6568      this.ResumeLayout(false);
    66       this.PerformLayout();
    6769
    6870    }
    6971
    7072    #endregion
    71 
    72     private System.Windows.Forms.Label label1;
     73    private Core.Views.CheckedItemCollectionView<ITransformation> transformationCollectionView;
    7374  }
    7475}
Note: See TracChangeset for help on using the changeset viewer.