wyMeterPpg.h
上传用户:seaboy_04
上传日期:2013-02-24
资源大小:284k
文件大小:1k
源码类别:

其他行业

开发平台:

Visual C++

  1. #if !defined(AFX_WYMETERPPG_H__15491A75_5B63_11D5_ADD3_001088AB5D33__INCLUDED_)
  2. #define AFX_WYMETERPPG_H__15491A75_5B63_11D5_ADD3_001088AB5D33__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // wyMeterPpg.h : Declaration of the CwyMeterPropPage property page class.
  7. ////////////////////////////////////////////////////////////////////////////
  8. // CwyMeterPropPage : See wyMeterPpg.cpp.cpp for implementation.
  9. class CwyMeterPropPage : public COlePropertyPage
  10. {
  11. DECLARE_DYNCREATE(CwyMeterPropPage)
  12. DECLARE_OLECREATE_EX(CwyMeterPropPage)
  13. // Constructor
  14. public:
  15. CwyMeterPropPage();
  16. // Dialog Data
  17. //{{AFX_DATA(CwyMeterPropPage)
  18. enum { IDD = IDD_PROPPAGE_WYMETER };
  19. long m_colorNeedle;
  20. CString m_strUnits;
  21. double m_dMaxValue;
  22. double m_dMinValue;
  23. int m_nScaleDecimals;
  24. int m_nValueDecimals;
  25. //}}AFX_DATA
  26. // Implementation
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  29. // Message maps
  30. protected:
  31. //{{AFX_MSG(CwyMeterPropPage)
  32. afx_msg void OnButtonColor();
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. };
  36. //{{AFX_INSERT_LOCATION}}
  37. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  38. #endif // !defined(AFX_WYMETERPPG_H__15491A75_5B63_11D5_ADD3_001088AB5D33__INCLUDED)