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


#if !defined(AFX_TAB2_H__D13D9C75_BCA1_484B_8215_BE31380302B7__INCLUDED_) 
#define AFX_TAB2_H__D13D9C75_BCA1_484B_8215_BE31380302B7__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// Tab2.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CTab2 dialog 
 
class CTab2 : public CDialog 
{ 
// Construction 
public: 
	CTab2(CWnd* pParent = NULL);   // standard constructor 
    int ProcNum; 
// Dialog Data 
	//{{AFX_DATA(CTab2) 
	enum { IDD = IDD_TAB2 }; 
	CButton	m_Exer2; 
	CComboBox	m_Priority; 
	CListCtrl	m_ProcList; 
	CString	m_ProcName; 
	int		m_AllTime; 
	int		m_cpuTime; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CTab2) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CTab2) 
	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_TAB2_H__D13D9C75_BCA1_484B_8215_BE31380302B7__INCLUDED_)