123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- // LYFZIPManageDoc.h : interface of the CLYFZIPManageDoc class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_LYFZIPManageDOC_H__4E3EBA7D_65FB_493A_AFDF_77505BF421C0__INCLUDED_)
- #define AFX_LYFZIPManageDOC_H__4E3EBA7D_65FB_493A_AFDF_77505BF421C0__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CLYFZIPManageDoc : public CDocument
- {
- protected: // create from serialization only
- CLYFZIPManageDoc();
- DECLARE_DYNCREATE(CLYFZIPManageDoc)
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CLYFZIPManageDoc)
- public:
- virtual BOOL OnNewDocument();
- virtual void Serialize(CArchive& ar);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CLYFZIPManageDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CLYFZIPManageDoc)
- // 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_LYFZIPManageDOC_H__4E3EBA7D_65FB_493A_AFDF_77505BF421C0__INCLUDED_)
|