- Timestamp:
- 06/21/12 18:02:33 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-MoveOperators
- Property svn:ignore
-
old new 20 20 bin 21 21 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/GP-MoveOperators/HeuristicLab.Problems.VehicleRouting.Views
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.VehicleRouting.Views (added) merged: 7896,7900,7906,7923,7967,8053
- Property svn:mergeinfo changed
-
branches/GP-MoveOperators/HeuristicLab.Problems.VehicleRouting.Views/3.3/VRPEncodingView.Designer.cs
r7259 r8085 85 85 // 86 86 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 87 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;87 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 88 88 this.Controls.Add(this.valueTextBox); 89 89 this.Controls.Add(this.label1); -
branches/GP-MoveOperators/HeuristicLab.Problems.VehicleRouting.Views/3.3/VRPImportDialog.Designer.cs
r7259 r8085 173 173 this.AcceptButton = this.okButton; 174 174 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 175 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;175 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 176 176 this.CancelButton = this.cancelButton; 177 177 this.ClientSize = new System.Drawing.Size(586, 104); -
branches/GP-MoveOperators/HeuristicLab.Problems.VehicleRouting.Views/3.3/VRPSolutionView.Designer.cs
r7259 r8085 129 129 // 130 130 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 131 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;131 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 132 132 this.Controls.Add(this.tabControl); 133 133 this.Name = "VRPSolutionView";
Note: See TracChangeset
for help on using the changeset viewer.