TBarDropButtonDoc.h
上传用户:sdpcwz
上传日期:2009-12-14
资源大小:1237k
文件大小:2k
- // TBarDropButtonDoc.h : interface of the CTBarDropButtonDoc class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_TBARDROPBUTTONDOC_H__31E73E19_6129_11D6_9E62_CA858095501B__INCLUDED_)
- #define AFX_TBARDROPBUTTONDOC_H__31E73E19_6129_11D6_9E62_CA858095501B__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CTBarDropButtonDoc : public CDocument
- {
- protected: // create from serialization only
- CTBarDropButtonDoc();
- DECLARE_DYNCREATE(CTBarDropButtonDoc)
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CTBarDropButtonDoc)
- public:
- virtual BOOL OnNewDocument();
- virtual void Serialize(CArchive& ar);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CTBarDropButtonDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CTBarDropButtonDoc)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_TBARDROPBUTTONDOC_H__31E73E19_6129_11D6_9E62_CA858095501B__INCLUDED_)