From 52e317b95d830f8cd1156b403ff5a34fb8f9bccb Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期五, 31 七月 2020 17:43:42 +0800 Subject: [PATCH] 2020-7-31-2 --- 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