liudl
8 天以前 3b4ab19a4b05e098e971746c692a0d012fde7445
Admin.NET/WCS.Application/Util/LedDll.cs
@@ -922,7 +922,7 @@
            // 区域字体运行速度 带入方式
            LedDll.PLAYPROP PlayProp = new LedDll.PLAYPROP();
            PlayProp.InStyle = 0;
            PlayProp.DelayTime = 3;
            PlayProp.DelayTime = 65535;
            PlayProp.Speed = 2;
            #endregion
@@ -1045,7 +1045,7 @@
            // 区域字体运行速度 带入方式
            LedDll.PLAYPROP PlayProp = new LedDll.PLAYPROP();
            PlayProp.InStyle = 0;
            PlayProp.DelayTime = 3;
            PlayProp.DelayTime = 65535;
            PlayProp.Speed = 2;
            
@@ -1116,7 +1116,7 @@
            // 区域字体运行速度 带入方式
            LedDll.PLAYPROP PlayProp = new LedDll.PLAYPROP();
            PlayProp.InStyle = 0;
            PlayProp.DelayTime = 3;
            PlayProp.DelayTime = 65535;
            PlayProp.Speed = 2;
            // 区域字体变量 参数设定
@@ -1200,7 +1200,7 @@
            // 区域字体运行速度 带入方式
            LedDll.PLAYPROP PlayProp = new LedDll.PLAYPROP();
            PlayProp.InStyle = 0;
            PlayProp.DelayTime = 3;
            PlayProp.DelayTime = 65535;
            PlayProp.Speed = 2;
            #endregion