資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
namespace?SetAndCancelHotKey
{
????public?partial?class?Frm_Main?:?Form
????{
????????public?Frm_Main()
????????{
????????????InitializeComponent();
????????}
????????HOOK?Hook?=?new?HOOK();//實例化自定義類HOOK
????????public?static?string[]?Arrstr?=?new?string[6];//記錄屏蔽的熱鍵
????????public?static?string[]?ArrHotkey?=?new?string[32];//記錄自定義的熱鍵
????????public?static?bool?istabPage?=?true;//判斷是設置熱鍵,還是屏蔽熱鍵
????????bool?isShift?=?false;//判斷是否為組合鍵
????????string?front?=?““;//記錄組合鍵前一鍵的值
????????string?tem_s?=?““;//記錄單鍵或組合鍵的值
????????string?tem_dir?=?““;//記錄路徑
????????public?static?int?tem_Set?=
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????25088??2016-12-22?03:24??SetAndCancelHotKey\SetAndCancelHotKey\bin\Debug\SetAndCancelHotKey.exe
?????文件??????50688??2016-12-22?03:24??SetAndCancelHotKey\SetAndCancelHotKey\bin\Debug\SetAndCancelHotKey.pdb
?????文件??????14328??2016-12-22?03:24??SetAndCancelHotKey\SetAndCancelHotKey\bin\Debug\熱鍵.vshost.exe
?????文件????????490??2016-12-22?03:24??SetAndCancelHotKey\SetAndCancelHotKey\bin\Debug\熱鍵.vshost.exe.manifest
?????文件??????20290??2016-12-21?17:47??SetAndCancelHotKey\SetAndCancelHotKey\Frm_Main.cs
?????文件??????26448??2016-12-21?17:46??SetAndCancelHotKey\SetAndCancelHotKey\Frm_Main.Designer.cs
?????文件???????6017??2016-12-21?17:46??SetAndCancelHotKey\SetAndCancelHotKey\Frm_Main.resx
?????文件???????7358??2016-12-21?17:46??SetAndCancelHotKey\SetAndCancelHotKey\HOOK.cs
?????文件???????1229??2016-12-22?03:24??SetAndCancelHotKey\SetAndCancelHotKey\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????7062??2016-12-22?03:24??SetAndCancelHotKey\SetAndCancelHotKey\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????2269??2016-12-22?03:24??SetAndCancelHotKey\SetAndCancelHotKey\obj\Debug\SetAndCancelHotKey.csproj.FileListAbsolute.txt
?????文件????????850??2016-12-22?03:24??SetAndCancelHotKey\SetAndCancelHotKey\obj\Debug\SetAndCancelHotKey.csproj.GenerateResource.Cache
?????文件??????25088??2016-12-22?03:24??SetAndCancelHotKey\SetAndCancelHotKey\obj\Debug\SetAndCancelHotKey.exe
?????文件????????180??2016-12-22?03:24??SetAndCancelHotKey\SetAndCancelHotKey\obj\Debug\SetAndCancelHotKey.Frm_Main.resources
?????文件??????50688??2016-12-22?03:24??SetAndCancelHotKey\SetAndCancelHotKey\obj\Debug\SetAndCancelHotKey.pdb
?????文件????????180??2016-12-22?03:24??SetAndCancelHotKey\SetAndCancelHotKey\obj\Debug\SetAndCancelHotKey.Properties.Resources.resources
?????文件???????4608??2016-12-22?04:17??SetAndCancelHotKey\SetAndCancelHotKey\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件????????502??2016-12-21?17:46??SetAndCancelHotKey\SetAndCancelHotKey\Program.cs
?????文件???????1380??2016-12-21?21:15??SetAndCancelHotKey\SetAndCancelHotKey\Properties\AssemblyInfo.cs
?????文件???????2876??2016-12-21?21:15??SetAndCancelHotKey\SetAndCancelHotKey\Properties\Resources.Designer.cs
?????文件???????5612??2016-12-21?21:15??SetAndCancelHotKey\SetAndCancelHotKey\Properties\Resources.resx
?????文件???????1118??2016-12-21?21:15??SetAndCancelHotKey\SetAndCancelHotKey\Properties\Settings.Designer.cs
?????文件????????249??2016-12-21?21:15??SetAndCancelHotKey\SetAndCancelHotKey\Properties\Settings.settings
?????文件???????4040??2016-12-21?17:46??SetAndCancelHotKey\SetAndCancelHotKey\SetAndCancelHotKey.csproj
?????文件????????944??2016-12-21?16:09??SetAndCancelHotKey\SetAndCancelHotKey.sln
?????目錄??????????0??2016-12-22?04:17??SetAndCancelHotKey\SetAndCancelHotKey\obj\Debug\Refactor
?????目錄??????????0??2016-12-22?04:17??SetAndCancelHotKey\SetAndCancelHotKey\obj\Debug\TempPE
?????目錄??????????0??2016-12-22?03:24??SetAndCancelHotKey\SetAndCancelHotKey\bin\Debug
?????目錄??????????0??2016-12-22?03:24??SetAndCancelHotKey\SetAndCancelHotKey\bin\Release
?????目錄??????????0??2016-12-22?04:17??SetAndCancelHotKey\SetAndCancelHotKey\obj\Debug
............此處省略8個文件信息
- 上一篇:C# 虛擬鍵盤操作
- 下一篇:C# 實現Esc鍵關閉窗體
評論
共有 條評論