Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/17 11:41:43 (7 years ago)
Author:
gkronber
Message:

#2520

  • renamed StorableClass -> StorableType
  • changed persistence to use GUIDs instead of type names
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Clients.OKB.Views/3.3/RunCreation/Views/OKBExperimentUploadView.Designer.cs

    r12971 r14711  
    144144      // AlgorithmTypeColumn
    145145      //
    146       this.AlgorithmTypeColumn.HeaderText = "Algorithm Type";
     146      this.AlgorithmTypeColumn.HeaderText = "Algorithm MemberSelection";
    147147      this.AlgorithmTypeColumn.Name = "AlgorithmTypeColumn";
    148148      this.AlgorithmTypeColumn.ReadOnly = true;
     
    163163      // ProblemTypeColumn
    164164      //
    165       this.ProblemTypeColumn.HeaderText = "Problem Type";
     165      this.ProblemTypeColumn.HeaderText = "Problem MemberSelection";
    166166      this.ProblemTypeColumn.Name = "ProblemTypeColumn";
    167167      this.ProblemTypeColumn.ReadOnly = true;
Note: See TracChangeset for help on using the changeset viewer.