diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-05-12 20:57:57 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2018-05-12 20:57:57 -0400 |
| commit | 946f2cdf7a5947dd3a39c58962a5f34cac8e2e8d (patch) | |
| tree | 77c58d588ec4e931e5f96071fe8ed5c06462c75c /Project Ports/MainMenu.Designer.cs | |
| parent | cebc36ad82b35856c78ea7de4b0b412b48cc526e (diff) | |
| download | Project-Silicon-946f2cdf7a5947dd3a39c58962a5f34cac8e2e8d.tar.gz Project-Silicon-946f2cdf7a5947dd3a39c58962a5f34cac8e2e8d.tar.bz2 Project-Silicon-946f2cdf7a5947dd3a39c58962a5f34cac8e2e8d.zip | |
Added the desktop
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(); |
