SourceCode/Bond/Servo/PageRecipe.h
@@ -1,6 +1,9 @@ #pragma once #include "afxdialogex.h" #include "RecipeManager.h" #include "ListCtrlEx.h" #include "MsgDlg.h" // CPageRecipe 对话框 @@ -11,6 +14,10 @@ public: CPageRecipe(CWnd* pParent = nullptr); // 标准构造函数 virtual ~CPageRecipe(); public: static UINT SyncThreadFunction(LPVOID lpvData); UINT SyncThreadFunctionInner(CMsgDlg* pMsgDlg); private: void InitListCtrlHeaderForMaster(); @@ -41,5 +48,5 @@ DECLARE_MESSAGE_MAP() private: CListCtrl m_listPPID; CListCtrlEx m_listPPID; };