人事管理系统Doc.h
上传用户:z_mail1980
上传日期:2007-06-01
资源大小:647k
文件大小:1k
源码类别:

SNMP编程

开发平台:

Visual C++

  1. // 人事管理系统Doc.h : interface of the CMyDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_DOC_H__114218F8_1DEF_415B_B9EC_6F7C4B579C86__INCLUDED_)
  5. #define AFX_DOC_H__114218F8_1DEF_415B_B9EC_6F7C4B579C86__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "人事管理系统Set.h"
  10. class CMyDoc : public CDocument
  11. {
  12. protected: // create from serialization only
  13. CMyDoc();
  14. DECLARE_DYNCREATE(CMyDoc)
  15. // Attributes
  16. public:
  17. CMySet m_mySet;
  18. // Operations
  19. public:
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CMyDoc)
  23. public:
  24. virtual BOOL OnNewDocument();
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. public:
  28. virtual ~CMyDoc();
  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(CMyDoc)
  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_DOC_H__114218F8_1DEF_415B_B9EC_6F7C4B579C86__INCLUDED_)