www.pudn.com > OSDemo.rar > YemianDlg1.h


#if !defined(AFX_YEMIANDLG1_H__49C46A7C_E7ED_4ACA_823F_63459C761055__INCLUDED_) 
#define AFX_YEMIANDLG1_H__49C46A7C_E7ED_4ACA_823F_63459C761055__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// YemianDlg1.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CYemianDlg dialog 
 
///////////////////////////////////////////////////////////////////////////// 
// CYemianDlg dialog 
 
class CYemianDlg : public CDialog 
{ 
// Construction 
public: 
	CYemianDlg(CWnd* pParent = NULL);	// standard constructor 
    
// Dialog Data 
	//{{AFX_DATA(CYemianDlg) 
	enum { IDD = IDD_YEMIAN_DIALOG }; 
	CListBox	m_list; 
	int		m_memory; 
	int		m_total; 
	CString	m_random; 
	int		m_change; 
	int		m_absent; 
	double	m_changef; 
	double	m_absentf; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CYemianDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CYemianDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnFIFO(); 
	afx_msg void OnLRU(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_YEMIANDLG1_H__49C46A7C_E7ED_4ACA_823F_63459C761055__INCLUDED_)