diff options
Diffstat (limited to 'Project Ports/MainMenu.Designer.cs')
| -rw-r--r-- | Project Ports/MainMenu.Designer.cs | 5 |
1 files changed, 3 insertions, 2 deletions
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(); |
