www.pudn.com > NetScan.rar > SysDlg.h
#if !defined(AFX_SYSDLG_H__3BDADEAE_96E7_491F_94DB_8549FBCE62D7__INCLUDED_)
#define AFX_SYSDLG_H__3BDADEAE_96E7_491F_94DB_8549FBCE62D7__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SysDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSysDlg dialog
class CSysDlg : public CDialog
{
// Construction
public:
CSysDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSysDlg)
enum { IDD = IDD_SYSDIALOG };
CString m_SysDescr;
CString m_SysObjectID;
CString m_SysUpTime;
CString m_SysContact;
CString m_SysName;
CString m_SysLocation;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSysDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSysDlg)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SYSDLG_H__3BDADEAE_96E7_491F_94DB_8549FBCE62D7__INCLUDED_)