added empty tools bar

This commit is contained in:
Rylan/wowmom98 2017-05-02 20:49:13 -04:00
parent 27389413f9
commit 596db1d5bc
2 changed files with 14 additions and 0 deletions

View file

@ -41,6 +41,7 @@
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip3 = new System.Windows.Forms.MenuStrip();
this.menuStrip1.SuspendLayout();
this.panel1.SuspendLayout();
this.menuStrip2.SuspendLayout();
@ -146,8 +147,17 @@
this.saveToolStripMenuItem.Size = new System.Drawing.Size(43, 20);
this.saveToolStripMenuItem.Text = "Save";
//
// menuStrip3
//
this.menuStrip3.Location = new System.Drawing.Point(0, 30);
this.menuStrip3.Name = "menuStrip3";
this.menuStrip3.Size = new System.Drawing.Size(527, 24);
this.menuStrip3.TabIndex = 3;
this.menuStrip3.Text = "menuStrip3";
//
// TriWrite
//
this.Controls.Add(this.menuStrip3);
this.Controls.Add(this.txtcontents);
this.Controls.Add(this.menuStrip2);
this.Name = "TriWrite";
@ -177,5 +187,6 @@
private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
private System.Windows.Forms.MenuStrip menuStrip3;
}
}

View file

@ -130,4 +130,7 @@ To add a contact, simply click "Add Contact", and to remove one, click "Remove".
<metadata name="menuStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>132, 17</value>
</metadata>
<metadata name="menuStrip3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>247, 17</value>
</metadata>
</root>