Changeset 17069 for stable/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/CrossValidationView.Designer.cs
- Timestamp:
- 07/04/19 15:33:31 (5 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk merged: 16501-16506
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Algorithms.DataAnalysis.Views
- Property svn:mergeinfo changed
/trunk/HeuristicLab.Algorithms.DataAnalysis.Views merged: 16506
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/CrossValidationView.Designer.cs
r15937 r17069 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);
Note: See TracChangeset
for help on using the changeset viewer.