ISeeExplorer.h
上传用户:yatsl7111
上传日期:2007-01-08
资源大小:1433k
文件大小:2k
- // ISeeExplorer.h : main header file for the ISEEEXPLORER application
- //
- #if !defined(AFX_ISEEEXPLORER_H__2788F1E4_D2CA_11D4_8853_92C688B84649__INCLUDED_)
- #define AFX_ISEEEXPLORER_H__2788F1E4_D2CA_11D4_8853_92C688B84649__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- #define WM_ISEE_UPDATE_IMAGE WM_USER+0x400
- // global file
- #include "CJControlBar.h" // CControlBar class ext.
- #include "FileServer.h"
- #include "FileListView.h"
- #include "FolderView.h"
- #include "FSFileList.h"
- #include "FSFolder.h"
- /////////////////////////////////////////////////////////////////////////////
- // CISeeExplorerApp:
- // See ISeeExplorer.cpp for the implementation of this class
- //
- class CISeeExplorerApp : public CWinApp
- {
- public:
- CISeeExplorerApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CISeeExplorerApp)
- public:
- virtual BOOL InitInstance();
- virtual BOOL OnIdle(LONG lCount);
- virtual int ExitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CISeeExplorerApp)
- afx_msg void OnAppAbout();
- afx_msg void OnFileOpen();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- TCHAR _regtab_local[_MAX_PATH];
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_ISEEEXPLORER_H__2788F1E4_D2CA_11D4_8853_92C688B84649__INCLUDED_)