bigsmall.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 Bigsmall : public CStatic
{
// Construction
public:
	Bigsmall();

// Attributes
public:

// Operations
public:
void GetScreen();
CPoint m_FirstPoint;
HDC hScrDC;
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(Bigsmall)
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~Bigsmall();

	// Generated message map functions
protected:
	//{{AFX_MSG(Bigsmall)
	afx_msg void OnPaint();
	//}}AFX_MSG

	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 + -
显示快捷键?