JLChen
2021-07-06 d72ca686a3e262693f8a6e45e747e8e8da43335b
HDL_ON/UI/UI0-Stan/Controls/CompoundControls/SeekBarImageControl.cs
old mode 100755 new mode 100644
@@ -123,6 +123,8 @@
        /// <param name="i_width">宽度,非真实值,实际宽度会加上左右间距</param>
        public SeekBarImageControl(int i_width)
        {
            this.ProgressChangeDelayTime = 0;
            this.Width = Application.GetRealWidth(i_width) + Application.GetRealWidth(20) * 2;
            this.Height = Application.GetRealHeight(54);
            //圆球的高度