- Timestamp:
- 06/05/12 12:41:58 (13 years ago)
- Location:
- trunk/sources/HeuristicLab.PluginInfrastructure/3.3/ErrorHandling
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/ErrorHandling/ErrorDialog.Designer.cs
r7259 r7967 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); -
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/ErrorHandling/FrameworkVersionErrorDialog.Designer.cs
r7259 r7967 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.