From e56137e33ed5c77a485f9e83ee4b6534cfdf6432 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期一, 03 八月 2020 15:00:21 +0800 Subject: [PATCH] 2020-8-03-1 --- HDL_ON/UI/UI2/FuntionControlView/Music/View/TopView.cs | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Music/View/TopView.cs b/HDL_ON/UI/UI2/FuntionControlView/Music/View/TopView.cs index 453aa2b..d6341fa 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Music/View/TopView.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Music/View/TopView.cs @@ -69,6 +69,15 @@ Height = Application.GetRealHeight(64), }; /// <summary> + /// 璁剧疆鍥炬爣澧炲姞鐑敭澶у皬 + /// </summary> + public Button clickSetBtn = new Button + { + X = Application.GetRealWidth(337 - 37), + Width = Application.GetMinRealAverage(28 + 37), + Height = Application.GetMinRealAverage(28 + 7 + 29), + }; + /// <summary> /// 鏈�涓婇潰鐨勯偅鍧楁柟娉� /// </summary> /// <returns></returns> @@ -80,6 +89,7 @@ fLayout.AddChidren(lineBtn); fLayout.AddChidren(setBtn); fLayout.AddChidren(clickBackBtn); + fLayout.AddChidren(clickSetBtn); return fLayout; } #endregion -- Gitblit v1.8.0