namespace MD5Create
{
    partial class MD5Create
    {
        /// <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()
        {
            this.Path_Text = new System.Windows.Forms.Label();
            this.Path1_Box = new System.Windows.Forms.TextBox();
            this.Choose1_Button = new System.Windows.Forms.Button();
            this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.progressBar1 = new System.Windows.Forms.ProgressBar();
            this.Start_Button = new System.Windows.Forms.Button();
            this.Process_Text = new System.Windows.Forms.Label();
            this.Process_Box = new System.Windows.Forms.RichTextBox();
            this.Exit_Button = new System.Windows.Forms.Button();
            this.label3 = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // Path_Text
            // 
            this.Path_Text.AutoSize = true;
            this.Path_Text.Location = new System.Drawing.Point(12, 15);
            this.Path_Text.Name = "Path_Text";
            this.Path_Text.Size = new System.Drawing.Size(35, 12);
            this.Path_Text.TabIndex = 0;
            this.Path_Text.Text = "路径:";
            // 
            // Path1_Box
            // 
            this.Path1_Box.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.Path1_Box.Location = new System.Drawing.Point(49, 12);
            this.Path1_Box.Name = "Path1_Box";
            this.Path1_Box.ReadOnly = true;
            this.Path1_Box.Size = new System.Drawing.Size(319, 21);
            this.Path1_Box.TabIndex = 1;
            // 
            // Choose1_Button
            // 
            this.Choose1_Button.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.Choose1_Button.Location = new System.Drawing.Point(374, 12);
            this.Choose1_Button.Name = "Choose1_Button";
            this.Choose1_Button.Size = new System.Drawing.Size(32, 21);
            this.Choose1_Button.TabIndex = 2;
            this.Choose1_Button.Text = "...";
            this.Choose1_Button.UseVisualStyleBackColor = true;
            this.Choose1_Button.Click += new System.EventHandler(this.Choose1_Button_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 53);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(0, 12);
            this.label1.TabIndex = 3;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(12, 79);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(35, 12);
            this.label2.TabIndex = 4;
            this.label2.Text = "进度:";
            // 
            // progressBar1
            // 
            this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.progressBar1.Location = new System.Drawing.Point(49, 76);
            this.progressBar1.Name = "progressBar1";
            this.progressBar1.Size = new System.Drawing.Size(357, 23);
            this.progressBar1.TabIndex = 5;
            // 
            // Start_Button
            // 
            this.Start_Button.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.Start_Button.Location = new System.Drawing.Point(12, 322);
            this.Start_Button.Name = "Start_Button";
            this.Start_Button.Size = new System.Drawing.Size(75, 23);
            this.Start_Button.TabIndex = 6;
            this.Start_Button.Text = "开始";
            this.Start_Button.UseVisualStyleBackColor = true;
            this.Start_Button.Click += new System.EventHandler(this.Start_Button_Click);
            // 
            // Process_Text
            // 
            this.Process_Text.AutoSize = true;
            this.Process_Text.Location = new System.Drawing.Point(12, 47);
            this.Process_Text.Name = "Process_Text";
            this.Process_Text.Size = new System.Drawing.Size(35, 12);
            this.Process_Text.TabIndex = 7;
            this.Process_Text.Text = "版本:";
            // 
            // Process_Box
            // 
            this.Process_Box.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.Process_Box.Location = new System.Drawing.Point(49, 111);
            this.Process_Box.Name = "Process_Box";
            this.Process_Box.Size = new System.Drawing.Size(357, 203);
            this.Process_Box.TabIndex = 8;
            this.Process_Box.Text = "";
            // 
            // Exit_Button
            // 
            this.Exit_Button.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.Exit_Button.Location = new System.Drawing.Point(331, 322);
            this.Exit_Button.Name = "Exit_Button";
            this.Exit_Button.Size = new System.Drawing.Size(75, 23);
            this.Exit_Button.TabIndex = 9;
            this.Exit_Button.Text = "退出";
            this.Exit_Button.UseVisualStyleBackColor = true;
            this.Exit_Button.Click += new System.EventHandler(this.Exit_Button_Click);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(12, 111);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(35, 12);
            this.label3.TabIndex = 10;
            this.label3.Text = "执行:";
            // 
            // textBox1
            // 
            this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox1.ForeColor = System.Drawing.SystemColors.WindowText;
            this.textBox1.Location = new System.Drawing.Point(49, 42);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(357, 21);
            this.textBox1.TabIndex = 11;
            this.textBox1.Text = "1.0.0";
            // 
            // MD5Create
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(418, 357);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.Exit_Button);
            this.Controls.Add(this.Process_Box);
            this.Controls.Add(this.Process_Text);
            this.Controls.Add(this.Start_Button);
            this.Controls.Add(this.progressBar1);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.Choose1_Button);
            this.Controls.Add(this.Path1_Box);
            this.Controls.Add(this.Path_Text);
            this.Name = "MD5Create";
            this.Text = "MD5Create";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label Path_Text;
        private System.Windows.Forms.TextBox Path1_Box;
        private System.Windows.Forms.Button Choose1_Button;
        private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.ProgressBar progressBar1;
        private System.Windows.Forms.Button Start_Button;
        private System.Windows.Forms.Label Process_Text;
        private System.Windows.Forms.RichTextBox Process_Box;
        private System.Windows.Forms.Button Exit_Button;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox textBox1;
    }
}