Update NovetusLaunchForm.Designer.cs

This commit is contained in:
Bitl 2022-03-11 11:10:19 -07:00
parent 42f948c9c0
commit 62cf1977c4

View File

@ -151,15 +151,14 @@ namespace Novetus.Bootstrapper
//
// VersionLabel
//
this.VersionLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.VersionLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.VersionLabel.ForeColor = System.Drawing.Color.IndianRed;
this.VersionLabel.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
this.VersionLabel.Location = new System.Drawing.Point(20, 95);
this.VersionLabel.Name = "VersionLabel";
this.VersionLabel.Size = new System.Drawing.Size(470, 34);
this.VersionLabel.TabIndex = 8;
this.VersionLabel.Text = "v1.0";
this.VersionLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.VersionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// pictureBox1
//