QQDoc.h
上传用户:czfddz
上传日期:2013-03-20
资源大小:1517k
文件大小:1k
源码类别:

酒店行业

开发平台:

C/C++

  1. // QQDoc.h : interface of the CQQDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_QQDOC_H__4FF5A47B_6405_4209_B6F8_11D963DD7BF7__INCLUDED_)
  5. #define AFX_QQDOC_H__4FF5A47B_6405_4209_B6F8_11D963DD7BF7__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CQQDoc : public CDocument
  10. {
  11. public: // create from serialization only
  12. CQQDoc();
  13. DECLARE_DYNCREATE(CQQDoc)
  14. // Attributes
  15. public:
  16. // Operations
  17. public:
  18. CDC* GetDocDC(){return this->GetDocDC();}
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CQQDoc)
  22. public:
  23. virtual BOOL OnNewDocument();
  24. virtual void Serialize(CArchive& ar);
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. public:
  28. virtual ~CQQDoc();
  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(CQQDoc)
  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_QQDOC_H__4FF5A47B_6405_4209_B6F8_11D963DD7BF7__INCLUDED_)