RdView.h
Upload User: kelijie
Upload Date: 2007-01-01
Package Size: 123k
Code Size: 2k
Category:

Graph program

Development Platform:

Visual C++

  1. #if !defined(AFX_RDVIEW_H__0564BEAD_ED2F_11D2_955D_8422F5C00000__INCLUDED_)
  2. #define AFX_RDVIEW_H__0564BEAD_ED2F_11D2_955D_8422F5C00000__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // RdView.h : header file
  7. //
  8. #include "standard.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CRoundView form view
  11. #ifndef __AFXEXT_H__
  12. #include <afxext.h>
  13. #endif
  14. #include "standard.h"
  15. class _declspec(dllexport) CRoundView : public CStandardView
  16. {
  17. public:
  18. CRoundView();           // protected constructor used by dynamic creation
  19. DECLARE_DYNCREATE(CRoundView)
  20. // Form Data
  21. public:
  22. //{{AFX_DATA(CRoundView)
  23. // NOTE: the ClassWizard will add data members here
  24. //}}AFX_DATA
  25. // Attributes
  26. public:
  27.    int  m_iCounter;
  28.    CString  m_strMsg;
  29. // Operations
  30. public:
  31. void GetMsgFromDocument(CString msg);
  32. // Overrides
  33. // ClassWizard generated virtual function overrides
  34. //{{AFX_VIRTUAL(CRoundView)
  35. protected:
  36. virtual void OnUpdate(CView* pSender, LPARAM lHint, CObject* pHint);
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. public:
  40. virtual ~CRoundView();
  41. #ifdef _DEBUG
  42. virtual void AssertValid() const;
  43. virtual void Dump(CDumpContext& dc) const;
  44. #endif
  45. // Generated message map functions
  46. //{{AFX_MSG(CRoundView)
  47. afx_msg void OnPaint();
  48. afx_msg void OnSendmsg();
  49. afx_msg void OnRoundexit();
  50. //}}AFX_MSG
  51. DECLARE_MESSAGE_MAP()
  52. };
  53. /////////////////////////////////////////////////////////////////////////////
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  56. #endif // !defined(AFX_RDVIEW_H__0564BEAD_ED2F_11D2_955D_8422F5C00000__INCLUDED_)