chenluhua1980
2 天以前 f2ab7e5e25ca285dd3c2807a9ee67c5523174523
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);
};