ScreenWnd.h
上传用户:liuhua
上传日期:2022-07-19
资源大小:27k
文件大小:2k
- #if !defined(AFX_SCREENWND_H__8E577170_8674_11D3_9B96_00ED140000A2__INCLUDED_)
- #define AFX_SCREENWND_H__8E577170_8674_11D3_9B96_00ED140000A2__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ScreenWnd.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CScreenWnd window
- class CScreenWnd : public CDrawWnd
- {
- // Construction
- public:
- CScreenWnd();
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CScreenWnd)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- BOOL Create();
- CPoint m_ptLast;
- virtual ~CScreenWnd();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CScreenWnd)
- afx_msg void OnActivate(UINT nState, CWnd* pWndOther, BOOL bMinimized);
- afx_msg void OnActivateApp(BOOL bActive, HTASK hTask);
- afx_msg void OnDestroy();
- afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
- afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
- afx_msg void OnMouseMove(UINT nFlags, CPoint point);
- afx_msg BOOL OnNcActivate(BOOL bActive);
- afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
- afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message);
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnSysKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SCREENWND_H__8E577170_8674_11D3_9B96_00ED140000A2__INCLUDED_)