From 4bc5ee48e537d56190c943330f0093562912fb4f Mon Sep 17 00:00:00 2001
From: wells <123>
Date: 星期六, 11 七月 2020 12:25:33 +0800
Subject: [PATCH] io索引问题

---
 src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardAxisOperation.Designer.cs |   11 +++++++++++
 1 files changed, 11 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..ed30305 100644
--- a/src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardAxisOperation.Designer.cs
+++ b/src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardAxisOperation.Designer.cs
@@ -144,6 +144,7 @@
             this.textBoxP2PVel.Name = "textBoxP2PVel";
             this.textBoxP2PVel.Size = new System.Drawing.Size(116, 21);
             this.textBoxP2PVel.TabIndex = 5;
+            this.textBoxP2PVel.Text = "10";
             // 
             // textBoxP2PPrfPosition
             // 
@@ -151,6 +152,7 @@
             this.textBoxP2PPrfPosition.Name = "textBoxP2PPrfPosition";
             this.textBoxP2PPrfPosition.Size = new System.Drawing.Size(116, 21);
             this.textBoxP2PPrfPosition.TabIndex = 5;
+            this.textBoxP2PPrfPosition.Text = "20000";
             // 
             // textBoxP2PDec
             // 
@@ -158,6 +160,7 @@
             this.textBoxP2PDec.Name = "textBoxP2PDec";
             this.textBoxP2PDec.Size = new System.Drawing.Size(116, 21);
             this.textBoxP2PDec.TabIndex = 5;
+            this.textBoxP2PDec.Text = "0.5";
             // 
             // textBoxP2PAcc
             // 
@@ -165,6 +168,7 @@
             this.textBoxP2PAcc.Name = "textBoxP2PAcc";
             this.textBoxP2PAcc.Size = new System.Drawing.Size(116, 21);
             this.textBoxP2PAcc.TabIndex = 5;
+            this.textBoxP2PAcc.Text = "0.5";
             // 
             // label7
             // 
@@ -228,6 +232,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
             // 
@@ -235,6 +241,7 @@
             this.textBoxJogDec.Name = "textBoxJogDec";
             this.textBoxJogDec.Size = new System.Drawing.Size(116, 21);
             this.textBoxJogDec.TabIndex = 5;
+            this.textBoxJogDec.Text = "0.1";
             // 
             // buttonPositive
             // 
@@ -245,6 +252,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
             // 
@@ -252,6 +261,7 @@
             this.textBoxJogAcc.Name = "textBoxJogAcc";
             this.textBoxJogAcc.Size = new System.Drawing.Size(116, 21);
             this.textBoxJogAcc.TabIndex = 5;
+            this.textBoxJogAcc.Text = "0.1";
             // 
             // label5
             // 
@@ -268,6 +278,7 @@
             this.textBoxJogVel.Name = "textBoxJogVel";
             this.textBoxJogVel.Size = new System.Drawing.Size(116, 21);
             this.textBoxJogVel.TabIndex = 5;
+            this.textBoxJogVel.Text = "5";
             // 
             // label4
             // 

--
Gitblit v1.8.0