Changeset 5466
- Timestamp:
- 02/15/11 13:49:36 (14 years ago)
- Location:
- trunk/sources
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.DataAnalysis.Views/3.3/CrossValidationView.Designer.cs
r5445 r5466 61 61 this.samplesEndStringConvertibleValueView = new HeuristicLab.Data.Views.StringConvertibleValueView(); 62 62 this.samplesStartStringConvertibleValueView = new HeuristicLab.Data.Views.StringConvertibleValueView(); 63 this.tabControl = new System.Windows.Forms.TabControl();63 this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); 64 64 this.algorithmTabPage = new System.Windows.Forms.TabPage(); 65 65 this.algorithmNamedItemView = new HeuristicLab.Core.Views.NamedItemView(); 66 this.algorithmTabControl = new System.Windows.Forms.TabControl();66 this.algorithmTabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); 67 67 this.algorithmProblemTabPage = new System.Windows.Forms.TabPage(); 68 68 this.openProblemButton = new System.Windows.Forms.Button(); … … 596 596 private Data.Views.StringConvertibleValueView samplesEndStringConvertibleValueView; 597 597 private System.Windows.Forms.Label samplesEndLabel; 598 private System.Windows.Forms.TabControl tabControl;598 private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl; 599 599 private System.Windows.Forms.TabPage algorithmTabPage; 600 600 private System.Windows.Forms.TabPage resultsTabPage; … … 602 602 private System.Windows.Forms.Button newAlgorithmButton; 603 603 private Core.Views.NamedItemView algorithmNamedItemView; 604 private System.Windows.Forms.TabControl algorithmTabControl;604 private HeuristicLab.MainForm.WindowsForms.DragOverTabControl algorithmTabControl; 605 605 private System.Windows.Forms.TabPage algorithmProblemTabPage; 606 606 private System.Windows.Forms.TabPage algorithmParametersTabPage; -
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; -
trunk/sources/HeuristicLab.Operators.Views/3.3/AlgorithmOperatorView.Designer.cs
r5445 r5466 45 45 /// </summary> 46 46 private void InitializeComponent() { 47 this.tabControl = new System.Windows.Forms.TabControl();47 this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); 48 48 this.parametersTabPage = new System.Windows.Forms.TabPage(); 49 49 this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView(); … … 173 173 #endregion 174 174 175 protected System.Windows.Forms.TabControl tabControl;175 protected HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl; 176 176 protected System.Windows.Forms.TabPage parametersTabPage; 177 177 protected System.Windows.Forms.TabPage operatorGraphTabPage; -
trunk/sources/HeuristicLab.Operators.Views/3.3/CheckedMultiOperatorView.Designer.cs
r5445 r5466 45 45 /// </summary> 46 46 private void InitializeComponent() { 47 this.tabControl = new System.Windows.Forms.TabControl();47 this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); 48 48 this.operatorsTabPage = new System.Windows.Forms.TabPage(); 49 49 this.operatorListView = new HeuristicLab.Core.Views.CheckedItemListView<T>(); … … 172 172 #endregion 173 173 174 protected System.Windows.Forms.TabControl tabControl;174 protected HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl; 175 175 protected System.Windows.Forms.TabPage operatorsTabPage; 176 176 protected System.Windows.Forms.TabPage parametersTabPage; -
trunk/sources/HeuristicLab.Operators.Views/3.3/MultiOperatorView.Designer.cs
r5445 r5466 45 45 /// </summary> 46 46 private void InitializeComponent() { 47 this.tabControl = new System.Windows.Forms.TabControl();47 this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); 48 48 this.operatorsTabPage = new System.Windows.Forms.TabPage(); 49 49 this.operatorListView = new HeuristicLab.Core.Views.ItemListView<T>(); … … 172 172 #endregion 173 173 174 protected System.Windows.Forms.TabControl tabControl;174 protected HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl; 175 175 protected System.Windows.Forms.TabPage operatorsTabPage; 176 176 protected System.Windows.Forms.TabPage parametersTabPage; -
trunk/sources/HeuristicLab.Operators.Views/3.3/ValuesCollectorView.Designer.cs
r5445 r5466 45 45 /// </summary> 46 46 private void InitializeComponent() { 47 this.tabControl = new System.Windows.Forms.TabControl();47 this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); 48 48 this.collectedValuesTabPage = new System.Windows.Forms.TabPage(); 49 49 this.collectedValuesView = new HeuristicLab.Core.Views.ParameterCollectionView(); … … 172 172 #endregion 173 173 174 protected System.Windows.Forms.TabControl tabControl;174 protected HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl; 175 175 protected System.Windows.Forms.TabPage collectedValuesTabPage; 176 176 protected System.Windows.Forms.TabPage parametersTabPage; -
trunk/sources/HeuristicLab.Optimization.Views/3.3/AlgorithmView.Designer.cs
r5445 r5466 34 34 /// </summary> 35 35 private void InitializeComponent() { 36 this.tabControl = new System.Windows.Forms.TabControl();36 this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); 37 37 this.problemTabPage = new System.Windows.Forms.TabPage(); 38 38 this.problemViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); … … 340 340 #endregion 341 341 342 protected System.Windows.Forms.TabControl tabControl;342 protected HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl; 343 343 protected System.Windows.Forms.TabPage parametersTabPage; 344 344 protected System.Windows.Forms.TabPage problemTabPage; -
trunk/sources/HeuristicLab.Optimization.Views/3.3/BatchRunView.Designer.cs
r5445 r5466 34 34 /// </summary> 35 35 private void InitializeComponent() { 36 this.tabControl = new System.Windows.Forms.TabControl();36 this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); 37 37 this.optimizerTabPage = new System.Windows.Forms.TabPage(); 38 38 this.optimizerViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); … … 302 302 #endregion 303 303 304 private System.Windows.Forms.TabControl tabControl;304 private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl; 305 305 private System.Windows.Forms.TabPage optimizerTabPage; 306 306 private HeuristicLab.MainForm.WindowsForms.ViewHost optimizerViewHost; -
trunk/sources/HeuristicLab.Optimization.Views/3.3/ExperimentView.Designer.cs
r5445 r5466 46 46 private void InitializeComponent() { 47 47 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExperimentView)); 48 this.tabControl = new System.Windows.Forms.TabControl();48 this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); 49 49 this.optimizersTabPage = new System.Windows.Forms.TabPage(); 50 50 this.optimizerListView = new HeuristicLab.Optimization.Views.OptimizerListView(); … … 232 232 #endregion 233 233 234 private System.Windows.Forms.TabControl tabControl;234 private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl; 235 235 private System.Windows.Forms.TabPage optimizersTabPage; 236 236 private System.Windows.Forms.Button startButton; -
trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionView.Designer.cs
r5445 r5466 61 61 this.itemsGroupBox = new System.Windows.Forms.GroupBox(); 62 62 this.toolTip = new System.Windows.Forms.ToolTip(this.components); 63 this.tabControl = new System.Windows.Forms.TabControl();63 this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); 64 64 this.runPage = new System.Windows.Forms.TabPage(); 65 65 this.constraintPage = new System.Windows.Forms.TabPage(); … … 308 308 private ToolStrip toolStrip; 309 309 private ToolStripDropDownButton analyzeRunsToolStripDropDownButton; 310 private TabControl tabControl;310 private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl; 311 311 private TabPage runPage; 312 312 private TabPage constraintPage; -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/DataAnalysisSolutionView.Designer.cs
r5445 r5466 48 48 this.modelTabPage = new System.Windows.Forms.TabPage(); 49 49 this.modelViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); 50 this.tabControl = new System.Windows.Forms.TabControl();50 this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); 51 51 this.dataTabPage.SuspendLayout(); 52 52 this.modelTabPage.SuspendLayout(); … … 135 135 #endregion 136 136 137 protected System.Windows.Forms.TabControl tabControl;137 protected HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl; 138 138 protected System.Windows.Forms.TabPage dataTabPage; 139 139 protected System.Windows.Forms.TabPage modelTabPage; -
trunk/sources/HeuristicLab.Problems.ExternalEvaluation.GP.Views/3.3/VariableSymbolView.Designer.cs
r4117 r5466 24 24 /// </summary> 25 25 private void InitializeComponent() { 26 this.tabControl = new System.Windows.Forms.TabControl();26 this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); 27 27 this.variableNamesTabPage = new System.Windows.Forms.TabPage(); 28 28 this.parametersTabPage = new System.Windows.Forms.TabPage(); … … 209 209 #endregion 210 210 211 private System.Windows.Forms.TabControl tabControl;211 private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl; 212 212 private System.Windows.Forms.TabPage variableNamesTabPage; 213 213 private System.Windows.Forms.TabPage parametersTabPage; -
trunk/sources/HeuristicLab.Problems.TestFunctions.Views/3.3/SingleObjectiveTestFunctionSolutionView.Designer.cs
r5445 r5466 50 50 this.groupBox4 = new System.Windows.Forms.GroupBox(); 51 51 this.realVectorView = new HeuristicLab.MainForm.WindowsForms.ViewHost(); 52 this.tabControl1 = new System.Windows.Forms.TabControl();52 this.tabControl1 = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); 53 53 this.textualTabPage = new System.Windows.Forms.TabPage(); 54 54 this.graphicalTabPage = new System.Windows.Forms.TabPage(); … … 224 224 private System.Windows.Forms.GroupBox groupBox3; 225 225 private HeuristicLab.MainForm.WindowsForms.ViewHost realVectorView; 226 private System.Windows.Forms.TabControl tabControl1;226 private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl1; 227 227 private System.Windows.Forms.TabPage textualTabPage; 228 228 private System.Windows.Forms.TabPage graphicalTabPage; -
trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/PathTSPTourView.Designer.cs
r5445 r5466 46 46 private void InitializeComponent() { 47 47 this.pictureBox = new System.Windows.Forms.PictureBox(); 48 this.tabControl = new System.Windows.Forms.TabControl();48 this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); 49 49 this.visualizationTabPage = new System.Windows.Forms.TabPage(); 50 50 this.valueTabPage = new System.Windows.Forms.TabPage(); … … 207 207 208 208 private System.Windows.Forms.PictureBox pictureBox; 209 private System.Windows.Forms.TabControl tabControl;209 private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl; 210 210 private System.Windows.Forms.TabPage visualizationTabPage; 211 211 private System.Windows.Forms.TabPage valueTabPage; -
trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/TravelingSalesmanProblemView.Designer.cs
r5445 r5466 35 35 private void InitializeComponent() { 36 36 this.importButton = new System.Windows.Forms.Button(); 37 this.tabControl = new System.Windows.Forms.TabControl();37 this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); 38 38 this.parametersTabPage = new System.Windows.Forms.TabPage(); 39 39 this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView(); … … 153 153 154 154 private System.Windows.Forms.Button importButton; 155 private System.Windows.Forms.TabControl tabControl;155 private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl; 156 156 private System.Windows.Forms.TabPage parametersTabPage; 157 157 private System.Windows.Forms.TabPage visualizationTabPage; -
trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/VRPSolutionView.Designer.cs
r5445 r5466 45 45 /// </summary> 46 46 private void InitializeComponent() { 47 this.tabControl = new System.Windows.Forms.TabControl();47 this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); 48 48 this.visualizationTabPage = new System.Windows.Forms.TabPage(); 49 49 this.pictureBox = new System.Windows.Forms.PictureBox(); … … 146 146 #endregion 147 147 148 private System.Windows.Forms.TabControl tabControl;148 private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl; 149 149 private System.Windows.Forms.TabPage visualizationTabPage; 150 150 private System.Windows.Forms.PictureBox pictureBox; -
trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/VehicleRoutingProblemView.Designer.cs
r5347 r5466 25 25 private void InitializeComponent() { 26 26 this.importButton = new System.Windows.Forms.Button(); 27 this.tabControl1 = new System.Windows.Forms.TabControl();27 this.tabControl1 = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); 28 28 this.tabPage1 = new System.Windows.Forms.TabPage(); 29 29 this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView(); … … 142 142 143 143 private System.Windows.Forms.Button importButton; 144 private System.Windows.Forms.TabControl tabControl1;144 private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl1; 145 145 private System.Windows.Forms.TabPage tabPage1; 146 146 private System.Windows.Forms.TabPage tabPage2;
Note: See TracChangeset
for help on using the changeset viewer.