LAPTOP-SNT8I5JK\Boounion
2025-09-15 5bddb50bb11a06b07922b989b24ad6e7f4fdca3f
SourceCode/Bond/Servo/PageTransferLog.cpp
@@ -51,7 +51,7 @@
   CDialogEx::DoDataExchange(pDX);
}
void CPageTransferLog::InitRxWindow()
void CPageTransferLog::InitRxWindows()
{
   /* code */
   // 订阅数据
@@ -408,7 +408,7 @@
{
   if (nIDEvent == 1) {
      KillTimer(1);
      InitRxWindow();
      InitRxWindows();
   }
   CDialogEx::OnTimer(nIDEvent);
}
@@ -497,4 +497,13 @@
      m_nCurPage++;
      UpdatePageData();
   }
}
BOOL CPageTransferLog::PreTranslateMessage(MSG* pMsg)
{
   if (pMsg->wParam == VK_RETURN || pMsg->wParam == VK_ESCAPE) {
      return TRUE;
   }
   return CDialogEx::PreTranslateMessage(pMsg);
}