CColorStaticST_demoDlg.h
上传用户:fxzxgm
上传日期:2007-01-02
资源大小:99k
文件大小:2k
源码类别:

Static控件

开发平台:

Visual C++

  1. // CColorStaticST_demoDlg.h : header file
  2. //
  3. #if !defined(AFX_CCOLORSTATICST_DEMODLG_H__D2E6DD14_7FCF_11D2_A1E0_00805F8593B2__INCLUDED_)
  4. #define AFX_CCOLORSTATICST_DEMODLG_H__D2E6DD14_7FCF_11D2_A1E0_00805F8593B2__INCLUDED_
  5. #include "ColorStaticST.h" // Added by ClassView
  6. #include "AboutDlg.h"
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CCColorStaticST_demoDlg dialog
  12. class CCColorStaticST_demoDlg : public CDialog
  13. {
  14. // Construction
  15. public:
  16. CCColorStaticST_demoDlg(CWnd* pParent = NULL); // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(CCColorStaticST_demoDlg)
  19. enum { IDD = IDD_CCOLORSTATICST_DEMO_DIALOG };
  20. // NOTE: the ClassWizard will add data members here
  21. //}}AFX_DATA
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CCColorStaticST_demoDlg)
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. LRESULT OnDangerBlink(WPARAM wParam, LPARAM lParam);
  30. HICON m_hIcon;
  31. // Generated message map functions
  32. //{{AFX_MSG(CCColorStaticST_demoDlg)
  33. virtual BOOL OnInitDialog();
  34. afx_msg void OnAbout();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. private:
  38. UINT m_nDangerCount;
  39. CFont m_Font;
  40. CColorStaticST m_stcCalling;
  41. CColorStaticST m_stcDanger;
  42. CColorStaticST m_stcSTSign;
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_CCOLORSTATICST_DEMODLG_H__D2E6DD14_7FCF_11D2_A1E0_00805F8593B2__INCLUDED_)