⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wymeterppg.h

📁 一个完备的组态软件源代码
💻 H
字号:
#if !defined(AFX_WYMETERPPG_H__15491A75_5B63_11D5_ADD3_001088AB5D33__INCLUDED_)
#define AFX_WYMETERPPG_H__15491A75_5B63_11D5_ADD3_001088AB5D33__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

// wyMeterPpg.h : Declaration of the CwyMeterPropPage property page class.

////////////////////////////////////////////////////////////////////////////
// CwyMeterPropPage : See wyMeterPpg.cpp.cpp for implementation.

class CwyMeterPropPage : public COlePropertyPage
{
	DECLARE_DYNCREATE(CwyMeterPropPage)
	DECLARE_OLECREATE_EX(CwyMeterPropPage)

// Constructor
public:
	CwyMeterPropPage();

// Dialog Data
	//{{AFX_DATA(CwyMeterPropPage)
	enum { IDD = IDD_PROPPAGE_WYMETER };
	long	m_colorNeedle;
	CString	m_strUnits;
	double	m_dMaxValue;
	double	m_dMinValue;
	int		m_nScaleDecimals;
	int		m_nValueDecimals;
	//}}AFX_DATA

// Implementation
protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support

// Message maps
protected:
	//{{AFX_MSG(CwyMeterPropPage)
	afx_msg void OnButtonColor();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_WYMETERPPG_H__15491A75_5B63_11D5_ADD3_001088AB5D33__INCLUDED)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -