You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

570 lines
29 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

namespace RecognitionTools
{
partial class form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(form1));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.线ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.picPuTong = new System.Windows.Forms.PictureBox();
this.btnPuTong = new System.Windows.Forms.Button();
this.picHuanQian = new System.Windows.Forms.PictureBox();
this.picChuanZheng = new System.Windows.Forms.PictureBox();
this.btnChuanZheng = new System.Windows.Forms.Button();
this.btnHuanQian = new System.Windows.Forms.Button();
this.btnZoom = new System.Windows.Forms.Button();
this.lblUpload = new System.Windows.Forms.Label();
this.btnFtpUpload = new System.Windows.Forms.Button();
this.btnServerCheck = new System.Windows.Forms.Button();
this.btnGo = new System.Windows.Forms.Button();
this.btnTypeChange = new System.Windows.Forms.Button();
this.btnChooseOutputFolder = new System.Windows.Forms.Button();
this.btnChooseTargetFolder = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.txtOutput = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtOriginal = new System.Windows.Forms.TextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.txtOper = new System.Windows.Forms.TextBox();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.txtLog = new System.Windows.Forms.RichTextBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.btnSkip = new System.Windows.Forms.Button();
this.picBLNO = new System.Windows.Forms.PictureBox();
this.lblInfo4 = new System.Windows.Forms.Label();
this.txtReName = new System.Windows.Forms.TextBox();
this.btnReName = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.panel1 = new System.Windows.Forms.Panel();
this.picDraw = new System.Windows.Forms.PictureBox();
this.menuStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picPuTong)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picHuanQian)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picChuanZheng)).BeginInit();
this.groupBox2.SuspendLayout();
this.groupBox6.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picBLNO)).BeginInit();
this.groupBox3.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picDraw)).BeginInit();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(1115, 25);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// 设置ToolStripMenuItem
//
this.ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem,
this.ToolStripMenuItem,
this.线ToolStripMenuItem});
this.ToolStripMenuItem.Name = "设置ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
this.ToolStripMenuItem.Text = "设置";
//
// 秘钥ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "秘钥ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.ToolStripMenuItem.Text = "秘钥";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 清除缓存ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "清除缓存ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.ToolStripMenuItem.Text = "清除缓存";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 在线更新ToolStripMenuItem
//
this.线ToolStripMenuItem.Name = "在线更新ToolStripMenuItem";
this.线ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.线ToolStripMenuItem.Text = "在线更新";
this.线ToolStripMenuItem.Click += new System.EventHandler(this.线ToolStripMenuItem_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.picPuTong);
this.groupBox1.Controls.Add(this.btnPuTong);
this.groupBox1.Controls.Add(this.picHuanQian);
this.groupBox1.Controls.Add(this.picChuanZheng);
this.groupBox1.Controls.Add(this.btnChuanZheng);
this.groupBox1.Controls.Add(this.btnHuanQian);
this.groupBox1.Controls.Add(this.btnZoom);
this.groupBox1.Controls.Add(this.lblUpload);
this.groupBox1.Controls.Add(this.btnFtpUpload);
this.groupBox1.Controls.Add(this.btnServerCheck);
this.groupBox1.Controls.Add(this.btnGo);
this.groupBox1.Controls.Add(this.btnTypeChange);
this.groupBox1.Controls.Add(this.btnChooseOutputFolder);
this.groupBox1.Controls.Add(this.btnChooseTargetFolder);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtOutput);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.txtOriginal);
this.groupBox1.Location = new System.Drawing.Point(12, 28);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(1087, 101);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "文件路径";
this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
//
// picPuTong
//
this.picPuTong.Image = ((System.Drawing.Image)(resources.GetObject("picPuTong.Image")));
this.picPuTong.Location = new System.Drawing.Point(782, 62);
this.picPuTong.Name = "picPuTong";
this.picPuTong.Size = new System.Drawing.Size(51, 20);
this.picPuTong.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picPuTong.TabIndex = 17;
this.picPuTong.TabStop = false;
//
// btnPuTong
//
this.btnPuTong.Location = new System.Drawing.Point(781, 10);
this.btnPuTong.Name = "btnPuTong";
this.btnPuTong.Size = new System.Drawing.Size(50, 46);
this.btnPuTong.TabIndex = 16;
this.btnPuTong.Text = "普通";
this.btnPuTong.UseVisualStyleBackColor = true;
this.btnPuTong.Click += new System.EventHandler(this.btnPuTong_Click);
//
// picHuanQian
//
this.picHuanQian.Image = ((System.Drawing.Image)(resources.GetObject("picHuanQian.Image")));
this.picHuanQian.Location = new System.Drawing.Point(889, 62);
this.picHuanQian.Name = "picHuanQian";
this.picHuanQian.Size = new System.Drawing.Size(51, 20);
this.picHuanQian.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picHuanQian.TabIndex = 15;
this.picHuanQian.TabStop = false;
//
// picChuanZheng
//
this.picChuanZheng.Image = ((System.Drawing.Image)(resources.GetObject("picChuanZheng.Image")));
this.picChuanZheng.Location = new System.Drawing.Point(835, 62);
this.picChuanZheng.Name = "picChuanZheng";
this.picChuanZheng.Size = new System.Drawing.Size(51, 20);
this.picChuanZheng.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picChuanZheng.TabIndex = 14;
this.picChuanZheng.TabStop = false;
//
// btnChuanZheng
//
this.btnChuanZheng.Location = new System.Drawing.Point(834, 10);
this.btnChuanZheng.Name = "btnChuanZheng";
this.btnChuanZheng.Size = new System.Drawing.Size(50, 46);
this.btnChuanZheng.TabIndex = 13;
this.btnChuanZheng.Text = "船证";
this.btnChuanZheng.UseVisualStyleBackColor = true;
this.btnChuanZheng.Click += new System.EventHandler(this.btnChuanZheng_Click);
//
// btnHuanQian
//
this.btnHuanQian.Location = new System.Drawing.Point(887, 10);
this.btnHuanQian.Name = "btnHuanQian";
this.btnHuanQian.Size = new System.Drawing.Size(50, 46);
this.btnHuanQian.TabIndex = 12;
this.btnHuanQian.Text = "换签";
this.btnHuanQian.UseVisualStyleBackColor = true;
this.btnHuanQian.Click += new System.EventHandler(this.btnHuanQian_Click);
//
// btnZoom
//
this.btnZoom.Location = new System.Drawing.Point(940, 10);
this.btnZoom.Name = "btnZoom";
this.btnZoom.Size = new System.Drawing.Size(46, 46);
this.btnZoom.TabIndex = 11;
this.btnZoom.Text = "自动缩放";
this.btnZoom.UseVisualStyleBackColor = true;
this.btnZoom.Click += new System.EventHandler(this.btnZoom_Click);
//
// lblUpload
//
this.lblUpload.AutoSize = true;
this.lblUpload.Font = new System.Drawing.Font("宋体", 14F);
this.lblUpload.ForeColor = System.Drawing.Color.Red;
this.lblUpload.Location = new System.Drawing.Point(697, 60);
this.lblUpload.Name = "lblUpload";
this.lblUpload.Size = new System.Drawing.Size(0, 19);
this.lblUpload.TabIndex = 10;
//
// btnFtpUpload
//
this.btnFtpUpload.Location = new System.Drawing.Point(616, 57);
this.btnFtpUpload.Name = "btnFtpUpload";
this.btnFtpUpload.Size = new System.Drawing.Size(75, 26);
this.btnFtpUpload.TabIndex = 4;
this.btnFtpUpload.Text = "上传服务器";
this.btnFtpUpload.UseVisualStyleBackColor = true;
this.btnFtpUpload.Click += new System.EventHandler(this.btnFtpUpload_Click);
//
// btnServerCheck
//
this.btnServerCheck.Enabled = false;
this.btnServerCheck.Location = new System.Drawing.Point(989, 10);
this.btnServerCheck.Name = "btnServerCheck";
this.btnServerCheck.Size = new System.Drawing.Size(46, 46);
this.btnServerCheck.TabIndex = 8;
this.btnServerCheck.Text = "提单校验";
this.btnServerCheck.UseVisualStyleBackColor = true;
this.btnServerCheck.Click += new System.EventHandler(this.btnServerCheck_Click);
//
// btnGo
//
this.btnGo.Location = new System.Drawing.Point(616, 23);
this.btnGo.Name = "btnGo";
this.btnGo.Size = new System.Drawing.Size(75, 26);
this.btnGo.TabIndex = 1;
this.btnGo.Text = "开始";
this.btnGo.UseVisualStyleBackColor = true;
this.btnGo.Click += new System.EventHandler(this.btnGo_Click);
//
// btnTypeChange
//
this.btnTypeChange.Enabled = true;
this.btnTypeChange.Location = new System.Drawing.Point(1038, 10);
this.btnTypeChange.Name = "btnTypeChange";
this.btnTypeChange.Size = new System.Drawing.Size(46, 46);
this.btnTypeChange.TabIndex = 6;
this.btnTypeChange.Text = "JPG";
this.btnTypeChange.UseVisualStyleBackColor = true;
this.btnTypeChange.Click += new System.EventHandler(this.btnTypeChange_Click);
//
// btnChooseOutputFolder
//
this.btnChooseOutputFolder.Location = new System.Drawing.Point(535, 57);
this.btnChooseOutputFolder.Name = "btnChooseOutputFolder";
this.btnChooseOutputFolder.Size = new System.Drawing.Size(75, 26);
this.btnChooseOutputFolder.TabIndex = 5;
this.btnChooseOutputFolder.Text = "选择";
this.btnChooseOutputFolder.UseVisualStyleBackColor = true;
this.btnChooseOutputFolder.Click += new System.EventHandler(this.btnChooseOutputFolder_Click);
//
// btnChooseTargetFolder
//
this.btnChooseTargetFolder.Location = new System.Drawing.Point(535, 23);
this.btnChooseTargetFolder.Name = "btnChooseTargetFolder";
this.btnChooseTargetFolder.Size = new System.Drawing.Size(75, 26);
this.btnChooseTargetFolder.TabIndex = 4;
this.btnChooseTargetFolder.Text = "选择";
this.btnChooseTargetFolder.UseVisualStyleBackColor = true;
this.btnChooseTargetFolder.Click += new System.EventHandler(this.btnChooseTargetFolder_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(5, 63);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(101, 12);
this.label2.TabIndex = 3;
this.label2.Text = "输出图像文件夹:";
//
// txtOutput
//
this.txtOutput.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtOutput.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtOutput.Location = new System.Drawing.Point(106, 61);
this.txtOutput.Name = "txtOutput";
this.txtOutput.ReadOnly = true;
this.txtOutput.Size = new System.Drawing.Size(418, 19);
this.txtOutput.TabIndex = 2;
this.txtOutput.TextChanged += new System.EventHandler(this.txtOutput_TextChanged);
this.txtOutput.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.txtOutput_MouseDoubleClick);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(5, 28);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(101, 12);
this.label1.TabIndex = 1;
this.label1.Text = "原始图像文件夹:";
//
// txtOriginal
//
this.txtOriginal.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtOriginal.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtOriginal.Location = new System.Drawing.Point(106, 23);
this.txtOriginal.Name = "txtOriginal";
this.txtOriginal.ReadOnly = true;
this.txtOriginal.Size = new System.Drawing.Size(418, 19);
this.txtOriginal.TabIndex = 0;
this.txtOriginal.TextChanged += new System.EventHandler(this.txtOriginal_TextChanged);
this.txtOriginal.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.txtOriginal_MouseDoubleClick);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.groupBox6);
this.groupBox2.Controls.Add(this.groupBox5);
this.groupBox2.Controls.Add(this.groupBox4);
this.groupBox2.Controls.Add(this.groupBox3);
this.groupBox2.Location = new System.Drawing.Point(12, 136);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(1098, 813);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "重命名";
//
// groupBox6
//
this.groupBox6.Controls.Add(this.txtOper);
this.groupBox6.Location = new System.Drawing.Point(863, 180);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(215, 62);
this.groupBox6.TabIndex = 4;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "录入人";
//
// txtOper
//
this.txtOper.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtOper.Font = new System.Drawing.Font("宋体", 15F);
this.txtOper.Location = new System.Drawing.Point(8, 22);
this.txtOper.Name = "txtOper";
this.txtOper.Size = new System.Drawing.Size(200, 30);
this.txtOper.TabIndex = 0;
this.txtOper.TextChanged += new System.EventHandler(this.txtOper_TextChanged);
this.txtOper.Leave += new System.EventHandler(this.txtOper_Leave);
//
// groupBox5
//
this.groupBox5.Controls.Add(this.txtLog);
this.groupBox5.Location = new System.Drawing.Point(860, 248);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(218, 558);
this.groupBox5.TabIndex = 3;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "记录";
//
// txtLog
//
this.txtLog.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtLog.Location = new System.Drawing.Point(8, 20);
this.txtLog.Name = "txtLog";
this.txtLog.Size = new System.Drawing.Size(204, 511);
this.txtLog.TabIndex = 1;
this.txtLog.Text = "";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.btnSkip);
this.groupBox4.Controls.Add(this.picBLNO);
this.groupBox4.Controls.Add(this.lblInfo4);
this.groupBox4.Controls.Add(this.txtReName);
this.groupBox4.Controls.Add(this.btnReName);
this.groupBox4.Location = new System.Drawing.Point(863, 20);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(230, 154);
this.groupBox4.TabIndex = 2;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "识别";
//
// btnSkip
//
this.btnSkip.Location = new System.Drawing.Point(188, 109);
this.btnSkip.Name = "btnSkip";
this.btnSkip.Size = new System.Drawing.Size(36, 36);
this.btnSkip.TabIndex = 8;
this.btnSkip.Text = "跳过";
this.btnSkip.UseVisualStyleBackColor = true;
this.btnSkip.Click += new System.EventHandler(this.btnSkip_Click);
//
// picBLNO
//
this.picBLNO.BackColor = System.Drawing.Color.DarkGray;
this.picBLNO.Location = new System.Drawing.Point(6, 20);
this.picBLNO.Name = "picBLNO";
this.picBLNO.Size = new System.Drawing.Size(218, 71);
this.picBLNO.TabIndex = 2;
this.picBLNO.TabStop = false;
//
// lblInfo4
//
this.lblInfo4.AutoSize = true;
this.lblInfo4.Location = new System.Drawing.Point(11, 96);
this.lblInfo4.Name = "lblInfo4";
this.lblInfo4.Size = new System.Drawing.Size(11, 12);
this.lblInfo4.TabIndex = 7;
this.lblInfo4.Text = "*";
//
// txtReName
//
this.txtReName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtReName.Font = new System.Drawing.Font("宋体", 14F);
this.txtReName.Location = new System.Drawing.Point(8, 113);
this.txtReName.Name = "txtReName";
this.txtReName.Size = new System.Drawing.Size(135, 29);
this.txtReName.TabIndex = 5;
this.txtReName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtReName_KeyPress);
//
// btnReName
//
this.btnReName.Location = new System.Drawing.Point(149, 109);
this.btnReName.Name = "btnReName";
this.btnReName.Size = new System.Drawing.Size(36, 36);
this.btnReName.TabIndex = 6;
this.btnReName.Text = "确认";
this.btnReName.UseVisualStyleBackColor = true;
this.btnReName.Click += new System.EventHandler(this.btnReName_Click);
//
// groupBox3
//
this.groupBox3.BackColor = System.Drawing.Color.White;
this.groupBox3.Controls.Add(this.panel1);
this.groupBox3.Location = new System.Drawing.Point(7, 20);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(850, 787);
this.groupBox3.TabIndex = 1;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "预览";
//
// panel1
//
this.panel1.AutoScroll = true;
this.panel1.Controls.Add(this.picDraw);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(3, 17);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(844, 767);
this.panel1.TabIndex = 1;
//
// picDraw
//
this.picDraw.Location = new System.Drawing.Point(3, -1);
this.picDraw.Name = "picDraw";
this.picDraw.Size = new System.Drawing.Size(820, 1000);
this.picDraw.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.picDraw.TabIndex = 0;
this.picDraw.TabStop = false;
this.picDraw.Paint += new System.Windows.Forms.PaintEventHandler(this.picDraw_Paint);
this.picDraw.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picDraw_MouseDown);
this.picDraw.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picDraw_MouseMove);
this.picDraw.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picDraw_MouseUp);
//
// form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1115, 882);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.menuStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.MaximizeBox = false;
this.Name = "form1";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.Text = "RecognitionTool";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.form1_FormClosed);
this.Load += new System.EventHandler(this.form1_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picPuTong)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picHuanQian)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picChuanZheng)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picBLNO)).EndInit();
this.groupBox3.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picDraw)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnChooseOutputFolder;
private System.Windows.Forms.Button btnChooseTargetFolder;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtOutput;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtOriginal;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnGo;
private System.Windows.Forms.PictureBox picDraw;
private System.Windows.Forms.Button btnTypeChange;
private System.Windows.Forms.Button btnServerCheck;
private System.Windows.Forms.Button btnFtpUpload;
private System.Windows.Forms.RichTextBox txtLog;
private System.Windows.Forms.TextBox txtReName;
private System.Windows.Forms.PictureBox picBLNO;
private System.Windows.Forms.Button btnReName;
private System.Windows.Forms.Label lblInfo4;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label lblUpload;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.TextBox txtOper;
private System.Windows.Forms.Button btnZoom;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 线ToolStripMenuItem;
private System.Windows.Forms.Button btnChuanZheng;
private System.Windows.Forms.Button btnHuanQian;
private System.Windows.Forms.PictureBox picHuanQian;
private System.Windows.Forms.PictureBox picChuanZheng;
private System.Windows.Forms.Button btnSkip;
private System.Windows.Forms.PictureBox picPuTong;
private System.Windows.Forms.Button btnPuTong;
}
}