Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/30/10 14:35:21 (14 years ago)
Author:
mkommend
Message:

Added persistence, cloning to CrossValidation (ticket #1199)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Classification/HeuristicLab.Algorithms.DataAnalysis.Views/3.3/CrossValidationView.Designer.cs

    r4536 r4542  
    7373      this.openAlgorithmButton = new System.Windows.Forms.Button();
    7474      this.newAlgorithmButton = new System.Windows.Forms.Button();
    75       this.workerTabPage = new System.Windows.Forms.TabPage();
     75      this.foldsTabPage = new System.Windows.Forms.TabPage();
    7676      this.algorithmResultsCollectionView = new HeuristicLab.Algorithms.DataAnalysis.Views.AlgorithmResultsCollectionView();
    7777      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     
    8484      this.algorithmProblemTabPage.SuspendLayout();
    8585      this.algorithmParametersTabPage.SuspendLayout();
    86       this.workerTabPage.SuspendLayout();
     86      this.foldsTabPage.SuspendLayout();
    8787      this.SuspendLayout();
    8888      //
     
    284284                  | System.Windows.Forms.AnchorStyles.Right)));
    285285      this.tabControl.Controls.Add(this.algorithmTabPage);
    286       this.tabControl.Controls.Add(this.workerTabPage);
     286      this.tabControl.Controls.Add(this.foldsTabPage);
    287287      this.tabControl.Location = new System.Drawing.Point(0, 157);
    288288      this.tabControl.Name = "tabControl";
     
    431431      this.newAlgorithmButton.Click += new System.EventHandler(this.newAlgorithmButton_Click);
    432432      //
    433       // workerTabPage
    434       //
    435       this.workerTabPage.Controls.Add(this.algorithmResultsCollectionView);
    436       this.workerTabPage.Location = new System.Drawing.Point(4, 22);
    437       this.workerTabPage.Name = "workerTabPage";
    438       this.workerTabPage.Padding = new System.Windows.Forms.Padding(3);
    439       this.workerTabPage.Size = new System.Drawing.Size(649, 325);
    440       this.workerTabPage.TabIndex = 1;
    441       this.workerTabPage.Text = "Worker";
    442       this.workerTabPage.UseVisualStyleBackColor = true;
     433      // foldsTabPage
     434      //
     435      this.foldsTabPage.Controls.Add(this.algorithmResultsCollectionView);
     436      this.foldsTabPage.Location = new System.Drawing.Point(4, 22);
     437      this.foldsTabPage.Name = "foldsTabPage";
     438      this.foldsTabPage.Padding = new System.Windows.Forms.Padding(3);
     439      this.foldsTabPage.Size = new System.Drawing.Size(649, 325);
     440      this.foldsTabPage.TabIndex = 1;
     441      this.foldsTabPage.Text = "Folds";
     442      this.foldsTabPage.UseVisualStyleBackColor = true;
    443443      //
    444444      // algorithmResultsCollectionView
     
    508508      this.algorithmProblemTabPage.ResumeLayout(false);
    509509      this.algorithmParametersTabPage.ResumeLayout(false);
    510       this.workerTabPage.ResumeLayout(false);
     510      this.foldsTabPage.ResumeLayout(false);
    511511      this.ResumeLayout(false);
    512512      this.PerformLayout();
     
    533533    private System.Windows.Forms.TabControl tabControl;
    534534    private System.Windows.Forms.TabPage algorithmTabPage;
    535     private System.Windows.Forms.TabPage workerTabPage;
     535    private System.Windows.Forms.TabPage foldsTabPage;
    536536    private System.Windows.Forms.Button openAlgorithmButton;
    537537    private System.Windows.Forms.Button newAlgorithmButton;
Note: See TracChangeset for help on using the changeset viewer.