From e431787780491220f026d83dccdf15e8ea078d1e Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期四, 19 六月 2025 11:04:03 +0800 Subject: [PATCH] 1.准备处理PanelDataRequest的响应; 2.删除掉Glass中的JobDataB --- SourceCode/Bond/Servo/ServoDlg.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/Servo/ServoDlg.h b/SourceCode/Bond/Servo/ServoDlg.h index ee43ac3..454d778 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" @@ -33,6 +34,7 @@ void InitRxWindows(); void Resize(); void ShowChildPage(int index); + void UpdateLoginStatus(); CString& GetRuntimeFormatText(CString& strText, const char* pszSuffix); private: @@ -44,6 +46,7 @@ CPageRecipe* m_pPageRecipe; CPageAlarm* m_pPageAlarm; CPageLog* m_pPageLog; + CPageTransferLog* m_pPageTransferLog; // 对话框数据 #ifdef AFX_DESIGN_TIME -- Gitblit v1.9.3