forked from AnyListen/tianruoocr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AliTable.designer.cs
61 lines (54 loc) · 2.42 KB
/
AliTable.designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
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;
}
}