领胜LDS 键盘AOI检测项目
wells.liu
2020-07-09 6caa156ba8be9728b4cb67c7c7be326b0316f773
src/Bro.M071.Process/M071Models.cs
@@ -137,13 +137,13 @@
            get => key;
            set
            {
                AlignName = key = value;
                AliasName = key = value;
            }
        }
        [Category("键名配置")]
        [Description("别名")]
        public string AlignName { get; set; }
        public string AliasName { get; set; }
        [Category("启用设置")]
        [Description("true:启用 false:禁用")]
@@ -178,7 +178,7 @@
        public string GetDisplayText()
        {
            return $"{AlignName}";
            return $"{AliasName}";
        }
        public List<string> GetHalconToolPathList()
@@ -204,6 +204,7 @@
    public class ProductionMeasurement : INotifyPropertyChanged, IDisposable
    {
        public string Barcode;
        public string PResult;
        public List<MeasurementUnit> Measurements = new List<MeasurementUnit>();