LAPTOP-SNT8I5JK\Boounion
2024-12-07 80c5a369c116280921e8d5668e3fcde894668c7e
SourceCode/Bond/BondEq/Common.h
@@ -93,10 +93,10 @@
/* 轴设定页面颜色定义 */
/* 5个按钮页, 按钮背景色,正常状态*/
#define BTN_PAGE_FACE_NORMAL_COLOR      RGB(240, 240, 240)
#define BTN_PAGE_FACE_SELECT_COLOR      RGB(0, 122, 204)
#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)
#define BTN_PAGE_TEXT_SELECT_COLOR      RGB(222, 222, 222)
#define BTN_PAGE_TEXT_SELECT_COLOR      RGB(22, 22, 22)
/* JOG+, JOG-*/
#define BTN_JOG_FRAME_NORMAL         RGB(88, 88, 88)
@@ -130,6 +130,14 @@
#define BTN_OPR_BKGND_HOVER            RGB(208, 208, 222)
#define BTN_OPR_BKGND_PRESS            RGB(0, 232, 0)
/* 定位按钮 */
#define BTN_POINT_FRAME_NORMAL         RGB(88, 88, 88)
#define BTN_POINT_FRAME_HOVER         RGB(88, 88, 88)
#define BTN_POINT_FRAME_PRESS         RGB(88, 88, 88)
#define BTN_POINT_BKGND_NORMAL         RGB(222, 222, 222)
#define BTN_POINT_BKGND_HOVER         RGB(208, 208, 222)
#define BTN_POINT_BKGND_PRESS         RGB(0, 232, 0)
/* 按钮id */
#define VIEW_TOOL_BTN_CLOSE            0x1016