PasRTDatDoc.h
上传用户:shtiemo
上传日期:2017-12-29
资源大小:163k
文件大小:1k
开发平台:

Visual C++

  1. // PasRTDatDoc.h : interface of the CPasRTDatDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. class CRtListView;
  5. class CRtreeView;
  6. class CPasRTDatDoc : public CDocument
  7. {
  8. protected: // create from serialization only
  9. CPasRTDatDoc();
  10. DECLARE_DYNCREATE(CPasRTDatDoc)
  11. // Attributes
  12. public:
  13. CRtListView *m_pListV;
  14. CRtreeView  *m_pTreeV;
  15. // Operations
  16. public:
  17. // Overrides
  18. // ClassWizard generated virtual function overrides
  19. //{{AFX_VIRTUAL(CPasRTDatDoc)
  20. public:
  21. virtual BOOL OnNewDocument();
  22. virtual void Serialize(CArchive& ar);
  23. //}}AFX_VIRTUAL
  24. // Implementation
  25. public:
  26. virtual ~CPasRTDatDoc();
  27. #ifdef _DEBUG
  28. virtual void AssertValid() const;
  29. virtual void Dump(CDumpContext& dc) const;
  30. #endif
  31. protected:
  32. // Generated message map functions
  33. protected:
  34. //{{AFX_MSG(CPasRTDatDoc)
  35. // NOTE - the ClassWizard will add and remove member functions here.
  36. //    DO NOT EDIT what you see in these blocks of generated code !
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. /////////////////////////////////////////////////////////////////////////////