人事管理系统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__3C59F7DB_8451_49BD_B98D_39027500E8FA__INCLUDED_)
  5. #define AFX_VIEW_H__3C59F7DB_8451_49BD_B98D_39027500E8FA__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. COleDateTime m_oledtGZSJ;
  20. //}}AFX_DATA
  21. // Attributes
  22. public:
  23. CMyDoc* GetDocument();
  24. // Operations
  25. public:
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CMyView)
  29. public:
  30. virtual CRecordset* OnGetRecordset();
  31. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34. virtual void OnInitialUpdate(); // called first time after construct
  35. virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
  36. virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
  37. virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
  38. //}}AFX_VIRTUAL
  39. // Implementation
  40. public:
  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 OnAddreco();
  51. afx_msg void OnRecodele();
  52. afx_msg void OnSortreco();
  53. afx_msg void OnFilterreco();
  54. //}}AFX_MSG
  55. DECLARE_MESSAGE_MAP()
  56. };
  57. #ifndef _DEBUG  // debug version in 人事管理系统View.cpp
  58. inline CMyDoc* CMyView::GetDocument()
  59.    { return (CMyDoc*)m_pDocument; }
  60. #endif
  61. /////////////////////////////////////////////////////////////////////////////
  62. //{{AFX_INSERT_LOCATION}}
  63. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  64. #endif // !defined(AFX_VIEW_H__3C59F7DB_8451_49BD_B98D_39027500E8FA__INCLUDED_)