- Timestamp:
- 06/21/12 18:02:33 (13 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 3 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.PluginInfrastructure/3.3/ErrorHandling/ErrorDialog.Designer.cs
r7259 r8085 146 146 this.AcceptButton = this.okButton; 147 147 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 148 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;148 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 149 149 this.CancelButton = this.okButton; 150 150 this.ClientSize = new System.Drawing.Size(584, 362); -
branches/GP-MoveOperators/HeuristicLab.PluginInfrastructure/3.3/ErrorHandling/FrameworkVersionErrorDialog.Designer.cs
r7259 r8085 102 102 this.AcceptButton = this.closeButton; 103 103 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 104 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;104 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 105 105 this.CancelButton = this.closeButton; 106 106 this.ClientSize = new System.Drawing.Size(381, 116);
Note: See TracChangeset
for help on using the changeset viewer.