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 | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/TypeMultiFramLayout.cs b/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/TypeMultiFramLayout.cs index ea76914..0f84133 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/TypeMultiFramLayout.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Aks/CommonView/TypeMultiFramLayout.cs @@ -6,8 +6,8 @@ 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