00001 /* 00002 Free Download Manager Copyright (c) 2003-2007 FreeDownloadManager.ORG 00003 Open Download Manager Copyright (c) 2008-2010 OpenDownloadManager.ORG 00004 */ 00005 00006 #if !defined(AFX_HFE_LISTLOG_H__538CF177_2C1D_40A1_82B3_F1BE8A10266F__INCLUDED_) 00007 #define AFX_HFE_LISTLOG_H__538CF177_2C1D_40A1_82B3_F1BE8A10266F__INCLUDED_ 00008 00009 #if _MSC_VER > 1000 00010 #pragma once 00011 #endif 00012 00013 #include "HFE_FileList.h" 00014 #include "HFE_Log.h" 00015 #include "WndSplitter.h" 00016 00017 class CHFE_ListLog : public CWnd 00018 { 00019 friend class CHFEWnd; 00020 00021 public: 00022 CHFE_ListLog(); 00023 00024 public: 00025 00026 public: 00027 //{{AFX_VIRTUAL(CHFE_ListLog) 00028 //}}AFX_VIRTUAL 00029 00030 public: 00031 00032 void ApplyLanguage(); 00033 00034 void SaveState(); 00035 BOOL m_bShowLog; 00036 00037 void ShowLog (BOOL bShow); 00038 BOOL Create (CWnd *pParent); 00039 virtual ~CHFE_ListLog(); 00040 00041 protected: 00042 CHFE_Log m_wndLog; 00043 CHFE_FileList m_wndFileList; 00044 CWndSplitter m_wndSplitter; 00045 //{{AFX_MSG(CHFE_ListLog) 00046 afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 00047 afx_msg void OnSize(UINT nType, int cx, int cy); 00048 //}}AFX_MSG 00049 DECLARE_MESSAGE_MAP() 00050 }; 00051 00052 //{{AFX_INSERT_LOCATION}//}} 00053 00054 #endif
1.5.6