#if !defined(AFX_SECURITYPAGE_H__898CB245_9C3E_4693_8555_20DBC1664830__INCLUDED_) #define AFX_SECURITYPAGE_H__898CB245_9C3E_4693_8555_20DBC1664830__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include "DialogResize.h" class CSecurityPage : public CDialogResize { // Construction public: void AddIPToBlockList(LPCTSTR lpszIP); CSecurityPage(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CSecurityPage) enum { IDD = IDD_PROPPAGE_SECURITY }; CListBox m_BlockedList; CListBox m_NonBlockedList; BOOL m_bBlockAll; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CSecurityPage) public: virtual BOOL PreTranslateMessage(MSG* pMsg); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: void UpdateSecurityData(int nType); // Generated message map functions //{{AFX_MSG(CSecurityPage) virtual BOOL OnInitDialog(); afx_msg void OnDestroy(); afx_msg void OnButton1(); afx_msg void OnButton4(); afx_msg void OnButton5(); afx_msg void OnView(); afx_msg void OnButton6(); afx_msg void OnButton7(); afx_msg void OnBnClickedView2(); afx_msg void OnBnClickedCreatePhoto(); afx_msg void OnBnClickedButton8(); #if 0 afx_msg void OnBnClickedIncrementalbak(); afx_msg void OnBnClickedAutobak(); afx_msg void OnBnClickedIncrementalandauto(); afx_msg void OnBnClickedRestartBtn(); #endif //#if 0 //}}AFX_MSG DECLARE_MESSAGE_MAP() DECLARE_DLGRESIZE_MAP; public: afx_msg void OnBnClickedSysconfig(); afx_msg void OnBnClickedTechsupport(); afx_msg void OnBnClickedEnableclound(); afx_msg void OnBnClickedExportbarcode(); afx_msg void OnBnClickedCheckdb(); afx_msg void OnEnChangeCheckdbtimeout(); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SECURITYPAGE_H__898CB245_9C3E_4693_8555_20DBC1664830__INCLUDED_)