From bfc9e3dec34e108e2b4c3d0bfe19c5c16914fdff Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期一, 23 六月 2025 13:46:30 +0800 Subject: [PATCH] 1. 配方管理类添加关键字查询(PPID和描述) --- 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