QuickFTPView.h
上传用户:tjfeida
上传日期:2013-03-10
资源大小:1917k
文件大小:2k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. // QuickFTPView.h : interface of the CQuickFTPView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_QUICKFTPVIEW_H__1D37145E_1275_4AE3_B9E1_06C422AA1732__INCLUDED_)
  5. #define AFX_QUICKFTPVIEW_H__1D37145E_1275_4AE3_B9E1_06C422AA1732__INCLUDED_
  6. /*********************************************
  7. **该文件是属于WolfFTP工程中的。如果有什么问题
  8. **请联系
  9. **         tablejiang@21cn.com
  10. **或者访问
  11. **         http://wolfftp.51.net
  12. **以得到最新的支持。
  13. *********************************************/
  14. #if _MSC_VER > 1000
  15. #pragma once
  16. #endif // _MSC_VER > 1000
  17. #include "QuickFtpDoc.h"
  18. class CQuickFTPView : public CView
  19. {
  20. protected: // create from serialization only
  21. CQuickFTPView();
  22. DECLARE_DYNCREATE(CQuickFTPView)
  23. // Attributes
  24. public:
  25. CQuickFTPDoc* GetDocument();
  26. // Operations
  27. public:
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CQuickFTPView)
  31. public:
  32. virtual void OnDraw(CDC* pDC);  // overridden to draw this view
  33. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  34. protected:
  35. virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
  36. virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
  37. virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
  38. //}}AFX_VIRTUAL
  39. // Implementation
  40. public:
  41. virtual ~CQuickFTPView();
  42. #ifdef _DEBUG
  43. virtual void AssertValid() const;
  44. virtual void Dump(CDumpContext& dc) const;
  45. #endif
  46. protected:
  47. // Generated message map functions
  48. protected:
  49. //{{AFX_MSG(CQuickFTPView)
  50. // NOTE - the ClassWizard will add and remove member functions here.
  51. //    DO NOT EDIT what you see in these blocks of generated code !
  52. //}}AFX_MSG
  53. DECLARE_MESSAGE_MAP()
  54. };
  55. #ifndef _DEBUG  // debug version in QuickFTPView.cpp
  56. inline CQuickFTPDoc* CQuickFTPView::GetDocument()
  57.    { return (CQuickFTPDoc*)m_pDocument; }
  58. #endif
  59. /////////////////////////////////////////////////////////////////////////////
  60. //{{AFX_INSERT_LOCATION}}
  61. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  62. #endif // !defined(AFX_QUICKFTPVIEW_H__1D37145E_1275_4AE3_B9E1_06C422AA1732__INCLUDED_)