chenluhua1980
2026-01-06 4d9d8d22e3666076988c30afb4e7c6fe365c19aa
SourceCode/Bond/Servo/CControlJobDlg.h
@@ -20,11 +20,16 @@
   void Resize();
   void ShowGroup1(BOOL bShow);
   void ShowGroup2(BOOL bShow);
   void LoadData();
   void LoadData(SERVO::CControlJob* pControlJob);
private:
   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;
@@ -42,4 +47,7 @@
public:
   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);
};