PasRTDatDoc.h
资源名称:PasRTDat.rar [点击查看]
上传用户:shtiemo
上传日期:2017-12-29
资源大小:163k
文件大小:1k
源码类别:
能源行业(电力石油煤炭)
开发平台:
Visual C++
- // PasRTDatDoc.h : interface of the CPasRTDatDoc class
- //
- /////////////////////////////////////////////////////////////////////////////
- class CRtListView;
- class CRtreeView;
- class CPasRTDatDoc : public CDocument
- {
- protected: // create from serialization only
- CPasRTDatDoc();
- DECLARE_DYNCREATE(CPasRTDatDoc)
- // Attributes
- public:
- CRtListView *m_pListV;
- CRtreeView *m_pTreeV;
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPasRTDatDoc)
- public:
- virtual BOOL OnNewDocument();
- virtual void Serialize(CArchive& ar);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CPasRTDatDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CPasRTDatDoc)
- // 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()
- };
- /////////////////////////////////////////////////////////////////////////////