- Timestamp:
- 04/01/10 04:33:08 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/BatchRunView.Designer.cs
r3226 r3246 62 62 this.repetitionsLabel = new System.Windows.Forms.Label(); 63 63 this.repetitionsNumericUpDown = new System.Windows.Forms.NumericUpDown(); 64 this.resultsView = new HeuristicLab.Optimization.Views.ResultCollection ListView();64 this.resultsView = new HeuristicLab.Optimization.Views.ResultCollectionView(); 65 65 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 66 66 this.tabControl.SuspendLayout(); … … 273 273 | System.Windows.Forms.AnchorStyles.Left) 274 274 | System.Windows.Forms.AnchorStyles.Right))); 275 this.resultsView.Caption = "ResultCollection List";275 this.resultsView.Caption = "ResultCollection"; 276 276 this.resultsView.Content = null; 277 277 this.resultsView.Location = new System.Drawing.Point(6, 6); … … 334 334 private System.Windows.Forms.Label repetitionsLabel; 335 335 private System.Windows.Forms.NumericUpDown repetitionsNumericUpDown; 336 private ResultCollection ListView resultsView;336 private ResultCollectionView resultsView; 337 337 338 338 }
Note: See TracChangeset
for help on using the changeset viewer.