RdFrame.cpp
资源名称:ebd_src.zip [点击查看]
上传用户:kelijie
上传日期:2007-01-01
资源大小:123k
文件大小:1k
源码类别:
图形图象
开发平台:
Visual C++
- // RdFrame.cpp : implementation file
- //
- #include "stdafx.h"
- #include "ebdlib1.h"
- #include "RdFrame.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // CRoundFrame
- IMPLEMENT_DYNCREATE(CRoundFrame, CFrameWnd)
- CRoundFrame::CRoundFrame()
- :CChildFrame()
- {
- }
- CRoundFrame::~CRoundFrame()
- {
- }
- BEGIN_MESSAGE_MAP(CRoundFrame, CFrameWnd)
- //{{AFX_MSG_MAP(CRoundFrame)
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // CRoundFrame message handlers
English
