Splash.h
上传用户:juying163
上传日期:2014-09-24
资源大小:5867k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_SPLASH_H__65186F9E_8031_48FF_B83B_A0132B3834E1__INCLUDED_)
  2. #define AFX_SPLASH_H__65186F9E_8031_48FF_B83B_A0132B3834E1__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Splash.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSplash window
  10. #include "WZDBTMAP.H"
  11. class CSplash : public CWnd
  12. {
  13. // Construction
  14. public:
  15. CSplash();
  16. // Attributes
  17. public:
  18. // Operations
  19. public:
  20. void Create( UINT nID );
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CSplash)
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. public:
  27. virtual ~CSplash();
  28. // Generated message map functions
  29. protected:
  30. //{{AFX_MSG(CSplash)
  31. afx_msg void OnPaint();
  32. //}}AFX_MSG
  33. DECLARE_MESSAGE_MAP()
  34. CWzdBitmap  m_bitmap;
  35. };
  36. /////////////////////////////////////////////////////////////////////////////
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_SPLASH_H__65186F9E_8031_48FF_B83B_A0132B3834E1__INCLUDED_)