From a56b1aade6f788f68a2474f524f004706f0d14a7 Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期三, 14 五月 2025 14:15:19 +0800 Subject: [PATCH] 1. 添加配方和PPID管理界面 --- SourceCode/Bond/Servo/ServoDlg.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/Servo/ServoDlg.h b/SourceCode/Bond/Servo/ServoDlg.h index 272028e..f78d8c5 100644 --- a/SourceCode/Bond/Servo/ServoDlg.h +++ b/SourceCode/Bond/Servo/ServoDlg.h @@ -6,6 +6,7 @@ #include "BlButton.h" #include "PageLog.h" #include "PageAlarm.h" +#include "PageRecipe.h" #include "TerminalDisplayDlg.h" #include "CPanelMaster.h" #include "CPanelEquipment.h" @@ -36,6 +37,7 @@ CTerminalDisplayDlg* m_pTerminalDisplayDlg; CPageGraph1* m_pPageGraph1; CPageGraph2* m_pPageGraph2; + CPageRecipe* m_pPageRecipe; CPageAlarm* m_pPageAlarm; CPageLog* m_pPageLog; -- Gitblit v1.9.3