LAPTOP-SNT8I5JK\Boounion
2025-09-20 1095cb22a8fe1c9ed840fc2a3852ba518589b077
SourceCode/Bond/Servo/CControlJobDlg.h
@@ -26,6 +26,11 @@
   SERVO::CControlJob* m_pControlJob;
   CFont m_fontNoJob;
   // 记录上一次的 CJ 身份(指针/ID)
   SERVO::CControlJob* m_lastCjPtr = nullptr;
   CString             m_lastCjId;
   CExpandableListCtrl::Node* m_rootNode = nullptr;
protected:
   CExpandableListCtrl m_listCtrl;
@@ -43,4 +48,6 @@
   virtual BOOL OnInitDialog();
   afx_msg void OnSize(UINT nType, int cx, int cy);
   afx_msg void OnBnClickedButtonCompletionBath();
   afx_msg void OnBnClickedButtonReload();
   afx_msg void OnTimer(UINT_PTR nIDEvent);
};