Changeset 2747
- Timestamp:
- 02/04/10 04:48:39 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators.Views/3.3/CombinedOperatorView.Designer.cs
r2713 r2747 148 148 #endregion 149 149 150 private System.Windows.Forms.TabControl tabControl; 151 private System.Windows.Forms.TabPage parametersTabPage; 152 private System.Windows.Forms.TabPage operatorGraphTabPage; 153 private HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView; 154 private HeuristicLab.Core.Views.OperatorGraphView operatorGraphView; 155 156 157 150 protected System.Windows.Forms.TabControl tabControl; 151 protected System.Windows.Forms.TabPage parametersTabPage; 152 protected System.Windows.Forms.TabPage operatorGraphTabPage; 153 protected HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView; 154 protected HeuristicLab.Core.Views.OperatorGraphView operatorGraphView; 158 155 } 159 156 }
Note: See TracChangeset
for help on using the changeset viewer.