- Timestamp:
- 06/05/12 12:41:58 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Starter
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Starter/AboutDialog.Designer.cs
r7259 r7967 274 274 this.AcceptButton = this.okButton; 275 275 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 276 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;276 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 277 277 this.BackColor = System.Drawing.SystemColors.Window; 278 278 this.CancelButton = this.okButton; -
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Starter/SplashScreen.Designer.cs
r7259 r7967 104 104 // 105 105 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 106 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;106 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 107 107 this.BackColor = System.Drawing.Color.White; 108 108 this.ClientSize = new System.Drawing.Size(598, 165); -
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Starter/StarterForm.Designer.cs
r7259 r7967 171 171 // 172 172 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 173 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;173 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 174 174 this.ClientSize = new System.Drawing.Size(666, 546); 175 175 this.Controls.Add(this.aboutButton);
Note: See TracChangeset
for help on using the changeset viewer.