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

数据库系统

开发平台:

Visual C++

  1. #if !defined(AFX_SCORETOTALDLG_H__795EDFA1_E817_482E_BC60_2530766656DA__INCLUDED_)
  2. #define AFX_SCORETOTALDLG_H__795EDFA1_E817_482E_BC60_2530766656DA__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ScoreTotalDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CScoreTotalDlg dialog
  10. class CScoreTotalDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CScoreTotalDlg(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CScoreTotalDlg)
  17. enum { IDD = IDD_DIALOG_SCORE_TOTAL_STAT };
  18. CListCtrl m_ctrList;
  19. CComboBox m_ctrType;
  20. CComboBox m_ctrTime;
  21. CComboBox m_ctrClass;
  22. CString m_strClass;
  23. CString m_strTime;
  24. CString m_strType;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CScoreTotalDlg)
  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(CScoreTotalDlg)
  36. virtual BOOL OnInitDialog();
  37. afx_msg void OnButtonStat();
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_SCORETOTALDLG_H__795EDFA1_E817_482E_BC60_2530766656DA__INCLUDED_)