DlgSetupStatusWnd.h
上传用户:lds876
上传日期:2013-05-25
资源大小:567k
文件大小:1k
源码类别:

P2P编程

开发平台:

Visual C++

  1. #if !defined(AFX_DLGSETUPSTATUSWND_H__687DFFDE_9067_4F6F_8199_A95EEFF06CEE__INCLUDED_)
  2. #define AFX_DLGSETUPSTATUSWND_H__687DFFDE_9067_4F6F_8199_A95EEFF06CEE__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgSetupStatusWnd.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDlgSetupStatusWnd window
  10. class CDlgSetupStatusWnd : public CWnd
  11. {
  12. // Construction
  13. public:
  14. CDlgSetupStatusWnd();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CDlgSetupStatusWnd)
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. public:
  25. void SetStatusText(CString strText);
  26. BOOL CreateEx(CWnd* pParent, CRect rc, UINT uID, long lParam);
  27. virtual ~CDlgSetupStatusWnd();
  28. // Generated message map functions
  29. protected:
  30. //{{AFX_MSG(CDlgSetupStatusWnd)
  31. afx_msg void OnPaint();
  32. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  33. afx_msg BOOL OnEraseBkgnd(CDC* pDC);
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. private:
  37. void DrawFace(COLORREF Top, COLORREF Bottom, CRect& rc, CRect CalRc, CDC* pDC);
  38. CFont m_font;
  39. CBitmap m_bmpBk;
  40. CString m_strText;
  41. };
  42. /////////////////////////////////////////////////////////////////////////////
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_DLGSETUPSTATUSWND_H__687DFFDE_9067_4F6F_8199_A95EEFF06CEE__INCLUDED_)