ShortMessageDlg.h
资源名称:msgctrl.rar [点击查看]
上传用户:ynthgy
上传日期:2022-06-13
资源大小:1580k
文件大小:2k
源码类别:
手机短信编程
开发平台:
Visual C++
- // ShortMessageDlg.h : header file
- //
- #if !defined(AFX_SHORTMESSAGEDLG_H__E74216FB_B9FE_4A78_858F_30FF88F79FC9__INCLUDED_)
- #define AFX_SHORTMESSAGEDLG_H__E74216FB_B9FE_4A78_858F_30FF88F79FC9__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CShortMessageDlg dialog
- class CShortMessageDlg : public CDialog
- {
- // Construction
- public:
- CShortMessageDlg(CWnd* pParent = NULL); // standard constructor
- void SmsSend(CString centerNumber, CString mobileNo, CString message, char mode);
- // Dialog Data
- //{{AFX_DATA(CShortMessageDlg)
- enum { IDD = IDD_SHORTMESSAGE_DIALOG };
- CListCtrl m_ListCtrl;
- CString m_strMessage;
- CString m_strCenterNumber;
- CString m_strMobileNo;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CShortMessageDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CShortMessageDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnTimer(UINT nIDEvent);
- afx_msg void OnDestroy();
- virtual void OnOK();
- afx_msg void OnButton1();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SHORTMESSAGEDLG_H__E74216FB_B9FE_4A78_858F_30FF88F79FC9__INCLUDED_)