From 5a927fe5cd015bf00bc992220c0d4f8b802ca044 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期二, 03 十二月 2024 09:37:21 +0800
Subject: [PATCH] 1.PLC页增加两按钮,将原测试代码移到此处

---
 SourceCode/Bond/BondEq/Common.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/SourceCode/Bond/BondEq/Common.h b/SourceCode/Bond/BondEq/Common.h
index 6cc098b..000ad4b 100644
--- a/SourceCode/Bond/BondEq/Common.h
+++ b/SourceCode/Bond/BondEq/Common.h
@@ -73,6 +73,8 @@
 #define TREE_BADGE2_BACKGROUND			RGB(255, 127, 39)
 #define TREE_BADGE2_FOREGROUND			RGB(222, 222, 222)
 #define HOMEPAGE_BACKGROUND				RGB(252, 252, 255)
+#define COMPONENT_DLG_BACKGROUND		RGB(252, 252, 255)
+#define COMPONENTS_PLC_BACKGROUND		RGB(0, 252, 255)
 
 
 /* 按钮颜色定义 风格1*/

--
Gitblit v1.9.3