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

图形图象

开发平台:

Visual C++

  1. // ISeeExplorer.h : main header file for the ISEEEXPLORER application
  2. //
  3. #if !defined(AFX_ISEEEXPLORER_H__2788F1E4_D2CA_11D4_8853_92C688B84649__INCLUDED_)
  4. #define AFX_ISEEEXPLORER_H__2788F1E4_D2CA_11D4_8853_92C688B84649__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h"       // main symbols
  12. #define WM_ISEE_UPDATE_IMAGE  WM_USER+0x400
  13. // global file
  14. #include "CJControlBar.h" // CControlBar class ext.
  15. #include "FileServer.h"
  16. #include "FileListView.h"
  17. #include "FolderView.h"
  18. #include "FSFileList.h"
  19. #include "FSFolder.h"
  20. /////////////////////////////////////////////////////////////////////////////
  21. // CISeeExplorerApp:
  22. // See ISeeExplorer.cpp for the implementation of this class
  23. //
  24. class CISeeExplorerApp : public CWinApp
  25. {
  26. public:
  27. CISeeExplorerApp();
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CISeeExplorerApp)
  31. public:
  32. virtual BOOL InitInstance();
  33. virtual BOOL OnIdle(LONG lCount);
  34. virtual int ExitInstance();
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. //{{AFX_MSG(CISeeExplorerApp)
  38. afx_msg void OnAppAbout();
  39. afx_msg void OnFileOpen();
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. private:
  43. TCHAR _regtab_local[_MAX_PATH];
  44. };
  45. /////////////////////////////////////////////////////////////////////////////
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_ISEEEXPLORER_H__2788F1E4_D2CA_11D4_8853_92C688B84649__INCLUDED_)