00001
00002
00003
00004
00005
00006 #if !defined(AFX_URLWND_H__806DBD14_EAA0_4C57_8FDE_74936CE90961__INCLUDED_)
00007 #define AFX_URLWND_H__806DBD14_EAA0_4C57_8FDE_74936CE90961__INCLUDED_
00008
00009 #if _MSC_VER > 1000
00010 #pragma once
00011 #endif
00012
00013 class CUrlWnd : public CStatic
00014 {
00015
00016 public:
00017 CUrlWnd();
00018
00019 public:
00020
00021 public:
00022
00023
00024
00025 public:
00026 void SetUrl (LPCSTR pszUrl);
00027
00028 void Init();
00029
00030 virtual ~CUrlWnd();
00031
00032 protected:
00033 CString m_strUrl;
00034
00035 afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
00036
00037
00038 DECLARE_MESSAGE_MAP()
00039 };
00040
00041
00042
00043 #endif