1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- #if !defined(AFX_SYSTEMPARASETDLG_H__4DD8F197_2E23_48BB_B5D8_65D834486B31__INCLUDED_)
- #define AFX_SYSTEMPARASETDLG_H__4DD8F197_2E23_48BB_B5D8_65D834486B31__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SystemParaSetDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CSystemParaSetDlg dialog
- class CSystemParaSetDlg : public CDialog
- {
- // Construction
- public:
- CSystemParaSetDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CSystemParaSetDlg)
- enum { IDD = IDD_SYSTEMPARA };
- BOOL m_bAlarmVoice;
- BOOL m_bHideTask;
- CString m_strStartPic;
- CString m_strStartPath;
- BOOL m_bStartRun;
- BOOL m_bEventAlarm;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSystemParaSetDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CSystemParaSetDlg)
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- void FileSearch(CComboBox *pPicPath, CComboBox* pBox, CString strPath, CString strFileName, int nLayer);
- BOOL DirSearch(CString strPath, CString strFileName);
- public:
- afx_msg void OnCbnSelendokStartpic();
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SYSTEMPARASETDLG_H__4DD8F197_2E23_48BB_B5D8_65D834486B31__INCLUDED_)
|