From c2d22fc8efd988294ff4a34fd3e31a9743803964 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期三, 08 一月 2025 11:02:16 +0800
Subject: [PATCH] 1.PLC View的加入,关闭,关联等;

---
 SourceCode/Bond/BoounionPLC/Common.h |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/SourceCode/Bond/BoounionPLC/Common.h b/SourceCode/Bond/BoounionPLC/Common.h
index e58f33c..ee7db10 100644
--- a/SourceCode/Bond/BoounionPLC/Common.h
+++ b/SourceCode/Bond/BoounionPLC/Common.h
@@ -6,9 +6,17 @@
 #define RX_CODE_LOG						1000
 #define RX_CODE_ADD_PLC					1001
 #define RX_CODE_REMOVE_PLC				1002
+#define RX_CODE_SELECT_PLC				1003
 
 
 /* 定制颜色 */
 #define APP_MAIN_DLG_BACKGROUND			RGB(255, 255, 255)	
 #define TOP_TOOLBAR_BACKGROUND			RGB(240, 240, 240)	
-#define PAGE_PLC_LIST_BACKGROUND		RGB(245, 245, 250)	
\ No newline at end of file
+#define PAGE_PLC_LIST_BACKGROUND		RGB(245, 245, 250)	
+#define MAIN_CONTAINER_BACKGROUND		RGB(252, 252, 255)
+#define BASE_VIEW_BACKGROUND			RGB(252, 252, 255)
+#define PLC_VIEW_BACKGROUND				RGB(252, 252, 255)
+
+
+/* 按钮id */
+#define VIEW_TOOL_BTN_CLOSE				0x1016
\ No newline at end of file

--
Gitblit v1.9.3