Changeset 15150 for stable/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/CrossValidationView.Designer.cs
- Timestamp:
- 07/06/17 11:39:20 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/CrossValidationView.Designer.cs
r14186 r15150 79 79 this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); 80 80 this.splitContainer = new System.Windows.Forms.SplitContainer(); 81 this.shuffleSamplesCheckBox = new System.Windows.Forms.CheckBox(); 81 82 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 82 83 ((System.ComponentModel.ISupportInitialize)(this.foldsNumericUpDown)).BeginInit(); … … 172 173 // 173 174 this.foldsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 174 175 | System.Windows.Forms.AnchorStyles.Right))); 175 176 this.foldsNumericUpDown.Location = new System.Drawing.Point(55, 26); 176 177 this.foldsNumericUpDown.Maximum = new decimal(new int[] { … … 185 186 0}); 186 187 this.foldsNumericUpDown.Name = "foldsNumericUpDown"; 187 this.foldsNumericUpDown.Size = new System.Drawing.Size( 248, 20);188 this.foldsNumericUpDown.Size = new System.Drawing.Size(154, 20); 188 189 this.foldsNumericUpDown.TabIndex = 3; 189 190 this.foldsNumericUpDown.ThousandsSeparator = true; … … 208 209 // 209 210 this.workersNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 210 211 | System.Windows.Forms.AnchorStyles.Right))); 211 212 this.workersNumericUpDown.Location = new System.Drawing.Point(55, 0); 212 213 this.workersNumericUpDown.Maximum = new decimal(new int[] { … … 262 263 // 263 264 this.samplesEndStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 264 265 | System.Windows.Forms.AnchorStyles.Right))); 265 266 this.samplesEndStringConvertibleValueView.Caption = "StringConvertibleValue View"; 266 267 this.samplesEndStringConvertibleValueView.Content = null; … … 275 276 // 276 277 this.samplesStartStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 277 278 | System.Windows.Forms.AnchorStyles.Right))); 278 279 this.samplesStartStringConvertibleValueView.Caption = "StringConvertibleValue View"; 279 280 this.samplesStartStringConvertibleValueView.Content = null; … … 289 290 this.tabControl.AllowDrop = true; 290 291 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 291 292 292 | System.Windows.Forms.AnchorStyles.Left) 293 | System.Windows.Forms.AnchorStyles.Right))); 293 294 this.tabControl.Controls.Add(this.algorithmTabPage); 294 295 this.tabControl.Controls.Add(this.resultsTabPage); 295 296 this.tabControl.Controls.Add(this.runsTabPage); 296 this.tabControl.Location = new System.Drawing.Point(0, 87);297 this.tabControl.Location = new System.Drawing.Point(0, 115); 297 298 this.tabControl.Name = "tabControl"; 298 299 this.tabControl.SelectedIndex = 0; 299 this.tabControl.Size = new System.Drawing.Size(616, 421);300 this.tabControl.Size = new System.Drawing.Size(616, 393); 300 301 this.tabControl.TabIndex = 4; 301 302 // … … 310 311 this.algorithmTabPage.Name = "algorithmTabPage"; 311 312 this.algorithmTabPage.Padding = new System.Windows.Forms.Padding(3); 312 this.algorithmTabPage.Size = new System.Drawing.Size(608, 3 95);313 this.algorithmTabPage.Size = new System.Drawing.Size(608, 367); 313 314 this.algorithmTabPage.TabIndex = 0; 314 315 this.algorithmTabPage.Text = "Algorithm"; … … 321 322 // 322 323 this.algorithmNamedItemView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 323 324 | System.Windows.Forms.AnchorStyles.Right))); 324 325 this.algorithmNamedItemView.Caption = "NamedItem View"; 325 326 this.algorithmNamedItemView.Content = null; … … 334 335 this.algorithmTabControl.AllowDrop = true; 335 336 this.algorithmTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 336 337 337 | System.Windows.Forms.AnchorStyles.Left) 338 | System.Windows.Forms.AnchorStyles.Right))); 338 339 this.algorithmTabControl.Controls.Add(this.algorithmProblemTabPage); 339 340 this.algorithmTabControl.Controls.Add(this.algorithmParametersTabPage); … … 341 342 this.algorithmTabControl.Name = "algorithmTabControl"; 342 343 this.algorithmTabControl.SelectedIndex = 0; 343 this.algorithmTabControl.Size = new System.Drawing.Size(594, 324);344 this.algorithmTabControl.Size = new System.Drawing.Size(594, 296); 344 345 this.algorithmTabControl.TabIndex = 3; 345 346 // … … 353 354 this.algorithmProblemTabPage.Name = "algorithmProblemTabPage"; 354 355 this.algorithmProblemTabPage.Padding = new System.Windows.Forms.Padding(3); 355 this.algorithmProblemTabPage.Size = new System.Drawing.Size(586, 2 98);356 this.algorithmProblemTabPage.Size = new System.Drawing.Size(586, 270); 356 357 this.algorithmProblemTabPage.TabIndex = 0; 357 358 this.algorithmProblemTabPage.Text = "Problem"; … … 375 376 // 376 377 this.algorithmProblemViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 377 378 378 | System.Windows.Forms.AnchorStyles.Left) 379 | System.Windows.Forms.AnchorStyles.Right))); 379 380 this.algorithmProblemViewHost.Caption = "View"; 380 381 this.algorithmProblemViewHost.Content = null; … … 383 384 this.algorithmProblemViewHost.Name = "algorithmProblemViewHost"; 384 385 this.algorithmProblemViewHost.ReadOnly = false; 385 this.algorithmProblemViewHost.Size = new System.Drawing.Size(574, 2 56);386 this.algorithmProblemViewHost.Size = new System.Drawing.Size(574, 228); 386 387 this.algorithmProblemViewHost.TabIndex = 2; 387 388 this.algorithmProblemViewHost.ViewsLabelVisible = true; … … 405 406 this.algorithmParametersTabPage.Name = "algorithmParametersTabPage"; 406 407 this.algorithmParametersTabPage.Padding = new System.Windows.Forms.Padding(3); 407 this.algorithmParametersTabPage.Size = new System.Drawing.Size(586, 2 98);408 this.algorithmParametersTabPage.Size = new System.Drawing.Size(586, 270); 408 409 this.algorithmParametersTabPage.TabIndex = 1; 409 410 this.algorithmParametersTabPage.Text = "Parameters"; … … 412 413 // algorithmParameterCollectionView 413 414 // 415 this.algorithmParameterCollectionView.AllowEditingOfHiddenParameters = true; 414 416 this.algorithmParameterCollectionView.Caption = "ParameterCollection View"; 415 417 this.algorithmParameterCollectionView.Content = null; … … 418 420 this.algorithmParameterCollectionView.Name = "algorithmParameterCollectionView"; 419 421 this.algorithmParameterCollectionView.ReadOnly = false; 420 this.algorithmParameterCollectionView.Size = new System.Drawing.Size(580, 292); 422 this.algorithmParameterCollectionView.ShowDetails = true; 423 this.algorithmParameterCollectionView.Size = new System.Drawing.Size(580, 264); 421 424 this.algorithmParameterCollectionView.TabIndex = 0; 422 425 // … … 449 452 this.resultsTabPage.Name = "resultsTabPage"; 450 453 this.resultsTabPage.Padding = new System.Windows.Forms.Padding(3); 451 this.resultsTabPage.Size = new System.Drawing.Size(608, 3 95);454 this.resultsTabPage.Size = new System.Drawing.Size(608, 367); 452 455 this.resultsTabPage.TabIndex = 1; 453 456 this.resultsTabPage.Text = "Results"; … … 462 465 this.resultCollectionView.Name = "resultCollectionView"; 463 466 this.resultCollectionView.ReadOnly = true; 464 this.resultCollectionView.Size = new System.Drawing.Size(602, 389); 467 this.resultCollectionView.ShowDetails = true; 468 this.resultCollectionView.Size = new System.Drawing.Size(602, 361); 465 469 this.resultCollectionView.TabIndex = 0; 466 470 // … … 472 476 this.runsTabPage.Name = "runsTabPage"; 473 477 this.runsTabPage.Padding = new System.Windows.Forms.Padding(3); 474 this.runsTabPage.Size = new System.Drawing.Size(608, 3 95);478 this.runsTabPage.Size = new System.Drawing.Size(608, 367); 475 479 this.runsTabPage.TabIndex = 2; 476 480 this.runsTabPage.Text = "Runs"; … … 501 505 this.runCollectionView.Name = "runCollectionView"; 502 506 this.runCollectionView.ReadOnly = false; 503 this.runCollectionView.Size = new System.Drawing.Size(602, 3 89);507 this.runCollectionView.Size = new System.Drawing.Size(602, 361); 504 508 this.runCollectionView.TabIndex = 0; 505 509 // … … 514 518 // 515 519 this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 516 520 | System.Windows.Forms.AnchorStyles.Right))); 517 521 this.splitContainer.Location = new System.Drawing.Point(0, 26); 518 522 this.splitContainer.Name = "splitContainer"; … … 520 524 // splitContainer.Panel1 521 525 // 526 this.splitContainer.Panel1.Controls.Add(this.shuffleSamplesCheckBox); 522 527 this.splitContainer.Panel1.Controls.Add(this.samplesEndStringConvertibleValueView); 523 528 this.splitContainer.Panel1.Controls.Add(this.samplesStartStringConvertibleValueView); … … 531 536 this.splitContainer.Panel2.Controls.Add(this.workersLabel); 532 537 this.splitContainer.Panel2.Controls.Add(this.workersNumericUpDown); 533 this.splitContainer.Size = new System.Drawing.Size(616, 55);538 this.splitContainer.Size = new System.Drawing.Size(616, 73); 534 539 this.splitContainer.SplitterDistance = 306; 535 540 this.splitContainer.TabIndex = 3; 536 541 // 542 // shuffleSamplesCheckBox 543 // 544 this.shuffleSamplesCheckBox.AutoSize = true; 545 this.shuffleSamplesCheckBox.Location = new System.Drawing.Point(6, 52); 546 this.shuffleSamplesCheckBox.Name = "shuffleSamplesCheckBox"; 547 this.shuffleSamplesCheckBox.Size = new System.Drawing.Size(102, 17); 548 this.shuffleSamplesCheckBox.TabIndex = 5; 549 this.shuffleSamplesCheckBox.Text = "Shuffle Samples"; 550 this.shuffleSamplesCheckBox.UseVisualStyleBackColor = true; 551 this.shuffleSamplesCheckBox.CheckedChanged += new System.EventHandler(this.shuffleSamplesCheckBox_CheckedChanged); 552 // 537 553 // CrossValidationView 538 554 // 539 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);540 555 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 541 556 this.Controls.Add(this.tabControl); … … 617 632 private System.Windows.Forms.SplitContainer splitContainer; 618 633 private Optimization.Views.ResultCollectionView resultCollectionView; 634 private System.Windows.Forms.CheckBox shuffleSamplesCheckBox; 619 635 } 620 636 }
Note: See TracChangeset
for help on using the changeset viewer.