HDL_ON/UI/UI0-Stan/Controls/CompoundControls/SeekBarImageControl.csold 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); //圆球的高度