Update NovetusLaunchForm.Designer.cs
This commit is contained in:
parent
42f948c9c0
commit
62cf1977c4
|
|
@ -151,15 +151,14 @@ namespace Novetus.Bootstrapper
|
||||||
//
|
//
|
||||||
// VersionLabel
|
// 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.ForeColor = System.Drawing.Color.IndianRed;
|
||||||
this.VersionLabel.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
|
|
||||||
this.VersionLabel.Location = new System.Drawing.Point(20, 95);
|
this.VersionLabel.Location = new System.Drawing.Point(20, 95);
|
||||||
this.VersionLabel.Name = "VersionLabel";
|
this.VersionLabel.Name = "VersionLabel";
|
||||||
this.VersionLabel.Size = new System.Drawing.Size(470, 34);
|
this.VersionLabel.Size = new System.Drawing.Size(470, 34);
|
||||||
this.VersionLabel.TabIndex = 8;
|
this.VersionLabel.TabIndex = 8;
|
||||||
this.VersionLabel.Text = "v1.0";
|
this.VersionLabel.Text = "v1.0";
|
||||||
this.VersionLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
this.VersionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
//
|
//
|
||||||
// pictureBox1
|
// pictureBox1
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue