cdbigsmall.h
来自「Wince 下的画图软件的源代码,是一款不错的EVC图形编辑软件,可以直接作为P」· C头文件 代码 · 共 53 行
H
53 行
#if !defined(AFX_BIGSMALL_H__9AC5AF98_9A3E_43E2_8739_8768F86BA856__INCLUDED_)
#define AFX_BIGSMALL_H__9AC5AF98_9A3E_43E2_8739_8768F86BA856__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Bigsmall.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CBigsmall window
extern int iScreenWidth,iScreenHeight;
class CDBigsmall : public CStatic
{
// Construction
public:
CDBigsmall();
// Attributes
public:
// Operations
public:
void GetScreen();
CPoint m_FirstPoint;
HDC hScrDC;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDBigsmall)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CDBigsmall();
// Generated message map functions
protected:
//{{AFX_MSG(CDBigsmall)
//}}AFX_MSG
public:
void DrawZoom(CDC *pDC) ;
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BIGSMALL_H__9AC5AF98_9A3E_43E2_8739_8768F86BA856__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?