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

数据库系统

开发平台:

Visual C++

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