SettingPage.h
上传用户:hydatong
上传日期:2022-08-07
资源大小:219k
文件大小:1k
- #if !defined(AFX_SETTINGPAGE_H__6F9FE302_E40F_11D6_9001_E7BA78626D29__INCLUDED_)
- #define AFX_SETTINGPAGE_H__6F9FE302_E40F_11D6_9001_E7BA78626D29__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SettingPage.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CSettingPage dialog
- class CSettingPage : public CPropertyPage
- {
- DECLARE_DYNCREATE(CSettingPage)
- // Construction
- public:
- CSettingPage();
- ~CSettingPage();
- // Dialog Data
- //{{AFX_DATA(CSettingPage)
- enum { IDD = IDD_SETTING_PAGE };
- CString m_strBossFile;
- BOOL m_bShortcut;
- BOOL m_bSound;
- CString m_strShortcutName;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CSettingPage)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CSettingPage)
- afx_msg void OnBrowseBossFile();
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SETTINGPAGE_H__6F9FE302_E40F_11D6_9001_E7BA78626D29__INCLUDED_)