Changeset 16723 for branches/2521_ProblemRefactoring/HeuristicLab.Problems.VehicleRouting.Views/3.4/VRPSolutionView.Designer.cs
- Timestamp:
- 03/28/19 16:54:20 (6 years ago)
- Location:
- branches/2521_ProblemRefactoring
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring
- Property svn:mergeinfo changed
-
branches/2521_ProblemRefactoring/HeuristicLab.Problems.VehicleRouting.Views
- Property svn:mergeinfo changed
-
branches/2521_ProblemRefactoring/HeuristicLab.Problems.VehicleRouting.Views/3.4/VRPSolutionView.Designer.cs
r16692 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. … … 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.