namespace Go_Frp
{
    partial class Go_Frp
    {
        /// <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()
        {
            this.Server_lab1 = new System.Windows.Forms.Label();
            this.Server_connect1 = new System.Windows.Forms.Label();
            this.Server_connect2 = new System.Windows.Forms.Label();
            this.Server_lab2 = new System.Windows.Forms.Label();
            this.Server_Log1 = new System.Windows.Forms.RichTextBox();
            this.Server_Log2 = new System.Windows.Forms.RichTextBox();
            this.Connect_but = new System.Windows.Forms.Button();
            this.Host_lab = new System.Windows.Forms.Label();
            this.Port_lab = new System.Windows.Forms.Label();
            this.Host_box = new System.Windows.Forms.TextBox();
            this.Port_box = new System.Windows.Forms.TextBox();
            this.Domain_box = new System.Windows.Forms.TextBox();
            this.Domain_lab = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // Server_lab1
            // 
            this.Server_lab1.AutoSize = true;
            this.Server_lab1.Location = new System.Drawing.Point(12, 9);
            this.Server_lab1.Name = "Server_lab1";
            this.Server_lab1.Size = new System.Drawing.Size(59, 12);
            this.Server_lab1.TabIndex = 0;
            this.Server_lab1.Text = "服务器1:";
            // 
            // Server_connect1
            // 
            this.Server_connect1.AutoSize = true;
            this.Server_connect1.ForeColor = System.Drawing.Color.Red;
            this.Server_connect1.Location = new System.Drawing.Point(77, 9);
            this.Server_connect1.Name = "Server_connect1";
            this.Server_connect1.Size = new System.Drawing.Size(41, 12);
            this.Server_connect1.TabIndex = 1;
            this.Server_connect1.Text = "未连接";
            // 
            // Server_connect2
            // 
            this.Server_connect2.AutoSize = true;
            this.Server_connect2.ForeColor = System.Drawing.Color.Red;
            this.Server_connect2.Location = new System.Drawing.Point(375, 9);
            this.Server_connect2.Name = "Server_connect2";
            this.Server_connect2.Size = new System.Drawing.Size(41, 12);
            this.Server_connect2.TabIndex = 3;
            this.Server_connect2.Text = "未连接";
            // 
            // Server_lab2
            // 
            this.Server_lab2.AutoSize = true;
            this.Server_lab2.Location = new System.Drawing.Point(310, 9);
            this.Server_lab2.Name = "Server_lab2";
            this.Server_lab2.Size = new System.Drawing.Size(59, 12);
            this.Server_lab2.TabIndex = 2;
            this.Server_lab2.Text = "服务器2:";
            // 
            // Server_Log1
            // 
            this.Server_Log1.Location = new System.Drawing.Point(10, 30);
            this.Server_Log1.Name = "Server_Log1";
            this.Server_Log1.Size = new System.Drawing.Size(280, 300);
            this.Server_Log1.TabIndex = 4;
            this.Server_Log1.Text = "";
            // 
            // Server_Log2
            // 
            this.Server_Log2.Location = new System.Drawing.Point(310, 30);
            this.Server_Log2.Name = "Server_Log2";
            this.Server_Log2.Size = new System.Drawing.Size(280, 300);
            this.Server_Log2.TabIndex = 5;
            this.Server_Log2.Text = "";
            // 
            // Connect_but
            // 
            this.Connect_but.Location = new System.Drawing.Point(515, 426);
            this.Connect_but.Name = "Connect_but";
            this.Connect_but.Size = new System.Drawing.Size(75, 23);
            this.Connect_but.TabIndex = 7;
            this.Connect_but.Text = "连接";
            this.Connect_but.UseVisualStyleBackColor = true;
            this.Connect_but.Click += new System.EventHandler(this.Connect_but_Click);
            // 
            // Host_lab
            // 
            this.Host_lab.AutoSize = true;
            this.Host_lab.Location = new System.Drawing.Point(18, 342);
            this.Host_lab.Name = "Host_lab";
            this.Host_lab.Size = new System.Drawing.Size(41, 12);
            this.Host_lab.TabIndex = 8;
            this.Host_lab.Text = "地址:";
            // 
            // Port_lab
            // 
            this.Port_lab.AutoSize = true;
            this.Port_lab.Location = new System.Drawing.Point(12, 378);
            this.Port_lab.Name = "Port_lab";
            this.Port_lab.Size = new System.Drawing.Size(47, 12);
            this.Port_lab.TabIndex = 9;
            this.Port_lab.Text = "端口:";
            // 
            // Host_box
            // 
            this.Host_box.Location = new System.Drawing.Point(65, 339);
            this.Host_box.Name = "Host_box";
            this.Host_box.Size = new System.Drawing.Size(225, 21);
            this.Host_box.TabIndex = 11;
            // 
            // Port_box
            // 
            this.Port_box.Location = new System.Drawing.Point(65, 375);
            this.Port_box.Name = "Port_box";
            this.Port_box.Size = new System.Drawing.Size(225, 21);
            this.Port_box.TabIndex = 12;
            // 
            // Domain_box
            // 
            this.Domain_box.Location = new System.Drawing.Point(65, 411);
            this.Domain_box.Name = "Domain_box";
            this.Domain_box.Size = new System.Drawing.Size(225, 21);
            this.Domain_box.TabIndex = 14;
            // 
            // Domain_lab
            // 
            this.Domain_lab.AutoSize = true;
            this.Domain_lab.Location = new System.Drawing.Point(18, 414);
            this.Domain_lab.Name = "Domain_lab";
            this.Domain_lab.Size = new System.Drawing.Size(41, 12);
            this.Domain_lab.TabIndex = 13;
            this.Domain_lab.Text = "域名:";
            // 
            // Go_Frp
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(604, 461);
            this.Controls.Add(this.Domain_box);
            this.Controls.Add(this.Domain_lab);
            this.Controls.Add(this.Port_box);
            this.Controls.Add(this.Host_box);
            this.Controls.Add(this.Port_lab);
            this.Controls.Add(this.Host_lab);
            this.Controls.Add(this.Connect_but);
            this.Controls.Add(this.Server_Log2);
            this.Controls.Add(this.Server_Log1);
            this.Controls.Add(this.Server_connect2);
            this.Controls.Add(this.Server_lab2);
            this.Controls.Add(this.Server_connect1);
            this.Controls.Add(this.Server_lab1);
            this.Name = "Go_Frp";
            this.Text = "Go_Frp";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label Server_lab1;
        private System.Windows.Forms.Label Server_connect1;
        private System.Windows.Forms.Label Server_connect2;
        private System.Windows.Forms.Label Server_lab2;
        private System.Windows.Forms.RichTextBox Server_Log1;
        private System.Windows.Forms.RichTextBox Server_Log2;
        private System.Windows.Forms.Button Connect_but;
        private System.Windows.Forms.Label Host_lab;
        private System.Windows.Forms.Label Port_lab;
        private System.Windows.Forms.TextBox Host_box;
        private System.Windows.Forms.TextBox Port_box;
        private System.Windows.Forms.TextBox Domain_box;
        private System.Windows.Forms.Label Domain_lab;
    }
}