亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專(zhuān)輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? form1.designer.cs

?? java softwar for you to send out the request
?? CS
?? 第 1 頁(yè) / 共 3 頁(yè)
字號(hào):
namespace Aircrack_ng
{
    partial class Faircrack
    {
        /// <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.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.cbAdvancedOptions = new System.Windows.Forms.CheckBox();
            this.pAdvancedOptions = new System.Windows.Forms.Panel();
            this.cbEssid = new System.Windows.Forms.CheckBox();
            this.tabWepWpa = new System.Windows.Forms.TabControl();
            this.tabWep = new System.Windows.Forms.TabPage();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.cbSingleBrute = new System.Windows.Forms.CheckBox();
            this.cbMultiThreading = new System.Windows.Forms.CheckBox();
            this.lkbBrute = new System.Windows.Forms.Label();
            this.NUDkbBrute = new System.Windows.Forms.NumericUpDown();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.cbFritzbox = new System.Windows.Forms.CheckBox();
            this.cbBCD = new System.Windows.Forms.CheckBox();
            this.cbAlphanum = new System.Windows.Forms.CheckBox();
            this.label5 = new System.Windows.Forms.Label();
            this.clbKorek = new System.Windows.Forms.CheckedListBox();
            this.label4 = new System.Windows.Forms.Label();
            this.NUDFudge = new System.Windows.Forms.NumericUpDown();
            this.cbKeySize = new System.Windows.Forms.ComboBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.tabWpa = new System.Windows.Forms.TabPage();
            this.label6 = new System.Windows.Forms.Label();
            this.btOpenDico = new System.Windows.Forms.Button();
            this.tbWPADico = new System.Windows.Forms.TextBox();
            this.cbForceAttack = new System.Windows.Forms.CheckBox();
            this.cbBssid = new System.Windows.Forms.CheckBox();
            this.tbBssid = new System.Windows.Forms.TextBox();
            this.tbEssid = new System.Windows.Forms.TextBox();
            this.btOpenCapFiles = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.btLaunchCrack = new System.Windows.Forms.Button();
            this.tbFilenames = new System.Windows.Forms.TextBox();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.btLaunchAirodump = new System.Windows.Forms.Button();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.lEncryptionText = new System.Windows.Forms.Label();
            this.tbKeyPassphrase = new System.Windows.Forms.TextBox();
            this.tbPMKDecap = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.cbPMKDecap = new System.Windows.Forms.CheckBox();
            this.rbWPADecap = new System.Windows.Forms.RadioButton();
            this.rbWepDecap = new System.Windows.Forms.RadioButton();
            this.cbBssidDecap = new System.Windows.Forms.CheckBox();
            this.cbEssidDecap = new System.Windows.Forms.CheckBox();
            this.tbEssidDecap = new System.Windows.Forms.TextBox();
            this.btLaunchAirdecap = new System.Windows.Forms.Button();
            this.tbBssidDecap = new System.Windows.Forms.TextBox();
            this.cbNotRemove80211 = new System.Windows.Forms.CheckBox();
            this.btLoadDecapFile = new System.Windows.Forms.Button();
            this.tbDecapFile = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.btLaunchWzcook = new System.Windows.Forms.Button();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.pAdvancedOptions.SuspendLayout();
            this.tabWepWpa.SuspendLayout();
            this.tabWep.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.NUDkbBrute)).BeginInit();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.NUDFudge)).BeginInit();
            this.tabWpa.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.tabPage4.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Controls.Add(this.tabPage4);
            this.tabControl1.Location = new System.Drawing.Point(6, 9);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(605, 462);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.cbAdvancedOptions);
            this.tabPage1.Controls.Add(this.pAdvancedOptions);
            this.tabPage1.Controls.Add(this.btOpenCapFiles);
            this.tabPage1.Controls.Add(this.label1);
            this.tabPage1.Controls.Add(this.btLaunchCrack);
            this.tabPage1.Controls.Add(this.tbFilenames);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(597, 436);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "Aircrack-ng";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // cbAdvancedOptions
            // 
            this.cbAdvancedOptions.AutoSize = true;
            this.cbAdvancedOptions.Location = new System.Drawing.Point(9, 32);
            this.cbAdvancedOptions.Name = "cbAdvancedOptions";
            this.cbAdvancedOptions.Size = new System.Drawing.Size(201, 17);
            this.cbAdvancedOptions.TabIndex = 11;
            this.cbAdvancedOptions.Text = "Use WPA or advanced WEP options";
            this.cbAdvancedOptions.UseVisualStyleBackColor = true;
            this.cbAdvancedOptions.CheckedChanged += new System.EventHandler(this.cbAdvancedOptions_CheckedChanged);
            // 
            // pAdvancedOptions
            // 
            this.pAdvancedOptions.Controls.Add(this.cbEssid);
            this.pAdvancedOptions.Controls.Add(this.tabWepWpa);
            this.pAdvancedOptions.Controls.Add(this.cbForceAttack);
            this.pAdvancedOptions.Controls.Add(this.cbBssid);
            this.pAdvancedOptions.Controls.Add(this.tbBssid);
            this.pAdvancedOptions.Controls.Add(this.tbEssid);
            this.pAdvancedOptions.Location = new System.Drawing.Point(6, 55);
            this.pAdvancedOptions.Name = "pAdvancedOptions";
            this.pAdvancedOptions.Size = new System.Drawing.Size(588, 349);
            this.pAdvancedOptions.TabIndex = 10;
            // 
            // cbEssid
            // 
            this.cbEssid.AutoSize = true;
            this.cbEssid.Location = new System.Drawing.Point(3, 3);
            this.cbEssid.Name = "cbEssid";
            this.cbEssid.Size = new System.Drawing.Size(96, 17);
            this.cbEssid.TabIndex = 5;
            this.cbEssid.Text = "Specify ESSID";
            this.cbEssid.UseVisualStyleBackColor = true;
            this.cbEssid.CheckedChanged += new System.EventHandler(this.ShowHideEssidBssid);
            // 
            // tabWepWpa
            // 
            this.tabWepWpa.Controls.Add(this.tabWep);
            this.tabWepWpa.Controls.Add(this.tabWpa);
            this.tabWepWpa.Location = new System.Drawing.Point(3, 75);
            this.tabWepWpa.Name = "tabWepWpa";
            this.tabWepWpa.SelectedIndex = 0;
            this.tabWepWpa.Size = new System.Drawing.Size(582, 269);
            this.tabWepWpa.TabIndex = 4;
            this.tabWepWpa.SelectedIndexChanged += new System.EventHandler(this.tabWepWpa_SelectedIndexChanged);
            // 
            // tabWep
            // 
            this.tabWep.Controls.Add(this.groupBox2);
            this.tabWep.Controls.Add(this.groupBox1);
            this.tabWep.Controls.Add(this.label5);
            this.tabWep.Controls.Add(this.clbKorek);
            this.tabWep.Controls.Add(this.label4);
            this.tabWep.Controls.Add(this.NUDFudge);
            this.tabWep.Controls.Add(this.cbKeySize);
            this.tabWep.Controls.Add(this.label3);
            this.tabWep.Controls.Add(this.label2);
            this.tabWep.Location = new System.Drawing.Point(4, 22);
            this.tabWep.Name = "tabWep";
            this.tabWep.Padding = new System.Windows.Forms.Padding(3);
            this.tabWep.Size = new System.Drawing.Size(574, 243);
            this.tabWep.TabIndex = 0;
            this.tabWep.Text = "WEP";
            this.tabWep.UseVisualStyleBackColor = true;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.cbSingleBrute);
            this.groupBox2.Controls.Add(this.cbMultiThreading);
            this.groupBox2.Controls.Add(this.lkbBrute);
            this.groupBox2.Controls.Add(this.NUDkbBrute);
            this.groupBox2.Location = new System.Drawing.Point(290, 120);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(181, 107);
            this.groupBox2.TabIndex = 8;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Bruteforce";
            // 
            // cbSingleBrute
            // 
            this.cbSingleBrute.AutoSize = true;
            this.cbSingleBrute.Location = new System.Drawing.Point(16, 77);
            this.cbSingleBrute.Name = "cbSingleBrute";
            this.cbSingleBrute.Size = new System.Drawing.Size(140, 17);
            this.cbSingleBrute.TabIndex = 3;
            this.cbSingleBrute.Text = "Single Bruteforce attack";
            this.cbSingleBrute.UseVisualStyleBackColor = true;
            this.cbSingleBrute.CheckedChanged += new System.EventHandler(this.cbSingleBrute_CheckedChanged);
            // 
            // cbMultiThreading
            // 
            this.cbMultiThreading.AutoSize = true;
            this.cbMultiThreading.Checked = true;
            this.cbMultiThreading.CheckState = System.Windows.Forms.CheckState.Checked;
            this.cbMultiThreading.Location = new System.Drawing.Point(16, 54);
            this.cbMultiThreading.Name = "cbMultiThreading";
            this.cbMultiThreading.Size = new System.Drawing.Size(143, 17);
            this.cbMultiThreading.TabIndex = 2;
            this.cbMultiThreading.Text = "Multithreading bruteforce";
            this.cbMultiThreading.UseVisualStyleBackColor = true;
            // 
            // lkbBrute
            // 
            this.lkbBrute.AutoSize = true;
            this.lkbBrute.Location = new System.Drawing.Point(13, 16);
            this.lkbBrute.Name = "lkbBrute";
            this.lkbBrute.Size = new System.Drawing.Size(72, 26);
            this.lkbBrute.TabIndex = 1;
            this.lkbBrute.Text = "Last keybytes\r\nbruteforce";
            // 
            // NUDkbBrute
            // 
            this.NUDkbBrute.Location = new System.Drawing.Point(102, 19);
            this.NUDkbBrute.Maximum = new decimal(new int[] {
            2,
            0,
            0,
            0});
            this.NUDkbBrute.Name = "NUDkbBrute";
            this.NUDkbBrute.Size = new System.Drawing.Size(48, 20);
            this.NUDkbBrute.TabIndex = 0;
            this.NUDkbBrute.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.cbFritzbox);
            this.groupBox1.Controls.Add(this.cbBCD);
            this.groupBox1.Controls.Add(this.cbAlphanum);
            this.groupBox1.Location = new System.Drawing.Point(290, 6);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(181, 97);
            this.groupBox1.TabIndex = 7;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Key search filter";
            // 
            // cbFritzbox
            // 
            this.cbFritzbox.AutoSize = true;
            this.cbFritzbox.Location = new System.Drawing.Point(16, 65);
            this.cbFritzbox.Name = "cbFritzbox";
            this.cbFritzbox.Size = new System.Drawing.Size(118, 17);
            this.cbFritzbox.TabIndex = 2;

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久午夜色播影院免费高清| 亚洲精品成人在线| 91麻豆精品国产综合久久久久久| 色综合久久六月婷婷中文字幕| 北条麻妃国产九九精品视频| 成人avav影音| 91麻豆高清视频| 91久久精品午夜一区二区| 97精品电影院| 欧美午夜免费电影| 欧美喷潮久久久xxxxx| 制服丝袜一区二区三区| 丝瓜av网站精品一区二区| 亚洲成av人影院| 天天av天天翘天天综合网| 日本不卡1234视频| 国产精品一区免费视频| 波多野结衣中文字幕一区二区三区| 成人午夜又粗又硬又大| 91天堂素人约啪| 欧美日韩一区二区不卡| 日韩欧美亚洲国产另类| 国产视频不卡一区| 亚洲精品日韩专区silk| 日韩不卡一区二区三区| 国产一区二区三区黄视频| 成人免费福利片| 欧美性大战xxxxx久久久| 在线成人av网站| 久久久精品欧美丰满| 亚洲色图19p| 日韩在线播放一区二区| 国产乱人伦偷精品视频免下载| 成人免费观看av| 欧美日韩在线播放三区四区| 日韩免费看网站| 中文字幕一区二区三区不卡在线| 亚洲一区二区视频在线| 久久99精品国产.久久久久| 不卡一区二区三区四区| 欧美日韩一级黄| 国产亚洲午夜高清国产拍精品 | 国产欧美一区二区精品性色 | 亚洲超碰97人人做人人爱| 日本不卡一二三区黄网| 国产成人亚洲综合a∨婷婷| 91电影在线观看| 精品国产乱码久久久久久牛牛| 国产精品天美传媒| 日韩中文字幕亚洲一区二区va在线| 国产精品一二三四五| 欧美日韩在线电影| 亚洲国产精品av| 日韩精品三区四区| 色综合网色综合| 2023国产精品| 午夜成人免费视频| 9久草视频在线视频精品| 欧美一区二区三区小说| 中文一区二区在线观看| 日本午夜精品一区二区三区电影| 丁香激情综合国产| 欧美一级二级三级乱码| 有码一区二区三区| 国产福利精品导航| 337p亚洲精品色噜噜| 国产精品国产三级国产aⅴ无密码 国产精品国产三级国产aⅴ原创 | 欧美一级视频精品观看| 成人欧美一区二区三区1314| 狠狠色丁香婷综合久久| 欧美揉bbbbb揉bbbbb| 中文字幕亚洲欧美在线不卡| 狠狠色综合播放一区二区| 欧美精品第1页| 亚洲综合自拍偷拍| 不卡视频在线观看| 久久久一区二区三区| 美国一区二区三区在线播放| 欧美绝品在线观看成人午夜影视| 综合在线观看色| 成人免费视频视频在线观看免费 | 日韩高清不卡一区二区三区| 91麻豆123| 国产精品久久99| 高清视频一区二区| 久久婷婷色综合| 久久99精品久久久| 日韩一级在线观看| 蜜臀久久99精品久久久久久9| 欧美性猛交xxxx乱大交退制版| 国产精品国产三级国产专播品爱网| 国产高清久久久| 国产亚洲精品免费| 国产在线播放一区二区三区| 欧美成人精品福利| 麻豆国产精品官网| 精品日产卡一卡二卡麻豆| 肉丝袜脚交视频一区二区| 欧美精品精品一区| 日韩黄色免费网站| 91精品国产色综合久久不卡蜜臀| 视频一区二区三区中文字幕| 欧美猛男超大videosgay| 午夜精品久久久久久久| 欧美日韩一区二区不卡| 日本中文在线一区| 91精品国产乱码久久蜜臀| 午夜a成v人精品| 91精品国产一区二区三区香蕉| 日韩电影在线观看电影| 日韩一区二区免费高清| 理论片日本一区| 久久久精品tv| 成a人片亚洲日本久久| 亚洲免费在线看| 欧美色偷偷大香| 在线欧美一区二区| 亚洲欧美日韩国产成人精品影院| 91免费精品国自产拍在线不卡| 亚洲日本韩国一区| 欧美图区在线视频| 日本美女一区二区三区视频| 欧美不卡一区二区三区四区| 国产精品888| 1000部国产精品成人观看| 91激情在线视频| 天天综合网天天综合色| 欧美zozozo| 成人av在线播放网址| 一区二区在线观看不卡| 3d动漫精品啪啪| 国产成人在线观看免费网站| 亚洲欧洲另类国产综合| 精品视频1区2区| 国产一区二区免费在线| 亚洲人快播电影网| 777久久久精品| 国产成人精品免费在线| 99久久精品免费| 日韩二区三区在线观看| 国产情人综合久久777777| 一本色道a无线码一区v| 日本免费在线视频不卡一不卡二| 国产婷婷一区二区| 在线日韩av片| 狠狠色丁香久久婷婷综| 亚洲男人电影天堂| 欧美videos大乳护士334| 不卡影院免费观看| 男人的j进女人的j一区| 国产精品久久久爽爽爽麻豆色哟哟| 欧洲av在线精品| 国产老女人精品毛片久久| 亚洲最新在线观看| 久久久久久久久久久久久夜| 在线观看av一区| 国产精品一区免费在线观看| 亚洲一区二区三区中文字幕在线 | 麻豆91在线播放| 亚洲老司机在线| 2022国产精品视频| 在线观看三级视频欧美| 国产另类ts人妖一区二区| 五月开心婷婷久久| 亚洲视频一区在线| 久久日韩粉嫩一区二区三区| 欧美日韩一区中文字幕| 99久久精品国产精品久久| 久久精品99久久久| 亚洲妇女屁股眼交7| 国产精品视频线看| 欧美成人精品福利| 欧美日本在线看| 一本到不卡精品视频在线观看| 国产一区二区三区最好精华液| 亚洲v日本v欧美v久久精品| 亚洲欧洲国产日韩| 国产亚洲福利社区一区| 欧美一区二区三级| 精品视频一区二区三区免费| 成人av免费网站| 国产精品2024| 精品一区二区国语对白| 午夜精品免费在线| 亚洲综合视频在线| 亚洲少妇30p| 国产精品国产成人国产三级| 久久综合色鬼综合色| 日韩午夜激情av| 91精品国产高清一区二区三区蜜臀 | 亚洲观看高清完整版在线观看| 国产精品入口麻豆原神| 国产性天天综合网| www激情久久| 精品久久久久久久一区二区蜜臀| 3d动漫精品啪啪一区二区竹菊| 精品污污网站免费看| 欧洲亚洲国产日韩| 欧美性受xxxx黑人xyx性爽| 色美美综合视频|