Changeset 16506
- Timestamp:
- 01/06/19 16:50:55 (6 years ago)
- Location:
- trunk
- Files:
-
- 28 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/CrossValidationView.Designer.cs
r15738 r16506 172 172 // foldsNumericUpDown 173 173 // 174 this.foldsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 174 this.foldsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 175 175 | System.Windows.Forms.AnchorStyles.Right))); 176 176 this.foldsNumericUpDown.Location = new System.Drawing.Point(55, 27); … … 208 208 // workersNumericUpDown 209 209 // 210 this.workersNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 210 this.workersNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 211 211 | System.Windows.Forms.AnchorStyles.Right))); 212 212 this.workersNumericUpDown.Location = new System.Drawing.Point(55, 1); … … 262 262 // samplesEndStringConvertibleValueView 263 263 // 264 this.samplesEndStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 264 this.samplesEndStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 265 265 | System.Windows.Forms.AnchorStyles.Right))); 266 266 this.samplesEndStringConvertibleValueView.Caption = "StringConvertibleValue View"; … … 275 275 // samplesStartStringConvertibleValueView 276 276 // 277 this.samplesStartStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 277 this.samplesStartStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 278 278 | System.Windows.Forms.AnchorStyles.Right))); 279 279 this.samplesStartStringConvertibleValueView.Caption = "StringConvertibleValue View"; … … 289 289 // 290 290 this.tabControl.AllowDrop = true; 291 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 292 | System.Windows.Forms.AnchorStyles.Left) 291 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 292 | System.Windows.Forms.AnchorStyles.Left) 293 293 | System.Windows.Forms.AnchorStyles.Right))); 294 294 this.tabControl.Controls.Add(this.algorithmTabPage); … … 303 303 // algorithmTabPage 304 304 // 305 this.algorithmTabPage.BackColor = System.Drawing.SystemColors.Window; 305 306 this.algorithmTabPage.AllowDrop = true; 306 307 this.algorithmTabPage.Controls.Add(this.algorithmNamedItemView); … … 314 315 this.algorithmTabPage.TabIndex = 0; 315 316 this.algorithmTabPage.Text = "Algorithm"; 316 this.algorithmTabPage.UseVisualStyleBackColor = true;317 317 this.algorithmTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragDrop); 318 318 this.algorithmTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver); … … 321 321 // algorithmNamedItemView 322 322 // 323 this.algorithmNamedItemView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 323 this.algorithmNamedItemView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 324 324 | System.Windows.Forms.AnchorStyles.Right))); 325 325 this.algorithmNamedItemView.Caption = "NamedItem View"; … … 334 334 // 335 335 this.algorithmTabControl.AllowDrop = true; 336 this.algorithmTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 337 | System.Windows.Forms.AnchorStyles.Left) 336 this.algorithmTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 337 | System.Windows.Forms.AnchorStyles.Left) 338 338 | System.Windows.Forms.AnchorStyles.Right))); 339 339 this.algorithmTabControl.Controls.Add(this.algorithmProblemTabPage); … … 347 347 // algorithmProblemTabPage 348 348 // 349 this.algorithmProblemTabPage.BackColor = System.Drawing.SystemColors.Window; 349 350 this.algorithmProblemTabPage.AllowDrop = true; 350 351 this.algorithmProblemTabPage.Controls.Add(this.openProblemButton); … … 357 358 this.algorithmProblemTabPage.TabIndex = 0; 358 359 this.algorithmProblemTabPage.Text = "Problem"; 359 this.algorithmProblemTabPage.UseVisualStyleBackColor = true;360 360 this.algorithmProblemTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmProblemTabPage_DragDrop); 361 361 this.algorithmProblemTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmProblemTabPage_DragEnterOver); … … 375 375 // algorithmProblemViewHost 376 376 // 377 this.algorithmProblemViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 378 | System.Windows.Forms.AnchorStyles.Left) 377 this.algorithmProblemViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 378 | System.Windows.Forms.AnchorStyles.Left) 379 379 | System.Windows.Forms.AnchorStyles.Right))); 380 380 this.algorithmProblemViewHost.Caption = "View"; … … 402 402 // algorithmParametersTabPage 403 403 // 404 this.algorithmParametersTabPage.BackColor = System.Drawing.SystemColors.Window; 404 405 this.algorithmParametersTabPage.Controls.Add(this.algorithmParameterCollectionView); 405 406 this.algorithmParametersTabPage.Location = new System.Drawing.Point(4, 22); … … 409 410 this.algorithmParametersTabPage.TabIndex = 1; 410 411 this.algorithmParametersTabPage.Text = "Parameters"; 411 this.algorithmParametersTabPage.UseVisualStyleBackColor = true;412 412 // 413 413 // algorithmParameterCollectionView … … 448 448 // resultsTabPage 449 449 // 450 this.resultsTabPage.BackColor = System.Drawing.SystemColors.Window; 450 451 this.resultsTabPage.Controls.Add(this.resultCollectionView); 451 452 this.resultsTabPage.Location = new System.Drawing.Point(4, 22); … … 455 456 this.resultsTabPage.TabIndex = 1; 456 457 this.resultsTabPage.Text = "Results"; 457 this.resultsTabPage.UseVisualStyleBackColor = true;458 458 // 459 459 // resultCollectionView … … 471 471 // runsTabPage 472 472 // 473 this.runsTabPage.BackColor = System.Drawing.SystemColors.Window; 473 474 this.runsTabPage.Controls.Add(this.storeAlgorithmInEachRunCheckBox); 474 475 this.runsTabPage.Controls.Add(this.runCollectionView); … … 479 480 this.runsTabPage.TabIndex = 2; 480 481 this.runsTabPage.Text = "Runs"; 481 this.runsTabPage.UseVisualStyleBackColor = true;482 482 // 483 483 // storeAlgorithmInEachRunCheckBox … … 517 517 // splitContainer 518 518 // 519 this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 519 this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 520 520 | System.Windows.Forms.AnchorStyles.Right))); 521 521 this.splitContainer.Location = new System.Drawing.Point(0, 26); -
trunk/HeuristicLab.Analysis.Statistics.Views/3.3/StatisticalTestsView.designer.cs
r15583 r16506 102 102 // stringConvertibleMatrixView 103 103 // 104 this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 105 | System.Windows.Forms.AnchorStyles.Left) 104 this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 105 | System.Windows.Forms.AnchorStyles.Left) 106 106 | System.Windows.Forms.AnchorStyles.Right))); 107 107 this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View"; … … 152 152 // resultComboBox 153 153 // 154 this.resultComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 154 this.resultComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 155 155 | System.Windows.Forms.AnchorStyles.Right))); 156 156 this.resultComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; … … 176 176 // pValTextBox 177 177 // 178 this.pValTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 178 this.pValTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 179 179 | System.Windows.Forms.AnchorStyles.Right))); 180 180 this.pValTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); … … 187 187 // groupComboBox 188 188 // 189 this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 189 this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 190 190 | System.Windows.Forms.AnchorStyles.Right))); 191 191 this.groupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; … … 200 200 // splitContainer1 201 201 // 202 this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 203 | System.Windows.Forms.AnchorStyles.Left) 202 this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 203 | System.Windows.Forms.AnchorStyles.Left) 204 204 | System.Windows.Forms.AnchorStyles.Right))); 205 205 this.splitContainer1.Location = new System.Drawing.Point(6, 19); … … 222 222 // splitContainer3 223 223 // 224 this.splitContainer3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 225 | System.Windows.Forms.AnchorStyles.Left) 224 this.splitContainer3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 225 | System.Windows.Forms.AnchorStyles.Left) 226 226 | System.Windows.Forms.AnchorStyles.Right))); 227 227 this.splitContainer3.Location = new System.Drawing.Point(6, 6); … … 241 241 // pairwiseTestGroupBox 242 242 // 243 this.pairwiseTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 244 | System.Windows.Forms.AnchorStyles.Left) 243 this.pairwiseTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 244 | System.Windows.Forms.AnchorStyles.Left) 245 245 | System.Windows.Forms.AnchorStyles.Right))); 246 246 this.pairwiseTestGroupBox.Controls.Add(this.pairwiseTextLabel); … … 271 271 // pairwiseStringConvertibleMatrixView 272 272 // 273 this.pairwiseStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 274 | System.Windows.Forms.AnchorStyles.Left) 273 this.pairwiseStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 274 | System.Windows.Forms.AnchorStyles.Left) 275 275 | System.Windows.Forms.AnchorStyles.Right))); 276 276 this.pairwiseStringConvertibleMatrixView.Caption = "StringConvertibleMatrix View"; … … 308 308 // equalDistsTextBox 309 309 // 310 this.equalDistsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 310 this.equalDistsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 311 311 | System.Windows.Forms.AnchorStyles.Right))); 312 312 this.equalDistsTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); … … 329 329 // groupCompComboBox 330 330 // 331 this.groupCompComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 331 this.groupCompComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 332 332 | System.Windows.Forms.AnchorStyles.Right))); 333 333 this.groupCompComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; … … 342 342 // allGroupTestGroupBox 343 343 // 344 this.allGroupTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 344 this.allGroupTestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 345 345 | System.Windows.Forms.AnchorStyles.Right))); 346 346 this.allGroupTestGroupBox.Controls.Add(this.groupComTextLabel); … … 378 378 // normalityGroupBox 379 379 // 380 this.normalityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 380 this.normalityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 381 381 | System.Windows.Forms.AnchorStyles.Right))); 382 382 this.normalityGroupBox.Controls.Add(this.normalityTextLabel); … … 403 403 // normalityStringConvertibleMatrixView 404 404 // 405 this.normalityStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 406 | System.Windows.Forms.AnchorStyles.Left) 405 this.normalityStringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 406 | System.Windows.Forms.AnchorStyles.Left) 407 407 | System.Windows.Forms.AnchorStyles.Right))); 408 408 this.normalityStringConvertibleMatrixView.Caption = "StringConvertibleMatrix View"; … … 429 429 // selectDataGroupBox 430 430 // 431 this.selectDataGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 431 this.selectDataGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 432 432 | System.Windows.Forms.AnchorStyles.Right))); 433 433 this.selectDataGroupBox.Controls.Add(this.splitContainer1); … … 442 442 // tabControl 443 443 // 444 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 445 | System.Windows.Forms.AnchorStyles.Left) 444 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 445 | System.Windows.Forms.AnchorStyles.Left) 446 446 | System.Windows.Forms.AnchorStyles.Right))); 447 447 this.tabControl.Controls.Add(this.tabPage1); … … 455 455 // tabPage1 456 456 // 457 this.tabPage1.BackColor = System.Drawing.SystemColors.Window; 457 458 this.tabPage1.Controls.Add(this.splitContainer3); 458 459 this.tabPage1.Location = new System.Drawing.Point(4, 22); … … 462 463 this.tabPage1.TabIndex = 0; 463 464 this.tabPage1.Text = "Tests"; 464 this.tabPage1.UseVisualStyleBackColor = true;465 465 // 466 466 // tabPage2 467 467 // 468 this.tabPage2.BackColor = System.Drawing.SystemColors.Window; 468 469 this.tabPage2.Controls.Add(this.histogramControl); 469 470 this.tabPage2.Location = new System.Drawing.Point(4, 22); … … 473 474 this.tabPage2.TabIndex = 1; 474 475 this.tabPage2.Text = "Histogram"; 475 this.tabPage2.UseVisualStyleBackColor = true;476 476 // 477 477 // histogramControl 478 478 // 479 this.histogramControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 480 | System.Windows.Forms.AnchorStyles.Left) 479 this.histogramControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 480 | System.Windows.Forms.AnchorStyles.Left) 481 481 | System.Windows.Forms.AnchorStyles.Right))); 482 482 this.histogramControl.CalculateExactBins = false; … … 493 493 // splitContainer2 494 494 // 495 this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 496 | System.Windows.Forms.AnchorStyles.Left) 495 this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 496 | System.Windows.Forms.AnchorStyles.Left) 497 497 | System.Windows.Forms.AnchorStyles.Right))); 498 498 this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; -
trunk/HeuristicLab.DataPreprocessing.Views/3.4/ManipulationView.Designer.cs
r15583 r16506 94 94 // lstMethods 95 95 // 96 this.lstMethods.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 96 this.lstMethods.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 97 97 | System.Windows.Forms.AnchorStyles.Right))); 98 98 this.lstMethods.FormattingEnabled = true; … … 122 122 // grpBoxData 123 123 // 124 this.grpBoxData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 124 this.grpBoxData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 125 125 | System.Windows.Forms.AnchorStyles.Right))); 126 126 this.grpBoxData.Controls.Add(this.tabsData); … … 134 134 // tabsData 135 135 // 136 this.tabsData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 136 this.tabsData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 137 137 | System.Windows.Forms.AnchorStyles.Right))); 138 138 this.tabsData.Controls.Add(this.tabPage1); … … 149 149 // tabPage1 150 150 // 151 this.tabPage1.BackColor = System.Drawing.SystemColors.Window; 151 152 this.tabPage1.Controls.Add(this.label7); 152 153 this.tabPage1.Location = new System.Drawing.Point(4, 22); … … 156 157 this.tabPage1.TabIndex = 5; 157 158 this.tabPage1.Text = "tabDataInactive"; 158 this.tabPage1.UseVisualStyleBackColor = true;159 //160 159 // label7 161 160 // … … 170 169 // tabDataDeleteColumnsInformation 171 170 // 171 this.tabDataDeleteColumnsInformation.BackColor = System.Drawing.SystemColors.Window; 172 172 this.tabDataDeleteColumnsInformation.Controls.Add(this.label2); 173 173 this.tabDataDeleteColumnsInformation.Controls.Add(this.txtDeleteColumnsInfo); … … 179 179 this.tabDataDeleteColumnsInformation.TabIndex = 0; 180 180 this.tabDataDeleteColumnsInformation.Text = "del columns info"; 181 this.tabDataDeleteColumnsInformation.UseVisualStyleBackColor = true;182 181 // 183 182 // label2 … … 209 208 // tabDataDeleteColumnsVariance 210 209 // 210 this.tabDataDeleteColumnsVariance.BackColor = System.Drawing.SystemColors.Window; 211 211 this.tabDataDeleteColumnsVariance.Controls.Add(this.txtDeleteColumnsVariance); 212 212 this.tabDataDeleteColumnsVariance.Controls.Add(this.label4); … … 217 217 this.tabDataDeleteColumnsVariance.TabIndex = 1; 218 218 this.tabDataDeleteColumnsVariance.Text = "del columns variance"; 219 this.tabDataDeleteColumnsVariance.UseVisualStyleBackColor = true;220 219 // 221 220 // txtDeleteColumnsVariance … … 238 237 // tabDataDeleteRowsInfo 239 238 // 239 this.tabDataDeleteRowsInfo.BackColor = System.Drawing.SystemColors.Window; 240 240 this.tabDataDeleteRowsInfo.Controls.Add(this.label3); 241 241 this.tabDataDeleteRowsInfo.Controls.Add(this.txtDeleteRowsInfo); … … 247 247 this.tabDataDeleteRowsInfo.TabIndex = 2; 248 248 this.tabDataDeleteRowsInfo.Text = "del rows info"; 249 this.tabDataDeleteRowsInfo.UseVisualStyleBackColor = true;250 249 // 251 250 // label3 … … 277 276 // grpBoxPreview 278 277 // 279 this.grpBoxPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 280 | System.Windows.Forms.AnchorStyles.Left) 278 this.grpBoxPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 279 | System.Windows.Forms.AnchorStyles.Left) 281 280 | System.Windows.Forms.AnchorStyles.Right))); 282 281 this.grpBoxPreview.Controls.Add(this.tabsPreview); … … 290 289 // tabsPreview 291 290 // 292 this.tabsPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 291 this.tabsPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 293 292 | System.Windows.Forms.AnchorStyles.Right))); 294 293 this.tabsPreview.Controls.Add(this.tabPreviewInactive); … … 305 304 // tabPreviewInactive 306 305 // 306 this.tabPreviewInactive.BackColor = System.Drawing.SystemColors.Window; 307 307 this.tabPreviewInactive.Controls.Add(this.lblPreviewInActive); 308 308 this.tabPreviewInactive.Location = new System.Drawing.Point(4, 22); … … 312 312 this.tabPreviewInactive.TabIndex = 5; 313 313 this.tabPreviewInactive.Text = "inactive"; 314 this.tabPreviewInactive.UseVisualStyleBackColor = true;315 314 // 316 315 // lblPreviewInActive … … 327 326 // tabPreviewDeleteColumnsInfo 328 327 // 328 this.tabPreviewDeleteColumnsInfo.BackColor = System.Drawing.SystemColors.Window; 329 329 this.tabPreviewDeleteColumnsInfo.Controls.Add(this.panel1); 330 330 this.tabPreviewDeleteColumnsInfo.Location = new System.Drawing.Point(4, 22); … … 334 334 this.tabPreviewDeleteColumnsInfo.TabIndex = 0; 335 335 this.tabPreviewDeleteColumnsInfo.Text = "del columns info"; 336 this.tabPreviewDeleteColumnsInfo.UseVisualStyleBackColor = true;337 336 // 338 337 // panel1 … … 359 358 // tabPreviewDeleteColumnsVariance 360 359 // 360 this.tabPreviewDeleteColumnsVariance.BackColor = System.Drawing.SystemColors.Window; 361 361 this.tabPreviewDeleteColumnsVariance.Controls.Add(this.panel2); 362 362 this.tabPreviewDeleteColumnsVariance.Controls.Add(this.label12); … … 367 367 this.tabPreviewDeleteColumnsVariance.TabIndex = 1; 368 368 this.tabPreviewDeleteColumnsVariance.Text = "del columns variance"; 369 this.tabPreviewDeleteColumnsVariance.UseVisualStyleBackColor = true;370 369 // 371 370 // panel2 … … 400 399 // tabPreviewDeleteRowsInfo 401 400 // 401 this.tabPreviewDeleteRowsInfo.BackColor = System.Drawing.SystemColors.Window; 402 402 this.tabPreviewDeleteRowsInfo.Controls.Add(this.lblPreviewRowsInfo); 403 403 this.tabPreviewDeleteRowsInfo.Location = new System.Drawing.Point(4, 22); … … 407 407 this.tabPreviewDeleteRowsInfo.TabIndex = 2; 408 408 this.tabPreviewDeleteRowsInfo.Text = "del rows info"; 409 this.tabPreviewDeleteRowsInfo.UseVisualStyleBackColor = true;410 409 // 411 410 // lblPreviewRowsInfo -
trunk/HeuristicLab.DataPreprocessing.Views/3.4/SearchAndReplaceDialog.Designer.cs
r15583 r16506 79 79 // tabSearch 80 80 // 81 this.tabSearch.BackColor = System.Drawing.SystemColors.Window; 81 82 this.tabSearch.Location = new System.Drawing.Point(4, 22); 82 83 this.tabSearch.Name = "tabSearch"; … … 85 86 this.tabSearch.TabIndex = 0; 86 87 this.tabSearch.Text = "Search"; 87 this.tabSearch.UseVisualStyleBackColor = true;88 88 // 89 89 // tabReplace 90 90 // 91 this.tabReplace.BackColor = System.Drawing.SystemColors.Window; 91 92 this.tabReplace.Controls.Add(this.cmbComparisonOperator); 92 93 this.tabReplace.Controls.Add(this.txtSearchString); … … 106 107 this.tabReplace.TabIndex = 1; 107 108 this.tabReplace.Text = "Replace"; 108 this.tabReplace.UseVisualStyleBackColor = true;109 109 // 110 110 // cmbComparisonOperator -
trunk/HeuristicLab.Operators.Programmable.Views/3.3/ProgrammableOperatorView.Designer.cs
r15583 r16506 94 94 // tabPage2 95 95 // 96 this.tabPage2.BackColor = System.Drawing.SystemColors.Window; 96 97 this.tabPage2.Controls.Add(this.splitContainer1); 97 98 this.tabPage2.Location = new System.Drawing.Point(4, 22); … … 101 102 this.tabPage2.TabIndex = 1; 102 103 this.tabPage2.Text = "Code"; 103 this.tabPage2.UseVisualStyleBackColor = true;104 104 // 105 105 // splitContainer1 … … 248 248 // tabPage1 249 249 // 250 this.tabPage1.BackColor = System.Drawing.SystemColors.Window; 250 251 this.tabPage1.Controls.Add(this.parameterCollectionView); 251 252 this.tabPage1.Location = new System.Drawing.Point(4, 22); … … 255 256 this.tabPage1.TabIndex = 0; 256 257 this.tabPage1.Text = "Parameters"; 257 this.tabPage1.UseVisualStyleBackColor = true;258 258 // 259 259 // parameterCollectionView -
trunk/HeuristicLab.Operators.Views/3.3/CheckedMultiOperatorView.Designer.cs
r15583 r16506 85 85 // operatorsTabPage 86 86 // 87 this.operatorsTabPage.BackColor = System.Drawing.SystemColors.Window; 87 88 this.operatorsTabPage.Controls.Add(this.operatorListView); 88 89 this.operatorsTabPage.Location = new System.Drawing.Point(4, 22); … … 92 93 this.operatorsTabPage.TabIndex = 0; 93 94 this.operatorsTabPage.Text = "Operators"; 94 this.operatorsTabPage.UseVisualStyleBackColor = true;95 95 // 96 96 // operatorListView … … 109 109 // parametersTabPage 110 110 // 111 this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window; 111 112 this.parametersTabPage.Controls.Add(this.parameterCollectionView); 112 113 this.parametersTabPage.Location = new System.Drawing.Point(4, 22); … … 116 117 this.parametersTabPage.TabIndex = 1; 117 118 this.parametersTabPage.Text = "Parameters"; 118 this.parametersTabPage.UseVisualStyleBackColor = true;119 119 // 120 120 // parameterCollectionView -
trunk/HeuristicLab.Operators.Views/3.3/MultiOperatorView.Designer.cs
r15583 r16506 85 85 // operatorsTabPage 86 86 // 87 this.operatorsTabPage.BackColor = System.Drawing.SystemColors.Window; 87 88 this.operatorsTabPage.Controls.Add(this.operatorListView); 88 89 this.operatorsTabPage.Location = new System.Drawing.Point(4, 22); … … 92 93 this.operatorsTabPage.TabIndex = 0; 93 94 this.operatorsTabPage.Text = "Operators"; 94 this.operatorsTabPage.UseVisualStyleBackColor = true;95 95 // 96 96 // operatorListView … … 109 109 // parametersTabPage 110 110 // 111 this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window; 111 112 this.parametersTabPage.Controls.Add(this.parameterCollectionView); 112 113 this.parametersTabPage.Location = new System.Drawing.Point(4, 22); … … 116 117 this.parametersTabPage.TabIndex = 1; 117 118 this.parametersTabPage.Text = "Parameters"; 118 this.parametersTabPage.UseVisualStyleBackColor = true;119 119 // 120 120 // parameterCollectionView -
trunk/HeuristicLab.Operators.Views/3.3/ValuesCollectorView.Designer.cs
r15583 r16506 85 85 // collectedValuesTabPage 86 86 // 87 this.collectedValuesTabPage.BackColor = System.Drawing.SystemColors.Window; 87 88 this.collectedValuesTabPage.Controls.Add(this.collectedValuesView); 88 89 this.collectedValuesTabPage.Location = new System.Drawing.Point(4, 22); … … 92 93 this.collectedValuesTabPage.TabIndex = 0; 93 94 this.collectedValuesTabPage.Text = "Collected Values"; 94 this.collectedValuesTabPage.UseVisualStyleBackColor = true;95 95 // 96 96 // collectedValuesView … … 109 109 // parametersTabPage 110 110 // 111 this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window; 111 112 this.parametersTabPage.Controls.Add(this.parameterCollectionView); 112 113 this.parametersTabPage.Location = new System.Drawing.Point(4, 22); … … 116 117 this.parametersTabPage.TabIndex = 1; 117 118 this.parametersTabPage.Text = "Parameters"; 118 this.parametersTabPage.UseVisualStyleBackColor = true;119 119 // 120 120 // parameterCollectionView -
trunk/HeuristicLab.Optimization.Views/3.3/BatchRunView.Designer.cs
r15583 r16506 108 108 // 109 109 this.optimizerTabPage.AllowDrop = true; 110 this.optimizerTabPage.BackColor = System.Drawing.SystemColors.Window; 110 111 this.optimizerTabPage.Controls.Add(this.optimizerViewHost); 111 112 this.optimizerTabPage.Controls.Add(this.openOptimizerButton); … … 117 118 this.optimizerTabPage.TabIndex = 1; 118 119 this.optimizerTabPage.Text = "Optimizer"; 119 this.optimizerTabPage.UseVisualStyleBackColor = true;120 120 this.optimizerTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.optimizerTabPage_DragDrop); 121 121 this.optimizerTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.optimizerTabPage_DragEnterOver); … … 162 162 // runsTabPage 163 163 // 164 this.runsTabPage.BackColor = System.Drawing.SystemColors.Window; 164 165 this.runsTabPage.Controls.Add(this.runsView); 165 166 this.runsTabPage.Location = new System.Drawing.Point(4, 22); … … 169 170 this.runsTabPage.TabIndex = 2; 170 171 this.runsTabPage.Text = "Runs"; 171 this.runsTabPage.UseVisualStyleBackColor = true;172 172 // 173 173 // runsView -
trunk/HeuristicLab.Optimization.Views/3.3/ExperimentListView.Designer.cs
r15583 r16506 111 111 // optimizersTabPage 112 112 // 113 this.optimizersTabPage.BackColor = System.Drawing.SystemColors.Window; 113 114 this.optimizersTabPage.Controls.Add(this.optimizerListView); 114 115 this.optimizersTabPage.Location = new System.Drawing.Point(4, 22); … … 118 119 this.optimizersTabPage.TabIndex = 1; 119 120 this.optimizersTabPage.Text = "Optimizers"; 120 this.optimizersTabPage.UseVisualStyleBackColor = true;121 121 // 122 122 // optimizerListView … … 135 135 // runsTabPage 136 136 // 137 this.runsTabPage.BackColor = System.Drawing.SystemColors.Window; 137 138 this.runsTabPage.Controls.Add(this.runsViewHost); 138 139 this.runsTabPage.Location = new System.Drawing.Point(4, 22); … … 142 143 this.runsTabPage.TabIndex = 2; 143 144 this.runsTabPage.Text = "Runs"; 144 this.runsTabPage.UseVisualStyleBackColor = true;145 145 // 146 146 // runsViewHost -
trunk/HeuristicLab.Optimization.Views/3.3/ExperimentView.Designer.cs
r15583 r16506 101 101 // 102 102 this.tabControl.AllowDrop = true; 103 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 104 | System.Windows.Forms.AnchorStyles.Left) 103 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 104 | System.Windows.Forms.AnchorStyles.Left) 105 105 | System.Windows.Forms.AnchorStyles.Right))); 106 106 this.tabControl.Controls.Add(this.optimizersTabPage); … … 114 114 // optimizersTabPage 115 115 // 116 this.optimizersTabPage.BackColor = System.Drawing.SystemColors.Window; 116 117 this.optimizersTabPage.Controls.Add(this.experimentTreeView); 117 118 this.optimizersTabPage.Location = new System.Drawing.Point(4, 22); … … 121 122 this.optimizersTabPage.TabIndex = 1; 122 123 this.optimizersTabPage.Text = "Optimizers"; 123 this.optimizersTabPage.UseVisualStyleBackColor = true;124 124 // 125 125 // experimentTreeView … … 136 136 // runsTabPage 137 137 // 138 this.runsTabPage.BackColor = System.Drawing.SystemColors.Window; 138 139 this.runsTabPage.Controls.Add(this.runsViewHost); 139 140 this.runsTabPage.Location = new System.Drawing.Point(4, 22); … … 143 144 this.runsTabPage.TabIndex = 2; 144 145 this.runsTabPage.Text = "Runs"; 145 this.runsTabPage.UseVisualStyleBackColor = true;146 146 // 147 147 // runsViewHost 148 148 // 149 this.runsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 150 | System.Windows.Forms.AnchorStyles.Left) 149 this.runsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 150 | System.Windows.Forms.AnchorStyles.Left) 151 151 | System.Windows.Forms.AnchorStyles.Right))); 152 152 this.runsViewHost.Caption = "View"; -
trunk/HeuristicLab.Optimization.Views/3.3/ICharacteristicCalculatorView.Designer.cs
r15583 r16506 66 66 // parametersTabPage 67 67 // 68 this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window; 68 69 this.parametersTabPage.Controls.Add(this.parameterCollectionView); 69 70 this.parametersTabPage.Location = new System.Drawing.Point(4, 22); … … 73 74 this.parametersTabPage.TabIndex = 0; 74 75 this.parametersTabPage.Text = "Parameters"; 75 this.parametersTabPage.UseVisualStyleBackColor = true;76 76 // 77 77 // characteristicsTabPage 78 78 // 79 this.characteristicsTabPage.BackColor = System.Drawing.SystemColors.Window; 79 80 this.characteristicsTabPage.Location = new System.Drawing.Point(4, 22); 80 81 this.characteristicsTabPage.Name = "characteristicsTabPage"; … … 83 84 this.characteristicsTabPage.TabIndex = 1; 84 85 this.characteristicsTabPage.Text = "Characteristics"; 85 this.characteristicsTabPage.UseVisualStyleBackColor = true;86 86 // 87 87 // parameterCollectionView -
trunk/HeuristicLab.Optimization.Views/3.3/MultiEncodingView.Designer.cs
r15583 r16506 210 210 // encodingsTabPage 211 211 // 212 this.encodingsTabPage.BackColor = System.Drawing.SystemColors.Window; 212 213 this.encodingsTabPage.Controls.Add(this.encodingsGroupBox); 213 214 this.encodingsTabPage.Location = new System.Drawing.Point(4, 22); … … 217 218 this.encodingsTabPage.TabIndex = 0; 218 219 this.encodingsTabPage.Text = "Encodings"; 219 this.encodingsTabPage.UseVisualStyleBackColor = true;220 220 // 221 221 // parametersTabPage 222 222 // 223 this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window; 223 224 this.parametersTabPage.Controls.Add(this.parameterCollectionView); 224 225 this.parametersTabPage.Location = new System.Drawing.Point(4, 22); … … 228 229 this.parametersTabPage.TabIndex = 1; 229 230 this.parametersTabPage.Text = "Parameters"; 230 this.parametersTabPage.UseVisualStyleBackColor = true;231 231 // 232 232 // MultiEncodingView -
trunk/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionRLDView.Designer.cs
r15583 r16506 87 87 // dataTableComboBox 88 88 // 89 this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 89 this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 90 90 | System.Windows.Forms.AnchorStyles.Right))); 91 91 this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; … … 117 117 // groupComboBox 118 118 // 119 this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 119 this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 120 120 | System.Windows.Forms.AnchorStyles.Right))); 121 121 this.groupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; … … 141 141 // targetsTextBox 142 142 // 143 this.targetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 143 this.targetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 144 144 | System.Windows.Forms.AnchorStyles.Right))); 145 145 this.targetsTextBox.Location = new System.Drawing.Point(59, 8); … … 198 198 // budgetsTextBox 199 199 // 200 this.budgetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 200 this.budgetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 201 201 | System.Windows.Forms.AnchorStyles.Right))); 202 202 this.budgetsTextBox.Location = new System.Drawing.Point(59, 8); … … 233 233 // tabControl 234 234 // 235 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 236 | System.Windows.Forms.AnchorStyles.Left) 235 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 236 | System.Windows.Forms.AnchorStyles.Left) 237 237 | System.Windows.Forms.AnchorStyles.Right))); 238 238 this.tabControl.Controls.Add(this.byTargetTabPage); … … 247 247 // byTargetTabPage 248 248 // 249 this.byTargetTabPage.BackColor = System.Drawing.SystemColors.Window; 249 250 this.byTargetTabPage.Controls.Add(this.relativeOrAbsoluteComboBox); 250 251 this.byTargetTabPage.Controls.Add(this.targetChart); … … 264 265 this.byTargetTabPage.TabIndex = 0; 265 266 this.byTargetTabPage.Text = "Performance by Target"; 266 this.byTargetTabPage.UseVisualStyleBackColor = true;267 267 // 268 268 // relativeOrAbsoluteComboBox … … 282 282 // targetChart 283 283 // 284 this.targetChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 285 | System.Windows.Forms.AnchorStyles.Left) 284 this.targetChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 285 | System.Windows.Forms.AnchorStyles.Left) 286 286 | System.Windows.Forms.AnchorStyles.Right))); 287 287 chartArea2.AxisX.IsStartedFromZero = false; … … 352 352 // byCostTabPage 353 353 // 354 this.byCostTabPage.BackColor = System.Drawing.SystemColors.Window; 354 355 this.byCostTabPage.Controls.Add(this.byCostViewHost); 355 356 this.byCostTabPage.Controls.Add(this.budgetLogScalingCheckBox); … … 364 365 this.byCostTabPage.TabIndex = 1; 365 366 this.byCostTabPage.Text = "Performance by Cost"; 366 this.byCostTabPage.UseVisualStyleBackColor = true;367 367 // 368 368 // byCostViewHost 369 369 // 370 this.byCostViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 371 | System.Windows.Forms.AnchorStyles.Left) 370 this.byCostViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 371 | System.Windows.Forms.AnchorStyles.Left) 372 372 | System.Windows.Forms.AnchorStyles.Right))); 373 373 this.byCostViewHost.Caption = "View"; … … 407 407 // byTableTabPage 408 408 // 409 this.byTableTabPage.BackColor = System.Drawing.SystemColors.Window; 409 410 this.byTableTabPage.Controls.Add(this.ertTableView); 410 411 this.byTableTabPage.Location = new System.Drawing.Point(4, 22); … … 414 415 this.byTableTabPage.TabIndex = 2; 415 416 this.byTableTabPage.Text = "Expected Runtime Tables"; 416 this.byTableTabPage.UseVisualStyleBackColor = true;417 417 // 418 418 // ertTableView … … 431 431 // problemComboBox 432 432 // 433 this.problemComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 433 this.problemComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 434 434 | System.Windows.Forms.AnchorStyles.Right))); 435 435 this.problemComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; -
trunk/HeuristicLab.Optimization.Views/3.3/TimeLimitRunView.Designer.cs
r15583 r16506 113 113 // timeLimitTextBox 114 114 // 115 this.timeLimitTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 115 this.timeLimitTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 116 116 | System.Windows.Forms.AnchorStyles.Right))); 117 117 this.timeLimitTextBox.Location = new System.Drawing.Point(69, 26); … … 132 132 // snapshotsTextBox 133 133 // 134 this.snapshotsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 134 this.snapshotsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 135 135 | System.Windows.Forms.AnchorStyles.Right))); 136 136 this.snapshotsTextBox.Location = new System.Drawing.Point(69, 52); … … 155 155 // 156 156 this.tabControl.AllowDrop = true; 157 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 158 | System.Windows.Forms.AnchorStyles.Left) 157 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 158 | System.Windows.Forms.AnchorStyles.Left) 159 159 | System.Windows.Forms.AnchorStyles.Right))); 160 160 this.tabControl.Controls.Add(this.algorithmTabPage); … … 170 170 // 171 171 this.algorithmTabPage.AllowDrop = true; 172 this.algorithmTabPage.BackColor = System.Drawing.SystemColors.Window; 172 173 this.algorithmTabPage.Controls.Add(this.algorithmViewHost); 173 174 this.algorithmTabPage.Controls.Add(this.openAlgorithmButton); … … 179 180 this.algorithmTabPage.TabIndex = 1; 180 181 this.algorithmTabPage.Text = "Algorithm"; 181 this.algorithmTabPage.UseVisualStyleBackColor = true;182 182 this.algorithmTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragDrop); 183 183 this.algorithmTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver); … … 186 186 // algorithmViewHost 187 187 // 188 this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 189 | System.Windows.Forms.AnchorStyles.Left) 188 this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 189 | System.Windows.Forms.AnchorStyles.Left) 190 190 | System.Windows.Forms.AnchorStyles.Right))); 191 191 this.algorithmViewHost.Caption = "View"; … … 224 224 // snapshotsTabPage 225 225 // 226 this.snapshotsTabPage.BackColor = System.Drawing.SystemColors.Window; 226 227 this.snapshotsTabPage.Controls.Add(this.snapshotsView); 227 228 this.snapshotsTabPage.Location = new System.Drawing.Point(4, 22); … … 231 232 this.snapshotsTabPage.TabIndex = 2; 232 233 this.snapshotsTabPage.Text = "Snapshots"; 233 this.snapshotsTabPage.UseVisualStyleBackColor = true;234 234 // 235 235 // snapshotsView 236 236 // 237 this.snapshotsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 238 | System.Windows.Forms.AnchorStyles.Left) 237 this.snapshotsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 238 | System.Windows.Forms.AnchorStyles.Left) 239 239 | System.Windows.Forms.AnchorStyles.Right))); 240 240 this.snapshotsView.Caption = "RunCollection View"; … … 248 248 // runsTabPage 249 249 // 250 this.runsTabPage.BackColor = System.Drawing.SystemColors.Window; 250 251 this.runsTabPage.Controls.Add(this.runsView); 251 252 this.runsTabPage.Location = new System.Drawing.Point(4, 22); … … 254 255 this.runsTabPage.TabIndex = 3; 255 256 this.runsTabPage.Text = "Runs"; 256 this.runsTabPage.UseVisualStyleBackColor = true;257 257 // 258 258 // runsView 259 259 // 260 this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 261 | System.Windows.Forms.AnchorStyles.Left) 260 this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 261 | System.Windows.Forms.AnchorStyles.Left) 262 262 | System.Windows.Forms.AnchorStyles.Right))); 263 263 this.runsView.Caption = "RunCollection View"; -
trunk/HeuristicLab.Optimizer/3.3/CreateExperimentDialog.Designer.cs
r15583 r16506 147 147 // repetitionsNumericUpDown 148 148 // 149 this.repetitionsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 149 this.repetitionsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 150 150 | System.Windows.Forms.AnchorStyles.Right))); 151 151 this.repetitionsNumericUpDown.Location = new System.Drawing.Point(113, 28); … … 234 234 // tabControl 235 235 // 236 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 237 | System.Windows.Forms.AnchorStyles.Left) 236 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 237 | System.Windows.Forms.AnchorStyles.Left) 238 238 | System.Windows.Forms.AnchorStyles.Right))); 239 239 this.tabControl.Controls.Add(this.parametersTabPage); … … 247 247 // parametersTabPage 248 248 // 249 this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window; 249 250 this.parametersTabPage.Controls.Add(this.parametersSplitContainer); 250 251 this.parametersTabPage.Location = new System.Drawing.Point(4, 22); … … 254 255 this.parametersTabPage.TabIndex = 1; 255 256 this.parametersTabPage.Text = "Parameter Variations"; 256 this.parametersTabPage.UseVisualStyleBackColor = true;257 257 // 258 258 // parametersSplitContainer … … 311 311 // stringConvertibleArrayView 312 312 // 313 this.stringConvertibleArrayView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 314 | System.Windows.Forms.AnchorStyles.Left) 313 this.stringConvertibleArrayView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 314 | System.Windows.Forms.AnchorStyles.Left) 315 315 | System.Windows.Forms.AnchorStyles.Right))); 316 316 this.stringConvertibleArrayView.Caption = "StringConvertibleArray View"; … … 333 333 // choicesListView 334 334 // 335 this.choicesListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 336 | System.Windows.Forms.AnchorStyles.Left) 335 this.choicesListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 336 | System.Windows.Forms.AnchorStyles.Left) 337 337 | System.Windows.Forms.AnchorStyles.Right))); 338 338 this.choicesListView.CheckBoxes = true; … … 354 354 // instancesTabPage 355 355 // 356 this.instancesTabPage.BackColor = System.Drawing.SystemColors.Window; 356 357 this.instancesTabPage.Controls.Add(this.label1); 357 358 this.instancesTabPage.Controls.Add(this.instanceDiscoveryProgressBar); … … 366 367 this.instancesTabPage.TabIndex = 0; 367 368 this.instancesTabPage.Text = "Problem Instances"; 368 this.instancesTabPage.UseVisualStyleBackColor = true;369 369 // 370 370 // label1 … … 379 379 // instancesTreeView 380 380 // 381 this.instancesTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 382 | System.Windows.Forms.AnchorStyles.Left) 381 this.instancesTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 382 | System.Windows.Forms.AnchorStyles.Left) 383 383 | System.Windows.Forms.AnchorStyles.Right))); 384 384 this.instancesTreeView.CheckBoxes = true; … … 423 423 // experimentCreationProgressBar 424 424 // 425 this.experimentCreationProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 425 this.experimentCreationProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 426 426 | System.Windows.Forms.AnchorStyles.Right))); 427 427 this.experimentCreationProgressBar.Location = new System.Drawing.Point(187, 377); -
trunk/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/VariableConditionView.Designer.cs
r15583 r16506 237 237 // variableNamesTabPage 238 238 // 239 this.variableNamesTabPage.BackColor = System.Drawing.SystemColors.Window; 239 240 this.variableNamesTabPage.Location = new System.Drawing.Point(4, 22); 240 241 this.variableNamesTabPage.Name = "variableNamesTabPage"; … … 243 244 this.variableNamesTabPage.TabIndex = 0; 244 245 this.variableNamesTabPage.Text = "Variable Names"; 245 this.variableNamesTabPage.UseVisualStyleBackColor = true;246 246 // 247 247 // parametersTabPage 248 248 // 249 this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window; 249 250 this.parametersTabPage.Controls.Add(this.initializationGroupBox); 250 251 this.parametersTabPage.Controls.Add(this.mutationGroupBox); … … 255 256 this.parametersTabPage.TabIndex = 1; 256 257 this.parametersTabPage.Text = "Parameters"; 257 this.parametersTabPage.UseVisualStyleBackColor = true;258 258 // 259 259 // initializationGroupBox -
trunk/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/VariableView.Designer.cs
r15583 r16506 124 124 // weightInitializationMuTextBox 125 125 // 126 this.weightInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 126 this.weightInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 127 127 | System.Windows.Forms.AnchorStyles.Right))); 128 128 this.weightInitializationMuTextBox.Location = new System.Drawing.Point(92, 19); … … 136 136 // initializationGroupBox 137 137 // 138 this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 138 this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 139 139 | System.Windows.Forms.AnchorStyles.Right))); 140 140 this.initializationGroupBox.Controls.Add(this.weightSigmaLabel); … … 161 161 // weightInitializationSigmaTextBox 162 162 // 163 this.weightInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 163 this.weightInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 164 164 | System.Windows.Forms.AnchorStyles.Right))); 165 165 this.weightInitializationSigmaTextBox.Location = new System.Drawing.Point(92, 45); … … 173 173 // mutationGroupBox 174 174 // 175 this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 175 this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 176 176 | System.Windows.Forms.AnchorStyles.Right))); 177 177 this.mutationGroupBox.Controls.Add(this.varChangeProbTextBox); … … 190 190 // varChangeProbTextBox 191 191 // 192 this.varChangeProbTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 192 this.varChangeProbTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 193 193 | System.Windows.Forms.AnchorStyles.Right))); 194 194 this.varChangeProbTextBox.Location = new System.Drawing.Point(201, 13); … … 224 224 // multiplicativeWeightChangeSigmaTextBox 225 225 // 226 this.multiplicativeWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 226 this.multiplicativeWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 227 227 | System.Windows.Forms.AnchorStyles.Right))); 228 228 this.multiplicativeWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 65); … … 247 247 // additiveWeightChangeSigmaTextBox 248 248 // 249 this.additiveWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 249 this.additiveWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 250 250 | System.Windows.Forms.AnchorStyles.Right))); 251 251 this.additiveWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 39); … … 259 259 // tabControl 260 260 // 261 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 262 | System.Windows.Forms.AnchorStyles.Left) 261 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 262 | System.Windows.Forms.AnchorStyles.Left) 263 263 | System.Windows.Forms.AnchorStyles.Right))); 264 264 this.tabControl.Controls.Add(this.variableNamesTabPage); … … 272 272 // variableNamesTabPage 273 273 // 274 this.variableNamesTabPage.BackColor = System.Drawing.SystemColors.Window; 274 275 this.variableNamesTabPage.Location = new System.Drawing.Point(4, 22); 275 276 this.variableNamesTabPage.Name = "variableNamesTabPage"; … … 278 279 this.variableNamesTabPage.TabIndex = 0; 279 280 this.variableNamesTabPage.Text = "Variable Names"; 280 this.variableNamesTabPage.UseVisualStyleBackColor = true;281 281 // 282 282 // parametersTabPage 283 283 // 284 this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window; 284 285 this.parametersTabPage.Controls.Add(this.mutationGroupBox); 285 286 this.parametersTabPage.Controls.Add(this.initializationGroupBox); … … 290 291 this.parametersTabPage.TabIndex = 1; 291 292 this.parametersTabPage.Text = "Parameters"; 292 this.parametersTabPage.UseVisualStyleBackColor = true;293 293 // 294 294 // VariableView -
trunk/HeuristicLab.Problems.Orienteering.Views/3.3/OrienteeringProblemView.Designer.cs
r15583 r16506 90 90 // parametersTabPage 91 91 // 92 this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window; 92 93 this.parametersTabPage.Controls.Add(this.parameterCollectionView); 93 94 this.parametersTabPage.Location = new System.Drawing.Point(4, 22); … … 97 98 this.parametersTabPage.TabIndex = 0; 98 99 this.parametersTabPage.Text = "Parameters"; 99 this.parametersTabPage.UseVisualStyleBackColor = true;100 100 // 101 101 // visualizationTabPage 102 102 // 103 this.visualizationTabPage.BackColor = System.Drawing.SystemColors.Window; 103 104 this.visualizationTabPage.Controls.Add(this.orienteeringSolutionView); 104 105 this.visualizationTabPage.Location = new System.Drawing.Point(4, 22); … … 108 109 this.visualizationTabPage.TabIndex = 1; 109 110 this.visualizationTabPage.Text = "Visualization"; 110 this.visualizationTabPage.UseVisualStyleBackColor = true;111 111 // 112 112 // orienteeringSolutionView -
trunk/HeuristicLab.Problems.Orienteering.Views/3.3/OrienteeringSolutionView.Designer.cs
r15583 r16506 71 71 // pictureBox 72 72 // 73 this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 74 | System.Windows.Forms.AnchorStyles.Left) 73 this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 74 | System.Windows.Forms.AnchorStyles.Left) 75 75 | System.Windows.Forms.AnchorStyles.Right))); 76 76 this.pictureBox.BackColor = System.Drawing.Color.White; … … 86 86 // 87 87 this.tabControl.AllowDrop = true; 88 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 89 | System.Windows.Forms.AnchorStyles.Left) 88 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 89 | System.Windows.Forms.AnchorStyles.Left) 90 90 | System.Windows.Forms.AnchorStyles.Right))); 91 91 this.tabControl.Controls.Add(this.visualizationTabPage); … … 99 99 // visualizationTabPage 100 100 // 101 this.visualizationTabPage.BackColor = System.Drawing.SystemColors.Window; 101 102 this.visualizationTabPage.Controls.Add(this.pictureBox); 102 103 this.visualizationTabPage.Location = new System.Drawing.Point(4, 22); … … 106 107 this.visualizationTabPage.TabIndex = 0; 107 108 this.visualizationTabPage.Text = "Visualization"; 108 this.visualizationTabPage.UseVisualStyleBackColor = true;109 109 // 110 110 // valueTabPage 111 111 // 112 this.valueTabPage.BackColor = System.Drawing.SystemColors.Window; 112 113 this.valueTabPage.Controls.Add(this.tourGroupBox); 113 114 this.valueTabPage.Location = new System.Drawing.Point(4, 22); … … 117 118 this.valueTabPage.TabIndex = 1; 118 119 this.valueTabPage.Text = "Value"; 119 this.valueTabPage.UseVisualStyleBackColor = true;120 120 // 121 121 // tourGroupBox 122 122 // 123 this.tourGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 124 | System.Windows.Forms.AnchorStyles.Left) 123 this.tourGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 124 | System.Windows.Forms.AnchorStyles.Left) 125 125 | System.Windows.Forms.AnchorStyles.Right))); 126 126 this.tourGroupBox.Controls.Add(this.tourViewHost); … … 134 134 // tourViewHost 135 135 // 136 this.tourViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 137 | System.Windows.Forms.AnchorStyles.Left) 136 this.tourViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 137 | System.Windows.Forms.AnchorStyles.Left) 138 138 | System.Windows.Forms.AnchorStyles.Right))); 139 139 this.tourViewHost.Caption = "View"; … … 176 176 // qualityValueView 177 177 // 178 this.qualityValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 178 this.qualityValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 179 179 | System.Windows.Forms.AnchorStyles.Right))); 180 180 this.qualityValueView.Caption = "StringConvertibleValue View"; … … 189 189 // distanceValueView 190 190 // 191 this.distanceValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 191 this.distanceValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 192 192 | System.Windows.Forms.AnchorStyles.Right))); 193 193 this.distanceValueView.Caption = "StringConvertibleValue View"; … … 202 202 // penaltyValueView 203 203 // 204 this.penaltyValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 204 this.penaltyValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 205 205 | System.Windows.Forms.AnchorStyles.Right))); 206 206 this.penaltyValueView.Caption = "StringConvertibleValue View"; -
trunk/HeuristicLab.Problems.PTSP.Views/3.3/PathPTSPTourView.Designer.cs
r15583 r16506 94 94 // visualizationTabPage 95 95 // 96 this.visualizationTabPage.BackColor = System.Drawing.SystemColors.Window; 96 97 this.visualizationTabPage.Controls.Add(this.pictureBox); 97 98 this.visualizationTabPage.Location = new System.Drawing.Point(4, 22); … … 101 102 this.visualizationTabPage.TabIndex = 0; 102 103 this.visualizationTabPage.Text = "Visualization"; 103 this.visualizationTabPage.UseVisualStyleBackColor = true;104 104 // 105 105 // valueTabPage 106 106 // 107 this.valueTabPage.BackColor = System.Drawing.SystemColors.Window; 107 108 this.valueTabPage.Controls.Add(this.tourGroupBox); 108 109 this.valueTabPage.Location = new System.Drawing.Point(4, 22); … … 112 113 this.valueTabPage.TabIndex = 1; 113 114 this.valueTabPage.Text = "Value"; 114 this.valueTabPage.UseVisualStyleBackColor = true;115 115 // 116 116 // tourGroupBox -
trunk/HeuristicLab.Problems.PTSP.Views/3.3/ProbabilisticTravelingSalesmanProblemView.Designer.cs
r15583 r16506 77 77 // 78 78 this.tabControl.AllowDrop = true; 79 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 80 | System.Windows.Forms.AnchorStyles.Left) 79 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 80 | System.Windows.Forms.AnchorStyles.Left) 81 81 | System.Windows.Forms.AnchorStyles.Right))); 82 82 this.tabControl.Controls.Add(this.parametersTabPage); … … 90 90 // parametersTabPage 91 91 // 92 this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window; 92 93 this.parametersTabPage.Controls.Add(this.parameterCollectionView); 93 94 this.parametersTabPage.Location = new System.Drawing.Point(4, 22); … … 97 98 this.parametersTabPage.TabIndex = 0; 98 99 this.parametersTabPage.Text = "Parameters"; 99 this.parametersTabPage.UseVisualStyleBackColor = true;100 100 // 101 101 // visualizationTabPage 102 102 // 103 this.visualizationTabPage.BackColor = System.Drawing.SystemColors.Window; 103 104 this.visualizationTabPage.Controls.Add(this.pathPTSPTourView); 104 105 this.visualizationTabPage.Location = new System.Drawing.Point(4, 22); … … 108 109 this.visualizationTabPage.TabIndex = 1; 109 110 this.visualizationTabPage.Text = "Visualization"; 110 this.visualizationTabPage.UseVisualStyleBackColor = true;111 111 // 112 112 // pathPTSPTourView 113 113 // 114 this.pathPTSPTourView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 115 | System.Windows.Forms.AnchorStyles.Left) 114 this.pathPTSPTourView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 115 | System.Windows.Forms.AnchorStyles.Left) 116 116 | System.Windows.Forms.AnchorStyles.Right))); 117 117 this.pathPTSPTourView.Caption = "PathPTSPTour View"; -
trunk/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QAPAssignmentView.Designer.cs
r15583 r16506 128 128 // visualizationTabPage 129 129 // 130 this.visualizationTabPage.BackColor = System.Drawing.SystemColors.Window; 130 131 this.visualizationTabPage.Controls.Add(this.qapView); 131 132 this.visualizationTabPage.Location = new System.Drawing.Point(4, 22); … … 135 136 this.visualizationTabPage.TabIndex = 0; 136 137 this.visualizationTabPage.Text = "Visualization"; 137 this.visualizationTabPage.UseVisualStyleBackColor = true;138 138 // 139 139 // valueTabPage 140 140 // 141 this.valueTabPage.BackColor = System.Drawing.SystemColors.Window; 141 142 this.valueTabPage.Controls.Add(this.assignmentGroupBox); 142 143 this.valueTabPage.Location = new System.Drawing.Point(4, 22); … … 146 147 this.valueTabPage.TabIndex = 1; 147 148 this.valueTabPage.Text = "Value"; 148 this.valueTabPage.UseVisualStyleBackColor = true;149 149 // 150 150 // assignmentGroupBox -
trunk/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QuadraticAssignmentProblemView.Designer.cs
r15583 r16506 80 80 // tabControl 81 81 // 82 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 83 | System.Windows.Forms.AnchorStyles.Left) 82 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 83 | System.Windows.Forms.AnchorStyles.Left) 84 84 | System.Windows.Forms.AnchorStyles.Right))); 85 85 this.tabControl.Controls.Add(this.problemTabPage); … … 93 93 // problemTabPage 94 94 // 95 this.problemTabPage.BackColor = System.Drawing.SystemColors.Window; 95 96 this.problemTabPage.Controls.Add(this.parameterCollectionView); 96 97 this.problemTabPage.Location = new System.Drawing.Point(4, 22); … … 100 101 this.problemTabPage.TabIndex = 0; 101 102 this.problemTabPage.Text = "Problem"; 102 this.problemTabPage.UseVisualStyleBackColor = true;103 103 // 104 104 // visualizationTabPage 105 105 // 106 this.visualizationTabPage.BackColor = System.Drawing.SystemColors.Window; 106 107 this.visualizationTabPage.Controls.Add(this.qapView); 107 108 this.visualizationTabPage.Location = new System.Drawing.Point(4, 22); … … 111 112 this.visualizationTabPage.TabIndex = 1; 112 113 this.visualizationTabPage.Text = "Visualization"; 113 this.visualizationTabPage.UseVisualStyleBackColor = true;114 114 // 115 115 // qapView -
trunk/HeuristicLab.Problems.Scheduling.Views/3.3/JobShopSchedulingProblemView.Designer.cs
r15583 r16506 96 96 // problemTabPage 97 97 // 98 this.problemTabPage.BackColor = System.Drawing.SystemColors.Window; 98 99 this.problemTabPage.Controls.Add(this.parameterCollectionView); 99 100 this.problemTabPage.Location = new System.Drawing.Point(4, 22); … … 103 104 this.problemTabPage.TabIndex = 0; 104 105 this.problemTabPage.Text = "Problem"; 105 this.problemTabPage.UseVisualStyleBackColor = true;106 106 // 107 107 // visualizationTabPage 108 108 // 109 this.visualizationTabPage.BackColor = System.Drawing.SystemColors.Window; 109 110 this.visualizationTabPage.Controls.Add(this.ganttChart); 110 111 this.visualizationTabPage.Location = new System.Drawing.Point(4, 22); … … 114 115 this.visualizationTabPage.TabIndex = 1; 115 116 this.visualizationTabPage.Text = "Visualization"; 116 this.visualizationTabPage.UseVisualStyleBackColor = true;117 117 // 118 118 // ganttChart -
trunk/HeuristicLab.Problems.VehicleRouting.Views/3.4/VRPProblemInstanceView.Designer.cs
r15583 r16506 100 100 // tabPage1 101 101 // 102 this.tabPage1.BackColor = System.Drawing.SystemColors.Window; 102 103 this.tabPage1.Controls.Add(this.pictureBox); 103 104 this.tabPage1.Location = new System.Drawing.Point(4, 22); … … 107 108 this.tabPage1.TabIndex = 0; 108 109 this.tabPage1.Text = "Visualization"; 109 this.tabPage1.UseVisualStyleBackColor = true;110 110 // 111 111 // tabPage2 112 112 // 113 this.tabPage2.BackColor = System.Drawing.SystemColors.Window; 113 114 this.tabPage2.Controls.Add(this.parameterCollectionView); 114 115 this.tabPage2.Location = new System.Drawing.Point(4, 22); … … 118 119 this.tabPage2.TabIndex = 1; 119 120 this.tabPage2.Text = "Parameters"; 120 this.tabPage2.UseVisualStyleBackColor = true;121 121 // 122 122 // VRPProblemInstanceView -
trunk/HeuristicLab.Problems.VehicleRouting.Views/3.4/VRPSolutionView.Designer.cs
r15583 r16506 70 70 // tabPage1 71 71 // 72 this.tabPage1.BackColor = System.Drawing.SystemColors.Window; 72 73 this.tabPage1.Controls.Add(this.problemInstanceView); 73 74 this.tabPage1.Location = new System.Drawing.Point(4, 22); … … 77 78 this.tabPage1.TabIndex = 0; 78 79 this.tabPage1.Text = "ProblemInstance"; 79 this.tabPage1.UseVisualStyleBackColor = true;80 80 // 81 81 // problemInstanceView … … 93 93 // tabPage2 94 94 // 95 this.tabPage2.BackColor = System.Drawing.SystemColors.Window; 95 96 this.tabPage2.Controls.Add(this.tourGroupBox); 96 97 this.tabPage2.Location = new System.Drawing.Point(4, 22); … … 100 101 this.tabPage2.TabIndex = 1; 101 102 this.tabPage2.Text = "Tours"; 102 this.tabPage2.UseVisualStyleBackColor = true;103 103 // 104 104 // tourGroupBox -
trunk/HeuristicLab.Scripting.Views/3.3/ScriptView.Designer.cs
r15583 r16506 118 118 // infoTabControl 119 119 // 120 this.infoTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 121 | System.Windows.Forms.AnchorStyles.Left) 120 this.infoTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 121 | System.Windows.Forms.AnchorStyles.Left) 122 122 | System.Windows.Forms.AnchorStyles.Right))); 123 123 this.infoTabControl.Controls.Add(this.outputTabPage); … … 131 131 // outputTabPage 132 132 // 133 this.outputTabPage.BackColor = System.Drawing.SystemColors.Window; 133 134 this.outputTabPage.Controls.Add(this.outputTextBox); 134 135 this.outputTabPage.Location = new System.Drawing.Point(4, 22); … … 138 139 this.outputTabPage.TabIndex = 1; 139 140 this.outputTabPage.Text = "Output"; 140 this.outputTabPage.UseVisualStyleBackColor = true;141 141 // 142 142 // outputTextBox … … 155 155 // errorListTabPage 156 156 // 157 this.errorListTabPage.BackColor = System.Drawing.SystemColors.Window; 157 158 this.errorListTabPage.Controls.Add(this.errorListView); 158 159 this.errorListTabPage.Location = new System.Drawing.Point(4, 22); … … 162 163 this.errorListTabPage.TabIndex = 0; 163 164 this.errorListTabPage.Text = "Error List"; 164 this.errorListTabPage.UseVisualStyleBackColor = true;165 165 // 166 166 // errorListView
Note: See TracChangeset
for help on using the changeset viewer.