ConfigSysView.h
上传用户:maryhy001
上传日期:2007-05-02
资源大小:2317k
文件大小:1k
- // ConfigSysView.h : header file
- #ifndef _CONFIG_SYSVIEW_H
- #define _CONFIG_SYSVIEW_H
- class CConfigSysView : public CPropertyPage
- {
- DECLARE_DYNCREATE(CConfigSysView)
- // Construction
- public:
- CConfigSysView();
- ~CConfigSysView();
- BOOL Refresh();
- // Dialog Data
- //{{AFX_DATA(CConfigSysView)
- enum { IDD = IDD_SYSVIEW_CONFIG };
- CButton m_oSelSound;
- CButton m_oSelDestdir;
- CComboBox m_oAlarmsound;
- BOOL m_bAutoDelSndedFiles;
- BOOL m_bMinToHide;
- CString m_sRecvDestDir;
- BOOL m_bStartToHide;
- BOOL m_bAutoRun;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CConfigSysView)
- public:
- virtual BOOL OnSetActive();
- virtual void OnOK();
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CConfigSysView)
- afx_msg void OnSelectDestDir();
- afx_msg void OnSelectSoundFile();
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- #endif //_CONFIG_SYSVIEW_H