Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/18/13 13:21:20 (11 years ago)
Author:
sbreuer
Message:
  • moved missing value functionality to ISearchLogic
  • created IStringConvertibleMatrix implementation and DataGridContentView
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Views/3.4/ProblemDataView.Designer.cs

    r10134 r10236  
    4747      this.FeatureCorrelationButton = new System.Windows.Forms.Button();
    4848      this.DataPreprocessingButton = new System.Windows.Forms.Button();
     49      this.button1 = new System.Windows.Forms.Button();
    4950      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5051      this.SuspendLayout();
     
    8283      this.DataPreprocessingButton.Click += new System.EventHandler(this.DataPreprocessingButton_Click);
    8384      //
     85      // button1
     86      //
     87      this.button1.Location = new System.Drawing.Point(438, 45);
     88      this.button1.Name = "button1";
     89      this.button1.Size = new System.Drawing.Size(49, 24);
     90      this.button1.TabIndex = 6;
     91      this.button1.Text = "Data Preprocessing";
     92      this.button1.UseVisualStyleBackColor = true;
     93      this.button1.Click += new System.EventHandler(this.button1_Click);
     94      //
    8495      // ProblemDataView
    8596      //
    8697      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    8798      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     99      this.Controls.Add(this.button1);
    88100      this.Controls.Add(this.DataPreprocessingButton);
    89101      this.Controls.Add(this.FeatureCorrelationButton);
     
    95107      this.Controls.SetChildIndex(this.FeatureCorrelationButton, 0);
    96108      this.Controls.SetChildIndex(this.DataPreprocessingButton, 0);
     109      this.Controls.SetChildIndex(this.button1, 0);
    97110      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    98111      this.ResumeLayout(false);
     
    105118    protected System.Windows.Forms.Button FeatureCorrelationButton;
    106119    protected System.Windows.Forms.Button DataPreprocessingButton;
     120    protected System.Windows.Forms.Button button1;
    107121
    108122  }
Note: See TracChangeset for help on using the changeset viewer.