cellIDDlg.h
上传用户:rx_deng
上传日期:2014-02-22
资源大小:21k
文件大小:1k
源码类别:

Windows Mobile

开发平台:

C/C++

  1. // cellIDDlg.h : header file
  2. //
  3. #if !defined(AFX_CELLIDDLG_H__8E466115_3004_4F40_A7CE_64A26E5F6FF9__INCLUDED_)
  4. #define AFX_CELLIDDLG_H__8E466115_3004_4F40_A7CE_64A26E5F6FF9__INCLUDED_
  5. #if _MSC_VER >= 1000
  6. #pragma once
  7. #endif // _MSC_VER >= 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CCellIDDlg dialog
  10. class CCellIDDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CCellIDDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CCellIDDlg)
  17. enum { IDD = IDD_CELLID_DIALOG };
  18. // NOTE: the ClassWizard will add data members here
  19. //}}AFX_DATA
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CCellIDDlg)
  22. protected:
  23. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. protected:
  27. HICON m_hIcon;
  28. // Generated message map functions
  29. //{{AFX_MSG(CCellIDDlg)
  30. virtual BOOL OnInitDialog();
  31. afx_msg void OnTimer(UINT nIDEvent);
  32. afx_msg void OnClose();
  33. afx_msg void OnDestroy();
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_CELLIDDLG_H__8E466115_3004_4F40_A7CE_64A26E5F6FF9__INCLUDED_)