Doc.h
上传用户:nhyuejuan
上传日期:2013-12-02
资源大小:171k
文件大小:2k
源码类别:

状态条

开发平台:

Visual C++

  1. /////////////////////////////////////////////////////////////////////////////
  2. // Project:PGRSBAR
  3. // Author:NorthTibet
  4. // Date:星期二, 十二月 31, 2002
  5. // Description:在状态栏例实现进程指示器控制。
  6. //
  7. /////////////////////////////////////////////////////////////////////////////
  8. // Doc.h : interface of the CMyDoc class
  9. //
  10. /////////////////////////////////////////////////////////////////////////////
  11. #if !defined(AFX_DOC_H__96EF3174_9F89_4816_B727_43AD14EA4F68__INCLUDED_)
  12. #define AFX_DOC_H__96EF3174_9F89_4816_B727_43AD14EA4F68__INCLUDED_
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif // _MSC_VER > 1000
  16. class CMyDoc : public CDocument
  17. {
  18. protected: // create from serialization only
  19. CMyDoc();
  20. DECLARE_DYNCREATE(CMyDoc)
  21. // Attributes
  22. public:
  23. // Operations
  24. public:
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CMyDoc)
  28. public:
  29. virtual BOOL OnNewDocument();
  30. virtual void Serialize(CArchive& ar);
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. public:
  34. virtual ~CMyDoc();
  35. #ifdef _DEBUG
  36. virtual void AssertValid() const;
  37. virtual void Dump(CDumpContext& dc) const;
  38. #endif
  39. protected:
  40. // Generated message map functions
  41. protected:
  42. //{{AFX_MSG(CMyDoc)
  43. // NOTE - the ClassWizard will add and remove member functions here.
  44. //    DO NOT EDIT what you see in these blocks of generated code !
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. /////////////////////////////////////////////////////////////////////////////
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_DOC_H__96EF3174_9F89_4816_B727_43AD14EA4F68__INCLUDED_)