chenluhua1980
12 小时以前 decceeb6669cadea0302c2e5a8035b920a04f836
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;
};