From 18d933b835110e8aa42efa0d4456f61efeb27e5b Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期四, 30 七月 2020 12:00:40 +0800 Subject: [PATCH] 2020-07-30-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