Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.3 KiB

  1. /*++
  2. Copyright (C) 1997-2001 Microsoft Corporation
  3. Module Name:
  4. Abstract:
  5. History:
  6. --*/
  7. #if !defined(AFX_TOOLBAREX_H__6D89DB48_2E76_4630_A95C_677E6CAB9E44__INCLUDED_)
  8. #define AFX_TOOLBAREX_H__6D89DB48_2E76_4630_A95C_677E6CAB9E44__INCLUDED_
  9. #if _MSC_VER > 1000
  10. #pragma once
  11. #endif // _MSC_VER > 1000
  12. // ToolBarEx.h : header file
  13. //
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CToolBarEx window
  16. class CToolBarEx : public CToolBar
  17. {
  18. // Construction
  19. public:
  20. CToolBarEx();
  21. // Attributes
  22. public:
  23. // Operations
  24. public:
  25. BOOL LoadToolBarEx(LPCTSTR lpszResourceName);
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CToolBarEx)
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. public:
  32. virtual ~CToolBarEx();
  33. protected:
  34. BOOL LoadBitmapEx(LPCTSTR lpszResourceName);
  35. // Generated message map functions
  36. protected:
  37. //{{AFX_MSG(CToolBarEx)
  38. // NOTE - the ClassWizard will add and remove member functions here.
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. /////////////////////////////////////////////////////////////////////////////
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_TOOLBAREX_H__6D89DB48_2E76_4630_A95C_677E6CAB9E44__INCLUDED_)