From 0ec82ee227c69197abc85dd828f5239d6323a051 Mon Sep 17 00:00:00 2001 From: xcd <834800634@qq.com> Date: 星期六, 11 七月 2020 10:17:58 +0800 Subject: [PATCH] 添加板卡监听的输入数据配置 --- src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardIOStatus.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardIOStatus.cs b/src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardIOStatus.cs index 3ac3207..103622f 100644 --- a/src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardIOStatus.cs +++ b/src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardIOStatus.cs @@ -45,6 +45,7 @@ { if (ctr is IOIndicatorCtrl ioOut) { + ioOut.Cursor = Cursors.Hand; ioOut.OnIODoubleClick += IoOut_DoubleClick; } } @@ -79,6 +80,8 @@ } } } + + this.Invalidate(); } } } -- Gitblit v1.8.0