RdFrame.cpp
Upload User: kelijie
Upload Date: 2007-01-01
Package Size: 123k
Code Size: 1k
Category:

Graph program

Development Platform:

Visual C++

  1. // RdFrame.cpp : implementation file
  2. //
  3. #include "stdafx.h"
  4. #include "ebdlib1.h"
  5. #include "RdFrame.h"
  6. #ifdef _DEBUG
  7. #define new DEBUG_NEW
  8. #undef THIS_FILE
  9. static char THIS_FILE[] = __FILE__;
  10. #endif
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CRoundFrame
  13. IMPLEMENT_DYNCREATE(CRoundFrame, CFrameWnd)
  14. CRoundFrame::CRoundFrame()
  15.     :CChildFrame() 
  16. {
  17. }
  18. CRoundFrame::~CRoundFrame()
  19. {
  20. }
  21. BEGIN_MESSAGE_MAP(CRoundFrame, CFrameWnd)
  22. //{{AFX_MSG_MAP(CRoundFrame)
  23. //}}AFX_MSG_MAP
  24. END_MESSAGE_MAP()
  25. /////////////////////////////////////////////////////////////////////////////
  26. // CRoundFrame message handlers