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

Ftp客户端

开发平台:

Visual C++

  1. #if !defined(AFX_SETSHEET_H__DF17487D_0920_4403_8EBC_6C8D952BA185__INCLUDED_)
  2. #define AFX_SETSHEET_H__DF17487D_0920_4403_8EBC_6C8D952BA185__INCLUDED_
  3. /*********************************************
  4. **该文件是属于WolfFTP工程中的。如果有什么问题
  5. **请联系
  6. **         tablejiang@21cn.com
  7. **或者访问
  8. **         http://wolfftp.51.net
  9. **以得到最新的支持。
  10. *********************************************/
  11. #if _MSC_VER > 1000
  12. #pragma once
  13. #endif // _MSC_VER > 1000
  14. // SetSheet.h : header file
  15. //
  16. /////////////////////////////////////////////////////////////////////////////
  17. // CSetSheet
  18. class CSetSheet : public CPropertySheet
  19. {
  20. DECLARE_DYNAMIC(CSetSheet)
  21. // Construction
  22. public:
  23. CSetSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  24. CSetSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  25. // Attributes
  26. public:
  27. // Operations
  28. public:
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CSetSheet)
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. public:
  35. virtual ~CSetSheet();
  36. // Generated message map functions
  37. protected:
  38. //{{AFX_MSG(CSetSheet)
  39. // NOTE - the ClassWizard will add and remove member functions here.
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. /////////////////////////////////////////////////////////////////////////////
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_SETSHEET_H__DF17487D_0920_4403_8EBC_6C8D952BA185__INCLUDED_)