QuakeGod
2024-12-24 61deef5cdf96cbfdd6ad45be49e80d597c00ca65
MTerm1/MainFrm.h
@@ -14,7 +14,8 @@
#include "MyDialogLog.h"
#include "MyDlgBarInputShow.h"
#include "CMyPaneInputShow.h"
#include "MTerm1CommDevView.h"
#include "ConfigToolView.h"
class CMainFrame : public CMDIFrameWndEx
{
@@ -63,6 +64,8 @@
   CMyPaneInputShow m_wndMyPaneInputShow;
   CMTerm1CommDevView* m_pCommDevView = nullptr;
   CConfigToolView* m_pConfigToolView = nullptr;
// 生成的消息映射函数
protected:
@@ -101,6 +104,11 @@
   afx_msg void OnMenuShowDev();
   afx_msg void OnMenuShownav();
   virtual BOOL PreTranslateMessage(MSG* pMsg);
   afx_msg void OnCommtest();
   afx_msg void OnDeviceConfig();
};