summaryrefslogtreecommitdiff
path: root/Project_Emerald/Form1.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Project_Emerald/Form1.Designer.cs')
-rw-r--r--Project_Emerald/Form1.Designer.cs13
1 files changed, 11 insertions, 2 deletions
diff --git a/Project_Emerald/Form1.Designer.cs b/Project_Emerald/Form1.Designer.cs
index 04bc12e..50483f2 100644
--- a/Project_Emerald/Form1.Designer.cs
+++ b/Project_Emerald/Form1.Designer.cs
@@ -28,9 +28,18 @@
/// </summary>
private void InitializeComponent()
{
- this.components = new System.ComponentModel.Container();
+ this.SuspendLayout();
+ //
+ // Form1
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Text = "Form1";
+ this.ClientSize = new System.Drawing.Size(625, 515);
+ this.Name = "Form1";
+ this.Text = "Project: Emerald";
+ this.Load += new System.EventHandler(this.Form1_Load);
+ this.ResumeLayout(false);
+
}
#endregion