Bmptestdoc.h
上传用户:cjd055
上传日期:2013-04-01
资源大小:608k
文件大小:1k
源码类别:

交通/航空行业

开发平台:

Visual C++

  1. // BmpTestDoc.h : interface of the CBmpTestDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_BMPTESTDOC_H__F2A2D323_AFA8_11D3_9460_0000000038B2__INCLUDED_)
  5. #define AFX_BMPTESTDOC_H__F2A2D323_AFA8_11D3_9460_0000000038B2__INCLUDED_
  6. #include "HDib.h" // Added by ClassView
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. class CBmpTestDoc : public CDocument
  11. {
  12. protected: // create from serialization only
  13. CBmpTestDoc();
  14. DECLARE_DYNCREATE(CBmpTestDoc)
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CBmpTestDoc)
  22. public:
  23. virtual BOOL OnNewDocument();
  24. virtual void Serialize(CArchive& ar);
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. public:
  28. BOOL m_BM;
  29. CDib m_Dib;
  30. virtual ~CBmpTestDoc();
  31. #ifdef _DEBUG
  32. virtual void AssertValid() const;
  33. virtual void Dump(CDumpContext& dc) const;
  34. #endif
  35. protected:
  36. // Generated message map functions
  37. protected:
  38. //{{AFX_MSG(CBmpTestDoc)
  39. afx_msg void OnFileSave();
  40. afx_msg void OnFileSaveAs();
  41. afx_msg void OnPick();
  42. afx_msg void OnFileOpenc();
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. /////////////////////////////////////////////////////////////////////////////
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_BMPTESTDOC_H__F2A2D323_AFA8_11D3_9460_0000000038B2__INCLUDED_)