LAPTOP-SNT8I5JK\Boounion
2025-09-17 62bec5118f5e5fe750017cf2f12d4a428ab092df
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 UpProcessJobId(PJWarp* pjWarp);
   void InitData();
private:
   std::vector<CCjPageBase*> m_pages;
   SERVO::CControlJob* m_pControlJob;
   std::vector<SERVO::CProcessJob*> m_processJobs;
   CCheckListBox m_listBox;
   std::vector<PJWarp> m_pjWarps;
   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();