CQStatic.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

  1. #if !defined(AFX_CQSTATIC_H__8673767F_0FF6_47D4_B606_3A41C786DC82__INCLUDED_)
  2. #define AFX_CQSTATIC_H__8673767F_0FF6_47D4_B606_3A41C786DC82__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // CQStatic.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CCQStatic window
  10. #include<string>
  11. using namespace std;
  12. void DisplayErrorInfo(string& ErrorInfo);
  13. class CCQStatic : public CStatic
  14. {
  15. // Construction
  16. public:
  17. CCQStatic();
  18. // Attributes
  19. public:
  20. // Operations
  21. public:
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CCQStatic)
  25. protected:
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. public:
  29. void SetBackGround(UINT BackImage,HINSTANCE AppHandle);
  30. virtual ~CCQStatic();
  31. // Generated message map functions
  32. protected:
  33. //{{AFX_MSG(CCQStatic)
  34. afx_msg void OnPaint();
  35. afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct);
  36. //}}AFX_MSG
  37. HBITMAP m_BackImage;
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. /////////////////////////////////////////////////////////////////////////////
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_CQSTATIC_H__8673767F_0FF6_47D4_B606_3A41C786DC82__INCLUDED_)