Changeset 14070
- Timestamp:
- 07/14/16 15:46:06 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PerformanceComparison/HeuristicLab.Optimization.Views/3.3/ResultParameterView.cs
r14058 r14070 47 47 removeDefaultValueButton.Text = string.Empty; 48 48 removeDefaultValueButton.Image = VSImageLibrary.Remove; 49 actualNameLabel.Text = "Result Name:"; 50 dataTypeLabel.Text = "Result Type:"; 49 51 } 50 52 … … 88 90 resultCollectionNameTextBox.Enabled = Content != null; 89 91 resultCollectionNameTextBox.ReadOnly = ReadOnly; 92 setDefaultValueButton.Enabled = Content != null && !ReadOnly && !Locked; 93 removeDefaultValueButton.Enabled = Content != null && !ReadOnly && !Locked; 90 94 } 91 95
Note: See TracChangeset
for help on using the changeset viewer.