| | |
| | | #include "afxdialogex.h" |
| | | #include "RecipeManager.h" |
| | | #include "ListCtrlEx.h" |
| | | #include "MsgDlg.h" |
| | | |
| | | |
| | | // CPageRecipe 对话框 |
| | | |
| | |
| | | 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 |