aboutsummaryrefslogtreecommitdiff
path: root/AleeOS
diff options
context:
space:
mode:
Diffstat (limited to 'AleeOS')
-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;
}
}