Changeset 14865
- Timestamp:
- 04/13/17 15:44:52 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/CrossValidationView.Designer.cs
r14864 r14865 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(); … … 111 110 // 112 111 this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 113 this.startButton.Image = ((System.Drawing.Image)(resources.GetObject("startButton.Image")));112 this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play; 114 113 this.startButton.Location = new System.Drawing.Point(0, 514); 115 114 this.startButton.Name = "startButton"; … … 122 121 // 123 122 this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 124 this.pauseButton.Image = ((System.Drawing.Image)(resources.GetObject("pauseButton.Image")));123 this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause; 125 124 this.pauseButton.Location = new System.Drawing.Point(30, 514); 126 125 this.pauseButton.Name = "pauseButton"; … … 133 132 // 134 133 this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 135 this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));134 this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop; 136 135 this.stopButton.Location = new System.Drawing.Point(60, 514); 137 136 this.stopButton.Name = "stopButton"; … … 144 143 // 145 144 this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 146 this.resetButton.Image = ((System.Drawing.Image)(resources.GetObject("resetButton.Image")));145 this.resetButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Restart; 147 146 this.resetButton.Location = new System.Drawing.Point(90, 514); 148 147 this.resetButton.Name = "resetButton"; … … 173 172 // foldsNumericUpDown 174 173 // 175 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) 176 175 | System.Windows.Forms.AnchorStyles.Right))); 177 176 this.foldsNumericUpDown.Location = new System.Drawing.Point(55, 26); … … 209 208 // workersNumericUpDown 210 209 // 211 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) 212 211 | System.Windows.Forms.AnchorStyles.Right))); 213 212 this.workersNumericUpDown.Location = new System.Drawing.Point(55, 0); … … 263 262 // samplesEndStringConvertibleValueView 264 263 // 265 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) 266 265 | System.Windows.Forms.AnchorStyles.Right))); 267 266 this.samplesEndStringConvertibleValueView.Caption = "StringConvertibleValue View"; … … 276 275 // samplesStartStringConvertibleValueView 277 276 // 278 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) 279 278 | System.Windows.Forms.AnchorStyles.Right))); 280 279 this.samplesStartStringConvertibleValueView.Caption = "StringConvertibleValue View"; … … 290 289 // 291 290 this.tabControl.AllowDrop = true; 292 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 293 | 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) 294 293 | System.Windows.Forms.AnchorStyles.Right))); 295 294 this.tabControl.Controls.Add(this.algorithmTabPage); … … 322 321 // algorithmNamedItemView 323 322 // 324 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) 325 324 | System.Windows.Forms.AnchorStyles.Right))); 326 325 this.algorithmNamedItemView.Caption = "NamedItem View"; … … 335 334 // 336 335 this.algorithmTabControl.AllowDrop = true; 337 this.algorithmTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 338 | 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) 339 338 | System.Windows.Forms.AnchorStyles.Right))); 340 339 this.algorithmTabControl.Controls.Add(this.algorithmProblemTabPage); … … 365 364 // openProblemButton 366 365 // 367 this.openProblemButton.Image = ((System.Drawing.Image)(resources.GetObject("openProblemButton.Image")));366 this.openProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open; 368 367 this.openProblemButton.Location = new System.Drawing.Point(36, 6); 369 368 this.openProblemButton.Name = "openProblemButton"; … … 376 375 // algorithmProblemViewHost 377 376 // 378 this.algorithmProblemViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 379 | 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) 380 379 | System.Windows.Forms.AnchorStyles.Right))); 381 380 this.algorithmProblemViewHost.Caption = "View"; … … 392 391 // newProblemButton 393 392 // 394 this.newProblemButton.Image = ((System.Drawing.Image)(resources.GetObject("newProblemButton.Image")));393 this.newProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument; 395 394 this.newProblemButton.Location = new System.Drawing.Point(6, 6); 396 395 this.newProblemButton.Name = "newProblemButton"; … … 427 426 // openAlgorithmButton 428 427 // 429 this.openAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("openAlgorithmButton.Image")));428 this.openAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open; 430 429 this.openAlgorithmButton.Location = new System.Drawing.Point(38, 6); 431 430 this.openAlgorithmButton.Name = "openAlgorithmButton"; … … 438 437 // newAlgorithmButton 439 438 // 440 this.newAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("newAlgorithmButton.Image")));439 this.newAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument; 441 440 this.newAlgorithmButton.Location = new System.Drawing.Point(8, 6); 442 441 this.newAlgorithmButton.Name = "newAlgorithmButton"; … … 518 517 // splitContainer 519 518 // 520 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) 521 520 | System.Windows.Forms.AnchorStyles.Right))); 522 521 this.splitContainer.Location = new System.Drawing.Point(0, 26);
Note: See TracChangeset
for help on using the changeset viewer.