LAPTOP-SNT8I5JK\Boounion
2025-07-08 f0f942498d6b0c9a92ee2d7b9ea62a592b8f4cce
SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h
@@ -3,6 +3,7 @@
//
#pragma once
#include "LogEdit.h"
// CEAPSimulatorDlg 对话框
@@ -11,6 +12,11 @@
// 构造
public:
   CEAPSimulatorDlg(CWnd* pParent = nullptr);   // 标准构造函数
private:
   void AppendLog(int level, const char* pszText);
   void InitRxWindow();
// 对话框数据
#ifdef AFX_DESIGN_TIME
@@ -24,6 +30,8 @@
// 实现
protected:
   HICON m_hIcon;
   CLogEdit m_logEdit;
   IObserver* m_pObserver;
   // 生成的消息映射函数
   virtual BOOL OnInitDialog();
@@ -31,4 +39,8 @@
   afx_msg void OnPaint();
   afx_msg HCURSOR OnQueryDragIcon();
   DECLARE_MESSAGE_MAP()
public:
   afx_msg void OnDestroy();
   afx_msg void OnBnClickedButtonConnect();
   afx_msg void OnBnClickedButtonDisconnect();
};