From eafdcc5ad6a55d3dfdec6c4787c3f3a9f32efc7f Mon Sep 17 00:00:00 2001
From: xcd <834800634@qq.com>
Date: 星期二, 29 九月 2020 13:27:50 +0800
Subject: [PATCH] 1. M071B机台配置 2. GTS板卡添加回原点捕获模式和输入信号模式 3. CameraBase使用Dictionary类型做图片缓存 4. M071流程显式Copy,原来是为了避免内存泄漏,但目前来看不是这方面原因 5. Gocator驱动添加GoDataSet之类KObject资源显式回收,怀疑其中也有非托管对象资源,测试确实起到内存回收作用

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

diff --git a/src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardAxisOperation.Designer.cs b/src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardAxisOperation.Designer.cs
index ed30305..0e3e8f1 100644
--- a/src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardAxisOperation.Designer.cs
+++ b/src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardAxisOperation.Designer.cs
@@ -140,11 +140,11 @@
             // 
             // textBoxP2PVel
             // 
-            this.textBoxP2PVel.Location = new System.Drawing.Point(154, 34);
+            this.textBoxP2PVel.Location = new System.Drawing.Point(340, 7);
             this.textBoxP2PVel.Name = "textBoxP2PVel";
             this.textBoxP2PVel.Size = new System.Drawing.Size(116, 21);
             this.textBoxP2PVel.TabIndex = 5;
-            this.textBoxP2PVel.Text = "10";
+            this.textBoxP2PVel.Text = "50";
             // 
             // textBoxP2PPrfPosition
             // 
@@ -164,7 +164,7 @@
             // 
             // textBoxP2PAcc
             // 
-            this.textBoxP2PAcc.Location = new System.Drawing.Point(340, 4);
+            this.textBoxP2PAcc.Location = new System.Drawing.Point(154, 35);
             this.textBoxP2PAcc.Name = "textBoxP2PAcc";
             this.textBoxP2PAcc.Size = new System.Drawing.Size(116, 21);
             this.textBoxP2PAcc.TabIndex = 5;
@@ -173,7 +173,7 @@
             // label7
             // 
             this.label7.AutoSize = true;
-            this.label7.Location = new System.Drawing.Point(92, 37);
+            this.label7.Location = new System.Drawing.Point(278, 10);
             this.label7.Name = "label7";
             this.label7.Size = new System.Drawing.Size(41, 12);
             this.label7.TabIndex = 4;
@@ -186,7 +186,7 @@
             this.label6.Name = "label6";
             this.label6.Size = new System.Drawing.Size(65, 12);
             this.label6.TabIndex = 4;
-            this.label6.Text = "瑙勫垝浣嶇疆锛�";
+            this.label6.Text = "鐩爣浣嶇疆锛�";
             // 
             // label9
             // 
@@ -200,7 +200,7 @@
             // label8
             // 
             this.label8.AutoSize = true;
-            this.label8.Location = new System.Drawing.Point(278, 7);
+            this.label8.Location = new System.Drawing.Point(92, 38);
             this.label8.Name = "label8";
             this.label8.Size = new System.Drawing.Size(53, 12);
             this.label8.TabIndex = 4;
@@ -231,13 +231,12 @@
             this.buttonNegative.TabIndex = 6;
             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
             // 
-            this.textBoxJogDec.Location = new System.Drawing.Point(340, 4);
+            this.textBoxJogDec.Location = new System.Drawing.Point(340, 34);
             this.textBoxJogDec.Name = "textBoxJogDec";
             this.textBoxJogDec.Size = new System.Drawing.Size(116, 21);
             this.textBoxJogDec.TabIndex = 5;
@@ -251,7 +250,6 @@
             this.buttonPositive.TabIndex = 6;
             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);
             // 
@@ -266,7 +264,7 @@
             // label5
             // 
             this.label5.AutoSize = true;
-            this.label5.Location = new System.Drawing.Point(278, 7);
+            this.label5.Location = new System.Drawing.Point(278, 37);
             this.label5.Name = "label5";
             this.label5.Size = new System.Drawing.Size(53, 12);
             this.label5.TabIndex = 4;
@@ -278,7 +276,7 @@
             this.textBoxJogVel.Name = "textBoxJogVel";
             this.textBoxJogVel.Size = new System.Drawing.Size(116, 21);
             this.textBoxJogVel.TabIndex = 5;
-            this.textBoxJogVel.Text = "5";
+            this.textBoxJogVel.Text = "50";
             // 
             // label4
             // 

--
Gitblit v1.8.0