From bfe14e41fa5b07771d78af4511ba18d706bc23cc Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期一, 28 七月 2025 17:07:52 +0800 Subject: [PATCH] 1.Spooling Config功能EAP模拟测试; --- 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 6ef354a..2942408 100644 --- a/SourceCode/Bond/BoounionPLC/Common.h +++ b/SourceCode/Bond/BoounionPLC/Common.h @@ -20,6 +20,7 @@ #define RX_CODE_TACT_TIME 1014 // 节拍时间 #define RX_CODE_DAY_SHIFT_CAPACTITY 1015 // 白班产量 #define RX_CODE_NIGHT_SHIFT_CAPACTITY 1016 // 夜班产量 +#define RX_PLC_STATE_CHANGED 1017 /* PLC状态改变 */ /* 定制颜色 */ @@ -47,6 +48,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) @@ -114,6 +116,12 @@ #define BTN_SOUND_ON_BKGND_HOVER RGB(150, 250, 150) #define BTN_SOUND_ON_BKGND_PRESS RGB(50, 150, 50) +/* 树控件小圆点 */ +#define TREE_BADGE_BACKGROUND RGB(34, 177, 76) +#define TREE_BADGE_FOREGROUND RGB(222, 222, 222) +#define TREE_BADGE2_BACKGROUND RGB(255, 127, 39) +#define TREE_BADGE2_FOREGROUND RGB(222, 222, 222) + /* 按钮id */ #define VIEW_TOOL_BTN_CLOSE 0x1016 -- Gitblit v1.9.3