From 56d73b9710766e7acab2e084a6af322175c78f1b Mon Sep 17 00:00:00 2001
From: xcd <834800634@qq.com>
Date: 星期六, 11 七月 2020 11:20:38 +0800
Subject: [PATCH] 添加急停按钮相关处理

---
 src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardAxisOperation.Designer.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardAxisOperation.Designer.cs b/src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardAxisOperation.Designer.cs
index 1bbcd47..629efc2 100644
--- a/src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardAxisOperation.Designer.cs
+++ b/src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardAxisOperation.Designer.cs
@@ -228,6 +228,8 @@
             this.buttonNegative.Text = "璐熷悜";
             this.buttonNegative.UseVisualStyleBackColor = true;
             this.buttonNegative.Click += new System.EventHandler(this.buttonNegative_Click);
+            this.buttonNegative.MouseDown += new System.Windows.Forms.MouseEventHandler(this.buttonNegative_MouseDown);
+            this.buttonNegative.MouseUp += new System.Windows.Forms.MouseEventHandler(this.buttonNegative_MouseUp);
             // 
             // textBoxJogDec
             // 
@@ -245,6 +247,8 @@
             this.buttonPositive.Text = "姝e悜";
             this.buttonPositive.UseVisualStyleBackColor = true;
             this.buttonPositive.Click += new System.EventHandler(this.buttonPositive_Click);
+            this.buttonPositive.MouseDown += new System.Windows.Forms.MouseEventHandler(this.buttonPositive_MouseDown);
+            this.buttonPositive.MouseUp += new System.Windows.Forms.MouseEventHandler(this.buttonPositive_MouseUp);
             // 
             // textBoxJogAcc
             // 

--
Gitblit v1.8.0