From e688cec6c19b3582d441581a8e12fb30686d6644 Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期二, 07 一月 2025 17:55:40 +0800 Subject: [PATCH] 1.增加没有PLC时的提示; --- SourceCode/Bond/BoounionPLC/Common.h | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/BoounionPLC/Common.h b/SourceCode/Bond/BoounionPLC/Common.h index 4f5420d..e58f33c 100644 --- a/SourceCode/Bond/BoounionPLC/Common.h +++ b/SourceCode/Bond/BoounionPLC/Common.h @@ -4,3 +4,11 @@ /* Rx Code */ #define RX_CODE_TEST 0 #define RX_CODE_LOG 1000 +#define RX_CODE_ADD_PLC 1001 +#define RX_CODE_REMOVE_PLC 1002 + + +/* 定制颜色 */ +#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 -- Gitblit v1.9.3