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); };