FSFolder.h
上传用户:yatsl7111
上传日期:2007-01-08
资源大小:1433k
文件大小:1k
源码类别:

图形图象

开发平台:

Visual C++

  1. #if !defined(AFX_FSFOLDER_H__3C4C0A00_D477_11D4_8853_DA036551CB2C__INCLUDED_)
  2. #define AFX_FSFOLDER_H__3C4C0A00_D477_11D4_8853_DA036551CB2C__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // FSFolder.h : header file
  7. //
  8. #include "cjcontrolbar.h"
  9. class CFolderView;
  10. class CFileServer;
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CFSFolder window
  13. class CFSFolder : public CCJControlBar
  14. {
  15. // Construction
  16. public:
  17. CFSFolder(CFileServer*);
  18. // Attributes
  19. public:
  20. CFileServer *m_pFileServer;
  21. CFolderView *m_pView;
  22. // Operations
  23. public:
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CFSFolder)
  27. public:
  28. virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL);
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. public:
  32. CFolderView * GetFolderView(void);
  33. virtual ~CFSFolder();
  34. // Generated message map functions
  35. protected:
  36. //{{AFX_MSG(CFSFolder)
  37. afx_msg void OnWindowPosChanged(WINDOWPOS FAR* lpwndpos);
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. /////////////////////////////////////////////////////////////////////////////
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_FSFOLDER_H__3C4C0A00_D477_11D4_8853_DA036551CB2C__INCLUDED_)