From d68541dce155a682f65b7c3fbfbfbeef17ea5b8f Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期一, 12 五月 2025 12:00:41 +0800 Subject: [PATCH] 1.StoredJob, Fetched out Job实现; 2.CStep增加定制的Attribute, 以便通过的Step不使用getAttributeVector也能添加不一样的Attribute; --- SourceCode/Bond/Servo/ServoDlg.h | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SourceCode/Bond/Servo/ServoDlg.h b/SourceCode/Bond/Servo/ServoDlg.h index ce6cb8d..9ff5766 100644 --- a/SourceCode/Bond/Servo/ServoDlg.h +++ b/SourceCode/Bond/Servo/ServoDlg.h @@ -4,8 +4,8 @@ #pragma once #include "BlButton.h" -#include "LogDlg.h" -#include "AlarmDlg.h" +#include "PageLog.h" +#include "PageAlarm.h" #include "TerminalDisplayDlg.h" #include "CPanelMaster.h" #include "CPanelEquipment.h" @@ -36,8 +36,8 @@ CTerminalDisplayDlg* m_pTerminalDisplayDlg; CPageGraph1* m_pPageGraph1; CPageGraph2* m_pPageGraph2; - CAlarmDlg* m_pPageAlarm; - CLogDlg* m_pPageLog; + CPageAlarm* m_pPageAlarm; + CPageLog* m_pPageLog; // 对话框数据 -- Gitblit v1.9.3