MySp.h
上传用户:wangdan
上传日期:2022-06-30
资源大小:739k
文件大小:1k
源码类别:

3D图形编程

开发平台:

Visual C++

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