Changeset 5972
- Timestamp:
- 04/07/11 08:47:56 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Starter/SplashScreen.Designer.cs
r5445 r5972 113 113 this.Controls.Add(this.infoLabel); 114 114 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; 115 this.Icon = HeuristicLab.PluginInfrastructure.Resources.HeuristicLab; 115 116 this.MaximizeBox = false; 116 117 this.MinimizeBox = false; 117 118 this.Name = "SplashScreen"; 118 this.Opacity = 0.99 ;119 this.Opacity = 0.99D; 119 120 this.ShowInTaskbar = false; 120 121 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
Note: See TracChangeset
for help on using the changeset viewer.