From 958cfa6b2e1c1eec0e20edc50816ef18f10cbf09 Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期四, 29 五月 2025 15:50:34 +0800 Subject: [PATCH] 1. 修改本地模式Port设置界面 2. 添加Transfer数据库管理类 --- SourceCode/Bond/Servo/ServoDlg.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SourceCode/Bond/Servo/ServoDlg.h b/SourceCode/Bond/Servo/ServoDlg.h index 9ff5766..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; @@ -54,8 +56,6 @@ HICON m_hIcon; COLORREF m_crBkgnd; HBRUSH m_hbrBkgnd; - CBlButton m_btnLog; - CBlButton m_btnAlarm; CPanelMaster* m_pPanelMaster; CPanelEquipment* m_pPanelEquipment; CPanelAttributes* m_pPanelAttributes; -- Gitblit v1.9.3