LYFZIPManageView.h 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. // LYFZIPManageView.h : interface of the CLYFZIPManageView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_LYFZIPManageVIEW_H__250FB43A_FCEB_49F3_AF3E_B7C61B37BFB0__INCLUDED_)
  5. #define AFX_LYFZIPManageVIEW_H__250FB43A_FCEB_49F3_AF3E_B7C61B37BFB0__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CLYFZIPManageView : public CView
  10. {
  11. protected: // create from serialization only
  12. CLYFZIPManageView();
  13. DECLARE_DYNCREATE(CLYFZIPManageView)
  14. // Attributes
  15. public:
  16. CLYFZIPManageDoc* GetDocument();
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CLYFZIPManageView)
  22. public:
  23. virtual void OnDraw(CDC* pDC); // overridden to draw this view
  24. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  25. virtual void OnInitialUpdate();
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. public:
  29. virtual ~CLYFZIPManageView();
  30. #ifdef _DEBUG
  31. virtual void AssertValid() const;
  32. virtual void Dump(CDumpContext& dc) const;
  33. #endif
  34. protected:
  35. // Generated message map functions
  36. protected:
  37. //{{AFX_MSG(CLYFZIPManageView)
  38. afx_msg void OnTimer(UINT nIDEvent);
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. #ifndef _DEBUG // debug version in LYFZIPManageView.cpp
  43. inline CLYFZIPManageDoc* CLYFZIPManageView::GetDocument()
  44. { return (CLYFZIPManageDoc*)m_pDocument; }
  45. #endif
  46. /////////////////////////////////////////////////////////////////////////////
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_LYFZIPManageVIEW_H__250FB43A_FCEB_49F3_AF3E_B7C61B37BFB0__INCLUDED_)