mrDarker
2025-09-04 1c8098f74227411b5417c560eb7e6d7c0a61ae6e
SourceCode/Bond/Servo/PageRecipe.h
@@ -2,6 +2,8 @@
#include "afxdialogex.h"
#include "RecipeManager.h"
#include "ListCtrlEx.h"
#include "MsgDlg.h"
// CPageRecipe 对话框
@@ -13,12 +15,16 @@
   CPageRecipe(CWnd* pParent = nullptr);   // 标准构造函数
   virtual ~CPageRecipe();
public:
   static UINT SyncThreadFunction(LPVOID lpvData);
   UINT SyncThreadFunctionInner(CMsgDlg* pMsgDlg);
private:
   void InitListCtrlHeaderForMaster();
   void InitListCtrlHeaderForDevice();
   void UpdateRecipeByPPID(const CString& strPPID);
   void FillDataToListCtrl(const std::vector<RecipeInfo>& vecRecipe);
   void FillRecipeListToListCtrl(SERVO::CRecipeList* pList);
   void FillRecipeListToListCtrl(SERVO::CEquipment* pEq);
// 对话框数据
#ifdef AFX_DESIGN_TIME