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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? form1.cs

?? 黑客字典生成程序
?? CS
?? 第 1 頁 / 共 3 頁
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;

namespace hack
{
	/// <summary>
	/// Form1 的摘要說明。
	/// </summary>
	public class Form1 : System.Windows.Forms.Form
	{
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.GroupBox groupBox1;
		private System.Windows.Forms.GroupBox groupBox2;
		private System.Windows.Forms.GroupBox groupBox3;
		private System.Windows.Forms.GroupBox groupBox4;
		private System.Windows.Forms.Button button1;
		private System.Windows.Forms.Button button2;
		private System.Windows.Forms.PictureBox pictureBox1;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.CheckBox checkBox1;
		private System.Windows.Forms.RadioButton radioButton1;
		private System.Windows.Forms.CheckBox checkBox2;
		private System.Windows.Forms.CheckBox checkBox3;
		private System.Windows.Forms.CheckBox checkBox4;
		private System.Windows.Forms.RadioButton radioButton2;
		private System.Windows.Forms.CheckBox checkBox5;
		private System.Windows.Forms.RadioButton radioButton3;
		private System.Windows.Forms.RadioButton radioButton4;
		private System.Windows.Forms.ComboBox comboBox1;
		private System.Windows.Forms.ComboBox comboBox2;
		private System.Windows.Forms.ComboBox comboBox3;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.TextBox textBox1;
		private System.Windows.Forms.Button button3;
		private System.Windows.Forms.SaveFileDialog sFDlg;
		private System.Windows.Forms.RadioButton radioButton5;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.Panel panel1;
		private System.Windows.Forms.ComboBox comboBox4;
		private System.Windows.Forms.Label label7;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.ProgressBar progressBar1;
		private System.Windows.Forms.Panel panel2;
		/// <summary>
		/// 必需的設(shè)計器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;

		public Form1()
		{
			//
			// Windows 窗體設(shè)計器支持所必需的
			//
			InitializeComponent();

			//
			// TODO: 在 InitializeComponent 調(diào)用后添加任何構(gòu)造函數(shù)代碼
			//
		}

		/// <summary>
		/// 清理所有正在使用的資源。
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			if( disposing )
			{
				if (components != null) 
				{
					components.Dispose();
				}
			}
			base.Dispose( disposing );
		}

		#region Windows Form Designer generated code
		/// <summary>
		/// 設(shè)計器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內(nèi)容。
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
			this.label1 = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.radioButton1 = new System.Windows.Forms.RadioButton();
			this.checkBox1 = new System.Windows.Forms.CheckBox();
			this.checkBox2 = new System.Windows.Forms.CheckBox();
			this.checkBox3 = new System.Windows.Forms.CheckBox();
			this.checkBox4 = new System.Windows.Forms.CheckBox();
			this.radioButton2 = new System.Windows.Forms.RadioButton();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.comboBox1 = new System.Windows.Forms.ComboBox();
			this.label5 = new System.Windows.Forms.Label();
			this.comboBox2 = new System.Windows.Forms.ComboBox();
			this.comboBox3 = new System.Windows.Forms.ComboBox();
			this.label4 = new System.Windows.Forms.Label();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.comboBox4 = new System.Windows.Forms.ComboBox();
			this.checkBox5 = new System.Windows.Forms.CheckBox();
			this.radioButton3 = new System.Windows.Forms.RadioButton();
			this.radioButton4 = new System.Windows.Forms.RadioButton();
			this.radioButton5 = new System.Windows.Forms.RadioButton();
			this.groupBox4 = new System.Windows.Forms.GroupBox();
			this.button3 = new System.Windows.Forms.Button();
			this.textBox1 = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.button1 = new System.Windows.Forms.Button();
			this.button2 = new System.Windows.Forms.Button();
			this.pictureBox1 = new System.Windows.Forms.PictureBox();
			this.sFDlg = new System.Windows.Forms.SaveFileDialog();
			this.panel1 = new System.Windows.Forms.Panel();
			this.label7 = new System.Windows.Forms.Label();
			this.panel2 = new System.Windows.Forms.Panel();
			this.label6 = new System.Windows.Forms.Label();
			this.progressBar1 = new System.Windows.Forms.ProgressBar();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.groupBox3.SuspendLayout();
			this.groupBox4.SuspendLayout();
			this.panel2.SuspendLayout();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.Font = new System.Drawing.Font("隸書", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label1.ForeColor = System.Drawing.Color.Red;
			this.label1.Location = new System.Drawing.Point(184, 16);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(256, 56);
			this.label1.TabIndex = 0;
			this.label1.Text = "Hack 字典";
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.AddRange(new System.Windows.Forms.Control[] {
																					this.radioButton1,
																					this.checkBox1,
																					this.checkBox2,
																					this.checkBox3,
																					this.checkBox4,
																					this.radioButton2});
			this.groupBox1.Font = new System.Drawing.Font("宋體", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(64)), ((System.Byte)(0)));
			this.groupBox1.Location = new System.Drawing.Point(8, 96);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(216, 160);
			this.groupBox1.TabIndex = 1;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "密碼類型";
			// 
			// radioButton1
			// 
			this.radioButton1.Checked = true;
			this.radioButton1.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.radioButton1.ForeColor = System.Drawing.Color.Black;
			this.radioButton1.Location = new System.Drawing.Point(8, 24);
			this.radioButton1.Name = "radioButton1";
			this.radioButton1.Size = new System.Drawing.Size(192, 18);
			this.radioButton1.TabIndex = 2;
			this.radioButton1.TabStop = true;
			this.radioButton1.Text = "特定字符(數(shù)字、字母)";
			this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
			// 
			// checkBox1
			// 
			this.checkBox1.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.checkBox1.ForeColor = System.Drawing.Color.Black;
			this.checkBox1.Location = new System.Drawing.Point(32, 48);
			this.checkBox1.Name = "checkBox1";
			this.checkBox1.Size = new System.Drawing.Size(168, 18);
			this.checkBox1.TabIndex = 1;
			this.checkBox1.Text = "數(shù)字(0-9)";
			// 
			// checkBox2
			// 
			this.checkBox2.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.checkBox2.ForeColor = System.Drawing.Color.Black;
			this.checkBox2.Location = new System.Drawing.Point(32, 69);
			this.checkBox2.Name = "checkBox2";
			this.checkBox2.Size = new System.Drawing.Size(168, 18);
			this.checkBox2.TabIndex = 1;
			this.checkBox2.Text = "字母(a-z)";
			// 
			// checkBox3
			// 
			this.checkBox3.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.checkBox3.ForeColor = System.Drawing.Color.Black;
			this.checkBox3.Location = new System.Drawing.Point(32, 90);
			this.checkBox3.Name = "checkBox3";
			this.checkBox3.Size = new System.Drawing.Size(168, 18);
			this.checkBox3.TabIndex = 1;
			this.checkBox3.Text = "字母(A-Z)";
			// 
			// checkBox4
			// 
			this.checkBox4.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.checkBox4.ForeColor = System.Drawing.Color.Black;
			this.checkBox4.Location = new System.Drawing.Point(32, 111);
			this.checkBox4.Name = "checkBox4";
			this.checkBox4.Size = new System.Drawing.Size(168, 18);
			this.checkBox4.TabIndex = 1;
			this.checkBox4.Text = "字符(0x20-0x2f)";
			// 
			// radioButton2
			// 
			this.radioButton2.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.radioButton2.ForeColor = System.Drawing.Color.Black;
			this.radioButton2.Location = new System.Drawing.Point(8, 136);
			this.radioButton2.Name = "radioButton2";
			this.radioButton2.Size = new System.Drawing.Size(192, 18);
			this.radioButton2.TabIndex = 2;
			this.radioButton2.Text = "全部字符(0x20-0x7e)";
			this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.AddRange(new System.Windows.Forms.Control[] {
																					this.comboBox1,
																					this.label5,
																					this.comboBox2,
																					this.comboBox3,
																					this.label4});
			this.groupBox2.Font = new System.Drawing.Font("宋體", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.groupBox2.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(64)), ((System.Byte)(64)));
			this.groupBox2.Location = new System.Drawing.Point(232, 96);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(384, 160);
			this.groupBox2.TabIndex = 2;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "密碼位數(shù)";
			// 
			// comboBox1
			// 
			this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBox1.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.comboBox1.Items.AddRange(new object[] {
														   "1",
														   "2",
														   "3",
														   "4",
														   "5",
														   "6",
														   "7",
														   "8",
														   "9",
														   "10",
														   "11",
														   "12",
														   "13",
														   "14",
														   "15",
														   "16",
														   "17",
														   "18",
														   "19",
														   "20"});
			this.comboBox1.Location = new System.Drawing.Point(93, 44);
			this.comboBox1.Name = "comboBox1";
			this.comboBox1.Size = new System.Drawing.Size(56, 22);
			this.comboBox1.TabIndex = 1;
			this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
			// 
			// label5
			// 
			this.label5.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label5.ForeColor = System.Drawing.Color.Red;
			this.label5.Location = new System.Drawing.Point(32, 86);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(336, 48);
			this.label5.TabIndex = 0;
			this.label5.Text = "說明:                                                   密碼位數(shù)最好不要超過10位,否則生成的紅客字典文件太慢" +
				"、太大。";
			// 
			// comboBox2
			// 
			this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBox2.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.comboBox2.Items.AddRange(new object[] {
														   "和",
														   "至"});
			this.comboBox2.Location = new System.Drawing.Point(194, 44);
			this.comboBox2.Name = "comboBox2";
			this.comboBox2.Size = new System.Drawing.Size(56, 22);
			this.comboBox2.TabIndex = 1;
			// 
			// comboBox3
			// 
			this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBox3.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.comboBox3.Items.AddRange(new object[] {
														   "1",
														   "2",
														   "3",
														   "4",
														   "5",
														   "6",
														   "7",
														   "8",
														   "9",
														   "10",
														   "11",
														   "12",
														   "13",
														   "14",
														   "15",
														   "16",
														   "17",
														   "18",
														   "19",
														   "20"});
			this.comboBox3.Location = new System.Drawing.Point(295, 44);
			this.comboBox3.Name = "comboBox3";
			this.comboBox3.Size = new System.Drawing.Size(56, 22);
			this.comboBox3.TabIndex = 1;
			this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.comboBox3_SelectedIndexChanged);
			// 

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产一区二区三区最好精华液| 亚洲黄网站在线观看| 免费成人在线观看视频| 欧美成人伊人久久综合网| 国内不卡的二区三区中文字幕| 久久久久国产成人精品亚洲午夜| 成人午夜短视频| 亚洲综合在线第一页| 在线电影院国产精品| 久久精品国产精品亚洲综合| 国产女人18毛片水真多成人如厕 | 色一情一乱一乱一91av| 亚洲综合在线视频| 日韩欧美www| 不卡av在线网| 视频在线观看一区二区三区| 久久久蜜桃精品| 色噜噜狠狠色综合欧洲selulu| 午夜精品久久久久久久99水蜜桃 | 日韩国产精品久久| 久久亚洲一区二区三区明星换脸| 91色porny蝌蚪| 奇米888四色在线精品| 日本一区二区免费在线| 欧美视频在线播放| 国产成人无遮挡在线视频| 一区二区三区蜜桃| 久久网站热最新地址| 色婷婷亚洲综合| 激情都市一区二区| 一区二区三区精品| 久久久亚洲精品石原莉奈| 欧美亚洲国产一区在线观看网站| 精品一区二区三区香蕉蜜桃| 亚洲激情校园春色| 久久精品视频免费观看| 91超碰这里只有精品国产| 91精品国产91久久综合桃花| 国产精品456| 日韩中文字幕麻豆| 亚洲老司机在线| 久久影院视频免费| 欧美精品aⅴ在线视频| 成人av午夜影院| 极品尤物av久久免费看| 亚洲成人你懂的| 亚洲区小说区图片区qvod| 精品99一区二区| 欧美男人的天堂一二区| 色爱区综合激月婷婷| 国产成人av一区二区三区在线| 青青草国产成人99久久| 午夜激情综合网| 国产精品久久久久久久久免费丝袜 | 一区二区不卡在线播放 | 欧美色综合天天久久综合精品| 国产永久精品大片wwwapp| 日韩精品三区四区| 一区二区三区在线看| 中文字幕一区二区在线观看| 欧美激情一区在线| 久久人人97超碰com| 日韩精品一区二| 日韩视频在线你懂得| 在线播放国产精品二区一二区四区| 91老师片黄在线观看| av爱爱亚洲一区| 不卡电影免费在线播放一区| 成人黄页在线观看| 成人av在线影院| 成人精品小蝌蚪| 91香蕉视频mp4| 91蜜桃视频在线| 色综合色狠狠综合色| 91色乱码一区二区三区| 日本韩国欧美国产| 欧美日韩亚州综合| 欧美视频精品在线| 91精品国产综合久久小美女 | 精品国产百合女同互慰| 日韩三级免费观看| 精品精品国产高清a毛片牛牛 | 欧美乱妇15p| 日韩欧美一级精品久久| 26uuuu精品一区二区| 久久精品网站免费观看| 中文字幕不卡三区| 亚洲欧美日韩国产一区二区三区 | 日韩欧美一级二级三级久久久| 日韩欧美你懂的| 国产欧美视频在线观看| 专区另类欧美日韩| 天天影视涩香欲综合网| 久久99精品国产.久久久久| 国产乱码精品一区二区三区忘忧草 | 韩国成人在线视频| 国产99久久久久| 色婷婷亚洲精品| 欧美一区二区三区在线观看 | 中文字幕av一区二区三区免费看| 国产精品毛片无遮挡高清| 亚洲柠檬福利资源导航| 日韩成人av影视| 国产成人aaa| 欧美天堂一区二区三区| 337p日本欧洲亚洲大胆精品| 亚洲女与黑人做爰| 麻豆国产精品一区二区三区| www.av亚洲| 欧美一区二区三区免费观看视频| 久久免费精品国产久精品久久久久| 亚洲欧美中日韩| 美女视频黄a大片欧美| 成人午夜大片免费观看| 欧美日韩高清不卡| 国产性做久久久久久| 亚洲福利一区二区| 国产福利视频一区二区三区| 欧美日韩另类国产亚洲欧美一级| wwwwxxxxx欧美| 亚洲国产精品久久艾草纯爱 | 一区二区三区免费看视频| 国产在线乱码一区二区三区| 色素色在线综合| 2014亚洲片线观看视频免费| 有码一区二区三区| 国产成人av电影在线播放| 欧美一区二区私人影院日本| 一区二区三区高清不卡| 国产成人h网站| 日韩欧美中文字幕精品| 亚洲自拍偷拍av| av电影天堂一区二区在线| 欧美一区在线视频| 亚洲第一成人在线| 92精品国产成人观看免费| 精品福利一二区| 日本成人中文字幕| 欧美三级电影在线看| 亚洲美女视频在线观看| 丁香婷婷综合网| 久久久亚洲欧洲日产国码αv| 奇米四色…亚洲| 欧美日韩国产不卡| 亚洲国产aⅴ成人精品无吗| 一本久久a久久精品亚洲| 国产精品美日韩| 成人网男人的天堂| 久久久无码精品亚洲日韩按摩| 久久成人综合网| 日韩一区二区三区四区五区六区| 一区二区欧美精品| 91传媒视频在线播放| 成人免费一区二区三区在线观看 | 日本丶国产丶欧美色综合| 国产精品护士白丝一区av| 国产成人精品影院| 久久精品一区八戒影视| 久久国产麻豆精品| 精品国产乱码久久久久久久久| 奇米精品一区二区三区在线观看 | 2023国产精品自拍| 久久精品二区亚洲w码| 精品久久五月天| 精品一区二区三区免费播放| 日韩欧美国产1| 精品一区二区久久久| 精品人在线二区三区| 国产伦精品一区二区三区免费迷| 日韩欧美电影一二三| 韩日av一区二区| 久久丝袜美腿综合| 国产成人午夜高潮毛片| 国产精品国产三级国产| 91蜜桃婷婷狠狠久久综合9色| 一区二区三区不卡视频在线观看| 欧美色男人天堂| 捆绑紧缚一区二区三区视频| 欧美mv日韩mv亚洲| 国产成人免费高清| 亚洲女与黑人做爰| 51久久夜色精品国产麻豆| 看片网站欧美日韩| 国产精品区一区二区三区| 色哟哟国产精品| 日本v片在线高清不卡在线观看| 精品成a人在线观看| 大白屁股一区二区视频| 亚洲精品视频在线观看网站| 欧美高清视频一二三区| 国产精品一区二区91| 亚洲天堂2014| 欧美一级二级在线观看| 风流少妇一区二区| 亚洲午夜国产一区99re久久| 精品99999| 色综合咪咪久久| 久久激情五月婷婷| 亚洲精品乱码久久久久久日本蜜臀| 欧美日韩中文精品|