www.pudn.com > NetGuard.rar > BaseOptionDlg.h
#if !defined(AFX_BASEOPTIONDLG_H__340C512A_DAE7_432A_A553_6B9F828F3BE2__INCLUDED_)
#define AFX_BASEOPTIONDLG_H__340C512A_DAE7_432A_A553_6B9F828F3BE2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// BaseOptionDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CBaseOptionDlg dialog
class CBaseOptionDlg : public CDialog
{
// Construction
public:
void SetApplyButton(CWnd* pButton);
BOOL Apply();
CBaseOptionDlg(UINT nIDTemplate, CWnd* pParentWnd = NULL);
// Dialog Data
//{{AFX_DATA(CDlgConfig)
enum { IDD = NULL };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBaseOptionDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void EnableApply(BOOL bEnable = TRUE);
bool m_bModified;
// Generated message map functions
//{{AFX_MSG(CBaseOptionDlg)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CWnd* m_pApplyButton;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BASEOPTIONDLG_H__340C512A_DAE7_432A_A553_6B9F828F3BE2__INCLUDED_)