TPS_DemoDoc.h
上传用户:qifu0001
上传日期:2007-01-02
资源大小:52k
文件大小:1k
- // TPS_DemoDoc.h : interface of the CTPS_DemoDoc class
- //
- /////////////////////////////////////////////////////////////////////////////
- class CTPS_DemoDoc : public CDocument
- {
- protected: // create from serialization only
- CTPS_DemoDoc();
- DECLARE_DYNCREATE(CTPS_DemoDoc)
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CTPS_DemoDoc)
- public:
- virtual BOOL OnNewDocument();
- virtual void Serialize(CArchive& ar);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CTPS_DemoDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CTPS_DemoDoc)
- // 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()
- };
- /////////////////////////////////////////////////////////////////////////////