SourceCode/Bond/Servo/PageRecipe.h
@@ -2,6 +2,8 @@ #include "afxdialogex.h" #include "RecipeManager.h" #include "ListCtrlEx.h" #include "MsgDlg.h" // CPageRecipe 对话框 @@ -13,6 +15,10 @@ CPageRecipe(CWnd* pParent = nullptr); // 标准构造函数 virtual ~CPageRecipe(); public: static UINT SyncThreadFunction(LPVOID lpvData); UINT SyncThreadFunctionInner(CMsgDlg* pMsgDlg); private: void InitListCtrlHeaderForMaster(); void InitListCtrlHeaderForDevice();