WalkLtDemoDoc.h 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. //Download by http://www.NewXing.com
  2. // WalkLtDemoDoc.h : interface of the CWalkLtDemoDoc class
  3. //
  4. /////////////////////////////////////////////////////////////////////////////
  5. #if !defined(AFX_WALKLTDEMODOC_H__CE421EAF_8EEE_4CA1_AAD2_EF91F6471DC4__INCLUDED_)
  6. #define AFX_WALKLTDEMODOC_H__CE421EAF_8EEE_4CA1_AAD2_EF91F6471DC4__INCLUDED_
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. class CWalkLtDemoDoc : public CDocument
  11. {
  12. protected: // create from serialization only
  13. CWalkLtDemoDoc();
  14. DECLARE_DYNCREATE(CWalkLtDemoDoc)
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CWalkLtDemoDoc)
  22. public:
  23. virtual BOOL OnNewDocument();
  24. virtual void Serialize(CArchive& ar);
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. public:
  28. virtual ~CWalkLtDemoDoc();
  29. #ifdef _DEBUG
  30. virtual void AssertValid() const;
  31. virtual void Dump(CDumpContext& dc) const;
  32. #endif
  33. protected:
  34. // Generated message map functions
  35. protected:
  36. //{{AFX_MSG(CWalkLtDemoDoc)
  37. // NOTE - the ClassWizard will add and remove member functions here.
  38. // DO NOT EDIT what you see in these blocks of generated code !
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. /////////////////////////////////////////////////////////////////////////////
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_WALKLTDEMODOC_H__CE421EAF_8EEE_4CA1_AAD2_EF91F6471DC4__INCLUDED_)