SplashView.h
上传用户:wlkj888
上传日期:2022-08-01
资源大小:806k
文件大小:1k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. #if !defined(AFX_SPLASHVIEW_H__15D3A2E9_99F6_4319_9A28_18D6D5654B62__INCLUDED_)
  2. #define AFX_SPLASHVIEW_H__15D3A2E9_99F6_4319_9A28_18D6D5654B62__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SplashView.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // SplashView view
  10. class SplashView : public CView
  11. {
  12. protected:
  13. SplashView();           // protected constructor used by dynamic creation
  14. DECLARE_DYNCREATE(SplashView)
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(SplashView)
  22. protected:
  23. virtual void OnDraw(CDC* pDC);      // overridden to draw this view
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. protected:
  27. virtual ~SplashView();
  28. #ifdef _DEBUG
  29. virtual void AssertValid() const;
  30. virtual void Dump(CDumpContext& dc) const;
  31. #endif
  32. // Generated message map functions
  33. protected:
  34. //{{AFX_MSG(SplashView)
  35. // NOTE - the ClassWizard will add and remove member functions here.
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. /////////////////////////////////////////////////////////////////////////////
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_SPLASHVIEW_H__15D3A2E9_99F6_4319_9A28_18D6D5654B62__INCLUDED_)