Dsplitview.h
上传用户:hnhlzg
上传日期:2013-10-19
资源大小:289k
文件大小:2k
源码类别:

数学计算

开发平台:

Visual C++

  1. // DSplitView.h : interface of the CDSplitView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_DSPLITVIEW_H__76E949CF_9CAD_11D1_907F_00A024782894__INCLUDED_)
  5. #define AFX_DSPLITVIEW_H__76E949CF_9CAD_11D1_907F_00A024782894__INCLUDED_
  6. #if _MSC_VER >= 1000
  7. #pragma once
  8. #endif // _MSC_VER >= 1000
  9. #include "DSplitDoc.h"
  10. class CDSplitView : public CView
  11. {
  12. protected: // create from serialization only
  13. CDSplitView();
  14. DECLARE_DYNCREATE(CDSplitView)
  15. // Attributes
  16. public:
  17. CDSplitDoc* GetDocument();
  18. // Operations
  19. public:
  20.   CString filename;
  21.     int state1;
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CDSplitView)
  25. public:
  26. virtual void OnDraw(CDC* pDC);  // overridden to draw this view
  27. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  28. protected:
  29. virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
  30. virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
  31. virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. public:
  35. virtual ~CDSplitView();
  36. #ifdef _DEBUG
  37. virtual void AssertValid() const;
  38. virtual void Dump(CDumpContext& dc) const;
  39. #endif
  40. protected:
  41. // Generated message map functions
  42. protected:
  43. //{{AFX_MSG(CDSplitView)
  44. afx_msg BOOL OnEraseBkgnd(CDC* pDC);
  45. afx_msg void OnYuantu();
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. #ifndef _DEBUG  // debug version in DSplitView.cpp
  50. inline CDSplitDoc* CDSplitView::GetDocument()
  51.    { return (CDSplitDoc*)m_pDocument; }
  52. #endif
  53. /////////////////////////////////////////////////////////////////////////////
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  56. #endif // !defined(AFX_DSPLITVIEW_H__76E949CF_9CAD_11D1_907F_00A024782894__INCLUDED_)