chenluhua1980
2026-01-14 6b6297c6fc0aa5c059d35732c7ee22ebca93967f
SourceCode/Bond/Servo/PageRecipe.h
@@ -46,8 +46,11 @@
   afx_msg void OnClickListPPID(NMHDR* pNMHDR, LRESULT* pResult);
   afx_msg void OnDblclkListPPID(NMHDR* pNMHDR, LRESULT* pResult);
   afx_msg void OnCbnSelchangeComboEquipment();
   virtual BOOL PreTranslateMessage(MSG* pMsg);
   DECLARE_MESSAGE_MAP()
private:
   std::string SanitizeName(const std::string& name);
   CListCtrlEx m_listPPID;
};