Changeset 17069 for stable/HeuristicLab.Problems.PTSP.Views/3.3
- 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.Problems.PTSP.Views/3.3/PathPTSPTourView.Designer.cs
r15584 r17069 94 94 // visualizationTabPage 95 95 // 96 this.visualizationTabPage.BackColor = System.Drawing.SystemColors.Window; 96 97 this.visualizationTabPage.Controls.Add(this.pictureBox); 97 98 this.visualizationTabPage.Location = new System.Drawing.Point(4, 22); … … 101 102 this.visualizationTabPage.TabIndex = 0; 102 103 this.visualizationTabPage.Text = "Visualization"; 103 this.visualizationTabPage.UseVisualStyleBackColor = true;104 104 // 105 105 // valueTabPage 106 106 // 107 this.valueTabPage.BackColor = System.Drawing.SystemColors.Window; 107 108 this.valueTabPage.Controls.Add(this.tourGroupBox); 108 109 this.valueTabPage.Location = new System.Drawing.Point(4, 22); … … 112 113 this.valueTabPage.TabIndex = 1; 113 114 this.valueTabPage.Text = "Value"; 114 this.valueTabPage.UseVisualStyleBackColor = true;115 115 // 116 116 // tourGroupBox -
stable/HeuristicLab.Problems.PTSP.Views/3.3/ProbabilisticTravelingSalesmanProblemView.Designer.cs
r15584 r17069 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.