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

📄 boxctl.h

📁 INTERNET网络高级编程的包括邮件加密、MAPI、ISAPI、ACTIVEX、FTP等等。
💻 H
字号:
#if !defined(AFX_BOXCTL_H__704F2B6A_C610_11D4_AF14_00E04CDD4565__INCLUDED_)
#define AFX_BOXCTL_H__704F2B6A_C610_11D4_AF14_00E04CDD4565__INCLUDED_

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

// BoxCtl.h : Declaration of the CBoxCtrl ActiveX Control class.

/////////////////////////////////////////////////////////////////////////////
// CBoxCtrl : See BoxCtl.cpp for implementation.

class CBoxCtrl : public COleControl
{
	DECLARE_DYNCREATE(CBoxCtrl)

// Constructor
public:
	CBoxCtrl();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CBoxCtrl)
	public:
	virtual void OnDraw(CDC* pdc, const CRect& rcBounds, const CRect& rcInvalid);
	virtual void DoPropExchange(CPropExchange* pPX);
	virtual void OnResetState();
	//}}AFX_VIRTUAL

// Implementation
protected:
	~CBoxCtrl();

	DECLARE_OLECREATE_EX(CBoxCtrl)    // Class factory and guid
	DECLARE_OLETYPELIB(CBoxCtrl)      // GetTypeInfo
	DECLARE_PROPPAGEIDS(CBoxCtrl)     // Property page IDs
	DECLARE_OLECTLTYPE(CBoxCtrl)		// Type name and misc status

// Message maps
	//{{AFX_MSG(CBoxCtrl)
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

// Dispatch maps
	//{{AFX_DISPATCH(CBoxCtrl)
	short m_count;
	afx_msg void OnCountChanged();
	BOOL m_number;
	afx_msg void OnNumberChanged();
	BOOL m_useable;
	afx_msg void OnUseableChanged();
	afx_msg void DoRoll();
	//}}AFX_DISPATCH
	DECLARE_DISPATCH_MAP()

	afx_msg void AboutBox();

// Event maps
	//{{AFX_EVENT(CBoxCtrl)
	//}}AFX_EVENT
	DECLARE_EVENT_MAP()

// Dispatch and event IDs
public:
	enum {
	//{{AFX_DISP_ID(CBoxCtrl)
	dispidCount = 1L,
	dispidNumber = 2L,
	dispidUseable = 3L,
	dispidDoRoll = 4L,
	//}}AFX_DISP_ID
	};
};

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

#endif // !defined(AFX_BOXCTL_H__704F2B6A_C610_11D4_AF14_00E04CDD4565__INCLUDED)

⌨️ 快捷键说明

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