aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <alee14498@gmail.com>2017-03-25 14:17:38 -0400
committerAlee14 <alee14498@gmail.com>2017-03-25 14:17:38 -0400
commit42b4da8cbd3f9954a9373b0e2e96240a452e5690 (patch)
treec96abcf4e37d4818e95a4f8f0bbc87b95ac3834b
parent7886e80fb82df9707f36a095348149221e8f9f50 (diff)
downloadAleeOS-CSharp-42b4da8cbd3f9954a9373b0e2e96240a452e5690.tar.gz
AleeOS-CSharp-42b4da8cbd3f9954a9373b0e2e96240a452e5690.tar.bz2
AleeOS-CSharp-42b4da8cbd3f9954a9373b0e2e96240a452e5690.zip
Added Made By: AleeCorp
-rw-r--r--AleeOS/aleeos_login.Designer.cs13
1 files changed, 13 insertions, 0 deletions
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
@@ -87,11 +88,22 @@
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;
}
}