Changeset 3813 for trunk/sources/HeuristicLab.PluginInfrastructure/Starter
- Timestamp:
- 05/16/10 03:28:35 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/Starter/SplashScreen.Designer.cs
r3792 r3813 72 72 this.infoLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 73 73 this.infoLabel.ForeColor = System.Drawing.Color.DarkOrange; 74 this.infoLabel.Location = new System.Drawing.Point( 0, 113);74 this.infoLabel.Location = new System.Drawing.Point(12, 113); 75 75 this.infoLabel.Name = "infoLabel"; 76 this.infoLabel.Size = new System.Drawing.Size(5 98, 30);76 this.infoLabel.Size = new System.Drawing.Size(574, 30); 77 77 this.infoLabel.TabIndex = 6; 78 78 this.infoLabel.Text = "Startup Information"; 79 this.infoLabel.TextAlign = System.Drawing.ContentAlignment.Middle Center;79 this.infoLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 80 80 // 81 81 // copyrightLabel
Note: See TracChangeset
for help on using the changeset viewer.