Commit 89275267 张东亮

1

1 个父辈 f6a7f373
...@@ -99,9 +99,9 @@ namespace paddleOCR ...@@ -99,9 +99,9 @@ namespace paddleOCR
service.Open(url); service.Open(url);
//托盘菜单 //托盘菜单
notifyMenu = new ContextMenuStrip(); notifyMenu = new ContextMenuStrip();
ToolStripMenuItem itemShow = new ToolStripMenuItem("显示(&S)"); ToolStripMenuItem itemShow = new ToolStripMenuItem("Show(&S)");
itemShow.Click += ItemShow_Click; itemShow.Click += ItemShow_Click;
ToolStripMenuItem itemExit = new ToolStripMenuItem("退出(&X)"); ToolStripMenuItem itemExit = new ToolStripMenuItem("Exit(&X)");
itemExit.Click += ItemExit_Click; itemExit.Click += ItemExit_Click;
notifyMenu.Items.Add(itemShow); notifyMenu.Items.Add(itemShow);
notifyMenu.Items.Add(itemExit); notifyMenu.Items.Add(itemExit);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!