From b5e6527c8b3c162340ec3336c3eec0200767c7c9 Mon Sep 17 00:00:00 2001 From: Yao Chunli <56721587@qq.com> Date: 星期五, 13 五月 2022 08:42:29 +0800 Subject: [PATCH] Merge branch 'dev1' of http://3u015c326.zicp.vip:8111/r/MultiTerminal1 into dev1 --- 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