SettingPage.h
上传用户:baina_li
上传日期:2013-03-23
资源大小:960k
文件大小:1k
源码类别:

射击游戏

开发平台:

Visual C++

  1. #if !defined(AFX_SETTINGPAGE_H__6F9FE302_E40F_11D6_9001_E7BA78626D29__INCLUDED_)
  2. #define AFX_SETTINGPAGE_H__6F9FE302_E40F_11D6_9001_E7BA78626D29__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SettingPage.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSettingPage dialog
  10. class CSettingPage : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CSettingPage)
  13. // Construction
  14. public:
  15. CSettingPage();
  16. ~CSettingPage();
  17. // Dialog Data
  18. //{{AFX_DATA(CSettingPage)
  19. enum { IDD = IDD_SETTING_PAGE };
  20. CString m_strBossFile;
  21. BOOL m_bShortcut;
  22. BOOL m_bSound;
  23. CString m_strShortcutName;
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generate virtual function overrides
  27. //{{AFX_VIRTUAL(CSettingPage)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(CSettingPage)
  35. afx_msg void OnBrowseBossFile();
  36. virtual BOOL OnInitDialog();
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_SETTINGPAGE_H__6F9FE302_E40F_11D6_9001_E7BA78626D29__INCLUDED_)