www.pudn.com > IrMobile.zip > IrMobileDlg.h
// IrMobileDlg.h : header file
//
#if !defined(AFX_IRMOBILEDLG_H__9C9E5395_AD99_47D7_87C7_8CBDC22DE89A__INCLUDED_)
#define AFX_IRMOBILEDLG_H__9C9E5395_AD99_47D7_87C7_8CBDC22DE89A__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
/////////////////////////////////////////////////////////////////////////////
// CIrMobileDlg dialog
class CIrMobileDlg : public CDialog
{
// Construction
public:
CIrMobileDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CIrMobileDlg)
enum { IDD = IDD_IRMOBILE_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CIrMobileDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CIrMobileDlg)
virtual BOOL OnInitDialog();
afx_msg void OnButtonSendSms();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_IRMOBILEDLG_H__9C9E5395_AD99_47D7_87C7_8CBDC22DE89A__INCLUDED_)