PrefsStatic.h
上传用户:dengkfang
上传日期:2008-12-30
资源大小:5233k
文件大小:2k
源码类别:

CA认证

开发平台:

Visual C++

  1. #if !defined(AFX_PREFSSTATIC_H__1B15B006_9152_11D3_A10C_00500402F30B__INCLUDED_)
  2. #define AFX_PREFSSTATIC_H__1B15B006_9152_11D3_A10C_00500402F30B__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // PrefsStatic.h : header file
  7. //
  8. //页面提示
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CPrefsStatic window
  11. class CPrefsStatic : public CStatic
  12. {
  13. // Construction
  14. public:
  15. CPrefsStatic();
  16. // Attributes
  17. public:
  18. // Operations
  19. public:
  20. CString m_csFontName;
  21. void SetConstantText(const char *pText) {m_csConstantText = pText;}
  22. int m_fontSize, m_fontWeight;
  23. BOOL m_grayText;
  24. COLORREF m_textClr;
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CPrefsStatic)
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. public:
  31. virtual ~CPrefsStatic();
  32. protected:
  33. CFont m_captionFont, m_nameFont;
  34. CBitmap m_bm;
  35. CString m_csConstantText;
  36. void MakeCaptionBitmap();
  37. // Generated message map functions
  38. protected:
  39. //{{AFX_MSG(CPrefsStatic)
  40. afx_msg void OnPaint();
  41. afx_msg BOOL OnEraseBkgnd(CDC* pDC);
  42. afx_msg BOOL OnSetText (WPARAM wParam, LPARAM lParam);
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. /////////////////////////////////////////////////////////////////////////////
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_PREFSSTATIC_H__1B15B006_9152_11D3_A10C_00500402F30B__INCLUDED_)