SportSportDlg.h
上传用户:qzzxgm
上传日期:2009-12-14
资源大小:1882k
文件大小:1k
源码类别:

书籍源码

开发平台:

Visual C++

  1. // SportSportDlg.h : header file
  2. //
  3. #if !defined(AFX_SPORTSPORTDLG_H__B7765869_3497_4F50_9495_210D719D9E85__INCLUDED_)
  4. #define AFX_SPORTSPORTDLG_H__B7765869_3497_4F50_9495_210D719D9E85__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSportSportDlg dialog
  10. class CSportSportDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CSportSportDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CSportSportDlg)
  17. enum { IDD = IDD_SPORTSPORT_DIALOG };
  18. int m_1;
  19. int m_2;
  20. int m_3;
  21. int m_4;
  22. int m_5;
  23. int m_6;
  24. //}}AFX_DATA
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CSportSportDlg)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. HICON m_hIcon;
  33. // Generated message map functions
  34. //{{AFX_MSG(CSportSportDlg)
  35. virtual BOOL OnInitDialog();
  36. afx_msg void OnPaint();
  37. afx_msg HCURSOR OnQueryDragIcon();
  38. virtual void OnOK();
  39. afx_msg void OnButtonstop();
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_SPORTSPORTDLG_H__B7765869_3497_4F50_9495_210D719D9E85__INCLUDED_)