From 75fa4f9c3c26407b906f9de0a4f5ed7708cb68b3 Mon Sep 17 00:00:00 2001
From: LWQ <1806950222@qq.com>
Date: 星期四, 24 七月 2025 10:01:57 +0800
Subject: [PATCH] 新增切换下一张产品运行按钮功能

---
 ENRIT/UITool/DisplayMessage.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ENRIT/UITool/DisplayMessage.h b/ENRIT/UITool/DisplayMessage.h
index bf369eb..f175dd2 100644
--- a/ENRIT/UITool/DisplayMessage.h
+++ b/ENRIT/UITool/DisplayMessage.h
@@ -37,6 +37,8 @@
 
 	CStdioFile*					m_pFileLog;
 	CFileException				m_fileException;
+	
+	int 						m_nHoleAlarmState;
 };
 
 #define g_pLog		CDisplayMessage::GetSingletonPtr()
\ No newline at end of file

--
Gitblit v1.9.3