XIONGFTPVIEW.H
上传用户:kangshh
上传日期:2022-01-15
资源大小:1842k
文件大小:2k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. // xiongFtpView.h : interface of the CXiongFtpView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_XIONGFTPVIEW_H__EA4C86EF_F083_4105_90FC_048C401A0DC6__INCLUDED_)
  5. #define AFX_XIONGFTPVIEW_H__EA4C86EF_F083_4105_90FC_048C401A0DC6__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CXiongFtpDoc;
  10. class CXiongFtpView : public CListView
  11. {
  12. protected: // create from serialization only
  13. CXiongFtpView();
  14. DECLARE_DYNCREATE(CXiongFtpView)
  15. // Attributes
  16. public:
  17. CXiongFtpDoc* GetDocument();
  18. // Operations
  19. public:
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CXiongFtpView)
  23. public:
  24. virtual void OnDraw(CDC* pDC);  // overridden to draw this view
  25. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  26. protected:
  27. virtual void OnInitialUpdate(); // called first time after construct
  28. virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
  29. virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
  30. virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. public:
  34. virtual ~CXiongFtpView();
  35. #ifdef _DEBUG
  36. virtual void AssertValid() const;
  37. virtual void Dump(CDumpContext& dc) const;
  38. #endif
  39. protected:
  40. // Generated message map functions
  41. protected:
  42. //{{AFX_MSG(CXiongFtpView)
  43. // NOTE - the ClassWizard will add and remove member functions here.
  44. //    DO NOT EDIT what you see in these blocks of generated code !
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. #ifndef _DEBUG  // debug version in xiongFtpView.cpp
  49. inline CXiongFtpDoc* CXiongFtpView::GetDocument()
  50.    { return (CXiongFtpDoc*)m_pDocument; }
  51. #endif
  52. /////////////////////////////////////////////////////////////////////////////
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_XIONGFTPVIEW_H__EA4C86EF_F083_4105_90FC_048C401A0DC6__INCLUDED_)