3DFrame.h
Upload User: kelijie
Upload Date: 2007-01-01
Package Size: 123k
Code Size: 1k
Category:

Graph program

Development Platform:

Visual C++

  1. #if !defined(AFX_3DFRAME_H__73B8DC8E_F1E7_11D2_955D_8422F5C00000__INCLUDED_)
  2. #define AFX_3DFRAME_H__73B8DC8E_F1E7_11D2_955D_8422F5C00000__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // 3DFrame.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // C3DFrame frame
  10. #include "standard.h"
  11. class _declspec(dllexport) C3DFrame : public CChildFrame
  12. {
  13. public:
  14. C3DFrame();           // protected constructor used by dynamic creation
  15. DECLARE_DYNCREATE(C3DFrame)
  16. // Attributes
  17. public:
  18. // Operations
  19. public:
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(C3DFrame)
  23. //}}AFX_VIRTUAL
  24. // Implementation
  25. public:
  26. virtual ~C3DFrame();
  27. // Generated message map functions
  28. //{{AFX_MSG(C3DFrame)
  29. // NOTE - the ClassWizard will add and remove member functions here.
  30. //}}AFX_MSG
  31. DECLARE_MESSAGE_MAP()
  32. };
  33. /////////////////////////////////////////////////////////////////////////////
  34. //{{AFX_INSERT_LOCATION}}
  35. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  36. #endif // !defined(AFX_3DFRAME_H__73B8DC8E_F1E7_11D2_955D_8422F5C00000__INCLUDED_)