engcolorsel.h

来自「vc 和mapobjects地理信息系统组件开发 很有启发意义和参考价值」· C头文件 代码 · 共 53 行

H
53
字号
#if !defined(AFX_ENGCOLORSEL_H__AFA16412_AF82_44D5_8D13_DBBFEDFBA6C2__INCLUDED_)
#define AFX_ENGCOLORSEL_H__AFA16412_AF82_44D5_8D13_DBBFEDFBA6C2__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CEngColorSel window

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

// Attributes
public:

// Operations
public:

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

// Implementation
public:
	COLORREF GetColor();
	void SetColor(COLORREF color);
	virtual ~CEngColorSel();

	// Generated message map functions
protected:
	COLORREF m_crColor;
	//{{AFX_MSG(CEngColorSel)
	afx_msg void OnPaint();
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_ENGCOLORSEL_H__AFA16412_AF82_44D5_8D13_DBBFEDFBA6C2__INCLUDED_)

⌨️ 快捷键说明

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