namespace TableMagic
{
partial class Form11
{
private System.ComponentModel.IContainer components = null;
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
private void InitializeComponent()
{
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.get_doc_folder_textBox = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.SuspendLayout();
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.DarkSlateBlue;
this.label2.Location = new System.Drawing.Point(85, 78);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(121, 20);
this.label2.TabIndex = 19;
this.label2.Text = "选择文本所在目录";
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.DarkSlateBlue;
this.label1.Location = new System.Drawing.Point(310, 35);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(138, 28);
this.label1.TabIndex = 18;
this.label1.Text = "文档批量提取";
this.get_doc_folder_textBox.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.get_doc_folder_textBox.Location = new System.Drawing.Point(227, 78);
this.get_doc_folder_textBox.Name = "get_doc_folder_textBox";
this.get_doc_folder_textBox.Size = new System.Drawing.Size(402, 26);
this.get_doc_folder_textBox.TabIndex = 20;
this.get_doc_folder_textBox.DoubleClick += new System.EventHandler(this.get_doc_folder_textBox_DoubleClick);
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.ForeColor = System.Drawing.Color.DarkSlateBlue;
this.label3.Location = new System.Drawing.Point(85, 124);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(135, 20);
this.label3.TabIndex = 21;
this.label3.Text = "设定要提取内容标签";
this.textBox1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox1.Location = new System.Drawing.Point(227, 124);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(402, 26);
this.textBox1.TabIndex = 22;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label3);
this.Controls.Add(this.get_doc_folder_textBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "Form11";
this.Text = "Form11";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox get_doc_folder_textBox;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox1;
}
}