1 write to ToolStripMenuItemCopy
DesignSurface (1)
MainForm.Designer.cs (1)
49this.ToolStripMenuItemCopy = new System.Windows.Forms.ToolStripMenuItem();
8 references to ToolStripMenuItemCopy
DesignSurface (8)
MainForm.Designer.cs (8)
181this.ToolStripMenuItemCopy, 223this.ToolStripMenuItemCopy.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripMenuItemCopy.Image"))); 224this.ToolStripMenuItemCopy.ImageTransparentColor = System.Drawing.Color.Magenta; 225this.ToolStripMenuItemCopy.Name = "ToolStripMenuItemCopy"; 226this.ToolStripMenuItemCopy.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); 227this.ToolStripMenuItemCopy.Size = new System.Drawing.Size(165, 24); 228this.ToolStripMenuItemCopy.Text = "Copy"; 229this.ToolStripMenuItemCopy.Click += this.OnMenuClick;