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

Windows编程

开发平台:

Visual C++

  1. // CrdFileDriverView.h : interface of the CCrdFileDriverView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_CRDFILEDRIVERVIEW_H__26EA74F3_752E_11D1_874B_444553540000__INCLUDED_)
  5. #define AFX_CRDFILEDRIVERVIEW_H__26EA74F3_752E_11D1_874B_444553540000__INCLUDED_
  6. #if _MSC_VER >= 1000
  7. #pragma once
  8. #endif // _MSC_VER >= 1000
  9. class CCrdFileDriverView : public CEditView
  10. {
  11. protected: // create from serialization only
  12. CCrdFileDriverView();
  13. DECLARE_DYNCREATE(CCrdFileDriverView)
  14. // Attributes
  15. public:
  16. CCrdFileDriverDoc* GetDocument();
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CCrdFileDriverView)
  22. public:
  23. virtual void OnDraw(CDC* pDC);  // overridden to draw this view
  24. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  25. protected:
  26. virtual void OnUpdate(CView* pSender, LPARAM lHint, CObject* pHint);
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. public:
  30. virtual ~CCrdFileDriverView();
  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(CCrdFileDriverView)
  39. // NOTE - the ClassWizard will add and remove member functions here.
  40. //    DO NOT EDIT what you see in these blocks of generated code !
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. #ifndef _DEBUG  // debug version in CrdFileDriverView.cpp
  45. inline CCrdFileDriverDoc* CCrdFileDriverView::GetDocument()
  46.    { return (CCrdFileDriverDoc*)m_pDocument; }
  47. #endif
  48. /////////////////////////////////////////////////////////////////////////////
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_CRDFILEDRIVERVIEW_H__26EA74F3_752E_11D1_874B_444553540000__INCLUDED_)