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.Core.Views/3.3/TypeSelector.Designer.cs

    r12399 r14711  
    195195      this.typeParametersGroupBox.TabIndex = 0;
    196196      this.typeParametersGroupBox.TabStop = false;
    197       this.typeParametersGroupBox.Text = "Type Parameters";
     197      this.typeParametersGroupBox.Text = "MemberSelection Parameters";
    198198      //
    199199      // setTypeParameterButton
     
    206206      this.setTypeParameterButton.Size = new System.Drawing.Size(24, 24);
    207207      this.setTypeParameterButton.TabIndex = 1;
    208       this.toolTip.SetToolTip(this.setTypeParameterButton, "Set Type Parameter");
     208      this.toolTip.SetToolTip(this.setTypeParameterButton, "Set MemberSelection Parameter");
    209209      this.setTypeParameterButton.UseVisualStyleBackColor = true;
    210210      this.setTypeParameterButton.Click += new System.EventHandler(this.setTypeParameterButton_Click);
Note: See TracChangeset for help on using the changeset viewer.