Changeset 16723 for branches/2521_ProblemRefactoring/HeuristicLab.Problems.PTSP.Views/3.3/ProbabilisticTravelingSalesmanProblemView.Designer.cs
- Timestamp:
- 03/28/19 16:54:20 (6 years ago)
- Location:
- branches/2521_ProblemRefactoring
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring
- Property svn:mergeinfo changed
-
branches/2521_ProblemRefactoring/HeuristicLab.Problems.PTSP.Views/3.3/ProbabilisticTravelingSalesmanProblemView.Designer.cs
r15583 r16723 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 8Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 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";
Note: See TracChangeset
for help on using the changeset viewer.