Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/28/10 04:11:23 (14 years ago)
Author:
swagner
Message:

Implemented first version of algorithm batch processing (#947).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/AlgorithmView.Designer.cs

    r3225 r3226  
    5555      this.problemViewHost = new HeuristicLab.Core.Views.ViewHost();
    5656      this.resultsTabPage = new System.Windows.Forms.TabPage();
    57       this.resultsView = new HeuristicLab.Core.Views.VariableCollectionView();
     57      this.resultsView = new HeuristicLab.Optimization.Views.ResultCollectionView();
    5858      this.startButton = new System.Windows.Forms.Button();
    5959      this.stopButton = new System.Windows.Forms.Button();
     
    192192                  | System.Windows.Forms.AnchorStyles.Left)
    193193                  | System.Windows.Forms.AnchorStyles.Right)));
    194       this.resultsView.Caption = "VariableCollection";
     194      this.resultsView.Caption = "ResultsCollection";
    195195      this.resultsView.Content = null;
    196196      this.resultsView.Location = new System.Drawing.Point(6, 6);
     
    319319    protected System.Windows.Forms.SaveFileDialog saveFileDialog;
    320320    protected System.Windows.Forms.TabPage resultsTabPage;
    321     protected HeuristicLab.Core.Views.VariableCollectionView resultsView;
     321    protected HeuristicLab.Optimization.Views.ResultCollectionView resultsView;
    322322
    323323  }
Note: See TracChangeset for help on using the changeset viewer.