From e2979955fce6ce10587591887431cc266a3d9c24 Mon Sep 17 00:00:00 2001 From: Sunny Date: Mon, 25 Oct 2021 15:42:17 +0800 Subject: [PATCH] =?UTF-8?q?*=20UIForm=EF=BC=9A=E5=A2=9E=E5=8A=A0=E5=85=A8?= =?UTF-8?q?=E5=B1=80=E7=83=AD=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bin/net40/SunnyUI.dll | Bin 2254848 -> 2254848 bytes SunnyUI/Common/UHotKey.cs | 29 ++++++++++++++++++++++------- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/Bin/net40/SunnyUI.dll b/Bin/net40/SunnyUI.dll index 3e776fe015de99ca231d563a0329f5595fb81b2c..d1f2b03bf77e16ed6b8afaa23eca9c0537d074bd 100644 GIT binary patch delta 225 zcmZp;(8<^U#1lGLeCHWoY3yn3VQlSTYVBce?O|!{VQuYUYwclg?cr$c;cV^UYVF}} z?cr(d;ce~VYwh80?Gb405p3-dYV8r;+9R@Inm}fj+HDtU4c|o;8^6@(F)FtEOcw!S zQ6LrrVsRjr0AfiXmI7jFAeI4QSs<1JVtF7|*zPl3amHSji62T=PJa=i6d=$h+GD_A wGu3^D?xBor4n7UjJwlbD6`-Q(H=v>*^-q0HN)+?3ZP~?eyL9{EP$gR-033f=kN^Mx delta 225 zcmZp;(8<^U#1lGL>P||YZtQ98VQlSTYVBce?O|!{VQuYUYwclg?cr$c;cV^UYVF}} z?cr(d;ce~VYwh80?Gb405p3-dYV8r;+9R@In!w>(R+`r`BYf7E1WUEpDlcjGnJxmv zqChML#Nt3K0mPC(ECs~UKr92qvOp{c#PUF_u-#|6;*7m4b1$y_GyO$~Qh>m`_Jrh9}cMJqr>rOTkAK=n1jjgLB}KQ~?8D_HPq`{7U}TOj~F;bUq5 diff --git a/SunnyUI/Common/UHotKey.cs b/SunnyUI/Common/UHotKey.cs index 1de8f842..19678fee 100644 --- a/SunnyUI/Common/UHotKey.cs +++ b/SunnyUI/Common/UHotKey.cs @@ -1,10 +1,25 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Globalization; -using System.Linq; -using System.Text; -using System.Threading.Tasks; +/****************************************************************************** + * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 + * CopyRight (C) 2012-2021 ShenYongHua(沈永华). + * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com + * + * Blog: https://www.cnblogs.com/yhuse + * Gitee: https://gitee.com/yhuse/SunnyUI + * GitHub: https://github.com/yhuse/SunnyUI + * + * SunnyUI.dll can be used for free under the GPL-3.0 license. + * If you use this code, please keep this note. + * 如果您使用此代码,请保留此说明。 + ****************************************************************************** + * 文件名称: UHotKey.cs + * 文件说明: 全局热键定义 + * 当前版本: V3.0 + * 创建日期: 2021-10-25 + * + * 2021-10-25: V3.0.8 增加文件说明 +******************************************************************************/ + +using System; using System.Windows.Forms; namespace Sunny.UI