Changeset 16723 for branches/2521_ProblemRefactoring/HeuristicLab.Problems.VehicleRouting.Views/3.4/VRPProblemInstanceView.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/VRPProblemInstanceView.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. … … 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
Note: See TracChangeset
for help on using the changeset viewer.