- Timestamp:
- 07/22/19 12:09:38 (5 years ago)
- Location:
- branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Views/3.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Views/3.4/IntervalCollectionView.Designer.cs
r16930 r17145 73 73 this.groupBox1.TabIndex = 1; 74 74 this.groupBox1.TabStop = false; 75 this.groupBox1.Text = "Interval Boundaries";75 this.groupBox1.Text = "Intervals"; 76 76 // 77 77 // NamedIntervalsView -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Views/3.4/IntervalCollectionView.cs
r16927 r17145 28 28 namespace HeuristicLab.Problems.DataAnalysis.Views { 29 29 30 [View(" NamedIntervalsView")]30 [View("IntervalCollection View")] 31 31 [Content(typeof(IntervalCollection), true)] 32 32 public sealed partial class IntervalCollectionView : AsynchronousContentView {
Note: See TracChangeset
for help on using the changeset viewer.