?? buttonp.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 + -