CalDoc.h
Upload User: kelijie
Upload Date: 2007-01-01
Package Size: 123k
Code Size: 1k
Category:

Graph program

Development Platform:

Visual C++

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