⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.designer.cs

📁 java softwar for you to send out the request
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Size = new System.Drawing.Size(597, 436);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "Airdecap-ng";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // lEncryptionText
            // 
            this.lEncryptionText.AutoSize = true;
            this.lEncryptionText.Location = new System.Drawing.Point(10, 199);
            this.lEncryptionText.Name = "lEncryptionText";
            this.lEncryptionText.Size = new System.Drawing.Size(25, 13);
            this.lEncryptionText.TabIndex = 0;
            this.lEncryptionText.Text = "Key";
            // 
            // tbKeyPassphrase
            // 
            this.tbKeyPassphrase.Location = new System.Drawing.Point(126, 196);
            this.tbKeyPassphrase.Name = "tbKeyPassphrase";
            this.tbKeyPassphrase.Size = new System.Drawing.Size(200, 20);
            this.tbKeyPassphrase.TabIndex = 1;
            // 
            // tbPMKDecap
            // 
            this.tbPMKDecap.Location = new System.Drawing.Point(126, 238);
            this.tbPMKDecap.Name = "tbPMKDecap";
            this.tbPMKDecap.Size = new System.Drawing.Size(291, 20);
            this.tbPMKDecap.TabIndex = 1;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(6, 141);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(57, 13);
            this.label10.TabIndex = 14;
            this.label10.Text = "Encryption";
            // 
            // cbPMKDecap
            // 
            this.cbPMKDecap.AutoSize = true;
            this.cbPMKDecap.Location = new System.Drawing.Point(13, 228);
            this.cbPMKDecap.Name = "cbPMKDecap";
            this.cbPMKDecap.Size = new System.Drawing.Size(105, 30);
            this.cbPMKDecap.TabIndex = 0;
            this.cbPMKDecap.Text = "WPA Pairwise\r\nMaster Key (hex)";
            this.cbPMKDecap.UseVisualStyleBackColor = true;
            this.cbPMKDecap.CheckedChanged += new System.EventHandler(this.cbPMKDecap_CheckedChanged);
            // 
            // rbWPADecap
            // 
            this.rbWPADecap.AutoSize = true;
            this.rbWPADecap.Location = new System.Drawing.Point(126, 164);
            this.rbWPADecap.Name = "rbWPADecap";
            this.rbWPADecap.Size = new System.Drawing.Size(50, 17);
            this.rbWPADecap.TabIndex = 13;
            this.rbWPADecap.Text = "WPA";
            this.rbWPADecap.UseVisualStyleBackColor = true;
            this.rbWPADecap.CheckedChanged += new System.EventHandler(this.rbWPADecap_CheckedChanged);
            // 
            // rbWepDecap
            // 
            this.rbWepDecap.AutoSize = true;
            this.rbWepDecap.Checked = true;
            this.rbWepDecap.Location = new System.Drawing.Point(126, 141);
            this.rbWepDecap.Name = "rbWepDecap";
            this.rbWepDecap.Size = new System.Drawing.Size(50, 17);
            this.rbWepDecap.TabIndex = 12;
            this.rbWepDecap.TabStop = true;
            this.rbWepDecap.Text = "WEP";
            this.rbWepDecap.UseVisualStyleBackColor = true;
            this.rbWepDecap.CheckedChanged += new System.EventHandler(this.rbWepDecap_CheckedChanged);
            // 
            // cbBssidDecap
            // 
            this.cbBssidDecap.AutoSize = true;
            this.cbBssidDecap.Location = new System.Drawing.Point(9, 101);
            this.cbBssidDecap.Name = "cbBssidDecap";
            this.cbBssidDecap.Size = new System.Drawing.Size(96, 17);
            this.cbBssidDecap.TabIndex = 11;
            this.cbBssidDecap.Text = "Specify BSSID";
            this.cbBssidDecap.UseVisualStyleBackColor = true;
            this.cbBssidDecap.CheckedChanged += new System.EventHandler(this.ShowHideEssidBssidDecap);
            // 
            // cbEssidDecap
            // 
            this.cbEssidDecap.AutoSize = true;
            this.cbEssidDecap.Location = new System.Drawing.Point(9, 76);
            this.cbEssidDecap.Name = "cbEssidDecap";
            this.cbEssidDecap.Size = new System.Drawing.Size(96, 17);
            this.cbEssidDecap.TabIndex = 10;
            this.cbEssidDecap.Text = "Specify ESSID";
            this.cbEssidDecap.UseVisualStyleBackColor = true;
            this.cbEssidDecap.CheckedChanged += new System.EventHandler(this.ShowHideEssidBssidDecap);
            // 
            // tbEssidDecap
            // 
            this.tbEssidDecap.Location = new System.Drawing.Point(126, 74);
            this.tbEssidDecap.MaxLength = 32;
            this.tbEssidDecap.Name = "tbEssidDecap";
            this.tbEssidDecap.Size = new System.Drawing.Size(200, 20);
            this.tbEssidDecap.TabIndex = 9;
            // 
            // btLaunchAirdecap
            // 
            this.btLaunchAirdecap.Location = new System.Drawing.Point(506, 410);
            this.btLaunchAirdecap.Name = "btLaunchAirdecap";
            this.btLaunchAirdecap.Size = new System.Drawing.Size(75, 23);
            this.btLaunchAirdecap.TabIndex = 7;
            this.btLaunchAirdecap.Text = "Launch";
            this.btLaunchAirdecap.UseVisualStyleBackColor = true;
            this.btLaunchAirdecap.Click += new System.EventHandler(this.btLaunchAirdecap_Click);
            // 
            // tbBssidDecap
            // 
            this.tbBssidDecap.Location = new System.Drawing.Point(126, 99);
            this.tbBssidDecap.MaxLength = 17;
            this.tbBssidDecap.Name = "tbBssidDecap";
            this.tbBssidDecap.Size = new System.Drawing.Size(125, 20);
            this.tbBssidDecap.TabIndex = 5;
            // 
            // cbNotRemove80211
            // 
            this.cbNotRemove80211.AutoSize = true;
            this.cbNotRemove80211.Location = new System.Drawing.Point(9, 45);
            this.cbNotRemove80211.Name = "cbNotRemove80211";
            this.cbNotRemove80211.Size = new System.Drawing.Size(161, 17);
            this.cbNotRemove80211.TabIndex = 3;
            this.cbNotRemove80211.Text = "Don\'t remove 802.11 header";
            this.cbNotRemove80211.UseVisualStyleBackColor = true;
            // 
            // btLoadDecapFile
            // 
            this.btLoadDecapFile.Location = new System.Drawing.Point(506, 4);
            this.btLoadDecapFile.Name = "btLoadDecapFile";
            this.btLoadDecapFile.Size = new System.Drawing.Size(75, 23);
            this.btLoadDecapFile.TabIndex = 2;
            this.btLoadDecapFile.Text = "Choose...";
            this.btLoadDecapFile.UseVisualStyleBackColor = true;
            this.btLoadDecapFile.Click += new System.EventHandler(this.btLoadDecapFile_Click);
            // 
            // tbDecapFile
            // 
            this.tbDecapFile.Location = new System.Drawing.Point(72, 6);
            this.tbDecapFile.Name = "tbDecapFile";
            this.tbDecapFile.Size = new System.Drawing.Size(424, 20);
            this.tbDecapFile.TabIndex = 1;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(6, 9);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(49, 13);
            this.label7.TabIndex = 0;
            this.label7.Text = "Filename";
            // 
            // tabPage4
            // 
            this.tabPage4.Controls.Add(this.btLaunchWzcook);
            this.tabPage4.Location = new System.Drawing.Point(4, 22);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Size = new System.Drawing.Size(597, 436);
            this.tabPage4.TabIndex = 3;
            this.tabPage4.Text = "WZCook";
            this.tabPage4.UseVisualStyleBackColor = true;
            // 
            // btLaunchWzcook
            // 
            this.btLaunchWzcook.Location = new System.Drawing.Point(244, 169);
            this.btLaunchWzcook.Name = "btLaunchWzcook";
            this.btLaunchWzcook.Size = new System.Drawing.Size(120, 60);
            this.btLaunchWzcook.TabIndex = 0;
            this.btLaunchWzcook.Text = "Launch";
            this.btLaunchWzcook.UseVisualStyleBackColor = true;
            this.btLaunchWzcook.Click += new System.EventHandler(this.btLaunchWzcook_Click);
            // 
            // Faircrack
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(610, 470);
            this.Controls.Add(this.tabControl1);
            this.MaximizeBox = false;
            this.MaximumSize = new System.Drawing.Size(618, 497);
            this.MinimumSize = new System.Drawing.Size(618, 497);
            this.Name = "Faircrack";
            this.Text = "Aircrack-ng GUI";
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.pAdvancedOptions.ResumeLayout(false);
            this.pAdvancedOptions.PerformLayout();
            this.tabWepWpa.ResumeLayout(false);
            this.tabWep.ResumeLayout(false);
            this.tabWep.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.NUDkbBrute)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.NUDFudge)).EndInit();
            this.tabWpa.ResumeLayout(false);
            this.tabWpa.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.tabPage3.ResumeLayout(false);
            this.tabPage3.PerformLayout();
            this.tabPage4.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button btLaunchCrack;
        private System.Windows.Forms.TextBox tbFilenames;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.TabPage tabPage3;
        private System.Windows.Forms.TabPage tabPage4;
        private System.Windows.Forms.Button btOpenCapFiles;
        private System.Windows.Forms.TabControl tabWepWpa;
        private System.Windows.Forms.TabPage tabWep;
        private System.Windows.Forms.TabPage tabWpa;
        private System.Windows.Forms.TextBox tbEssid;
        private System.Windows.Forms.CheckBox cbBssid;
        private System.Windows.Forms.CheckBox cbEssid;
        private System.Windows.Forms.TextBox tbBssid;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.CheckBox cbForceAttack;
        private System.Windows.Forms.ComboBox cbKeySize;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.NumericUpDown NUDFudge;
        private System.Windows.Forms.CheckedListBox clbKorek;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.CheckBox cbBCD;
        private System.Windows.Forms.CheckBox cbAlphanum;
        private System.Windows.Forms.Button btLaunchWzcook;
        private System.Windows.Forms.CheckBox cbFritzbox;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.CheckBox cbSingleBrute;
        private System.Windows.Forms.CheckBox cbMultiThreading;
        private System.Windows.Forms.Label lkbBrute;
        private System.Windows.Forms.NumericUpDown NUDkbBrute;
        private System.Windows.Forms.Panel pAdvancedOptions;
        private System.Windows.Forms.CheckBox cbAdvancedOptions;
        private System.Windows.Forms.Button btLaunchAirodump;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Button btOpenDico;
        private System.Windows.Forms.TextBox tbWPADico;
        private System.Windows.Forms.Button btLoadDecapFile;
        private System.Windows.Forms.TextBox tbDecapFile;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.CheckBox cbNotRemove80211;
        private System.Windows.Forms.TextBox tbBssidDecap;
        private System.Windows.Forms.Button btLaunchAirdecap;
        private System.Windows.Forms.TextBox tbEssidDecap;
        private System.Windows.Forms.CheckBox cbPMKDecap;
        private System.Windows.Forms.CheckBox cbBssidDecap;
        private System.Windows.Forms.CheckBox cbEssidDecap;
        private System.Windows.Forms.TextBox tbPMKDecap;
        private System.Windows.Forms.TextBox tbKeyPassphrase;
        private System.Windows.Forms.Label lEncryptionText;
        private System.Windows.Forms.RadioButton rbWepDecap;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.RadioButton rbWPADecap;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -