Changeset 12802 for branches/crossvalidation-2434
- Timestamp:
- 07/24/15 09:49:28 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crossvalidation-2434/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/CrossValidationView.Designer.cs
r12800 r12802 46 46 /// </summary> 47 47 private void InitializeComponent() { 48 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CrossValidationView));49 48 this.startButton = new System.Windows.Forms.Button(); 50 49 this.pauseButton = new System.Windows.Forms.Button(); … … 112 111 // 113 112 this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 114 this.startButton.Image = ((System.Drawing.Image)(resources.GetObject("startButton.Image")));113 this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play; 115 114 this.startButton.Location = new System.Drawing.Point(0, 514); 116 115 this.startButton.Name = "startButton"; … … 123 122 // 124 123 this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 125 this.pauseButton.Image = ((System.Drawing.Image)(resources.GetObject("pauseButton.Image")));124 this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause; 126 125 this.pauseButton.Location = new System.Drawing.Point(30, 514); 127 126 this.pauseButton.Name = "pauseButton"; … … 134 133 // 135 134 this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 136 this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));135 this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop; 137 136 this.stopButton.Location = new System.Drawing.Point(60, 514); 138 137 this.stopButton.Name = "stopButton"; … … 145 144 // 146 145 this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 147 this.resetButton.Image = ((System.Drawing.Image)(resources.GetObject("resetButton.Image")));146 this.resetButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Restart; 148 147 this.resetButton.Location = new System.Drawing.Point(90, 514); 149 148 this.resetButton.Name = "resetButton"; … … 174 173 // foldsNumericUpDown 175 174 // 176 this.foldsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 175 this.foldsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 177 176 | System.Windows.Forms.AnchorStyles.Right))); 178 177 this.foldsNumericUpDown.Location = new System.Drawing.Point(62, 26); … … 210 209 // workersNumericUpDown 211 210 // 212 this.workersNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 211 this.workersNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 213 212 | System.Windows.Forms.AnchorStyles.Right))); 214 213 this.workersNumericUpDown.Location = new System.Drawing.Point(62, 0); … … 264 263 // samplesEndStringConvertibleValueView 265 264 // 266 this.samplesEndStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 265 this.samplesEndStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 267 266 | System.Windows.Forms.AnchorStyles.Right))); 268 267 this.samplesEndStringConvertibleValueView.Caption = "StringConvertibleValue View"; … … 277 276 // samplesStartStringConvertibleValueView 278 277 // 279 this.samplesStartStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 278 this.samplesStartStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 280 279 | System.Windows.Forms.AnchorStyles.Right))); 281 280 this.samplesStartStringConvertibleValueView.Caption = "StringConvertibleValue View"; … … 291 290 // 292 291 this.tabControl.AllowDrop = true; 293 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 294 | System.Windows.Forms.AnchorStyles.Left) 292 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 293 | System.Windows.Forms.AnchorStyles.Left) 295 294 | System.Windows.Forms.AnchorStyles.Right))); 296 295 this.tabControl.Controls.Add(this.algorithmTabPage); … … 323 322 // algorithmNamedItemView 324 323 // 325 this.algorithmNamedItemView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 324 this.algorithmNamedItemView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 326 325 | System.Windows.Forms.AnchorStyles.Right))); 327 326 this.algorithmNamedItemView.Caption = "NamedItem View"; … … 336 335 // 337 336 this.algorithmTabControl.AllowDrop = true; 338 this.algorithmTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 339 | System.Windows.Forms.AnchorStyles.Left) 337 this.algorithmTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 338 | System.Windows.Forms.AnchorStyles.Left) 340 339 | System.Windows.Forms.AnchorStyles.Right))); 341 340 this.algorithmTabControl.Controls.Add(this.algorithmProblemTabPage); … … 366 365 // openProblemButton 367 366 // 368 this.openProblemButton.Image = ((System.Drawing.Image)(resources.GetObject("openProblemButton.Image")));367 this.openProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open; 369 368 this.openProblemButton.Location = new System.Drawing.Point(36, 6); 370 369 this.openProblemButton.Name = "openProblemButton"; … … 377 376 // algorithmProblemViewHost 378 377 // 379 this.algorithmProblemViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 380 | System.Windows.Forms.AnchorStyles.Left) 378 this.algorithmProblemViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 379 | System.Windows.Forms.AnchorStyles.Left) 381 380 | System.Windows.Forms.AnchorStyles.Right))); 382 381 this.algorithmProblemViewHost.Caption = "View"; … … 393 392 // newProblemButton 394 393 // 395 this.newProblemButton.Image = ((System.Drawing.Image)(resources.GetObject("newProblemButton.Image")));394 this.newProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument; 396 395 this.newProblemButton.Location = new System.Drawing.Point(6, 6); 397 396 this.newProblemButton.Name = "newProblemButton"; … … 428 427 // openAlgorithmButton 429 428 // 430 this.openAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("openAlgorithmButton.Image")));429 this.openAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open; 431 430 this.openAlgorithmButton.Location = new System.Drawing.Point(38, 6); 432 431 this.openAlgorithmButton.Name = "openAlgorithmButton"; … … 439 438 // newAlgorithmButton 440 439 // 441 this.newAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("newAlgorithmButton.Image")));440 this.newAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument; 442 441 this.newAlgorithmButton.Location = new System.Drawing.Point(8, 6); 443 442 this.newAlgorithmButton.Name = "newAlgorithmButton"; … … 519 518 // splitContainer 520 519 // 521 this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 520 this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 522 521 | System.Windows.Forms.AnchorStyles.Right))); 523 522 this.splitContainer.Location = new System.Drawing.Point(0, 26); … … 545 544 // partitionVariableComboBox 546 545 // 547 this.partitionVariableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 546 this.partitionVariableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 548 547 | System.Windows.Forms.AnchorStyles.Right))); 549 548 this.partitionVariableComboBox.FormattingEnabled = true;
Note: See TracChangeset
for help on using the changeset viewer.