ScreenWnd.h
上传用户:liuhua
上传日期:2022-07-19
资源大小:27k
文件大小:2k
源码类别:

屏幕保护

开发平台:

Visual C++

  1. #if !defined(AFX_SCREENWND_H__8E577170_8674_11D3_9B96_00ED140000A2__INCLUDED_)
  2. #define AFX_SCREENWND_H__8E577170_8674_11D3_9B96_00ED140000A2__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ScreenWnd.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CScreenWnd window
  10. class CScreenWnd : public CDrawWnd
  11. {
  12. // Construction
  13. public:
  14. CScreenWnd();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CScreenWnd)
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. public:
  25. BOOL Create();
  26. CPoint m_ptLast;
  27. virtual ~CScreenWnd();
  28. // Generated message map functions
  29. protected:
  30. //{{AFX_MSG(CScreenWnd)
  31. afx_msg void OnActivate(UINT nState, CWnd* pWndOther, BOOL bMinimized);
  32. afx_msg void OnActivateApp(BOOL bActive, HTASK hTask);
  33. afx_msg void OnDestroy();
  34. afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
  35. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  36. afx_msg void OnMouseMove(UINT nFlags, CPoint point);
  37. afx_msg BOOL OnNcActivate(BOOL bActive);
  38. afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
  39. afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message);
  40. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  41. afx_msg void OnSysKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. /////////////////////////////////////////////////////////////////////////////
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_SCREENWND_H__8E577170_8674_11D3_9B96_00ED140000A2__INCLUDED_)