英语出题及判分系统View.h
上传用户:z_mail1980
上传日期:2007-06-01
资源大小:647k
文件大小:2k
源码类别:

SNMP编程

开发平台:

Visual C++

  1. // 英语出题及判分系统View.h : interface of the CMyView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_VIEW_H__8C96830E_DE58_49FE_97F5_E5758ADE02C8__INCLUDED_)
  5. #define AFX_VIEW_H__8C96830E_DE58_49FE_97F5_E5758ADE02C8__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CMySet;
  10. class CMyView : public CRecordView
  11. {
  12. protected: // create from serialization only
  13. CMyView();
  14. DECLARE_DYNCREATE(CMyView)
  15. public:
  16. //{{AFX_DATA(CMyView)
  17. enum { IDD = IDD_MY_FORM };
  18. CMySet* m_pSet;
  19. //}}AFX_DATA
  20. // Attributes
  21. public:
  22. CMyDoc* GetDocument();
  23. // Operations
  24. public:
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CMyView)
  28. public:
  29. virtual CRecordset* OnGetRecordset();
  30. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  33. virtual void OnInitialUpdate(); // called first time after construct
  34. virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
  35. virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
  36. virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. public:
  40. int m_count;
  41. virtual ~CMyView();
  42. #ifdef _DEBUG
  43. virtual void AssertValid() const;
  44. virtual void Dump(CDumpContext& dc) const;
  45. #endif
  46. protected:
  47. // Generated message map functions
  48. protected:
  49. //{{AFX_MSG(CMyView)
  50. afx_msg void OnButtonnext();
  51. afx_msg void OnRadioa();
  52. afx_msg void OnRadiob();
  53. afx_msg void OnRadioc();
  54. afx_msg void OnRadiod();
  55. //}}AFX_MSG
  56. DECLARE_MESSAGE_MAP()
  57. };
  58. #ifndef _DEBUG  // debug version in 英语出题及判分系统View.cpp
  59. inline CMyDoc* CMyView::GetDocument()
  60.    { return (CMyDoc*)m_pDocument; }
  61. #endif
  62. /////////////////////////////////////////////////////////////////////////////
  63. //{{AFX_INSERT_LOCATION}}
  64. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  65. #endif // !defined(AFX_VIEW_H__8C96830E_DE58_49FE_97F5_E5758ADE02C8__INCLUDED_)