diff --git a/McBitFont/Form1.Designer.cs b/McBitFont/Form1.Designer.cs index 43838bf..14b8cfa 100644 --- a/McBitFont/Form1.Designer.cs +++ b/McBitFont/Form1.Designer.cs @@ -77,6 +77,7 @@ this.btnBaseline = new System.Windows.Forms.Button(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.btnClear = new System.Windows.Forms.Button(); + this.ClearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ((System.ComponentModel.ISupportInitialize)(this.nudX)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudY)).BeginInit(); this.panel1.SuspendLayout(); @@ -552,6 +553,7 @@ // toolsToolStripMenuItem // this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.ClearToolStripMenuItem, this.shiftUpToolStripMenuItem, this.shiftDownToolStripMenuItem, this.shiftLeftToolStripMenuItem, @@ -690,6 +692,15 @@ this.btnClear.UseVisualStyleBackColor = true; this.btnClear.Click += new System.EventHandler(this.btnClear_Click); // + // ClearToolStripMenuItem + // + this.ClearToolStripMenuItem.Name = "ClearToolStripMenuItem"; + this.ClearToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+W"; + this.ClearToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.W))); + this.ClearToolStripMenuItem.Size = new System.Drawing.Size(197, 22); + this.ClearToolStripMenuItem.Text = "Clear canvas"; + this.ClearToolStripMenuItem.Click += new System.EventHandler(this.btnClear_Click); + // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -784,6 +795,7 @@ private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.Button btnClear; + private System.Windows.Forms.ToolStripMenuItem ClearToolStripMenuItem; } }