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

📄 buttonp.h

📁 连接oracle
💻 H
字号:
#if !defined(AFX_BUTTONP_H__08B1C0C3_0E1B_11D2_BD01_F8012F000000__INCLUDED_)
#define AFX_BUTTONP_H__08B1C0C3_0E1B_11D2_BD01_F8012F000000__INCLUDED_

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

#include "FontEx.h"

// ButtonP.h : header file
//
class CButtonP : public CButton
{
public:
	CPoint	pt[10];
	CPen	cpn, *opn;
	CFontEx   cfont;
	CFont *ofont;
	CBrush	cbrs, *obrs;
	CSize 	cs;
	LOGFONT	lft;

	int   m_mWidth, m_mHeight;

	int   nHeight;	//总的点数(IN DRAWVIEW.CPP )
	int   nWidth;

	int   pWidth;	//页宽,高
	int   pHeight;

	int   iPage;
	int   x0, y0;

	int   nPw, nPh;
	int   dx,dy;
	int   iw, ih;

	int   jpage[200], kpage[200];

	int   pminx, pminy,pmaxx,pmaxy;
// Implementation
	virtual void DrawItem(LPDRAWITEMSTRUCT lpDIS);


public:

	// Generated message map functions
	//{{AFX_MSG(CButtonP)
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point) ;
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

#endif // !defined(AFX_BUTTONP_H__08B1C0C3_0E1B_11D2_BD01_F8012F000000__INCLUDED_)

⌨️ 快捷键说明

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