-
Notifications
You must be signed in to change notification settings - Fork 46
/
MainForm.Designer.cs
169 lines (163 loc) · 8.26 KB
/
MainForm.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
namespace OcrHelper
{
partial class MainForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.panel_Image = new System.Windows.Forms.Panel();
this.checkBox_Append = new System.Windows.Forms.CheckBox();
this.linkLabel_Source = new System.Windows.Forms.LinkLabel();
this.button_StartOcr = new System.Windows.Forms.Button();
this.checkBox_Auto = new System.Windows.Forms.CheckBox();
this.richTextBox_Result = new System.Windows.Forms.RichTextBox();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.panel_Image);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.BackColor = System.Drawing.SystemColors.ControlLight;
this.splitContainer1.Panel2.Controls.Add(this.checkBox_Append);
this.splitContainer1.Panel2.Controls.Add(this.linkLabel_Source);
this.splitContainer1.Panel2.Controls.Add(this.button_StartOcr);
this.splitContainer1.Panel2.Controls.Add(this.checkBox_Auto);
this.splitContainer1.Panel2.Controls.Add(this.richTextBox_Result);
this.splitContainer1.Size = new System.Drawing.Size(620, 251);
this.splitContainer1.SplitterDistance = 280;
this.splitContainer1.TabIndex = 0;
//
// panel_Image
//
this.panel_Image.BackColor = System.Drawing.Color.Transparent;
this.panel_Image.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel_Image.Location = new System.Drawing.Point(0, 0);
this.panel_Image.Name = "panel_Image";
this.panel_Image.Size = new System.Drawing.Size(280, 251);
this.panel_Image.TabIndex = 0;
//
// checkBox_Append
//
this.checkBox_Append.AutoSize = true;
this.checkBox_Append.Checked = true;
this.checkBox_Append.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox_Append.Location = new System.Drawing.Point(194, 10);
this.checkBox_Append.Name = "checkBox_Append";
this.checkBox_Append.Size = new System.Drawing.Size(51, 21);
this.checkBox_Append.TabIndex = 4;
this.checkBox_Append.Text = "累加";
this.checkBox_Append.UseVisualStyleBackColor = true;
//
// linkLabel_Source
//
this.linkLabel_Source.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.linkLabel_Source.AutoSize = true;
this.linkLabel_Source.Location = new System.Drawing.Point(275, 11);
this.linkLabel_Source.Name = "linkLabel_Source";
this.linkLabel_Source.Size = new System.Drawing.Size(44, 17);
this.linkLabel_Source.TabIndex = 3;
this.linkLabel_Source.TabStop = true;
this.linkLabel_Source.Text = "源代码";
this.linkLabel_Source.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_Source_LinkClicked);
//
// button_StartOcr
//
this.button_StartOcr.Enabled = false;
this.button_StartOcr.Location = new System.Drawing.Point(18, 8);
this.button_StartOcr.Name = "button_StartOcr";
this.button_StartOcr.Size = new System.Drawing.Size(75, 23);
this.button_StartOcr.TabIndex = 2;
this.button_StartOcr.Text = "识别";
this.button_StartOcr.UseVisualStyleBackColor = true;
this.button_StartOcr.Click += new System.EventHandler(this.button_StartOcr_Click);
//
// checkBox_Auto
//
this.checkBox_Auto.AutoSize = true;
this.checkBox_Auto.Checked = true;
this.checkBox_Auto.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox_Auto.Location = new System.Drawing.Point(113, 10);
this.checkBox_Auto.Name = "checkBox_Auto";
this.checkBox_Auto.Size = new System.Drawing.Size(75, 21);
this.checkBox_Auto.TabIndex = 1;
this.checkBox_Auto.Text = "自动刷新";
this.checkBox_Auto.UseVisualStyleBackColor = true;
this.checkBox_Auto.CheckedChanged += new System.EventHandler(this.checkBox_Auto_CheckedChanged);
//
// richTextBox_Result
//
this.richTextBox_Result.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.richTextBox_Result.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.richTextBox_Result.Location = new System.Drawing.Point(0, 35);
this.richTextBox_Result.Name = "richTextBox_Result";
this.richTextBox_Result.Size = new System.Drawing.Size(336, 216);
this.richTextBox_Result.TabIndex = 0;
this.richTextBox_Result.Text = "";
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(620, 251);
this.Controls.Add(this.splitContainer1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "文字识别助手 Ver1.1";
this.TopMost = true;
this.TransparencyKey = System.Drawing.Color.Black;
this.Load += new System.EventHandler(this.MainForm_Load);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseDown);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private SplitContainer splitContainer1;
private Panel panel_Image;
private RichTextBox richTextBox_Result;
private Button button_StartOcr;
private CheckBox checkBox_Auto;
private LinkLabel linkLabel_Source;
private CheckBox checkBox_Append;
}
}