LAPTOP-SNT8I5JK\Boounion
2025-09-16 c36e0403012fda6101c176be7a875846fe383a53
SourceCode/Bond/Servo/CControlJobManagerDlg.h
@@ -1,5 +1,8 @@
#pragma once
#include "CCjPage1.h"
#include "CCjPage2.h"
#include "CCjPage3.h"
#include "ApredTreeCtrl2.h"
// CControlJobManagerDlg 对话框
@@ -14,9 +17,20 @@
private:
   void Resize();
   void UpdateCtrlState();
   void UpdateProcessJobs();
   void UpdateControlJob();
   bool AddPorcessJob(SERVO::CProcessJob* pj);
   bool RemovePorcessJob(SERVO::CProcessJob* pj);
   void UpProcessJobId(SERVO::CProcessJob* pJob);
private:
   CCjPage1* m_pPage1;
   std::vector<CCjPageBase*> m_pages;
   SERVO::CControlJob* m_pControlJob;
   std::vector<SERVO::CProcessJob*> m_processJobs;
   CCheckListBox m_listBox;
   CApredTreeCtrl2 m_tree;
// 对话框数据
#ifdef AFX_DESIGN_TIME
@@ -31,4 +45,11 @@
   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();
};