| | |
| | | /// </summary> |
| | | public Button volIconBtn = new Button |
| | | { |
| | | X = Application.GetRealWidth(24), |
| | | X = Application.GetRealWidth(20), |
| | | Y = Application.GetRealHeight(414), |
| | | Width = Application.GetMinRealAverage(24), |
| | | Height = Application.GetMinRealAverage(24), |
| | |
| | | public DiyImageSeekBar volSeekBar = new DiyImageSeekBar |
| | | { |
| | | Y = Application.GetRealHeight(399), |
| | | X = Application.GetRealWidth(58), |
| | | X = Application.GetRealWidth(50), |
| | | Width = Application.GetRealWidth(215), |
| | | Height = Application.GetRealHeight(54),//进度条父控件背景高度 |
| | | IsProgressTextShow = false,//显示百分比 |
| | |
| | | /// </summary> |
| | | public Button volValueBtn = new Button |
| | | { |
| | | X = Application.GetRealWidth(279 - 4), |
| | | X = Application.GetRealWidth(273-3), |
| | | Y = Application.GetRealHeight(418), |
| | | Width = Application.GetRealWidth(26 + 4), |
| | | Width = Application.GetRealWidth(33+3), |
| | | Height = Application.GetRealHeight(17), |
| | | Text = "0%", |
| | | TextColor = MusicColor.MusicNoTxetColor, |