src/Bro.M071.Process/M071Config.cs
@@ -42,6 +42,11 @@ public List<KeyResult> KeyResultCollection { get; set; } = new List<KeyResult>(); #endregion [Category("离线测试模式")] [Description("true:设备离线模式 false:设备连线模式")] [DisplayName("离线模式")] public bool IsOfflineMode { get; set; } = false; [Category("显示配置")] [Description("运行背景图片路径")] [Editor(typeof(FileDialogEditor), typeof(UITypeEditor))]