SystemParaSetDlg.h 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. #if !defined(AFX_SYSTEMPARASETDLG_H__4DD8F197_2E23_48BB_B5D8_65D834486B31__INCLUDED_)
  2. #define AFX_SYSTEMPARASETDLG_H__4DD8F197_2E23_48BB_B5D8_65D834486B31__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SystemParaSetDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSystemParaSetDlg dialog
  10. class CSystemParaSetDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CSystemParaSetDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CSystemParaSetDlg)
  17. enum { IDD = IDD_SYSTEMPARA };
  18. BOOL m_bAlarmVoice;
  19. BOOL m_bHideTask;
  20. CString m_strStartPic;
  21. CString m_strStartPath;
  22. BOOL m_bStartRun;
  23. BOOL m_bEventAlarm;
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CSystemParaSetDlg)
  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(CSystemParaSetDlg)
  35. virtual BOOL OnInitDialog();
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. private:
  39. void FileSearch(CComboBox *pPicPath, CComboBox* pBox, CString strPath, CString strFileName, int nLayer);
  40. BOOL DirSearch(CString strPath, CString strFileName);
  41. public:
  42. afx_msg void OnCbnSelendokStartpic();
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_SYSTEMPARASETDLG_H__4DD8F197_2E23_48BB_B5D8_65D834486B31__INCLUDED_)