From edc37f77fa57f8923ba28c5c84c29985ea555de8 Mon Sep 17 00:00:00 2001 From: wells.liu <wells.liu@broconcentric.com> Date: 星期六, 11 七月 2020 17:05:01 +0800 Subject: [PATCH] 界面修改 --- src/Bro.Common.Model/Model/MotionCardRelated.cs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Bro.Common.Model/Model/MotionCardRelated.cs b/src/Bro.Common.Model/Model/MotionCardRelated.cs index 7083a14..7fd4136 100644 --- a/src/Bro.Common.Model/Model/MotionCardRelated.cs +++ b/src/Bro.Common.Model/Model/MotionCardRelated.cs @@ -162,8 +162,8 @@ public short HomeDir { get; set; } = 1; [Category("鍥炲師鐐瑰弬鏁�")] - [DisplayName("鍥炲師鐐规柟鍚�")] - [Description("HomeDir锛�1 姝e悜锛�-1 璐熷悜")] + [DisplayName("杈圭紭")] + [Description("edge锛氳竟缂�")] public short Edge { get; set; } = 0; [Category("鍥炲師鐐瑰弬鏁�")] @@ -178,8 +178,8 @@ public double HighVelocity { get; set; } = 50; [Category("鍥炲師鐐瑰弬鏁�")] - [DisplayName("鎼滄悳璺濈")] - [Description("SearchHomeDistance锛氭悳鎼滆窛绂�")] + [DisplayName("鎼滅储璺濈")] + [Description("SearchHomeDistance锛氭悳绱㈣窛绂�")] public int SearchHomeDistance { get; set; } = 9999999; [Category("鍥炲師鐐瑰弬鏁�")] @@ -236,7 +236,7 @@ public string GetDisplayText() { - return $"杞磠AxisIndex}:{AxisName}-褰撳墠锛歿CurPosition}-瑙勫垝锛歿Destination}"; + return $"杞磠AxisIndex}:{AxisName}-褰撳墠鐘舵�侊細{AxisStatus}-褰撳墠浣嶇疆锛歿CurPosition}-瑙勫垝浣嶇疆锛歿Destination}"; } } @@ -249,7 +249,7 @@ [DisplayName("杩愬姩杞寸储寮�")] [Description("AxisIndex锛氳繍鍔ㄨ酱绱㈠紩")] [TypeConverter(typeof(AxisIndexConvert))] - public string AxisIndexStr { get; set; } = "0"; + public string AxisIndexStr { get; set; } = "1"; [Browsable(false)] [JsonIgnore] -- Gitblit v1.8.0