FSFolder.h
上传用户:yatsl7111
上传日期:2007-01-08
资源大小:1433k
文件大小:1k
- #if !defined(AFX_FSFOLDER_H__3C4C0A00_D477_11D4_8853_DA036551CB2C__INCLUDED_)
- #define AFX_FSFOLDER_H__3C4C0A00_D477_11D4_8853_DA036551CB2C__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // FSFolder.h : header file
- //
- #include "cjcontrolbar.h"
- class CFolderView;
- class CFileServer;
- /////////////////////////////////////////////////////////////////////////////
- // CFSFolder window
- class CFSFolder : public CCJControlBar
- {
- // Construction
- public:
- CFSFolder(CFileServer*);
- // Attributes
- public:
- CFileServer *m_pFileServer;
- CFolderView *m_pView;
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CFSFolder)
- public:
- virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- CFolderView * GetFolderView(void);
- virtual ~CFSFolder();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CFSFolder)
- afx_msg void OnWindowPosChanged(WINDOWPOS FAR* lpwndpos);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_FSFOLDER_H__3C4C0A00_D477_11D4_8853_DA036551CB2C__INCLUDED_)