代码拉取完成,页面将自动刷新
同步操作将从 ZZK-1989/tianruoocr 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
namespace TrOCR
{
public partial class AliTable : global::System.Windows.Forms.Form
{
protected override void Dispose(bool disposing)
{
if (disposing && this.components != null)
{
this.components.Dispose();
}
base.Dispose(disposing);
}
private void InitializeComponent()
{
this.components = new global::System.ComponentModel.Container();
this.webBrowser1 = new global::System.Windows.Forms.WebBrowser();
this.textBox1 = new global::System.Windows.Forms.TextBox();
this.timer1 = new global::System.Windows.Forms.Timer(this.components);
base.SuspendLayout();
this.webBrowser1.Dock = global::System.Windows.Forms.DockStyle.Fill;
this.webBrowser1.Location = new global::System.Drawing.Point(0, 0);
this.webBrowser1.MinimumSize = new global::System.Drawing.Size(20, 20);
this.webBrowser1.Name = "webBrowser1";
this.webBrowser1.Size = new global::System.Drawing.Size(399, 422);
this.webBrowser1.TabIndex = 0;
this.webBrowser1.ScriptErrorsSuppressed = true;
this.webBrowser1.DocumentCompleted += new global::System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowser1_DocumentCompleted);
this.textBox1.Location = new global::System.Drawing.Point(121, 87);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new global::System.Drawing.Size(100, 21);
this.textBox1.TabIndex = 1;
this.textBox1.TextChanged += new global::System.EventHandler(this.textBox1_TextChanged);
this.timer1.Tick += new global::System.EventHandler(this.timer1_Tick);
base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
base.ClientSize = new global::System.Drawing.Size(399, 422);
base.Controls.Add(this.webBrowser1);
base.Controls.Add(this.textBox1);
base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.None;
base.MaximizeBox = false;
base.MinimizeBox = false;
base.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
base.Name = "AliTable";
this.Text = "阿里表格";
base.Load += new global::System.EventHandler(this.Form2_Load);
base.ResumeLayout(false);
base.PerformLayout();
}
private global::System.ComponentModel.IContainer components;
private global::System.Windows.Forms.WebBrowser webBrowser1;
private global::System.Windows.Forms.TextBox textBox1;
private global::System.Windows.Forms.Timer timer1;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。