Undo menuStrip Deletion

I did not mean to do that...
This commit is contained in:
Kurt 2014-12-12 23:19:15 -08:00
parent 6715a87499
commit 2705e73f64

View file

@ -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);