From df0863b2c29fa227d186e6b8aeb4a856dcae12f3 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期一, 02 十二月 2024 13:57:42 +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