- Timestamp:
- 01/08/19 14:59:31 (6 years ago)
- Location:
- branches/2972_PDPRowSelect
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2972_PDPRowSelect
- Property svn:mergeinfo changed
/trunk (added) merged: 16446,16448-16449,16478,16491,16494,16496,16499,16501-16506,16511-16513
- Property svn:mergeinfo changed
-
branches/2972_PDPRowSelect/HeuristicLab.Problems.VehicleRouting.Views
- Property svn:mergeinfo changed
/trunk/HeuristicLab.Problems.VehicleRouting.Views (added) merged: 16506
- Property svn:mergeinfo changed
-
branches/2972_PDPRowSelect/HeuristicLab.Problems.VehicleRouting.Views/3.4/VRPProblemInstanceView.Designer.cs
r15583 r16518 100 100 // tabPage1 101 101 // 102 this.tabPage1.BackColor = System.Drawing.SystemColors.Window; 102 103 this.tabPage1.Controls.Add(this.pictureBox); 103 104 this.tabPage1.Location = new System.Drawing.Point(4, 22); … … 107 108 this.tabPage1.TabIndex = 0; 108 109 this.tabPage1.Text = "Visualization"; 109 this.tabPage1.UseVisualStyleBackColor = true;110 110 // 111 111 // tabPage2 112 112 // 113 this.tabPage2.BackColor = System.Drawing.SystemColors.Window; 113 114 this.tabPage2.Controls.Add(this.parameterCollectionView); 114 115 this.tabPage2.Location = new System.Drawing.Point(4, 22); … … 118 119 this.tabPage2.TabIndex = 1; 119 120 this.tabPage2.Text = "Parameters"; 120 this.tabPage2.UseVisualStyleBackColor = true;121 121 // 122 122 // VRPProblemInstanceView -
branches/2972_PDPRowSelect/HeuristicLab.Problems.VehicleRouting.Views/3.4/VRPSolutionView.Designer.cs
r15583 r16518 70 70 // tabPage1 71 71 // 72 this.tabPage1.BackColor = System.Drawing.SystemColors.Window; 72 73 this.tabPage1.Controls.Add(this.problemInstanceView); 73 74 this.tabPage1.Location = new System.Drawing.Point(4, 22); … … 77 78 this.tabPage1.TabIndex = 0; 78 79 this.tabPage1.Text = "ProblemInstance"; 79 this.tabPage1.UseVisualStyleBackColor = true;80 80 // 81 81 // problemInstanceView … … 93 93 // tabPage2 94 94 // 95 this.tabPage2.BackColor = System.Drawing.SystemColors.Window; 95 96 this.tabPage2.Controls.Add(this.tourGroupBox); 96 97 this.tabPage2.Location = new System.Drawing.Point(4, 22); … … 100 101 this.tabPage2.TabIndex = 1; 101 102 this.tabPage2.Text = "Tours"; 102 this.tabPage2.UseVisualStyleBackColor = true;103 103 // 104 104 // tourGroupBox
Note: See TracChangeset
for help on using the changeset viewer.