📄 smsdemodlg.h
字号:
// SmsDemoDlg.h : header file
//
//{{AFX_INCLUDES()
#include "edisonsmsgw.h"
//}}AFX_INCLUDES
#if !defined(AFX_SMSDEMODLG_H__85657EF5_B8DB_489F_B8B4_D10D66DBA508__INCLUDED_)
#define AFX_SMSDEMODLG_H__85657EF5_B8DB_489F_B8B4_D10D66DBA508__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CSmsDemoDlg dialog
class CSmsDemoDlg : public CDialog
{
// Construction
public:
int m_nSmsIndex;
CSmsDemoDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSmsDemoDlg)
enum { IDD = IDD_SMSDEMO_DIALOG };
CEdisonSmsGw m_ctrlEdisonSmsOcx;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSmsDemoDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CSmsDemoDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnConnectModemButton();
afx_msg void OnSendSmsButton();
afx_msg void OnDisconnectModemButton();
afx_msg void OnConnectStatusEdisonsmsgwctrl1(long nStatus);
afx_msg void OnSendSmsResultEdisonsmsgwctrl1(short nResult, long nIndex, LPCTSTR strPhoneNumber, LPCTSTR strSmsContent);
afx_msg void OnRecvsmsEdisonsmsgwctrl1(LPCTSTR strPhoneNumber, LPCTSTR strSmsContent, short nYear, short nMonth, short nDay, short nHour, short nMinute, short nSecond);
DECLARE_EVENTSINK_MAP()
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SMSDEMODLG_H__85657EF5_B8DB_489F_B8B4_D10D66DBA508__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -