LAPTOP-SNT8I5JK\Boounion
2025-01-07 4981115416e00a561570e9467a9eca123dee07f1
SourceCode/Bond/BoounionPLC/PagePlcList.cpp
@@ -94,4 +94,13 @@
{
   m_treeCtrl.InsertItem("PLC1", nullptr, nullptr);
   m_treeCtrl.InsertItem("PLC2", nullptr, nullptr);
}
}
BOOL CPagePlcList::PreTranslateMessage(MSG* pMsg)
{
   if (pMsg->wParam == VK_RETURN || pMsg->wParam == VK_ESCAPE) {
      return TRUE;
   }
   return CDialogEx::PreTranslateMessage(pMsg);
}