From 83292787bd6d112ea54a82be7f65073ea886ace9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=A3=E4=B9=88?= <183754929@qq.com> Date: Thu, 19 Sep 2019 15:12:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=B0=8F=E9=94=AE=E7=9B=98BY?= =?UTF-8?q?G=E4=B8=8D=E8=83=BD=E8=BE=93=E5=85=A5+=E5=8F=B7%=E7=AD=89?= =?UTF-8?q?=E7=89=B9=E6=AE=8A=E5=AD=97=E7=AC=A6=E5=92=8C=E8=BE=93=E5=85=A5?= =?UTF-8?q?=EF=BC=88=EF=BC=89=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HZH_Controls/HZH_Controls/Controls/KeyBord/UCKeyBorderAll.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HZH_Controls/HZH_Controls/Controls/KeyBord/UCKeyBorderAll.cs b/HZH_Controls/HZH_Controls/Controls/KeyBord/UCKeyBorderAll.cs index 9be2b12..6f2107d 100644 --- a/HZH_Controls/HZH_Controls/Controls/KeyBord/UCKeyBorderAll.cs +++ b/HZH_Controls/HZH_Controls/Controls/KeyBord/UCKeyBorderAll.cs @@ -1,4 +1,4 @@ -// *********************************************************************** +// *********************************************************************** // Assembly : HZH_Controls // Created : 08-08-2019 // @@ -141,6 +141,7 @@ namespace HZH_Controls.Controls } else { + string Str = "{"+ lbl.Text + "}"; SendKeys.Send(lbl.Text); } if (KeyClick != null) -- Gitee