- Timestamp:
- 06/14/12 10:52:35 (12 years ago)
- Location:
- branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4 merged: 7967
- Property svn:mergeinfo changed
-
branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4/VRPImportDialog.Designer.cs
r7882 r8007 169 169 this.AcceptButton = this.okButton; 170 170 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 171 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;171 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 172 172 this.CancelButton = this.cancelButton; 173 173 this.ClientSize = new System.Drawing.Size(586, 104); -
branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4/VRPInstanceProviderView.designer.cs
r7881 r8007 25 25 private void InitializeComponent() { 26 26 components = new System.ComponentModel.Container(); 27 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;27 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 28 28 } 29 29
Note: See TracChangeset
for help on using the changeset viewer.