ExamtimeDlg.h
上传用户:rs600066
上传日期:2017-10-16
资源大小:4788k
文件大小:2k
源码类别:

数据库系统

开发平台:

Visual C++

  1. #if !defined(AFX_EXAMTIMEDLG_H__81C5701D_F123_4EDA_B1BE_DF947D88902E__INCLUDED_)
  2. #define AFX_EXAMTIMEDLG_H__81C5701D_F123_4EDA_B1BE_DF947D88902E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ExamtimeDlg.h : header file
  7. //
  8. #include "ExamtimeSet.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CExamtimeDlg dialog
  11. class CExamtimeDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CExamtimeDlg(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CExamtimeDlg)
  18. enum { IDD = IDD_DIALOG_EXAM_TIME };
  19. CListCtrl m_ctrList;
  20. CButton m_bntSave;
  21. CButton m_bntNew;
  22. CButton m_bntModify;
  23. CButton m_bntDelete;
  24. CString m_strName;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CExamtimeDlg)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(CExamtimeDlg)
  36. virtual BOOL OnInitDialog();
  37. afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
  38. afx_msg void OnButtonNew();
  39. afx_msg void OnButtonSave();
  40. afx_msg void OnButtonModify();
  41. afx_msg void OnButtonDelete();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. private:
  45. CExamtimeSet  m_recordset;
  46. public:
  47. void RefreshData();
  48. };
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_EXAMTIMEDLG_H__81C5701D_F123_4EDA_B1BE_DF947D88902E__INCLUDED_)