chenluhua1980
2026-01-06 4d9d8d22e3666076988c30afb4e7c6fe365c19aa
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);
};