?? form1.designer.cs
字號:
this.cbFritzbox.Text = "Numeric (Fritz!BOX)";
this.cbFritzbox.UseVisualStyleBackColor = true;
//
// cbBCD
//
this.cbBCD.AutoSize = true;
this.cbBCD.Location = new System.Drawing.Point(16, 42);
this.cbBCD.Name = "cbBCD";
this.cbBCD.Size = new System.Drawing.Size(101, 17);
this.cbBCD.TabIndex = 1;
this.cbBCD.Text = "BCD characters";
this.cbBCD.UseVisualStyleBackColor = true;
//
// cbAlphanum
//
this.cbAlphanum.AutoSize = true;
this.cbAlphanum.Location = new System.Drawing.Point(16, 19);
this.cbAlphanum.Name = "cbAlphanum";
this.cbAlphanum.Size = new System.Drawing.Size(143, 17);
this.cbAlphanum.TabIndex = 0;
this.cbAlphanum.Text = "Alphanumeric characters";
this.cbAlphanum.UseVisualStyleBackColor = true;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(13, 73);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(74, 26);
this.label5.TabIndex = 6;
this.label5.Text = "Disable KoreK\r\nattacks";
//
// clbKorek
//
this.clbKorek.FormattingEnabled = true;
this.clbKorek.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17"});
this.clbKorek.Location = new System.Drawing.Point(101, 73);
this.clbKorek.Name = "clbKorek";
this.clbKorek.Size = new System.Drawing.Size(66, 154);
this.clbKorek.TabIndex = 5;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(173, 12);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(23, 13);
this.label4.TabIndex = 4;
this.label4.Text = "bits";
//
// NUDFudge
//
this.NUDFudge.Location = new System.Drawing.Point(101, 41);
this.NUDFudge.Maximum = new decimal(new int[] {
32,
0,
0,
0});
this.NUDFudge.Minimum = new decimal(new int[] {
2,
0,
0,
0});
this.NUDFudge.Name = "NUDFudge";
this.NUDFudge.Size = new System.Drawing.Size(66, 20);
this.NUDFudge.TabIndex = 3;
this.NUDFudge.Value = new decimal(new int[] {
2,
0,
0,
0});
//
// cbKeySize
//
this.cbKeySize.FormattingEnabled = true;
this.cbKeySize.Items.AddRange(new object[] {
"64",
"128",
"152",
"256",
"512"});
this.cbKeySize.Location = new System.Drawing.Point(101, 9);
this.cbKeySize.Name = "cbKeySize";
this.cbKeySize.Size = new System.Drawing.Size(66, 21);
this.cbKeySize.TabIndex = 2;
this.cbKeySize.Text = "128";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(13, 45);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(67, 13);
this.label3.TabIndex = 1;
this.label3.Text = "Fudge factor";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(13, 12);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(46, 13);
this.label2.TabIndex = 0;
this.label2.Text = "Key size";
//
// tabWpa
//
this.tabWpa.Controls.Add(this.label6);
this.tabWpa.Controls.Add(this.btOpenDico);
this.tabWpa.Controls.Add(this.tbWPADico);
this.tabWpa.Location = new System.Drawing.Point(4, 22);
this.tabWpa.Name = "tabWpa";
this.tabWpa.Padding = new System.Windows.Forms.Padding(3);
this.tabWpa.Size = new System.Drawing.Size(574, 243);
this.tabWpa.TabIndex = 1;
this.tabWpa.Text = "WPA";
this.tabWpa.UseVisualStyleBackColor = true;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(6, 9);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(45, 13);
this.label6.TabIndex = 12;
this.label6.Text = "Wordlist";
//
// btOpenDico
//
this.btOpenDico.Location = new System.Drawing.Point(493, 6);
this.btOpenDico.Name = "btOpenDico";
this.btOpenDico.Size = new System.Drawing.Size(75, 23);
this.btOpenDico.TabIndex = 12;
this.btOpenDico.Text = "Choose...";
this.btOpenDico.UseVisualStyleBackColor = true;
this.btOpenDico.Click += new System.EventHandler(this.btOpenDico_Click);
//
// tbWPADico
//
this.tbWPADico.AllowDrop = true;
this.tbWPADico.Location = new System.Drawing.Point(111, 6);
this.tbWPADico.Name = "tbWPADico";
this.tbWPADico.Size = new System.Drawing.Size(372, 20);
this.tbWPADico.TabIndex = 1;
//
// cbForceAttack
//
this.cbForceAttack.AutoSize = true;
this.cbForceAttack.Location = new System.Drawing.Point(3, 52);
this.cbForceAttack.Name = "cbForceAttack";
this.cbForceAttack.Size = new System.Drawing.Size(115, 17);
this.cbForceAttack.TabIndex = 9;
this.cbForceAttack.Text = "Force attack mode";
this.cbForceAttack.UseVisualStyleBackColor = true;
//
// cbBssid
//
this.cbBssid.AutoSize = true;
this.cbBssid.Location = new System.Drawing.Point(3, 26);
this.cbBssid.Name = "cbBssid";
this.cbBssid.Size = new System.Drawing.Size(96, 17);
this.cbBssid.TabIndex = 6;
this.cbBssid.Text = "Specify BSSID";
this.cbBssid.UseVisualStyleBackColor = true;
this.cbBssid.CheckedChanged += new System.EventHandler(this.ShowHideEssidBssid);
//
// tbBssid
//
this.tbBssid.Location = new System.Drawing.Point(118, 24);
this.tbBssid.MaxLength = 17;
this.tbBssid.Name = "tbBssid";
this.tbBssid.Size = new System.Drawing.Size(125, 20);
this.tbBssid.TabIndex = 8;
//
// tbEssid
//
this.tbEssid.Location = new System.Drawing.Point(118, 3);
this.tbEssid.MaxLength = 32;
this.tbEssid.Name = "tbEssid";
this.tbEssid.Size = new System.Drawing.Size(200, 20);
this.tbEssid.TabIndex = 7;
//
// btOpenCapFiles
//
this.btOpenCapFiles.Location = new System.Drawing.Point(506, 4);
this.btOpenCapFiles.Name = "btOpenCapFiles";
this.btOpenCapFiles.Size = new System.Drawing.Size(75, 23);
this.btOpenCapFiles.TabIndex = 3;
this.btOpenCapFiles.Text = "Choose...";
this.btOpenCapFiles.UseVisualStyleBackColor = true;
this.btOpenCapFiles.Click += new System.EventHandler(this.btOpenCapFiles_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(60, 13);
this.label1.TabIndex = 2;
this.label1.Text = "Filename(s)";
//
// btLaunchCrack
//
this.btLaunchCrack.Location = new System.Drawing.Point(506, 410);
this.btLaunchCrack.Name = "btLaunchCrack";
this.btLaunchCrack.Size = new System.Drawing.Size(75, 23);
this.btLaunchCrack.TabIndex = 1;
this.btLaunchCrack.Text = "Launch";
this.btLaunchCrack.UseVisualStyleBackColor = true;
this.btLaunchCrack.Click += new System.EventHandler(this.btLaunchCrack_Click);
//
// tbFilenames
//
this.tbFilenames.AllowDrop = true;
this.tbFilenames.Location = new System.Drawing.Point(72, 6);
this.tbFilenames.Name = "tbFilenames";
this.tbFilenames.Size = new System.Drawing.Size(424, 20);
this.tbFilenames.TabIndex = 0;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.btLaunchAirodump);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(597, 436);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Airodump-ng";
this.tabPage2.UseVisualStyleBackColor = true;
//
// btLaunchAirodump
//
this.btLaunchAirodump.Location = new System.Drawing.Point(244, 169);
this.btLaunchAirodump.Name = "btLaunchAirodump";
this.btLaunchAirodump.Size = new System.Drawing.Size(120, 60);
this.btLaunchAirodump.TabIndex = 0;
this.btLaunchAirodump.Text = "Launch";
this.btLaunchAirodump.UseVisualStyleBackColor = true;
this.btLaunchAirodump.Click += new System.EventHandler(this.btLaunchAirodump_Click);
//
// tabPage3
//
this.tabPage3.Controls.Add(this.lEncryptionText);
this.tabPage3.Controls.Add(this.tbKeyPassphrase);
this.tabPage3.Controls.Add(this.tbPMKDecap);
this.tabPage3.Controls.Add(this.label10);
this.tabPage3.Controls.Add(this.cbPMKDecap);
this.tabPage3.Controls.Add(this.rbWPADecap);
this.tabPage3.Controls.Add(this.rbWepDecap);
this.tabPage3.Controls.Add(this.cbBssidDecap);
this.tabPage3.Controls.Add(this.cbEssidDecap);
this.tabPage3.Controls.Add(this.tbEssidDecap);
this.tabPage3.Controls.Add(this.btLaunchAirdecap);
this.tabPage3.Controls.Add(this.tbBssidDecap);
this.tabPage3.Controls.Add(this.cbNotRemove80211);
this.tabPage3.Controls.Add(this.btLoadDecapFile);
this.tabPage3.Controls.Add(this.tbDecapFile);
this.tabPage3.Controls.Add(this.label7);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -