From af4101b1d8461331bc3163b738fc75d4bf67c85c Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期二, 28 七月 2020 17:47:44 +0800
Subject: [PATCH] 2020-07-28-1

---
 HDL_ON/UI/UI2/FuntionControlView/Music/View/TopView.cs |   12 ++++++++++++
 1 files changed, 12 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..acc343d 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Music/View/TopView.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Music/View/TopView.cs
@@ -60,6 +60,8 @@
             UnSelectedImagePath = "MusicIcon/set.png",
             Visible=false,
         };
+
+     
         /// <summary>
         /// 澧炲姞鐑敭澶у皬Btn
         /// </summary>
@@ -67,6 +69,15 @@
         {
             Width = Application.GetRealWidth(16+12+16),
             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>
         /// 鏈�涓婇潰鐨勯偅鍧楁柟娉�
@@ -80,6 +91,7 @@
             fLayout.AddChidren(lineBtn);
             fLayout.AddChidren(setBtn);
             fLayout.AddChidren(clickBackBtn);
+            fLayout.AddChidren(clickSetBtn);
             return fLayout;
         }
         #endregion

--
Gitblit v1.8.0