DialogTooBar.cpp
上传用户:szcysw
上传日期:2013-03-11
资源大小:6752k
文件大小:1k
- // DialogTooBar.cpp: implementation of the CDialogTooBar class.
- //
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "DialogBar.h"
- #include "DialogTooBar.h"
- #ifdef _DEBUG
- #undef THIS_FILE
- static char THIS_FILE[]=__FILE__;
- #define new DEBUG_NEW
- #endif
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- CDialogTooBar::CDialogTooBar()
- {
- }
- CDialogTooBar::~CDialogTooBar()
- {
- }
- BEGIN_MESSAGE_MAP(CDialogTooBar, CDialogBar)
- //{{AFX_MSG_MAP(CTransitionDlg)
- ON_BN_CLICKED(IDC_BUTTON4,OnButton2)
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- void CDialogTooBar::OnButton2()
- {
- AfxMessageBox("dddddddddd");
- // TODO: Add your control notification handler code here
-
- }