| | |
| | | [Category("检测设置")] |
| | | [Description("检测配置集合")] |
| | | [TypeConverter(typeof(CollectionCountConvert))] |
| | | [Editor(typeof(ComplexCollectionEditor<MeasurementUint>), typeof(UITypeEditor))] |
| | | public List<MeasurementUint> MeasurementUnitCollection { get; set; } = new List<MeasurementUint>(); |
| | | [Editor(typeof(ComplexCollectionEditor<MeasurementUnit>), typeof(UITypeEditor))] |
| | | public List<MeasurementUnit> MeasurementUnitCollection { get; set; } = new List<MeasurementUnit>(); |
| | | |
| | | [Category("图片保存配置")] |
| | | [Description("单键图片保存配置")] |
| | |
| | | |
| | | [Category("图片保存配置")] |
| | | [Description("单键图片保存目录路径")] |
| | | [Editor(typeof(FoldDialogEditor),typeof(UITypeEditor))] |
| | | [Editor(typeof(FoldDialogEditor), typeof(UITypeEditor))] |
| | | public string ImageSaveFolder { get; set; } = ""; |
| | | |
| | | [Category("屏蔽配置")] |