3DFrame.cpp
上传用户:kelijie
上传日期:2007-01-01
资源大小:123k
文件大小:1k
源码类别:

图形图象

开发平台:

Visual C++

  1. // 3DFrame.cpp : implementation file
  2. //
  3. #include "stdafx.h"
  4. #include "ebdlib3.h"
  5. #include "3DFrame.h"
  6. #ifdef _DEBUG
  7. #define new DEBUG_NEW
  8. #undef THIS_FILE
  9. static char THIS_FILE[] = __FILE__;
  10. #endif
  11. /////////////////////////////////////////////////////////////////////////////
  12. // C3DFrame
  13. IMPLEMENT_DYNCREATE(C3DFrame, CFrameWnd)
  14. C3DFrame::C3DFrame()
  15.    :CChildFrame()
  16. {
  17. }
  18. C3DFrame::~C3DFrame()
  19. {
  20. }
  21. BEGIN_MESSAGE_MAP(C3DFrame, CFrameWnd)
  22. //{{AFX_MSG_MAP(C3DFrame)
  23. // NOTE - the ClassWizard will add and remove mapping macros here.
  24. //}}AFX_MSG_MAP
  25. END_MESSAGE_MAP()
  26. /////////////////////////////////////////////////////////////////////////////
  27. // C3DFrame message handlers