LAPTOP-SNT8I5JK\Boounion
2025-09-17 8e2b7558c6dce11bfbb144a5d6bf329d41d43827
SourceCode/Bond/Servo/CControlJobManagerDlg.h
@@ -18,17 +18,16 @@
private:
   void Resize();
   void UpdateCtrlState();
   void UpdateProcessJobs();
   void UpdateControlJob();
   bool AddPorcessJob(SERVO::CProcessJob* pj);
   bool RemovePorcessJob(SERVO::CProcessJob* pj);
   void UpProcessJobId(SERVO::CProcessJob* pJob);
   void InitData();
private:
   std::vector<CCjPageBase*> m_pages;
   SERVO::CControlJob* m_pControlJob;
   std::vector<SERVO::CProcessJob*> m_processJobs;
   CCheckListBox m_listBox;
   CApredTreeCtrl2 m_tree;
@@ -45,10 +44,6 @@
   virtual BOOL OnInitDialog();
   afx_msg void OnSize(UINT nType, int cx, int cy);
   afx_msg void OnGetMinMaxInfo(MINMAXINFO* lpMMI);
   afx_msg void OnBnClickedCreateCJ();
   afx_msg void OnBnClickedButtonCreatePj();
   afx_msg void OnListChkChange();
   afx_msg void OnLbnSelchangeList1();
   afx_msg void OnTvnSelchangedTree1(NMHDR* pNMHDR, LRESULT* pResult);
   afx_msg void OnDestroy();
   afx_msg void OnBnClickedButtonApply();