代码拉取完成,页面将自动刷新
同步操作将从 jurafish/tianruoocr 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
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;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。