From 9ea5eea16629a2ab4473727e6b064f83f71aa46c Mon Sep 17 00:00:00 2001
From: LAPTOP-T815PCOQ\25526 <mr.liuyang@126.com>
Date: 星期一, 13 一月 2025 09:43:58 +0800
Subject: [PATCH] Merge branch 'clh' into liuyang

---
 SourceCode/Bond/BoounionPLC/Common.h |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/SourceCode/Bond/BoounionPLC/Common.h b/SourceCode/Bond/BoounionPLC/Common.h
index 700cfb6..6ef354a 100644
--- a/SourceCode/Bond/BoounionPLC/Common.h
+++ b/SourceCode/Bond/BoounionPLC/Common.h
@@ -80,9 +80,10 @@
 #define BTN_OPR_FRAME_NORMAL			RGB(88, 88, 88)
 #define BTN_OPR_FRAME_HOVER				RGB(88, 88, 88)
 #define BTN_OPR_FRAME_PRESS				RGB(88, 88, 88)
-#define BTN_OPR_BKGND_NORMAL			RGB(222, 222, 222)
-#define BTN_OPR_BKGND_HOVER				RGB(208, 208, 222)
-#define BTN_OPR_BKGND_PRESS				RGB(0, 232, 0)
+#define BTN_OPR_BKGND_NORMAL			RGB(0, 168, 0)
+#define BTN_OPR_BKGND_HOVER				RGB(255, 160, 64)
+#define BTN_OPR_BKGND_PRESS				RGB(250, 155, 60)
+#define BTN_OPR_BKGND_TEST				RGB(0, 255, 0)
 
 /* 定位按钮 */
 #define BTN_POINT_FRAME_NORMAL			RGB(88, 88, 88)

--
Gitblit v1.9.3