Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/02/12 15:56:16 (12 years ago)
Author:
sforsten
Message:

#1784:

  • deleted RegressionProblemView
  • deleted of the import button in the DataAnalysisProblemView
  • small changes in the views of the Problems.Instances.Views project
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Problems.DataAnalysis.Views/3.4/DataAnalysisProblemView.Designer.cs

    r7664 r7684  
    4646    private void InitializeComponent() {
    4747      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
    48       this.ImportButton = new System.Windows.Forms.Button();
    4948      ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).BeginInit();
    5049      this.problemInstanceSplitContainer.Panel1.SuspendLayout();
     
    5655      // problemInstanceSplitContainer
    5756      //
    58       //
    59       // problemInstanceSplitContainer.Panel2
    60       //
    61       this.problemInstanceSplitContainer.Panel2.Controls.Add(this.ImportButton);
    62       //
    63       // parameterCollectionView
    64       //
    65       this.parameterCollectionView.Location = new System.Drawing.Point(6, 56);
    66       this.parameterCollectionView.Size = new System.Drawing.Size(501, 274);
    6757      //
    6858      // nameTextBox
     
    7666      this.openFileDialog.Title = "Import data...";
    7767      //
    78       // ImportButton
    79       //
    80       this.ImportButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    81                   | System.Windows.Forms.AnchorStyles.Right)));
    82       this.ImportButton.Location = new System.Drawing.Point(6, 27);
    83       this.ImportButton.Name = "ImportButton";
    84       this.ImportButton.Size = new System.Drawing.Size(501, 23);
    85       this.ImportButton.TabIndex = 14;
    86       this.ImportButton.Text = "Import from CSV file";
    87       this.ImportButton.UseVisualStyleBackColor = true;
    88       this.ImportButton.Click += new System.EventHandler(this.ImportButton_Click);
    89       //
    9068      // DataAnalysisProblemView
    9169      //
     
    9472      this.Name = "DataAnalysisProblemView";
    9573      this.problemInstanceSplitContainer.Panel1.ResumeLayout(false);
    96       this.problemInstanceSplitContainer.Panel1.PerformLayout();
    9774      this.problemInstanceSplitContainer.Panel2.ResumeLayout(false);
    9875      this.problemInstanceSplitContainer.Panel2.PerformLayout();
     
    10784
    10885    private System.Windows.Forms.OpenFileDialog openFileDialog;
    109     private System.Windows.Forms.Button ImportButton;
    11086  }
    11187}
Note: See TracChangeset for help on using the changeset viewer.