From 611786df5108dca0bdcff03834cc285cba4b8e61 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期二, 13 十月 2020 16:48:43 +0800 Subject: [PATCH] 2020-10-13-1 --- HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs b/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs index 43eaacb..f68924a 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs @@ -24,7 +24,7 @@ Y = Application.GetRealHeight(16), Width = Application.GetRealWidth(100), Height = Application.GetRealHeight(33), - TextColor = Color.MusicTxet14Color, + TextColor = MusicColor.MusicTxet14Color, TextSize = TextSize.Text24, TextAlignment = TextAlignment.CenterLeft, TextID = StringId.a31Music, @@ -38,7 +38,7 @@ Y = Application.GetRealHeight(53), Width = Application.GetRealWidth(100), Height = Application.GetRealHeight(17), - TextColor = Color.MusicNoTxetColor, + TextColor = MusicColor.MusicNoTxetColor, TextSize = TextSize.Text12, TextAlignment = TextAlignment.CenterLeft, @@ -85,7 +85,7 @@ { Width = Application.GetMinRealAverage(202), Height = Application.GetMinRealAverage(202), - ProgressBarColor = Color.SelectedColor, + ProgressBarColor = MusicColor.SelectedColor, OpenAngle = 0,//寮�鍙h搴� ArcWidth = Application.GetRealWidth(4),//杩涘害瀹藉害 ThumbImagePath = "MusicIcon/thumbImage.png",//杩涘害鏉℃寜閽浘鏍� @@ -104,7 +104,7 @@ Y = Application.GetRealHeight(261), Width = Application.GetRealWidth(37 + 5), Height = Application.GetRealHeight(20), - TextColor = Color.TextTimeColor, + TextColor = MusicColor.TextTimeColor, TextSize = TextSize.Text14, TextAlignment = TextAlignment.CenterLeft, }; @@ -117,7 +117,7 @@ Y = Application.GetRealHeight(261), Width = Application.GetRealWidth(37 + 5), Height = Application.GetRealHeight(20), - TextColor = Color.TextTimeColor, + TextColor = MusicColor.TextTimeColor, TextSize = TextSize.Text14, TextAlignment = TextAlignment.CenterRight, }; @@ -130,7 +130,7 @@ Y = Application.GetRealHeight(290), Width = Application.GetRealWidth(203), Height = Application.GetRealHeight(30), - TextColor = Color.TextColor, + TextColor = MusicColor.TextColor, TextSize = TextSize.Text16, }; @@ -143,7 +143,7 @@ Y = Application.GetRealHeight(322), Width = Application.GetRealWidth(203), Height = Application.GetRealHeight(21), - TextColor = Color.MusicNoTxetColor, + TextColor = MusicColor.MusicNoTxetColor, TextSize = TextSize.Text12, }; @@ -186,7 +186,7 @@ /// </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), @@ -198,12 +198,12 @@ 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,//鏄剧ず鐧惧垎姣� IsClickable = true,//杩涘害鏉℃槸鍚︽粦鍔� - ProgressBarColor = Color.SelectedColor,//閫変腑杩涘害鏉¢鑹� + ProgressBarColor = MusicColor.SelectedColor,//閫変腑杩涘害鏉¢鑹� ThumbImagePath = "MusicIcon/progressIcon.png",//杩涘害鏉℃寜閽浘鏍� ThumbImageHeight = Application.GetMinRealAverage(54),//杩涘害鏉℃寜閽浘鏍囩殑楂樺害锛堥粯璁ゆ鏂瑰舰锛氬鍜岄珮涓�鏍凤級 SeekBarViewHeight = Application.GetMinRealAverage(8),//杩涘害鏉$殑楂樺害 @@ -215,12 +215,12 @@ /// </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 = Color.MusicNoTxetColor, + TextColor = MusicColor.MusicNoTxetColor, TextSize = TextSize.Text12, }; /// <summary> -- Gitblit v1.8.0