diff options
| author | Alee14 <alee14498@gmail.com> | 2017-05-20 16:23:14 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2017-05-20 16:23:14 -0400 |
| commit | 405d1dd600a62da78d49f9fd4e1f2ef9e2c0edd1 (patch) | |
| tree | 798440f17547e1f3d34504a1ce8046f86c7b0f31 /Project_Emerald/Form1.Designer.cs | |
| parent | 388d1d32d93466a00daad339b9ac67c34714a53d (diff) | |
| download | Project_Emerald-405d1dd600a62da78d49f9fd4e1f2ef9e2c0edd1.tar.gz Project_Emerald-405d1dd600a62da78d49f9fd4e1f2ef9e2c0edd1.tar.bz2 Project_Emerald-405d1dd600a62da78d49f9fd4e1f2ef9e2c0edd1.zip | |
Doing basic stuff
Diffstat (limited to 'Project_Emerald/Form1.Designer.cs')
| -rw-r--r-- | Project_Emerald/Form1.Designer.cs | 13 |
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 |
