From 78793ce8e51b9a2b175483213017b154e3a5f952 Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期三, 21 五月 2025 14:15:59 +0800 Subject: [PATCH] 1. 完善机械臂组合界面的控件状态显示和操作 --- SourceCode/Bond/BondEq/stdafx.h | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/SourceCode/Bond/BondEq/stdafx.h b/SourceCode/Bond/BondEq/stdafx.h index 4dfdbf0..cef3da3 100644 --- a/SourceCode/Bond/BondEq/stdafx.h +++ b/SourceCode/Bond/BondEq/stdafx.h @@ -49,13 +49,14 @@ // 单例模式的数据库管理类 #include "UserManager.h" -#include "AxisManager.h" +#include "RecipeManager.h" #include "SystemLogManager.h" +#include "AlarmManager.h" // 控件样式 static UINT g_nGridFixCellColor = RGB(144, 200, 246); static UINT g_nGridFixFontColor = RGB(0, 0, 0); -static UINT g_nGridCellColor = RGB(255, 255, 255); +static UINT g_nGridCellColor = RGB(255, 255, 224); static UINT g_nGridCellColor_NonSelect = RGB(150, 150, 150); static UINT g_nGridCellReadyColor = RGB(255, 255, 0); static UINT g_nGridCellOnColor = RGB(255, 69, 0); -- Gitblit v1.9.3