Changeset 5466 for trunk/sources/HeuristicLab.Operators.Programmable
- Timestamp:
- 02/15/11 13:49:36 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperatorView.Designer.cs
r5445 r5466 56 56 this.compileButton = new System.Windows.Forms.Button(); 57 57 this.codeEditor = new HeuristicLab.CodeEditor.CodeEditor(); 58 this.tabControl1 = new System.Windows.Forms.TabControl();58 this.tabControl1 = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); 59 59 this.tabPage1 = new System.Windows.Forms.TabPage(); 60 60 this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView(); … … 317 317 #endregion 318 318 319 private System.Windows.Forms.TabControl tabControl1;319 private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl1; 320 320 private System.Windows.Forms.TabPage tabPage1; 321 321 private HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
Note: See TracChangeset
for help on using the changeset viewer.