From 89cd7441c184d37f90d4d5311b348e938119765f Mon Sep 17 00:00:00 2001
From: zxd <zxdvslxy@gmail.com>
Date: 星期六, 21 十月 2023 12:28:04 +0800
Subject: [PATCH] 修改最后一个单元格不会被读取的问题

---
 MTerm2/DialogEventLog.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/MTerm2/DialogEventLog.h b/MTerm2/DialogEventLog.h
index 477693b..94d8088 100644
--- a/MTerm2/DialogEventLog.h
+++ b/MTerm2/DialogEventLog.h
@@ -27,4 +27,10 @@
 	virtual BOOL OnInitDialog();
 	int UpLoadEventLog();
 	int GetEventLogStatus();
+	int m_nEventCount;
+	int m_nCurEvent;
+	int GetEventLogByIndex(int nIndex);
+	afx_msg void OnTimer(UINT_PTR nIDEvent);
+	int DelayInit();
+	int GetEventProcess();
 };

--
Gitblit v1.9.1