DlgSystemPage.h
上传用户:lds876
上传日期:2013-05-25
资源大小:567k
文件大小:2k
源码类别:

P2P编程

开发平台:

Visual C++

  1. #if !defined(AFX_DLGSYSTEMPAGE_H__8CBC9E5C_A153_491F_AC2A_6653EA8A3BB9__INCLUDED_)
  2. #define AFX_DLGSYSTEMPAGE_H__8CBC9E5C_A153_491F_AC2A_6653EA8A3BB9__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgSystemPage.h : header file
  7. //
  8. #include "SetupRegister.h"
  9. #include "GroupBoxEx.h"
  10. #include "ButtonEx.h"
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CDlgSystemPage dialog
  13. class CDlgSystemPage : public CPropertyPage
  14. {
  15. // Construction
  16. public:
  17. CDlgSystemPage(CWnd* pParent = NULL);   // standard constructor
  18. void GetData(CSetupRegister* pSetupRegister);
  19. void SetData(CSetupRegister *pSetupRegister);
  20. bool Apply();
  21. // Dialog Data
  22. //{{AFX_DATA(CDlgSystemPage)
  23. enum { IDD = IDD_DIALOG_PAGE_GENERAL};
  24. CGroupBoxEx m_gp1;
  25. CSpinButtonCtrl m_spinSaveDBIntval;
  26. BOOL m_bStartMin;
  27. BOOL m_bStartOnStartup;
  28. BOOL m_bSaveDBIntval;
  29. BOOL m_bContinueUncloseDownload;
  30. BOOL m_bDefApp;
  31. //}}AFX_DATA
  32. // CString m_strTorrentDir;
  33. long m_lSaveDBIntval;
  34. // CString m_strTorrentDirOld;
  35. // Overrides
  36. // ClassWizard generated virtual function overrides
  37. //{{AFX_VIRTUAL(CDlgSystemPage)
  38. protected:
  39. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  40. //}}AFX_VIRTUAL
  41. // Implementation
  42. protected:
  43. // Generated message map functions
  44. //{{AFX_MSG(CDlgSystemPage)
  45. virtual BOOL OnInitDialog();
  46. virtual void OnOK();
  47. virtual void OnCancel();
  48. afx_msg void OnCheckSaveDatabase();
  49. //}}AFX_MSG
  50. // afx_msg void OnButtonTorrentDir();
  51. DECLARE_MESSAGE_MAP()
  52. private:
  53. static void MakeAssoc(bool bRegister);
  54. static void SetAutoRun(bool bAutoRun);
  55. };
  56. //{{AFX_INSERT_LOCATION}}
  57. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  58. #endif // !defined(AFX_DLGSYSTEMPAGE_H__8CBC9E5C_A153_491F_AC2A_6653EA8A3BB9__INCLUDED_)