From a3a9a6aeb574d21fb6e54b12b797b859662e5ad2 Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期一, 06 一月 2025 18:01:35 +0800 Subject: [PATCH] 1.PLC独立模块,添加了工具条 --- 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