DlgSystemPage.h
资源名称:GGBT.rar [点击查看]
上传用户:lds876
上传日期:2013-05-25
资源大小:567k
文件大小:2k
源码类别:
P2P编程
开发平台:
Visual C++
- #if !defined(AFX_DLGSYSTEMPAGE_H__8CBC9E5C_A153_491F_AC2A_6653EA8A3BB9__INCLUDED_)
- #define AFX_DLGSYSTEMPAGE_H__8CBC9E5C_A153_491F_AC2A_6653EA8A3BB9__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DlgSystemPage.h : header file
- //
- #include "SetupRegister.h"
- #include "GroupBoxEx.h"
- #include "ButtonEx.h"
- /////////////////////////////////////////////////////////////////////////////
- // CDlgSystemPage dialog
- class CDlgSystemPage : public CPropertyPage
- {
- // Construction
- public:
- CDlgSystemPage(CWnd* pParent = NULL); // standard constructor
- void GetData(CSetupRegister* pSetupRegister);
- void SetData(CSetupRegister *pSetupRegister);
- bool Apply();
- // Dialog Data
- //{{AFX_DATA(CDlgSystemPage)
- enum { IDD = IDD_DIALOG_PAGE_GENERAL};
- CGroupBoxEx m_gp1;
- CSpinButtonCtrl m_spinSaveDBIntval;
- BOOL m_bStartMin;
- BOOL m_bStartOnStartup;
- BOOL m_bSaveDBIntval;
- BOOL m_bContinueUncloseDownload;
- BOOL m_bDefApp;
- //}}AFX_DATA
- // CString m_strTorrentDir;
- long m_lSaveDBIntval;
- // CString m_strTorrentDirOld;
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDlgSystemPage)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CDlgSystemPage)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- virtual void OnCancel();
- afx_msg void OnCheckSaveDatabase();
- //}}AFX_MSG
- // afx_msg void OnButtonTorrentDir();
- DECLARE_MESSAGE_MAP()
- private:
- static void MakeAssoc(bool bRegister);
- static void SetAutoRun(bool bAutoRun);
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DLGSYSTEMPAGE_H__8CBC9E5C_A153_491F_AC2A_6653EA8A3BB9__INCLUDED_)