📄 debugdlg.h
字号:
#if !defined(AFX_DEBUGDLG_H__D84B3C55_D6C4_48FC_9CBA_04F46B4478C0__INCLUDED_)
#define AFX_DEBUGDLG_H__D84B3C55_D6C4_48FC_9CBA_04F46B4478C0__INCLUDED_
#include "System.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DebugDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDebugDlg dialog
//##ModelId=44B6F886031C
class CDebugDlg : public CDialog
{
// Construction
public:
//##ModelId=44B6F886032D
void AddAlarm();
//##ModelId=44B6F886032E
int AddRecv();
//##ModelId=44B6F886032F
BOOL bVoice;
//##ModelId=44B6F886033C
UCHAR GetBoxCmd(int i);
//##ModelId=44B6F886033E
void AddTimeOut(UINT nIndex , UINT nColumn , int nAddNum);
//##ModelId=44B6F8860342
void SetEQState(UINT nIndex,UINT nColumn,UINT nState);
//##ModelId=44B6F886034E
void SetCommState(UINT nIndex, UINT nState);
//##ModelId=44B6F8860351
int m_nFault;
//##ModelId=44B6F886035B
int m_nTimeOut;
//##ModelId=44B6F886035C
int SendData(int nType);
//##ModelId=44B6F886035E
void ShowMsg(CString strMsg);
//##ModelId=44B6F886036C
void SetTestLine();
//##ModelId=44B6F886036D
int m_iSend;
//##ModelId=44B6F886036E
int m_iRecv;
//##ModelId=44B6F886037A
int m_nAlarm ;
//##ModelId=44B6F886037B
CString m_strMsg;
//##ModelId=44B6F886037C
CDebugDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDebugDlg)
enum { IDD = IDD_DEBUGDLG };
//##ModelId=44B6F886038B
CListCtrl m_ctrlList;
//##ModelId=44B6F8860390
CComboBox m_Cmd;
//##ModelId=44B6F8860399
CString m_Send;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDebugDlg)
public:
//##ModelId=44B6F886039A
virtual BOOL DestroyWindow();
protected:
//##ModelId=44B6F886039C
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
//##ModelId=44B6F88603AA
HICON m_hIcon;
//##ModelId=44B6F88603B9
BOOL m_bOpen ;
//##ModelId=44B6F88603BA
void InitList();
// Generated message map functions
//{{AFX_MSG(CDebugDlg)
//##ModelId=44B6F88603BB
virtual BOOL OnInitDialog();
//##ModelId=44B6F88603C9
afx_msg void OnRadio1();
//##ModelId=44B6F88603CB
afx_msg void OnRadio2();
//##ModelId=44B6F88603D9
afx_msg void OnTimer(UINT nIDEvent);
//##ModelId=44B6F8870000
afx_msg void OnBnSend1();
//##ModelId=44B6F8870002
afx_msg void OnSelchangeCommand();
//##ModelId=44B6F8870004
afx_msg void OnBnSend2();
//##ModelId=44B6F8870010
afx_msg void OnDestroy();
//##ModelId=44B6F8870012
afx_msg void OnBnClear();
//##ModelId=44B6F887001F
afx_msg void OnClearsc();
//##ModelId=44B6F8870021
afx_msg void OnCheck();
//##ModelId=44B6F887002E
afx_msg void OnRadio3();
//##ModelId=44B6F8870030
afx_msg void OnGsmcheck();
//##ModelId=44B6F8870032
afx_msg void OnBSendMsg();
//##ModelId=44B6F887003E
afx_msg void OnBCall();
//##ModelId=44B6F8870040
afx_msg LRESULT OnMM_WOM_OPEN(UINT wParam,LONG lParam);
//##ModelId=44B6F887004F
afx_msg LRESULT OnMM_WOM_DONE(UINT wParam,LONG lParam);
//##ModelId=44B6F8870053
afx_msg LRESULT OnMM_WOM_CLOSE(UINT wParam,LONG lParam);
//##ModelId=44B6F8870060
afx_msg void OnVoice();
//##ModelId=44B6F8870062
afx_msg LRESULT GsmVoice(WPARAM wParam,LPARAM lParam) ;
//##ModelId=44B6F8870070
afx_msg void OnDblclkList(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DEBUGDLG_H__D84B3C55_D6C4_48FC_9CBA_04F46B4478C0__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -