CrdFileDriverDoc.h
上传用户:lsj_816
上传日期:2007-01-01
资源大小:37k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

  1. // CrdFileDriverDoc.h : interface of the CCrdFileDriverDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_CRDFILEDRIVERDOC_H__26EA74F1_752E_11D1_874B_444553540000__INCLUDED_)
  5. #define AFX_CRDFILEDRIVERDOC_H__26EA74F1_752E_11D1_874B_444553540000__INCLUDED_
  6. #if _MSC_VER >= 1000
  7. #pragma once
  8. #endif // _MSC_VER >= 1000
  9. class CCrdFileDriverDoc : public CDocument
  10. {
  11. protected: // create from serialization only
  12. CCrdFileDriverDoc();
  13. DECLARE_DYNCREATE(CCrdFileDriverDoc)
  14. // Attributes
  15. public:
  16. CString m_strText;
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CCrdFileDriverDoc)
  22. public:
  23. virtual BOOL OnNewDocument();
  24. virtual void Serialize(CArchive& ar);
  25. virtual BOOL OnOpenDocument(LPCTSTR lpszPathName);
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. public:
  29. virtual ~CCrdFileDriverDoc();
  30. #ifdef _DEBUG
  31. virtual void AssertValid() const;
  32. virtual void Dump(CDumpContext& dc) const;
  33. #endif
  34. protected:
  35. // Generated message map functions
  36. protected:
  37. //{{AFX_MSG(CCrdFileDriverDoc)
  38. // NOTE - the ClassWizard will add and remove member functions here.
  39. //    DO NOT EDIT what you see in these blocks of generated code !
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. /////////////////////////////////////////////////////////////////////////////
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_CRDFILEDRIVERDOC_H__26EA74F1_752E_11D1_874B_444553540000__INCLUDED_)