rotaryppg.h

来自「本光盘包含的是《实用Visual C++ 6.0教程》一书中所有程序的代码」· C头文件 代码 · 共 46 行

H
46
字号
#if !defined(AFX_ROTARYPPG_H__721757B6_EE5C_11D2_BF13_444553540000__INCLUDED_)
#define AFX_ROTARYPPG_H__721757B6_EE5C_11D2_BF13_444553540000__INCLUDED_

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

// RotaryPpg.h : Declaration of the CRotaryPropPage property page class.

////////////////////////////////////////////////////////////////////////////
// CRotaryPropPage : See RotaryPpg.cpp.cpp for implementation.

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

// Constructor
public:
	CRotaryPropPage();

// Dialog Data
	//{{AFX_DATA(CRotaryPropPage)
	enum { IDD = IDD_PROPPAGE_ROTARY };
	BOOL	m_bTicksEnabled;
	short	m_sNumTicks;
	//}}AFX_DATA

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

// Message maps
protected:
	//{{AFX_MSG(CRotaryPropPage)
	afx_msg void OnChangeEdit2();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

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

#endif // !defined(AFX_ROTARYPPG_H__721757B6_EE5C_11D2_BF13_444553540000__INCLUDED)

⌨️ 快捷键说明

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