Ai
1 Star 0 Fork 26

SimianBin/tianruoocr

forked from jurafish/tianruoocr 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
FmScreenPaste.Designer.cs 3.85 KB
一键复制 编辑 原始数据 按行查看 历史
rochy_he 提交于 2019-02-22 09:35 +08:00 . 更新代码结构
namespace TrOCR
{
public partial class FmScreenPaste : global::System.Windows.Forms.Form
{
protected override void Dispose(bool disposing)
{
bool flag = disposing && this.components != null;
if (flag)
{
this.components.Dispose();
}
base.Dispose(disposing);
}
private void InitializeComponent()
{
this.RightMenu = new global::System.Windows.Forms.ContextMenuStrip();
this.关闭ToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new global::System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItem6 = new global::System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem8 = new global::System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new global::System.Windows.Forms.ToolStripSeparator();
this.置顶ToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
this.RightMenu.SuspendLayout();
base.SuspendLayout();
this.RightMenu.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
{
this.关闭ToolStripMenuItem,
this.toolStripSeparator1,
this.toolStripMenuItem6,
this.toolStripMenuItem8,
this.toolStripSeparator2,
this.置顶ToolStripMenuItem
});
this.RightMenu.Name = "dSkinContextMenuStrip2";
this.RightMenu.ShowImageMargin = false;
this.RightMenu.Size = new global::System.Drawing.Size(124, 126);
this.RightMenu.Opening += new global::System.ComponentModel.CancelEventHandler(this.RightCMS_Opening);
this.关闭ToolStripMenuItem.Name = "关闭ToolStripMenuItem";
this.关闭ToolStripMenuItem.Size = new global::System.Drawing.Size(123, 22);
this.关闭ToolStripMenuItem.Text = "关闭";
this.关闭ToolStripMenuItem.Click += new global::System.EventHandler(this.关闭ToolStripMenuItem_Click);
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new global::System.Drawing.Size(120, 6);
this.toolStripMenuItem6.Name = "toolStripMenuItem6";
this.toolStripMenuItem6.Size = new global::System.Drawing.Size(123, 22);
this.toolStripMenuItem6.Text = "复制图像";
this.toolStripMenuItem6.Click += new global::System.EventHandler(this.复制toolStripMenuItem_Click);
this.toolStripMenuItem8.Name = "toolStripMenuItem8";
this.toolStripMenuItem8.Size = new global::System.Drawing.Size(123, 22);
this.toolStripMenuItem8.Text = "图像另存为";
this.toolStripMenuItem8.Click += new global::System.EventHandler(this.保存toolStripMenuItem_Click);
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new global::System.Drawing.Size(120, 6);
this.置顶ToolStripMenuItem.Name = "置顶窗体ToolStripMenuItem";
this.置顶ToolStripMenuItem.Size = new global::System.Drawing.Size(123, 22);
this.置顶ToolStripMenuItem.Text = "置顶窗体";
this.置顶ToolStripMenuItem.Click += new global::System.EventHandler(this.置顶ToolStripMenuItem_Click);
this.ContextMenuStrip = this.RightMenu;
base.StartPosition = global::System.Windows.Forms.FormStartPosition.Manual;
base.TopMost = true;
base.ShowInTaskbar = false;
this.RightMenu.ResumeLayout(false);
base.ResumeLayout(false);
}
private global::System.ComponentModel.IContainer components;
private global::System.Windows.Forms.ContextMenuStrip RightMenu;
private global::System.Windows.Forms.ToolStripMenuItem toolStripMenuItem6;
private global::System.Windows.Forms.ToolStripMenuItem toolStripMenuItem8;
private global::System.Windows.Forms.ToolStripMenuItem 关闭ToolStripMenuItem;
private global::System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private global::System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private global::System.Windows.Forms.ToolStripMenuItem 置顶ToolStripMenuItem;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/SimianBin/tianruoocr.git
git@gitee.com:SimianBin/tianruoocr.git
SimianBin
tianruoocr
tianruoocr
master

搜索帮助