From e3840a840aea2eda198ba4bbaf2c3ea4c2390ee4 Mon Sep 17 00:00:00 2001
From: wells.liu <wells.liu@broconcentric.com>
Date: 星期四, 02 七月 2020 17:28:53 +0800
Subject: [PATCH] 板卡组件化

---
 src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardAxisStatus.Designer.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardAxisStatus.Designer.cs b/src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardAxisStatus.Designer.cs
index 5ab7756..d9e4122 100644
--- a/src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardAxisStatus.Designer.cs
+++ b/src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardAxisStatus.Designer.cs
@@ -67,8 +67,8 @@
             this.groupBoxAxisStatus.Dock = System.Windows.Forms.DockStyle.Fill;
             this.groupBoxAxisStatus.Location = new System.Drawing.Point(0, 0);
             this.groupBoxAxisStatus.Name = "groupBoxAxisStatus";
-            this.groupBoxAxisStatus.Size = new System.Drawing.Size(580, 141);
-            this.groupBoxAxisStatus.TabIndex = 4;
+            this.groupBoxAxisStatus.Size = new System.Drawing.Size(580, 148);
+            this.groupBoxAxisStatus.TabIndex = 5;
             this.groupBoxAxisStatus.TabStop = false;
             this.groupBoxAxisStatus.Text = "杞寸姸鎬�";
             // 
@@ -202,13 +202,13 @@
             this.label2.TabIndex = 2;
             this.label2.Text = "瑙勫垝浣嶇疆锛�";
             // 
-            // CtrlMotionCardRunStatus
+            // CtrlMotionCardAxisStatus
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.Controls.Add(this.groupBoxAxisStatus);
-            this.Name = "CtrlMotionCardRunStatus";
-            this.Size = new System.Drawing.Size(580, 141);
+            this.Name = "CtrlMotionCardAxisStatus";
+            this.Size = new System.Drawing.Size(580, 148);
             this.groupBoxAxisStatus.ResumeLayout(false);
             this.groupBoxAxisStatus.PerformLayout();
             this.ResumeLayout(false);

--
Gitblit v1.8.0