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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? form1.cs

?? 使用c#開發
?? CS
字號:
using System; 
using System.Drawing; 
using System.Collections; 
using System.ComponentModel; 
using System.Windows.Forms; 
using System.Data; 
using System.IO ; 
using System.Diagnostics ; 
using System.Threading ; 
namespace 偽裝文件夾 
{ 
	/// <summary> 
	/// Form1 的摘要說明。 
	/// </summary> 
	public class Form1 : System.Windows.Forms.Form 
	{ 
		private System.Windows.Forms.GroupBox groupBox1; 
		private System.Windows.Forms.Button button1; 
		private System.Windows.Forms.FolderBrowserDialog foldeOpen; 
		private System.Windows.Forms.TextBox AfoldePath; 
		private System.Windows.Forms.GroupBox groupBox2; 
		private System.Windows.Forms.Button button2; 
		private System.Windows.Forms.Button button3; 
		private System.Windows.Forms.TextBox textBox1; 
		private System.Windows.Forms.Button AddPassword; 
		private System.Windows.Forms.ComboBox comboBox1; 
		private System.ComponentModel.IContainer components; 

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

			// 
			// TODO: 在 InitializeComponent 調用后添加任何構造函數代碼 
			// 
		} 

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

		#region Windows 窗體設計器生成的代碼 
		/// <summary> 
		/// 設計器支持所需的方法 - 不要使用代碼編輯器修改 
		/// 此方法的內容。 
		/// </summary> 
		private void InitializeComponent() 
		{ 
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1)); 
			this.groupBox1 = new System.Windows.Forms.GroupBox(); 
			this.comboBox1 = new System.Windows.Forms.ComboBox(); 
			this.AddPassword = new System.Windows.Forms.Button(); 
			this.button1 = new System.Windows.Forms.Button(); 
			this.AfoldePath = new System.Windows.Forms.TextBox(); 
			this.foldeOpen = new System.Windows.Forms.FolderBrowserDialog(); 
			this.groupBox2 = new System.Windows.Forms.GroupBox(); 
			this.button2 = new System.Windows.Forms.Button(); 
			this.button3 = new System.Windows.Forms.Button(); 
			this.textBox1 = new System.Windows.Forms.TextBox(); 
			this.groupBox1.SuspendLayout(); 
			this.groupBox2.SuspendLayout(); 
			this.SuspendLayout(); 
			// 
			// groupBox1 
			// 
			this.groupBox1.BackColor = System.Drawing.Color.Transparent; 
			this.groupBox1.Controls.Add(this.comboBox1); 
			this.groupBox1.Controls.Add(this.AddPassword); 
			this.groupBox1.Controls.Add(this.button1); 
			this.groupBox1.Controls.Add(this.AfoldePath); 
			this.groupBox1.Location = new System.Drawing.Point(6, 6); 
			this.groupBox1.Name = "groupBox1"; 
			this.groupBox1.Size = new System.Drawing.Size(276, 78); 
			this.groupBox1.TabIndex = 0; 
			this.groupBox1.TabStop = false; 
			this.groupBox1.Text = "加密"; 
			// 
			// comboBox1 
			// 
			this.comboBox1.Items.AddRange(new object[] { 
														   "我的電腦", 
														   "我的文檔", 
														   "撥號網絡", 
														   "控制面板", 
														   "計劃任務", 
														   "打印機", 
														   "記事本", 
														   "網絡鄰居", 
														   "回收站", 
														   "公文包", 
														   "字體 ", 
														   "Web 文件夾"}); 
			this.comboBox1.Location = new System.Drawing.Point(12, 48); 
			this.comboBox1.Name = "comboBox1"; 
			this.comboBox1.Size = new System.Drawing.Size(174, 20); 
			this.comboBox1.TabIndex = 15; 
			this.comboBox1.Text = "偽裝類型"; 
			// 
			// AddPassword 
			// 
			this.AddPassword.BackColor = System.Drawing.Color.Transparent; 
			this.AddPassword.ForeColor = System.Drawing.Color.Red; 
			this.AddPassword.Location = new System.Drawing.Point(192, 48); 
			this.AddPassword.Name = "AddPassword"; 
			this.AddPassword.TabIndex = 14; 
			this.AddPassword.Text = "偽裝"; 
			this.AddPassword.Click += new System.EventHandler(this.AddPassword_Click); 
			// 
			// button1 
			// 
			this.button1.Location = new System.Drawing.Point(192, 20); 
			this.button1.Name = "button1"; 
			this.button1.TabIndex = 8; 
			this.button1.Text = "文件夾路徑"; 
			this.button1.Click += new System.EventHandler(this.button1_Click); 
			// 
			// AfoldePath 
			// 
			this.AfoldePath.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192))); 
			this.AfoldePath.Location = new System.Drawing.Point(12, 20); 
			this.AfoldePath.Name = "AfoldePath"; 
			this.AfoldePath.ReadOnly = true; 
			this.AfoldePath.Size = new System.Drawing.Size(174, 21); 
			this.AfoldePath.TabIndex = 7; 
			this.AfoldePath.Text = ""; 
			// 
			// groupBox2 
			// 
			this.groupBox2.BackColor = System.Drawing.Color.Transparent; 
			this.groupBox2.Controls.Add(this.button2); 
			this.groupBox2.Controls.Add(this.button3); 
			this.groupBox2.Controls.Add(this.textBox1); 
			this.groupBox2.Location = new System.Drawing.Point(6, 90); 
			this.groupBox2.Name = "groupBox2"; 
			this.groupBox2.Size = new System.Drawing.Size(276, 76); 
			this.groupBox2.TabIndex = 1; 
			this.groupBox2.TabStop = false; 
			this.groupBox2.Text = "解密"; 
			// 
			// button2 
			// 
			this.button2.ForeColor = System.Drawing.Color.Red; 
			this.button2.Location = new System.Drawing.Point(192, 48); 
			this.button2.Name = "button2"; 
			this.button2.TabIndex = 14; 
			this.button2.Text = "解密"; 
			this.button2.Click += new System.EventHandler(this.button2_Click); 
			// 
			// button3 
			// 
			this.button3.ForeColor = System.Drawing.Color.Red; 
			this.button3.Location = new System.Drawing.Point(192, 20); 
			this.button3.Name = "button3"; 
			this.button3.TabIndex = 8; 
			this.button3.Text = "文件夾路徑"; 
			this.button3.Click += new System.EventHandler(this.button3_Click); 
			// 
			// textBox1 
			// 
			this.textBox1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(255)), ((System.Byte)(128))); 
			this.textBox1.Location = new System.Drawing.Point(12, 24); 
			this.textBox1.Name = "textBox1"; 
			this.textBox1.ReadOnly = true; 
			this.textBox1.Size = new System.Drawing.Size(174, 21); 
			this.textBox1.TabIndex = 7; 
			this.textBox1.Text = ""; 
			// 
			// Form1 
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14); 
			this.ClientSize = new System.Drawing.Size(288, 174); 
			this.Controls.Add(this.groupBox2); 
			this.Controls.Add(this.groupBox1); 
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; 
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 
			this.MaximizeBox = false; 
			this.Name = "Form1"; 
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 
			this.Text = "偽裝文件夾"; 
			this.groupBox1.ResumeLayout(false); 
			this.groupBox2.ResumeLayout(false); 
			this.ResumeLayout(false); 

		} 
		#endregion 

		/// <summary> 
		/// 應用程序的主入口點。 
		/// </summary> 
		[STAThread] 
		static void Main() 
		{ 
			Application.Run(new Form1()); 
		} 
		private void button1_Click(object sender, System.EventArgs e) 
		{ 
			if(foldeOpen.ShowDialog ()==DialogResult.OK ) 
			{ 
				try 
				{ 
					if(foldeOpen.SelectedPath .Substring (3,10)=="Documents ") 
					{ 
						MessageBox.Show ("我不建議C盤下的文件夾偽裝,這樣可能會導致系統出問題"); 
					} 
					else 
					{ 
						AfoldePath.Text =foldeOpen.SelectedPath; 
					} 
				} 
				catch 
				{ 
					if(foldeOpen.SelectedPath.Length >=4) 
					{ 
						AfoldePath.Text =foldeOpen.SelectedPath; 
					} 
					else 
					{ 
						MessageBox.Show ("無法對盤符進行偽裝."); 
					} 
				} 
			} 
		} 
		private void AddPassword_Click(object sender, System.EventArgs e) 
		{ 
			try 
			{ 
				ProcessStartInfo p3=new ProcessStartInfo ("attrib.exe",@"-s -r -a -h "+AfoldePath.Text); 
				p3.WindowStyle= System.Diagnostics.ProcessWindowStyle.Hidden; 
				Process.Start (p3); 
				ProcessStartInfo p1=new ProcessStartInfo ("attrib.exe",@"-s -r -a -h "+AfoldePath.Text+@"\desktop.ini"); 
				p1.WindowStyle= System.Diagnostics.ProcessWindowStyle.Hidden; 
				Process.Start (p1); 
				StreamWriter sw2=new StreamWriter (AfoldePath.Text+@"\desktop.ini" ); 
				sw2.WriteLine (@"[.ShellClassInfo]" ); 
				sw2.WriteLine ("CLSID="+GetPasType()); 
				sw2.Close (); 
				ProcessStartInfo p =new ProcessStartInfo ("attrib.exe",@"+s +a +h +r "+AfoldePath.Text+@"\desktop.ini"); 
				p.WindowStyle= System.Diagnostics.ProcessWindowStyle.Hidden; 
				Process.Start (p); 
				ProcessStartInfo p2=new ProcessStartInfo ("attrib.exe",@"+s +r "+AfoldePath.Text); 
				p2.WindowStyle= System.Diagnostics.ProcessWindowStyle.Hidden; 
				Process.Start (p2); 
			} 
			catch(Exception ee) 
			{ 
				MessageBox.Show (ee.Message .ToString ()); 
			} 
		} 
		private string GetPasType() 
		{ 
			int index=comboBox1.SelectedIndex; 
			switch (index) 
			{ 
				case 0: return @"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"; 
				case 1: return @"{450D8FBA-AD25-11D0-98A8-0800361B1103}"; 
				case 2: return @"{992CFFA0-F557-101A-88EC-00DD010CCC48}"; 
				case 3: return @"{21EC2020-3AEA-1069-A2DD-08002B30309D}"; 
				case 4: return @"{D6277990-4C6A-11CF-8D87-00AA0060F5BF}"; 
				case 5: return @"{2227A280-3AEA-1069-A2DE-08002B30309D}"; 
				case 6: return @"{1FBA04EE-3024-11D2-8F1F-0000F87ABD16}"; 
				case 7: return @"{208D2C60-3AEA-1069-A2D7-08002B30309D}"; 
				case 8: return @"{645FF040-5081-101B-9F08-00AA002F954E}"; 
				case 9: return @"{85BBD920-42A0-1069-A2E4-08002B30309D}"; 
				case 10: return @"{BD84B380-8CA2-1069-AB1D-08000948F534}"; 
				case 11: return @"{BDEADF00-C265-11d0-BCED-00A0C90AB50F}"; 
			} 
			return @"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"; 
		} 
		private void button3_Click(object sender, System.EventArgs e) 
		{ 
			if(foldeOpen.ShowDialog ()==DialogResult.OK ) 
			{ 
				textBox1.Text =foldeOpen.SelectedPath; 
			} 
		} 

		private void button2_Click(object sender, System.EventArgs e) 
		{ 
			try 
			{ 
				ProcessStartInfo p2=new ProcessStartInfo ("attrib.exe",@"-s -r -a -h "+textBox1.Text); 
				p2.WindowStyle= System.Diagnostics.ProcessWindowStyle.Hidden; 
				Process.Start (p2); 
				ProcessStartInfo p1=new ProcessStartInfo ("attrib.exe",@"-s -h -r "+textBox1.Text+@"\desktop.ini"); 
				p1.WindowStyle= System.Diagnostics.ProcessWindowStyle.Hidden; 
				Process.Start (p1); 
				System.Threading.Thread.Sleep(1000); 
				File.Delete (textBox1.Text+@"\desktop.ini"); 
				MessageBox.Show ("解密成功."); 
			} 
			catch(Exception ee) 
			{ 
				MessageBox.Show (ee.Message.ToString ()); 
			} 
		} 
	} 
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美精品色一区二区三区| 一区二区三区高清不卡| 亚洲国产精品传媒在线观看| 一区二区三区欧美久久| 激情综合色综合久久综合| 欧美做爰猛烈大尺度电影无法无天| 91精品免费在线观看| 中文字幕亚洲精品在线观看| 免费高清在线视频一区·| 色丁香久综合在线久综合在线观看| 久久久亚洲午夜电影| 日本午夜精品一区二区三区电影| 91美女在线观看| 国产无人区一区二区三区| 免费日韩伦理电影| 精品视频免费看| 亚洲精品中文字幕在线观看| 国产成人在线视频网站| 日韩三级视频在线观看| 五月天网站亚洲| 欧美无人高清视频在线观看| 亚洲欧洲制服丝袜| 91原创在线视频| 中文字幕亚洲在| 顶级嫩模精品视频在线看| 久久久久久久久久久电影| 美国精品在线观看| 日韩你懂的在线播放| 免费成人深夜小野草| 欧美影院午夜播放| 亚洲一区二区三区中文字幕在线| 91成人国产精品| 亚洲国产美国国产综合一区二区| 91日韩精品一区| 亚洲视频一区二区在线观看| 91麻豆成人久久精品二区三区| 中文字幕中文在线不卡住| 91在线视频18| 一区二区三区加勒比av| 欧美三级欧美一级| 日本三级亚洲精品| 久久综合九色综合97婷婷女人| 国产在线视视频有精品| 国产欧美精品一区二区色综合| 高清不卡在线观看av| 综合色中文字幕| 欧美日韩午夜影院| 久久激情综合网| 亚洲国产精华液网站w| 91九色02白丝porn| 秋霞电影网一区二区| 精品美女一区二区三区| 成+人+亚洲+综合天堂| 亚洲中国最大av网站| 91.xcao| 国产真实乱对白精彩久久| 国产精品萝li| 欧美日韩一区二区三区四区五区 | 欧美激情一区三区| 91免费版在线| 男女男精品网站| 国产精品理论在线观看| 欧美色网一区二区| 国产精品亚洲人在线观看| 亚洲一区二区在线播放相泽| 日韩免费电影一区| www.欧美色图| 日本三级亚洲精品| 亚洲欧洲国产日韩| 欧美一卡在线观看| 暴力调教一区二区三区| 婷婷国产v国产偷v亚洲高清| 久久婷婷综合激情| 欧美视频一区在线| 成人午夜激情片| 蜜桃视频一区二区三区| 亚洲视频一二区| 亚洲精品在线观| 欧美三级日韩三级| av激情亚洲男人天堂| 另类小说图片综合网| 亚洲免费大片在线观看| 久久精品一区二区三区不卡| 欧美日韩一级视频| 91视频com| 成人手机在线视频| 久久精品国产亚洲aⅴ| 亚洲亚洲精品在线观看| 国产精品网友自拍| 久久久精品tv| 久久亚洲精华国产精华液| 欧美精品aⅴ在线视频| 91免费视频网址| 国产黄色精品网站| 麻豆国产精品一区二区三区| 亚洲一区二区三区四区在线免费观看 | 日本一区中文字幕| 一区二区三区欧美| 亚洲女人****多毛耸耸8| 中文字幕乱码一区二区免费| 日韩一级成人av| 欧美色图激情小说| 欧美性大战久久久久久久| 色综合天天性综合| 色婷婷av一区二区三区大白胸| 国产成人免费av在线| 国产福利一区在线| 国产风韵犹存在线视精品| 国产一区日韩二区欧美三区| 免费在线观看视频一区| 男女激情视频一区| 久久福利资源站| 国产综合久久久久久鬼色| 精品一区精品二区高清| 九九热在线视频观看这里只有精品| 日本最新不卡在线| 久久成人免费网| 国内精品嫩模私拍在线| 国产一区二区在线观看视频| 国产乱码精品一区二区三| 国产成a人无v码亚洲福利| 成人性生交大合| 成人av在线播放网址| 97久久精品人人做人人爽 | 国产精品一线二线三线精华| 久久精品国产亚洲aⅴ| 久久成人免费电影| 国产一区二区三区免费| 成人国产在线观看| 在线看一区二区| 日韩网站在线看片你懂的| 久久综合色一综合色88| 亚洲国产精品精华液ab| 亚洲激情六月丁香| 日韩专区中文字幕一区二区| 久久av老司机精品网站导航| 国产成人综合在线| 色欧美乱欧美15图片| 欧美男生操女生| 久久精品视频免费| 亚洲一区国产视频| 麻豆视频一区二区| 91免费看视频| 欧美大片国产精品| 一区免费观看视频| 日本va欧美va精品发布| 国产a视频精品免费观看| 欧美性极品少妇| 国产亚洲一二三区| 亚洲成a人片综合在线| 国产风韵犹存在线视精品| 在线视频一区二区三区| 久久综合久久综合亚洲| 亚洲精品视频自拍| 国产专区欧美精品| 欧美日韩亚洲丝袜制服| 国产三级精品在线| 日韩高清一级片| 99精品偷自拍| 精品国产乱子伦一区| 亚洲一区自拍偷拍| 丁香婷婷综合五月| 欧美一区二区三区在线观看视频| 国产精品婷婷午夜在线观看| 蜜臀精品久久久久久蜜臀| 成人激情动漫在线观看| 欧美精品一区二区三区久久久| 一区二区三区丝袜| 粉嫩绯色av一区二区在线观看| 欧美一区二区人人喊爽| 亚洲精品中文在线影院| 成人综合在线观看| 欧美成人伊人久久综合网| 亚洲大片在线观看| 99v久久综合狠狠综合久久| 久久久久久一二三区| 日韩av电影天堂| 欧美另类久久久品| 亚洲综合在线视频| youjizz久久| 国产日韩影视精品| 国产精品一区二区在线观看网站| 日韩三级av在线播放| 亚洲成人av电影| 欧美亚洲动漫精品| 亚洲一区二区在线免费观看视频| 北岛玲一区二区三区四区 | 久久中文娱乐网| 日韩av中文在线观看| 欧美影院一区二区| 曰韩精品一区二区| 一本一道久久a久久精品综合蜜臀 一本一道综合狠狠老 | 国产亚洲婷婷免费| 久久激情五月激情| 精品国产乱码久久久久久老虎| 视频在线观看一区二区三区| 欧美高清性hdvideosex| 午夜精品久久久久久久久久 | 91视频在线观看免费| 亚洲色图在线视频|