From 42b4da8cbd3f9954a9373b0e2e96240a452e5690 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sat, 25 Mar 2017 14:17:38 -0400 Subject: Added Made By: AleeCorp --- AleeOS/aleeos_login.Designer.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'AleeOS') diff --git a/AleeOS/aleeos_login.Designer.cs b/AleeOS/aleeos_login.Designer.cs index f8020e7..dba4460 100644 --- a/AleeOS/aleeos_login.Designer.cs +++ b/AleeOS/aleeos_login.Designer.cs @@ -33,6 +33,7 @@ this.label2 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 @@ -86,12 +87,23 @@ this.label3.TabIndex = 4; this.label3.Text = "This Operating System is cloud based which means you \r\ncan bring AleeOS anywhere!" + ""; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Font = new System.Drawing.Font("Lucida Sans", 14.25F); + this.label4.Location = new System.Drawing.Point(234, 334); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(183, 22); + this.label4.TabIndex = 5; + this.label4.Text = "Made By: AleeCorp"; // // aleeos_login // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(429, 371); + this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.button1); this.Controls.Add(this.label2); @@ -112,6 +124,7 @@ private System.Windows.Forms.Label label2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label3; + private System.Windows.Forms.Label label4; } } -- cgit v1.2.3