From 2f01b46f82188ea746024733cc3dd00286f30b6a Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期二, 10 六月 2025 14:44:22 +0800 Subject: [PATCH] 1. 迁移用户登录、管理等界面和数据 --- SourceCode/Bond/Servo/ServoDlg.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/Servo/ServoDlg.h b/SourceCode/Bond/Servo/ServoDlg.h index ee43ac3..fbf4f05 100644 --- a/SourceCode/Bond/Servo/ServoDlg.h +++ b/SourceCode/Bond/Servo/ServoDlg.h @@ -6,6 +6,7 @@ #include "BlButton.h" #include "PageLog.h" #include "PageAlarm.h" +#include "PageTransferLog.h" #include "PageRecipe.h" #include "TerminalDisplayDlg.h" #include "CPanelMaster.h" @@ -44,6 +45,7 @@ CPageRecipe* m_pPageRecipe; CPageAlarm* m_pPageAlarm; CPageLog* m_pPageLog; + CPageTransferLog* m_pPageTransferLog; // 对话框数据 #ifdef AFX_DESIGN_TIME -- Gitblit v1.9.3