DialogTooBar.h
上传用户:szcysw
上传日期:2013-03-11
资源大小:6752k
文件大小:1k
源码类别:

界面编程

开发平台:

Visual C++

  1. // DialogTooBar.h: interface for the CDialogTooBar class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_DIALOGTOOBAR_H__52DE19CB_AD68_4481_881E_DA916605D4E2__INCLUDED_)
  5. #define AFX_DIALOGTOOBAR_H__52DE19CB_AD68_4481_881E_DA916605D4E2__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CDialogTooBar : public CDialogBar  
  10. {
  11. public:
  12. CDialogTooBar();
  13. virtual ~CDialogTooBar();
  14. void OnButton2();
  15. DECLARE_MESSAGE_MAP()
  16. };
  17. #endif // !defined(AFX_DIALOGTOOBAR_H__52DE19CB_AD68_4481_881E_DA916605D4E2__INCLUDED_)