DialogBarEx.h
上传用户:lxjxxg
上传日期:2007-01-02
资源大小:42k
文件大小:2k
源码类别:

工具条

开发平台:

Visual C++

  1. #if !defined(AFX_DIALOGBAREX_H__D614B256_C5EC_11D2_B8C5_B41E04C10000__INCLUDED_)
  2. #define AFX_DIALOGBAREX_H__D614B256_C5EC_11D2_B8C5_B41E04C10000__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // DialogBarEx.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDialogBarEx window
  10. /*
  11. Class written by Sharad Kelkar drssk@ad1.vsnl.net.in
  12. This is freeware without any kind of restriction on usage
  13. and distribution.
  14. */
  15. class CDialogBarEx : public CDialogBar 
  16. {
  17. // Construction
  18. public:
  19. CDialogBarEx();
  20. // Attributes
  21. public:
  22. // Operations
  23. public:
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CDialogBarEx)
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. public:
  30. virtual void OnInitDialogBar();
  31. virtual ~CDialogBarEx();
  32. // Generated message map functions
  33. // Note from Sharad Kelkar
  34. // We have manually added entry afx_msg InitDialogBarHandler
  35. // as it was not done automatically by Class Wizard
  36. protected:
  37. //{{AFX_MSG(CDialogBarEx)
  38. afx_msg void InitDialogBarHandler( WORD wParam , DWORD  lParam );
  39. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. /////////////////////////////////////////////////////////////////////////////
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_DIALOGBAREX_H__D614B256_C5EC_11D2_B8C5_B41E04C10000__INCLUDED_)