From 30458c0bca8066d98ca901b5065832a44a7e970e Mon Sep 17 00:00:00 2001
From: wells.liu <wells.liu@broconcentric.com>
Date: 星期四, 16 七月 2020 15:47:22 +0800
Subject: [PATCH] 测量结果 查询+导出功能

---
 src/Bro.Device.Gocator/GocatorConfig.cs |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/Bro.Device.Gocator/GocatorConfig.cs b/src/Bro.Device.Gocator/GocatorConfig.cs
index b6d73ac..bc3053d 100644
--- a/src/Bro.Device.Gocator/GocatorConfig.cs
+++ b/src/Bro.Device.Gocator/GocatorConfig.cs
@@ -24,6 +24,7 @@
         [Category("璁$畻璁剧疆")]
         [Description("true锛氳绠楁椂浣跨敤鍔犻�熷櫒锛宖alse锛氫笉浣跨敤鍔犻�熷櫒")]
         [DefaultValue(false)]
+        [Browsable(false)]
         public bool IsUseAccelerator { get; set; } = false;
 
         [Category("鎷嶆憚璁剧疆")]
@@ -37,10 +38,10 @@
         [DefaultValue(1000)]
         public int SnapshotTimeout { get; set; } = 1000;
 
-        //[Category("閲囧浘妯″紡")]
-        //[Description("鏄惁纭Е鍙戞ā寮忋�倀rue锛氱‖瑙﹀彂锛沠alse锛氳蒋瑙﹀彂")]
-        //[DisplayName("纭Е鍙�")]
-        //public bool IsHardwareTrigger { get; set; } = false;
+        [Category("閲囧浘妯″紡")]
+        [Description("寮傛閲囧浘鏃讹紝鏄惁纭Е鍙戞ā寮忋�倀rue锛氱‖瑙﹀彂锛沠alse锛氳蒋瑙﹀彂")]
+        [DisplayName("纭Е鍙�")]
+        public bool IsHardwareTrigger { get; set; } = false;
 
         [Category("閲囧浘妯″紡")]
         [Description("true锛氬紓姝�/琚姩閲囧浘妯″紡  false锛氬悓姝�/涓诲姩閲囧浘妯″紡")]

--
Gitblit v1.8.0