From 946f2cdf7a5947dd3a39c58962a5f34cac8e2e8d Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sat, 12 May 2018 20:57:57 -0400 Subject: Added the desktop --- Project Ports/MainMenu.Designer.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Project Ports/MainMenu.Designer.cs') diff --git a/Project Ports/MainMenu.Designer.cs b/Project Ports/MainMenu.Designer.cs index 3c00002..c7b5d46 100644 --- a/Project Ports/MainMenu.Designer.cs +++ b/Project Ports/MainMenu.Designer.cs @@ -123,7 +123,7 @@ this.label3.TabIndex = 6; this.label3.Text = "Alpha 0.1"; // - // Form1 + // MainMenu // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; @@ -137,9 +137,10 @@ this.Controls.Add(this.label1); this.Controls.Add(this.button1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; - this.Name = "Form1"; + this.Name = "MainMenu"; this.Text = "Form1"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; + this.Load += new System.EventHandler(this.MainMenu_Load); this.ResumeLayout(false); this.PerformLayout(); -- cgit v1.2.3