using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FLY.Thick.Base.UI
{
public static class ParamDistItemKeys
{
public const string HaveOSK = "HaveOSK";
public const string HaveOSK_mouse = "HaveOSK_mouse";
public const string Language = "Language";
public const string WarningTipPath = "WarningTipPath";
public const string WarningDurationSec = "WarningDurationSec";
public const string EnableScanErrBigTip = "EnableScanErrBigTip";
public const string LCUS1_PortName = "LCUS1_PortName";
public const string EnableLCUS1 = "EnableLCUS1";
public const string WindowSize = "WindowSize";
}
}
-
潘栩锋 authored
2. 报警大提示框,改为扫描报警大提示框
03f200e5