From 405d1dd600a62da78d49f9fd4e1f2ef9e2c0edd1 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sat, 20 May 2017 16:23:14 -0400 Subject: Doing basic stuff --- Project_Emerald/Form1.Designer.cs | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'Project_Emerald/Form1.Designer.cs') 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 @@ /// 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 -- cgit v1.2.3