ShowImageDlg.h
上传用户:yuquansen
上传日期:2008-01-12
资源大小:380k
文件大小:1k
源码类别:

Windows CE

开发平台:

Visual C++

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