LAPTOP-SNT8I5JK\Boounion
2025-01-13 c6bfb4fc0801c4cb1f9dd2128df5f20d2e9cf27d
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)