FECipherVit.Connection.InitializeComponent C# (CSharp) Méthode

InitializeComponent() private méthode

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
Résultat void
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Connection));
            this.labelConnectStatus = new System.Windows.Forms.Label();
            this.buttonConnect = new System.Windows.Forms.Button();
            this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.查找空闲端口toolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.使用服务器IPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.buttonWaitConnect = new System.Windows.Forms.Button();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.中继模式ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.label1 = new System.Windows.Forms.Label();
            this.textBoxIP = new System.Windows.Forms.TextBox();
            this.button_Confirm = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.textBox_UserName = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.textBox_Port = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.textBox_RivalPort = new System.Windows.Forms.TextBox();
            this.button_Disconnect = new System.Windows.Forms.Button();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.contextMenuStrip2.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // labelConnectStatus
            // 
            resources.ApplyResources(this.labelConnectStatus, "labelConnectStatus");
            this.labelConnectStatus.Name = "labelConnectStatus";
            // 
            // buttonConnect
            // 
            resources.ApplyResources(this.buttonConnect, "buttonConnect");
            this.buttonConnect.ContextMenuStrip = this.contextMenuStrip2;
            this.buttonConnect.Name = "buttonConnect";
            this.buttonConnect.UseVisualStyleBackColor = true;
            this.buttonConnect.Click += new System.EventHandler(this.buttonConnect_Click);
            // 
            // contextMenuStrip2
            // 
            resources.ApplyResources(this.contextMenuStrip2, "contextMenuStrip2");
            this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.查找空闲端口toolStripMenuItem,
            this.使用服务器IPToolStripMenuItem});
            this.contextMenuStrip2.Name = "contextMenuStrip1";
            // 
            // 查找空闲端口toolStripMenuItem
            // 
            resources.ApplyResources(this.查找空闲端口toolStripMenuItem, "查找空闲端口toolStripMenuItem");
            this.查找空闲端口toolStripMenuItem.Name = "查找空闲端口toolStripMenuItem";
            this.查找空闲端口toolStripMenuItem.Click += new System.EventHandler(this.查找空闲端口toolStripMenuItem_Click);
            // 
            // 使用服务器IPToolStripMenuItem
            // 
            resources.ApplyResources(this.使用服务器IPToolStripMenuItem, "使用服务器IPToolStripMenuItem");
            this.使用服务器IPToolStripMenuItem.Name = "使用服务器IPToolStripMenuItem";
            this.使用服务器IPToolStripMenuItem.Click += new System.EventHandler(this.使用服务器IPToolStripMenuItem_Click);
            // 
            // buttonWaitConnect
            // 
            resources.ApplyResources(this.buttonWaitConnect, "buttonWaitConnect");
            this.buttonWaitConnect.ContextMenuStrip = this.contextMenuStrip1;
            this.buttonWaitConnect.Name = "buttonWaitConnect";
            this.buttonWaitConnect.UseVisualStyleBackColor = true;
            this.buttonWaitConnect.Click += new System.EventHandler(this.buttonWaitConnect_Click);
            // 
            // contextMenuStrip1
            // 
            resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.中继模式ToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            // 
            // 中继模式ToolStripMenuItem
            // 
            resources.ApplyResources(this.中继模式ToolStripMenuItem, "中继模式ToolStripMenuItem");
            this.中继模式ToolStripMenuItem.Name = "中继模式ToolStripMenuItem";
            this.中继模式ToolStripMenuItem.Click += new System.EventHandler(this.中继模式ToolStripMenuItem_Click);
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // textBoxIP
            // 
            resources.ApplyResources(this.textBoxIP, "textBoxIP");
            this.textBoxIP.Name = "textBoxIP";
            this.textBoxIP.TextChanged += new System.EventHandler(this.textBoxIP_TextChanged);
            // 
            // button_Confirm
            // 
            resources.ApplyResources(this.button_Confirm, "button_Confirm");
            this.button_Confirm.Name = "button_Confirm";
            this.button_Confirm.UseVisualStyleBackColor = true;
            this.button_Confirm.Click += new System.EventHandler(this.button_Confirm_Click);
            // 
            // label2
            // 
            resources.ApplyResources(this.label2, "label2");
            this.label2.Name = "label2";
            // 
            // textBox_UserName
            // 
            resources.ApplyResources(this.textBox_UserName, "textBox_UserName");
            this.textBox_UserName.Name = "textBox_UserName";
            this.textBox_UserName.TextChanged += new System.EventHandler(this.textBox_UserName_TextChanged);
            // 
            // label3
            // 
            resources.ApplyResources(this.label3, "label3");
            this.label3.Name = "label3";
            // 
            // label4
            // 
            resources.ApplyResources(this.label4, "label4");
            this.label4.Name = "label4";
            // 
            // label5
            // 
            resources.ApplyResources(this.label5, "label5");
            this.label5.Name = "label5";
            // 
            // textBox_Port
            // 
            resources.ApplyResources(this.textBox_Port, "textBox_Port");
            this.textBox_Port.Name = "textBox_Port";
            // 
            // label6
            // 
            resources.ApplyResources(this.label6, "label6");
            this.label6.Name = "label6";
            // 
            // textBox_RivalPort
            // 
            resources.ApplyResources(this.textBox_RivalPort, "textBox_RivalPort");
            this.textBox_RivalPort.Name = "textBox_RivalPort";
            // 
            // button_Disconnect
            // 
            resources.ApplyResources(this.button_Disconnect, "button_Disconnect");
            this.button_Disconnect.Name = "button_Disconnect";
            this.button_Disconnect.UseVisualStyleBackColor = true;
            this.button_Disconnect.Click += new System.EventHandler(this.button_Disconnect_Click);
            // 
            // pictureBox1
            // 
            resources.ApplyResources(this.pictureBox1, "pictureBox1");
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.TabStop = false;
            // 
            // Connection
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.button_Disconnect);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.textBox_Port);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.textBox_RivalPort);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.textBox_UserName);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.button_Confirm);
            this.Controls.Add(this.labelConnectStatus);
            this.Controls.Add(this.buttonConnect);
            this.Controls.Add(this.buttonWaitConnect);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.textBoxIP);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Connection";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Connection_FormClosed);
            this.Load += new System.EventHandler(this.Connection_Load);
            this.contextMenuStrip2.ResumeLayout(false);
            this.contextMenuStrip1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }