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

📄 form1.designer.cs

📁 java softwar for you to send out the request
💻 CS
📖 第 1 页 / 共 3 页
字号:
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;

⌨️ 快捷键说明

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