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

图形图象

开发平台:

Visual C++

  1. // IRWETs1Doc.h : interface of the CISeeExplorerDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_IRWETS1DOC_H__EFC5474A_C315_11D4_8853_9F38CEFA0B22__INCLUDED_)
  5. #define AFX_IRWETS1DOC_H__EFC5474A_C315_11D4_8853_9F38CEFA0B22__INCLUDED_
  6. //#include "ShellTree.h" // Added by ClassView
  7. //#include "FileList.h"
  8. //#include "filelistview.h"
  9. #if _MSC_VER > 1000
  10. #pragma once
  11. #endif // _MSC_VER > 1000
  12. class CISeeExplorerView;
  13. class CFileServer;
  14. class CISeeExplorerDoc : public CDocument
  15. {
  16. protected: // create from serialization only
  17. CISeeExplorerDoc();
  18. DECLARE_DYNCREATE(CISeeExplorerDoc)
  19. // Attributes
  20. public:
  21. // Operations
  22. public:
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CISeeExplorerDoc)
  26. public:
  27. virtual BOOL OnNewDocument();
  28. virtual void Serialize(CArchive& ar);
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. public:
  32. CFileServer m_FileServer;
  33. CReturnReceipt * GetCurrentRReceipt(void);
  34. int SelChanged(CReturnReceipt *pReturnReceipt);
  35. // CShellTree  *m_pDirTree; //dont use this.
  36. // CFileList  *m_pFileList;
  37. // CFileListView *m_pFileList;
  38. CISeeExplorerView *m_pWorkView;
  39. CReturnReceipt *m_pRReceipt;
  40. virtual ~CISeeExplorerDoc();
  41. #ifdef _DEBUG
  42. virtual void AssertValid() const;
  43. virtual void Dump(CDumpContext& dc) const;
  44. #endif
  45. protected:
  46. // Generated message map functions
  47. protected:
  48. //{{AFX_MSG(CISeeExplorerDoc)
  49. // NOTE - the ClassWizard will add and remove member functions here.
  50. //    DO NOT EDIT what you see in these blocks of generated code !
  51. //}}AFX_MSG
  52. DECLARE_MESSAGE_MAP()
  53. };
  54. /////////////////////////////////////////////////////////////////////////////
  55. //{{AFX_INSERT_LOCATION}}
  56. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  57. #endif // !defined(AFX_IRWETS1DOC_H__EFC5474A_C315_11D4_8853_9F38CEFA0B22__INCLUDED_)