www.pudn.com > IP_phone.rar > SystemInfoDLG.h
#if !defined(AFX_SYSTEMINFODLG_H__80B37A36_433B_446C_9A10_1ECDC0ED3DC9__INCLUDED_)
#define AFX_SYSTEMINFODLG_H__80B37A36_433B_446C_9A10_1ECDC0ED3DC9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SystemInfoDLG.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSystemInfoDLG dialog
class CSystemInfoDLG : public CDialog
{
// Construction
public:
CSystemInfoDLG(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSystemInfoDLG)
enum { IDD = IDD_DLG_INF };
CXPButton m_ok;
CString m_strVersion;
CString m_strWinName;
int m_nAvialPhyMem;
int m_nAvialVMem;
int m_nTotalPM;
int m_nTotalVM;
CString m_strCpuType;
int m_nCpuSpeed;
int m_nFreeDiskSpace;
CString m_strTotalDiskSpace;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSystemInfoDLG)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSystemInfoDLG)
afx_msg void OnTimer(UINT nIDEvent);
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_SYSTEMINFODLG_H__80B37A36_433B_446C_9A10_1ECDC0ED3DC9__INCLUDED_)