www.pudn.com > SNMP·¶ÀýÔ´´úÂë.zip > DlgSet.h
#if !defined(AFX_DLGSET_H__9DF78BE1_9F00_4CEF_82D0_8FB51AC71326__INCLUDED_)
#define AFX_DLGSET_H__9DF78BE1_9F00_4CEF_82D0_8FB51AC71326__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgSet.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDlgSet dialog
class CDlgSet : public CDialog
{
// Construction
public:
CMainFrame* pMain;
CDlgSet(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDlgSet)
enum { IDD = IDD_DIALOG_SET };
CStatic m_COid;
CString m_sValue;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgSet)
public:
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgSet)
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGSET_H__9DF78BE1_9F00_4CEF_82D0_8FB51AC71326__INCLUDED_)