00001
00002
00003
00004
00005
00006 #if !defined(AFX_DOWNLOADS_INFOFRAME_H__78885121_9E0C_4380_B8AD_FE98B0FB5907__INCLUDED_)
00007 #define AFX_DOWNLOADS_INFOFRAME_H__78885121_9E0C_4380_B8AD_FE98B0FB5907__INCLUDED_
00008
00009 #if _MSC_VER > 1000
00010 #pragma once
00011 #endif
00012
00013 class CDownloads_InfoFrame : public CWnd
00014 {
00015
00016 public:
00017 CDownloads_InfoFrame();
00018
00019 public:
00020
00021 public:
00022
00023
00024
00025
00026 public:
00027
00028 void SetChildWnd (CWnd *pWnd);
00029 BOOL Create (CWnd *pParent);
00030 virtual ~CDownloads_InfoFrame();
00031
00032 protected:
00033
00034 void ResizeChild (int cx, int cy);
00035 CWnd* m_pChild;
00036
00037 afx_msg void OnPaint();
00038 afx_msg void OnSize(UINT nType, int cx, int cy);
00039 afx_msg BOOL OnEraseBkgnd(CDC* pDC);
00040
00041 DECLARE_MESSAGE_MAP()
00042 };
00043
00044
00045
00046 #endif