QuickFTPView.h
资源名称:FTP总集.rar [点击查看]
上传用户:tjfeida
上传日期:2013-03-10
资源大小:1917k
文件大小:2k
源码类别:
Ftp客户端
开发平台:
Visual C++
- // QuickFTPView.h : interface of the CQuickFTPView class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_QUICKFTPVIEW_H__1D37145E_1275_4AE3_B9E1_06C422AA1732__INCLUDED_)
- #define AFX_QUICKFTPVIEW_H__1D37145E_1275_4AE3_B9E1_06C422AA1732__INCLUDED_
- /*********************************************
- **该文件是属于WolfFTP工程中的。如果有什么问题
- **请联系
- ** tablejiang@21cn.com
- **或者访问
- ** http://wolfftp.51.net
- **以得到最新的支持。
- *********************************************/
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "QuickFtpDoc.h"
- class CQuickFTPView : public CView
- {
- protected: // create from serialization only
- CQuickFTPView();
- DECLARE_DYNCREATE(CQuickFTPView)
- // Attributes
- public:
- CQuickFTPDoc* GetDocument();
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CQuickFTPView)
- public:
- virtual void OnDraw(CDC* pDC); // overridden to draw this view
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- protected:
- virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
- virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
- virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CQuickFTPView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CQuickFTPView)
- // 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()
- };
- #ifndef _DEBUG // debug version in QuickFTPView.cpp
- inline CQuickFTPDoc* CQuickFTPView::GetDocument()
- { return (CQuickFTPDoc*)m_pDocument; }
- #endif
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_QUICKFTPVIEW_H__1D37145E_1275_4AE3_B9E1_06C422AA1732__INCLUDED_)