From 28d269d8aa90eca5470fff825a9b9545135a3ec0 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期三, 16 十二月 2020 17:37:26 +0800 Subject: [PATCH] 上传一个初始版本 --- HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs b/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs index 438e708..16ab2ab 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs @@ -102,26 +102,24 @@ { X = Application.GetRealWidth(22), Y = Application.GetRealHeight(261), - Width = Application.GetRealWidth(37 + 5+20), + Width = Application.GetRealWidth(37 + 5), Height = Application.GetRealHeight(20), TextColor = MusicColor.TextTimeColor, TextSize = TextSize.Text14, TextAlignment = TextAlignment.CenterLeft, - }; /// <summary> ///闊充箰缁撴潫鏃堕棿 /// </summary> public Button endTimeBtn = new Button { - X = Application.GetRealWidth(269-20), + X = Application.GetRealWidth(269), Y = Application.GetRealHeight(261), - Width = Application.GetRealWidth(37 + 5+20), + Width = Application.GetRealWidth(37 + 5), Height = Application.GetRealHeight(20), TextColor = MusicColor.TextTimeColor, TextSize = TextSize.Text14, TextAlignment = TextAlignment.CenterRight, - }; /// <summary> /// 姝屽悕鍚嶇О锛圱extView瓒呭嚭闀垮害鑷繁婊氬姩锛� @@ -220,7 +218,7 @@ { X = Application.GetRealWidth(279 - 4), Y = Application.GetRealHeight(418), - Width = Application.GetRealWidth(26 + 4+10), + Width = Application.GetRealWidth(26 + 4), Height = Application.GetRealHeight(17), Text = "0%", TextColor = MusicColor.MusicNoTxetColor, -- Gitblit v1.8.0