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

📄 selectb.h

📁 Wince 下的画图软件的源代码,是一款不错的EVC图形编辑软件,可以直接作为PMP的配套软件.
💻 H
字号:
#if !defined(AFX_SELECTB_H__9A2FF789_58F5_4C57_BF79_103059786988__INCLUDED_)
#define AFX_SELECTB_H__9A2FF789_58F5_4C57_BF79_103059786988__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SelectB.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CSelectB window

class CSelectB : public CStatic
{
// Construction
public:
	CSelectB();

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSelectB)
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CSelectB();

	// Generated message map functions
protected:
	//{{AFX_MSG(CSelectB)
	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_SELECTB_H__9A2FF789_58F5_4C57_BF79_103059786988__INCLUDED_)

⌨️ 快捷键说明

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