From c6bfb4fc0801c4cb1f9dd2128df5f20d2e9cf27d Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期一, 13 一月 2025 11:33:36 +0800 Subject: [PATCH] 1.PLC名字显示,按钮边框等; --- SourceCode/Bond/BoounionPLC/Common.h | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/SourceCode/Bond/BoounionPLC/Common.h b/SourceCode/Bond/BoounionPLC/Common.h index 700cfb6..dedacdb 100644 --- a/SourceCode/Bond/BoounionPLC/Common.h +++ b/SourceCode/Bond/BoounionPLC/Common.h @@ -47,6 +47,7 @@ /* 轴设定页面颜色定义 */ /* 5个按钮页, 按钮背景色,正常状态*/ +#define BTN_PAGE_FRAME_COLOR RGB(58, 58, 58) #define BTN_PAGE_FACE_NORMAL_COLOR RGB(0, 168, 0) #define BTN_PAGE_FACE_SELECT_COLOR RGB(0, 232, 0) #define BTN_PAGE_TEXT_NORMAL_COLOR RGB(22, 22, 22) @@ -80,9 +81,10 @@ #define BTN_OPR_FRAME_NORMAL RGB(88, 88, 88) #define BTN_OPR_FRAME_HOVER RGB(88, 88, 88) #define BTN_OPR_FRAME_PRESS RGB(88, 88, 88) -#define BTN_OPR_BKGND_NORMAL RGB(222, 222, 222) -#define BTN_OPR_BKGND_HOVER RGB(208, 208, 222) -#define BTN_OPR_BKGND_PRESS RGB(0, 232, 0) +#define BTN_OPR_BKGND_NORMAL RGB(0, 168, 0) +#define BTN_OPR_BKGND_HOVER RGB(255, 160, 64) +#define BTN_OPR_BKGND_PRESS RGB(250, 155, 60) +#define BTN_OPR_BKGND_TEST RGB(0, 255, 0) /* 定位按钮 */ #define BTN_POINT_FRAME_NORMAL RGB(88, 88, 88) -- Gitblit v1.9.3