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

图形图象

开发平台:

Visual C++

  1. #if !defined(AFX_FSFILELIST_H__BEB4EF60_D4CD_11D4_8853_444553540000__INCLUDED_)
  2. #define AFX_FSFILELIST_H__BEB4EF60_D4CD_11D4_8853_444553540000__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // FSFileList.h : header file
  7. //
  8. #include "cjcontrolbar.h"
  9. class CFileServer;
  10. class CFileListView;
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CFSFileList window
  13. class CFSFileList : public CCJControlBar
  14. {
  15. // Construction
  16. public:
  17. CFSFileList(CFileServer*);
  18. // Attributes
  19. public:
  20. CFileServer *m_pFileServer;
  21. CFileListView *m_pView;
  22. // Operations
  23. public:
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CFSFileList)
  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. BOOL OnIdle( LONG lCount );
  33. CFileListView * GetFileListView(void);
  34. virtual ~CFSFileList();
  35. // Generated message map functions
  36. protected:
  37. //{{AFX_MSG(CFSFileList)
  38. afx_msg void OnWindowPosChanged(WINDOWPOS FAR* lpwndpos);
  39. afx_msg void OnISeeUpdateImage( WPARAM wParam , LPARAM lParam);
  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_FSFILELIST_H__BEB4EF60_D4CD_11D4_8853_444553540000__INCLUDED_)