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

数据库系统

开发平台:

Visual C++

  1. #if !defined(AFX_SCORESINGLEDLG_H__182DB79A_0813_4C0F_8430_E91E1C596036__INCLUDED_)
  2. #define AFX_SCORESINGLEDLG_H__182DB79A_0813_4C0F_8430_E91E1C596036__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ScoreSingleDlg.h : header file
  7. //
  8. #include "ScoreSet.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CScoreSingleDlg dialog
  11. class CScoreSingleDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CScoreSingleDlg(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CScoreSingleDlg)
  18. enum { IDD = IDD_DIALOG_SCORE_SINGLE_STAT };
  19. CListCtrl m_ctrList;
  20. CComboBox m_ctrType;
  21. CComboBox m_ctrTime;
  22. CComboBox m_ctrSubject;
  23. CComboBox m_ctrClass;
  24. CString m_strClass;
  25. CString m_strSubject;
  26. CString m_strTime;
  27. CString m_strType;
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CScoreSingleDlg)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(CScoreSingleDlg)
  39. virtual BOOL OnInitDialog();
  40. afx_msg void OnButtonStat();
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. private:
  44. CScoreSet  m_recordset;
  45. };
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_SCORESINGLEDLG_H__182DB79A_0813_4C0F_8430_E91E1C596036__INCLUDED_)