From 72e397e4550177496288503ab15d74ba077c5b78 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期二, 15 八月 2023 15:14:27 +0800 Subject: [PATCH] 2023年08月15日15:14:20 --- HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/TypeMultiFramLayout.cs | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/TypeMultiFramLayout.cs b/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/TypeMultiFramLayout.cs index 0400c94..0f84133 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/TypeMultiFramLayout.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/TypeMultiFramLayout.cs @@ -3,11 +3,11 @@ using Shared; namespace HDL_ON.UI.UI2.FuntionControlView.Aks.CommonView { - public class TypeMultiFramLayout:BaseFramLayout + public class TypeMultiFramLayout { - private uint UpBackgroundColor = 0x00000000; - private uint DownBackgroundColor = 0xff454635; + private uint UpBackgroundColor = MusicColor.ViewColor; + private uint DownBackgroundColor = 0xFFEFEFEF; /// <summary> /// 澶氫釜绫诲瀷瀹瑰櫒 @@ -163,7 +163,7 @@ { EventHandler<MouseEventArgs> UpClick = (sender, e) => { - rightFramLayout.BackgroundColor = this.UpBackgroundColor; + //rightFramLayout.BackgroundColor = this.UpBackgroundColor; //寮硅捣鏉ヨ繕鍘熻儗鏅鑹� }; @@ -175,7 +175,7 @@ EventHandler<MouseEventArgs> DownClick = (sender, e) => { //鎸変笅鍘绘敼鍙樿儗鏅鑹� - rightFramLayout.BackgroundColor = this.DownBackgroundColor; + //rightFramLayout.BackgroundColor = this.DownBackgroundColor; action?.Invoke(rightFramLayout); }; rightFramLayout.MouseDownEventHandler += DownClick; -- Gitblit v1.8.0