SystemSet.h
上传用户:kklily621
上传日期:2013-06-25
资源大小:252k
文件大小:2k
开发平台:

Visual C++

  1. #if !defined(AFX_SYSTEMSET_H__8B4E5ED0_D8A5_402B_A958_683A7FFC0B16__INCLUDED_)
  2. #define AFX_SYSTEMSET_H__8B4E5ED0_D8A5_402B_A958_683A7FFC0B16__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SystemSet.h : header file
  7. //
  8. //=============================================================================================
  9. // CSystemSet dialog
  10. class CSystemSet : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CSystemSet)
  13. // Construction
  14. public:
  15. CSystemSet();
  16. ~CSystemSet();
  17. // Dialog Data
  18. //{{AFX_DATA(CSystemSet)
  19. enum { IDD = IDD_SYSTEM_SET };
  20. CButton m_CheckSplash;
  21. CComboBox m_ListLogSize;
  22. CButton m_CheckLog;
  23. CButton m_CheckAlertSpeaker;
  24. CButton m_CheckAutoStart;
  25. CButton m_CheckAlertDialog;
  26. //}}AFX_DATA
  27. // Overrides
  28. // ClassWizard generate virtual function overrides
  29. //{{AFX_VIRTUAL(CSystemSet)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. // Generated message map functions
  36. //{{AFX_MSG(CSystemSet)
  37. virtual BOOL OnInitDialog();
  38. afx_msg void OnSystemSetCheckLog();
  39. afx_msg void OnSystemSetCheckAutostart();
  40. afx_msg void OnSystemSetCheckAlertPcspeaker();
  41. afx_msg void OnSystemSetCheckAlertDialog();
  42. afx_msg void OnSelchangeSystemSetListLogSize();
  43. afx_msg void OnSystemSetCheckSplash();
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. //---------------------------------------------------------------------------------------------
  47. //owner add
  48. public:
  49. void InitDlgResource();
  50. void Refresh();
  51. void SetCheckValue(int iIndex, BOOL bValue);
  52. };
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_SYSTEMSET_H__8B4E5ED0_D8A5_402B_A958_683A7FFC0B16__INCLUDED_)