ClipSampDoc.h
上传用户:biuytresa
上传日期:2007-12-07
资源大小:721k
文件大小:2k
源码类别:

DNA

开发平台:

Visual C++

  1. // ClipSampDoc.h : interface of the CClipSampDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_CLIPSAMPDOC_H__1D48F68D_DFF7_11D2_9E78_00104B08CC22__INCLUDED_)
  5. #define AFX_CLIPSAMPDOC_H__1D48F68D_DFF7_11D2_9E78_00104B08CC22__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "dib.h"
  10. class CClipSampDoc : public CDocument
  11. {
  12. public:
  13.     CDib m_dib;
  14.     BOOL m_bDragHere; // for drags between two wins linked to this doc
  15. protected: // create from serialization only
  16. CClipSampDoc();
  17. DECLARE_DYNCREATE(CClipSampDoc)
  18. // Attributes
  19. public:
  20. // Operations
  21. public:
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CClipSampDoc)
  25. public:
  26. virtual BOOL OnNewDocument();
  27. virtual void Serialize(CArchive& ar);
  28.     virtual void DeleteContents();
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. public:
  32. virtual ~CClipSampDoc();
  33. #ifdef _DEBUG
  34. virtual void AssertValid() const;
  35. virtual void Dump(CDumpContext& dc) const;
  36. #endif
  37. protected:
  38. // Generated message map functions
  39. public:
  40. //{{AFX_MSG(CClipSampDoc)
  41. // NOTE - the ClassWizard will add and remove member functions here.
  42. //    DO NOT EDIT what you see in these blocks of generated code !
  43.     afx_msg void OnEditClearAll();
  44.     afx_msg void OnUpdateEditClearAll(CCmdUI* pCmdUI);
  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_CLIPSAMPDOC_H__1D48F68D_DFF7_11D2_9E78_00104B08CC22__INCLUDED_)