Changeset 16529 for branches/2520_PersistenceReintegration/HeuristicLab.Problems.PTSP.Views/3.3/PathPTSPTourView.Designer.cs
- Timestamp:
- 01/10/19 15:40:44 (6 years ago)
- Location:
- branches/2520_PersistenceReintegration
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration
- Property svn:mergeinfo changed
-
branches/2520_PersistenceReintegration/HeuristicLab.Problems.PTSP.Views/3.3/PathPTSPTourView.Designer.cs
r16453 r16529 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
Note: See TracChangeset
for help on using the changeset viewer.