mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-16 13:28:35 +00:00
Undo menuStrip Deletion
I did not mean to do that...
This commit is contained in:
parent
6715a87499
commit
2705e73f64
1 changed files with 5 additions and 1 deletions
6
PKX/f1-Main.Designer.cs
generated
6
PKX/f1-Main.Designer.cs
generated
|
@ -2566,7 +2566,11 @@
|
|||
//
|
||||
// menuStrip1
|
||||
//
|
||||
this.menuStrip1.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.menuStrip1.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.Menu_File,
|
||||
this.Menu_Tools,
|
||||
this.Menu_Options});
|
||||
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
||||
this.menuStrip1.Name = "menuStrip1";
|
||||
this.menuStrip1.Size = new System.Drawing.Size(614, 24);
|
||||
|
|
Loading…
Add table
Reference in a new issue