DialogTooBar.h
上传用户:szcysw
上传日期:2013-03-11
资源大小:6752k
文件大小:1k
- // DialogTooBar.h: interface for the CDialogTooBar class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_DIALOGTOOBAR_H__52DE19CB_AD68_4481_881E_DA916605D4E2__INCLUDED_)
- #define AFX_DIALOGTOOBAR_H__52DE19CB_AD68_4481_881E_DA916605D4E2__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CDialogTooBar : public CDialogBar
- {
- public:
- CDialogTooBar();
- virtual ~CDialogTooBar();
- void OnButton2();
- DECLARE_MESSAGE_MAP()
- };
- #endif // !defined(AFX_DIALOGTOOBAR_H__52DE19CB_AD68_4481_881E_DA916605D4E2__INCLUDED_)