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

📄 bigsmall.h

📁 Wince 下的画图软件的源代码,是一款不错的EVC图形编辑软件,可以直接作为PMP的配套软件.
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -