Poderosa.Forms.SSHOptionPanel.InitializeComponent C# (CSharp) Метод

InitializeComponent() приватный Метод

private InitializeComponent ( ) : void
Результат void
        private void InitializeComponent()
        {
            this._cipherOrderGroup = new System.Windows.Forms.GroupBox();
            this._cipherOrderList = new System.Windows.Forms.ListBox();
            this._algorithmOrderUp = new System.Windows.Forms.Button();
            this._algorithmOrderDown = new System.Windows.Forms.Button();
            this._ssh2OptionGroup = new System.Windows.Forms.GroupBox();
            this._hostKeyAlgorithmOrderList = new System.Windows.Forms.ListBox();
            this._hostKeyAlgorithmOrderUp = new System.Windows.Forms.Button();
            this._hostKeyAlgorithmOrderDown = new System.Windows.Forms.Button();
            this._hostKeyLabel = new System.Windows.Forms.Label();
            this._windowSizeLabel = new System.Windows.Forms.Label();
            this._windowSizeBox = new System.Windows.Forms.TextBox();
            this._sshMiscGroup = new System.Windows.Forms.GroupBox();
            this._sshCheckMAC = new System.Windows.Forms.CheckBox();
            this._retainsPassphrase = new System.Windows.Forms.CheckBox();
            this._sshEventLog = new System.Windows.Forms.CheckBox();
            this._cipherOrderGroup.SuspendLayout();
            this._ssh2OptionGroup.SuspendLayout();
            this._sshMiscGroup.SuspendLayout();
            this.SuspendLayout();
            //
            // _cipherOrderGroup
            //
            this._cipherOrderGroup.Controls.Add(this._cipherOrderList);
            this._cipherOrderGroup.Controls.Add(this._algorithmOrderUp);
            this._cipherOrderGroup.Controls.Add(this._algorithmOrderDown);
            this._cipherOrderGroup.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._cipherOrderGroup.Location = new System.Drawing.Point(8, 8);
            this._cipherOrderGroup.Name = "_cipherOrderGroup";
            this._cipherOrderGroup.Size = new System.Drawing.Size(416, 80);
            this._cipherOrderGroup.TabIndex = 0;
            this._cipherOrderGroup.TabStop = false;
            //
            // _cipherOrderList
            //
            this._cipherOrderList.ItemHeight = 12;
            this._cipherOrderList.Location = new System.Drawing.Point(8, 16);
            this._cipherOrderList.Name = "_cipherOrderList";
            this._cipherOrderList.Size = new System.Drawing.Size(208, 52);
            this._cipherOrderList.TabIndex = 1;
            //
            // _algorithmOrderUp
            //
            this._algorithmOrderUp.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._algorithmOrderUp.Location = new System.Drawing.Point(232, 16);
            this._algorithmOrderUp.Name = "_algorithmOrderUp";
            this._algorithmOrderUp.Size = new System.Drawing.Size(75, 23);
            this._algorithmOrderUp.TabIndex = 2;
            this._algorithmOrderUp.Click += new System.EventHandler(this.OnCipherAlgorithmOrderUp);
            //
            // _algorithmOrderDown
            //
            this._algorithmOrderDown.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._algorithmOrderDown.Location = new System.Drawing.Point(232, 48);
            this._algorithmOrderDown.Name = "_algorithmOrderDown";
            this._algorithmOrderDown.Size = new System.Drawing.Size(75, 23);
            this._algorithmOrderDown.TabIndex = 3;
            this._algorithmOrderDown.Click += new System.EventHandler(this.OnCipherAlgorithmOrderDown);
            //
            // _ssh2OptionGroup
            //
            this._ssh2OptionGroup.Controls.Add(this._hostKeyAlgorithmOrderList);
            this._ssh2OptionGroup.Controls.Add(this._hostKeyAlgorithmOrderUp);
            this._ssh2OptionGroup.Controls.Add(this._hostKeyAlgorithmOrderDown);
            this._ssh2OptionGroup.Controls.Add(this._hostKeyLabel);
            this._ssh2OptionGroup.Controls.Add(this._windowSizeLabel);
            this._ssh2OptionGroup.Controls.Add(this._windowSizeBox);
            this._ssh2OptionGroup.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._ssh2OptionGroup.Location = new System.Drawing.Point(8, 96);
            this._ssh2OptionGroup.Name = "_ssh2OptionGroup";
            this._ssh2OptionGroup.Size = new System.Drawing.Size(416, 139);
            this._ssh2OptionGroup.TabIndex = 4;
            this._ssh2OptionGroup.TabStop = false;
            //
            // _hostKeyAlgorithmOrderList
            //
            this._hostKeyAlgorithmOrderList.ItemHeight = 12;
            this._hostKeyAlgorithmOrderList.Location = new System.Drawing.Point(8, 40);
            this._hostKeyAlgorithmOrderList.Name = "_hostKeyAlgorithmOrderList";
            this._hostKeyAlgorithmOrderList.Size = new System.Drawing.Size(208, 52);
            this._hostKeyAlgorithmOrderList.TabIndex = 2;
            //
            // _hostKeyAlgorithmOrderUp
            //
            this._hostKeyAlgorithmOrderUp.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._hostKeyAlgorithmOrderUp.Location = new System.Drawing.Point(232, 40);
            this._hostKeyAlgorithmOrderUp.Name = "_hostKeyAlgorithmOrderUp";
            this._hostKeyAlgorithmOrderUp.Size = new System.Drawing.Size(75, 23);
            this._hostKeyAlgorithmOrderUp.TabIndex = 3;
            this._hostKeyAlgorithmOrderUp.Click += new System.EventHandler(this.OnHostKeyAlgorithmOrderUp);
            //
            // _hostKeyAlgorithmOrderDown
            //
            this._hostKeyAlgorithmOrderDown.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._hostKeyAlgorithmOrderDown.Location = new System.Drawing.Point(232, 72);
            this._hostKeyAlgorithmOrderDown.Name = "_hostKeyAlgorithmOrderDown";
            this._hostKeyAlgorithmOrderDown.Size = new System.Drawing.Size(75, 23);
            this._hostKeyAlgorithmOrderDown.TabIndex = 4;
            this._hostKeyAlgorithmOrderDown.Click += new System.EventHandler(this.OnHostKeyAlgorithmOrderDown);
            //
            // _hostKeyLabel
            //
            this._hostKeyLabel.Location = new System.Drawing.Point(8, 16);
            this._hostKeyLabel.Name = "_hostKeyLabel";
            this._hostKeyLabel.Size = new System.Drawing.Size(200, 23);
            this._hostKeyLabel.TabIndex = 1;
            this._hostKeyLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // _windowSizeLabel
            //
            this._windowSizeLabel.Location = new System.Drawing.Point(8, 110);
            this._windowSizeLabel.Name = "_windowSizeLabel";
            this._windowSizeLabel.Size = new System.Drawing.Size(192, 23);
            this._windowSizeLabel.TabIndex = 7;
            this._windowSizeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // _windowSizeBox
            //
            this._windowSizeBox.Location = new System.Drawing.Point(206, 110);
            this._windowSizeBox.MaxLength = 10;
            this._windowSizeBox.Name = "_windowSizeBox";
            this._windowSizeBox.Size = new System.Drawing.Size(120, 19);
            this._windowSizeBox.TabIndex = 8;
            this._windowSizeBox.Text = "0";
            //
            // _sshMiscGroup
            //
            this._sshMiscGroup.Controls.Add(this._sshCheckMAC);
            this._sshMiscGroup.Controls.Add(this._retainsPassphrase);
            this._sshMiscGroup.Controls.Add(this._sshEventLog);
            this._sshMiscGroup.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._sshMiscGroup.Location = new System.Drawing.Point(8, 243);
            this._sshMiscGroup.Name = "_sshMiscGroup";
            this._sshMiscGroup.Size = new System.Drawing.Size(416, 105);
            this._sshMiscGroup.TabIndex = 9;
            this._sshMiscGroup.TabStop = false;
            //
            // _sshCheckMAC
            //
            this._sshCheckMAC.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._sshCheckMAC.Location = new System.Drawing.Point(8, 34);
            this._sshCheckMAC.Name = "_sshCheckMAC";
            this._sshCheckMAC.Size = new System.Drawing.Size(400, 37);
            this._sshCheckMAC.TabIndex = 12;
            //
            // _retainsPassphrase
            //
            this._retainsPassphrase.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._retainsPassphrase.Location = new System.Drawing.Point(8, 12);
            this._retainsPassphrase.Name = "_retainsPassphrase";
            this._retainsPassphrase.Size = new System.Drawing.Size(400, 23);
            this._retainsPassphrase.TabIndex = 11;
            //
            // _sshEventLog
            //
            this._sshEventLog.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this._sshEventLog.Location = new System.Drawing.Point(8, 70);
            this._sshEventLog.Name = "_sshEventLog";
            this._sshEventLog.Size = new System.Drawing.Size(400, 23);
            this._sshEventLog.TabIndex = 13;
            //
            // SSHOptionPanel
            //
            this.BackColor = System.Drawing.SystemColors.Window;
            this.Controls.Add(this._cipherOrderGroup);
            this.Controls.Add(this._ssh2OptionGroup);
            this.Controls.Add(this._sshMiscGroup);
            this.Name = "SSHOptionPanel";
            this.Size = new System.Drawing.Size(381, 350);
            this._cipherOrderGroup.ResumeLayout(false);
            this._ssh2OptionGroup.ResumeLayout(false);
            this._ssh2OptionGroup.PerformLayout();
            this._sshMiscGroup.ResumeLayout(false);
            this.ResumeLayout(false);
        }