Changeset 7882 for branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4/VRPImportDialog.Designer.cs
- Timestamp:
- 05/23/12 17:41:54 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4/VRPImportDialog.Designer.cs
r7881 r7882 92 92 this.tspFileLabel.Size = new System.Drawing.Size(51, 13); 93 93 this.tspFileLabel.TabIndex = 0; 94 this.tspFileLabel.Text = "& VRPFile:";94 this.tspFileLabel.Text = "&Problem File:"; 95 95 // 96 96 // openVRPFileButton … … 123 123 this.tourFileLabel.Size = new System.Drawing.Size(119, 13); 124 124 this.tourFileLabel.TabIndex = 5; 125 this.tourFileLabel.Text = "&Optimal VRPTours File:";125 this.tourFileLabel.Text = "&Optimal Tours File:"; 126 126 // 127 127 // openTourFileButton
Note: See TracChangeset
for help on using the changeset viewer.