Free cookie consent management tool by TermsFeed Policy Generator

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

Operator architecture refactoring (#95)

  • implemented reviewers' comments on version r2917.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Parameters.Views/3.3/ConstrainedValueParameterView.Designer.cs

    r2917 r2924  
    8585      this.valueGroupBox.TabIndex = 6;
    8686      this.valueGroupBox.TabStop = false;
    87       this.valueGroupBox.Text = "&Value:";
     87      this.valueGroupBox.Text = "Value";
    8888      //
    8989      // viewHost
     
    135135    #endregion
    136136
    137     private System.Windows.Forms.GroupBox valueGroupBox;
    138     private HeuristicLab.Core.Views.ViewHost viewHost;
    139     private System.Windows.Forms.ComboBox valueComboBox;
     137    protected System.Windows.Forms.GroupBox valueGroupBox;
     138    protected HeuristicLab.Core.Views.ViewHost viewHost;
     139    protected System.Windows.Forms.ComboBox valueComboBox;
    140140  }
    141141}
Note: See TracChangeset for help on using the changeset viewer.