ISeeExplorerDoc.h
上传用户:yatsl7111
上传日期:2007-01-08
资源大小:1433k
文件大小:2k
- // IRWETs1Doc.h : interface of the CISeeExplorerDoc class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_IRWETS1DOC_H__EFC5474A_C315_11D4_8853_9F38CEFA0B22__INCLUDED_)
- #define AFX_IRWETS1DOC_H__EFC5474A_C315_11D4_8853_9F38CEFA0B22__INCLUDED_
- //#include "ShellTree.h" // Added by ClassView
- //#include "FileList.h"
- //#include "filelistview.h"
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CISeeExplorerView;
- class CFileServer;
- class CISeeExplorerDoc : public CDocument
- {
- protected: // create from serialization only
- CISeeExplorerDoc();
- DECLARE_DYNCREATE(CISeeExplorerDoc)
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CISeeExplorerDoc)
- public:
- virtual BOOL OnNewDocument();
- virtual void Serialize(CArchive& ar);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- CFileServer m_FileServer;
- CReturnReceipt * GetCurrentRReceipt(void);
- int SelChanged(CReturnReceipt *pReturnReceipt);
- // CShellTree *m_pDirTree; //dont use this.
- // CFileList *m_pFileList;
- // CFileListView *m_pFileList;
- CISeeExplorerView *m_pWorkView;
- CReturnReceipt *m_pRReceipt;
- virtual ~CISeeExplorerDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CISeeExplorerDoc)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_IRWETS1DOC_H__EFC5474A_C315_11D4_8853_9F38CEFA0B22__INCLUDED_)