SlstDoc.h
上传用户:tenhai
上传日期:2021-02-19
资源大小:492k
文件大小:1k
源码类别:

组合框控件

开发平台:

Visual C++

  1. #if !defined(AFX_SLSTDOC_H__3CCA23CB_8585_4241_8532_85081B89A514__INCLUDED_)
  2. #define AFX_SLSTDOC_H__3CCA23CB_8585_4241_8532_85081B89A514__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SlstDoc.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSlstDoc document
  10. class CSlstDoc : public CDocument
  11. {
  12. protected:
  13. CSlstDoc();           // protected constructor used by dynamic creation
  14. DECLARE_DYNCREATE(CSlstDoc)
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CSlstDoc)
  22. public:
  23. virtual void Serialize(CArchive& ar);   // overridden for document i/o
  24. virtual void SetTitle(LPCTSTR lpszTitle);
  25. protected:
  26. virtual BOOL OnNewDocument();
  27. virtual BOOL SaveModified();
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. public:
  31. virtual ~CSlstDoc();
  32. #ifdef _DEBUG
  33. virtual void AssertValid() const;
  34. virtual void Dump(CDumpContext& dc) const;
  35. #endif
  36. // Generated message map functions
  37. protected:
  38. //{{AFX_MSG(CSlstDoc)
  39. // NOTE - the ClassWizard will add and remove member functions here.
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_SLSTDOC_H__3CCA23CB_8585_4241_8532_85081B89A514__INCLUDED_)