From f5a99f55c4296db46822914e81b5b595b12fba8a Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期一, 06 一月 2025 18:04:58 +0800 Subject: [PATCH] 1.Bond主程序,修复按ESC键工具条被销毁的问题; --- SourceCode/Bond/BoounionPLC/Common.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/BoounionPLC/Common.h b/SourceCode/Bond/BoounionPLC/Common.h index 4f5420d..861ec49 100644 --- a/SourceCode/Bond/BoounionPLC/Common.h +++ b/SourceCode/Bond/BoounionPLC/Common.h @@ -4,3 +4,6 @@ /* Rx Code */ #define RX_CODE_TEST 0 #define RX_CODE_LOG 1000 + +/* 定制颜色 */ +#define TOP_TOOLBAR_BACKGROUND RGB(240, 240, 240) -- Gitblit v1.9.3