www.pudn.com > speech1.rar > ViewWork.h


#if !defined(AFX_VIEWWORK_H__A0F1B85F_5FA3_44A0_9147_37B0CD9972DE__INCLUDED_) 
#define AFX_VIEWWORK_H__A0F1B85F_5FA3_44A0_9147_37B0CD9972DE__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// ViewWork.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CViewWork dialog 
 
class CViewWork : public CDialog 
{ 
// Construction 
public: 
	void SetWorkList(CList &workList); 
	void SetTimeList(CList &timeList); 
	CViewWork(CWnd* pParent = NULL);   // standard constructor 
	CList* GetTimList() ; 
	CList* GetWorkList() ; 
 
// Dialog Data 
	//{{AFX_DATA(CViewWork) 
	enum { IDD = IDD_VIEWWORK }; 
	CListCtrl	m_list; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CViewWork) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CViewWork) 
	virtual BOOL OnInitDialog(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
private: 
	CFont m_font; 
	CImageList m_imageList; 
	CList m_timeList ; 
	CList m_strWorkList ; 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_VIEWWORK_H__A0F1B85F_5FA3_44A0_9147_37B0CD9972DE__INCLUDED_)