www.pudn.com > 20060417006-9709.rar > FileDownInfo.h, change:2003-12-25,size:468b


#pragma once 
#include "RTListCtrl.h" 
 
 
// CFileDownInfo 对话框 
 
class CFileDownInfo : public CPropertyPage 
{ 
	DECLARE_DYNAMIC(CFileDownInfo) 
 
public: 
	CFileDownInfo(); 
	virtual ~CFileDownInfo(); 
 
// 对话框数据 
	enum { IDD = IDD_FileDownInfo }; 
 
protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV 支持 
 
	DECLARE_MESSAGE_MAP() 
public: 
	CRTListCtrl m_ListFileDownInfo; 
	afx_msg void OnSize(UINT nType, int cx, int cy); 
};