LAPTOP-SNT8I5JK\Boounion
2025-09-17 62bec5118f5e5fe750017cf2f12d4a428ab092df
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,19 @@
private:
   void Resize();
   void UpdateCtrlState();
   void UpdateControlJob();
   bool AddPorcessJob(SERVO::CProcessJob* pj);
   bool RemovePorcessJob(SERVO::CProcessJob* pj);
   void UpProcessJobId(PJWarp* pjWarp);
   void InitData();
private:
   CCjPage1* m_pPage1;
   std::vector<CCjPageBase*> m_pages;
   SERVO::CControlJob* m_pControlJob;
   std::vector<PJWarp> m_pjWarps;
   CApredTreeCtrl2 m_tree;
// 对话框数据
#ifdef AFX_DESIGN_TIME
@@ -31,4 +44,7 @@
   virtual BOOL OnInitDialog();
   afx_msg void OnSize(UINT nType, int cx, int cy);
   afx_msg void OnGetMinMaxInfo(MINMAXINFO* lpMMI);
   afx_msg void OnTvnSelchangedTree1(NMHDR* pNMHDR, LRESULT* pResult);
   afx_msg void OnDestroy();
   afx_msg void OnBnClickedButtonApply();
};