www.pudn.com > agentnet.zip > SetupAgentPage.h
#if !defined(AFX_SETUPAGENTPAGE_H__06E51A6F_E21E_402A_A416_58025DAABB82__INCLUDED_)
#define AFX_SETUPAGENTPAGE_H__06E51A6F_E21E_402A_A416_58025DAABB82__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SetupAgentPage.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSetupAgentPage dialog
class CSetupAgentPage : public CPropertyPage
{
DECLARE_DYNCREATE(CSetupAgentPage)
// Construction
public:
CSetupAgentPage();
~CSetupAgentPage();
// Dialog Data
//{{AFX_DATA(CSetupAgentPage)
enum { IDD = IDD_DIALOG_AGENT };
CString m_strAgentCharPath;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CSetupAgentPage)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSetupAgentPage)
afx_msg void OnButtonShowFile();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SETUPAGENTPAGE_H__06E51A6F_E21E_402A_A416_58025DAABB82__INCLUDED_)