6 Star 75 Fork 26

ZZK-1989/tianruoocr

forked from jurafish/tianruoocr 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
AliTable.designer.cs 2.42 KB
一键复制 编辑 原始数据 按行查看 历史
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;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/ZZK-1989/tianruoocr.git
git@gitee.com:ZZK-1989/tianruoocr.git
ZZK-1989
tianruoocr
tianruoocr
master

搜索帮助