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

📄 rotaryppg.h

📁 本光盘包含的是《实用Visual C++ 6.0教程》一书中所有程序的代码
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -