ExToolBarDoc.h
上传用户:trjx11
上传日期:2021-03-01
资源大小:158k
文件大小:2k
源码类别:

工具条

开发平台:

Visual C++

  1. // ExToolBarDoc.h : interface of the CExToolBarDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_EXTOOLBARDOC_H__29873601_FF1C_11D1_8A9F_000000000000__INCLUDED_)
  5. #define AFX_EXTOOLBARDOC_H__29873601_FF1C_11D1_8A9F_000000000000__INCLUDED_
  6. #if _MSC_VER >= 1000
  7. #pragma once
  8. #endif // _MSC_VER >= 1000
  9. class CExToolBarDoc : public CDocument
  10. {
  11. protected: // create from serialization only
  12. CExToolBarDoc();
  13. DECLARE_DYNCREATE(CExToolBarDoc)
  14. // Attributes
  15. public:
  16. // Operations
  17. public:
  18. // Overrides
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(CExToolBarDoc)
  21. public:
  22. virtual BOOL OnNewDocument();
  23. virtual void Serialize(CArchive& ar);
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. public:
  27. virtual ~CExToolBarDoc();
  28. #ifdef _DEBUG
  29. virtual void AssertValid() const;
  30. virtual void Dump(CDumpContext& dc) const;
  31. #endif
  32. protected:
  33. // Generated message map functions
  34. protected:
  35. //{{AFX_MSG(CExToolBarDoc)
  36. // NOTE - the ClassWizard will add and remove member functions here.
  37. //    DO NOT EDIT what you see in these blocks of generated code !
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. // Generated OLE dispatch map functions
  41. //{{AFX_DISPATCH(CExToolBarDoc)
  42. // NOTE - the ClassWizard will add and remove member functions here.
  43. //    DO NOT EDIT what you see in these blocks of generated code !
  44. //}}AFX_DISPATCH
  45. DECLARE_DISPATCH_MAP()
  46. DECLARE_INTERFACE_MAP()
  47. };
  48. /////////////////////////////////////////////////////////////////////////////
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_EXTOOLBARDOC_H__29873601_FF1C_11D1_8A9F_000000000000__INCLUDED_)