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

📄 maccombo.h

📁 小型影碟出租企业管理系统
💻 H
字号:
#if !defined(AFX_MACCOMBO_H__DCD6E7E6_AC84_4D5C_88B9_7502AE3EFFAD__INCLUDED_)
#define AFX_MACCOMBO_H__DCD6E7E6_AC84_4D5C_88B9_7502AE3EFFAD__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "resource.h"

class AFX_EXT_CLASS CMacCombo : public CComboBox
{
public:
	CMacCombo();
public:
    CBrush m_nNullBrush;
    CRect  buttonRc;
    CRect  rc;

	bool   m_bIsMouseIn;
	bool   m_bIsMouseFirstIn;

	bool   m_bIsClickIn;
	bool   m_bCloseList;
public:
    //{{AFX_VIRTUAL(CMacCombo)
	//}}AFX_VIRTUAL
public:
	void Draw(int Flag=1);
	void DrawBorder(CDC *pDC,LPRECT rc);
	void DrawButton(CDC *pDC,LPRECT rc,int Flags=0);
	virtual ~CMacCombo();

protected:
	//{{AFX_MSG(CMacCombo)
	afx_msg void OnPaint();
	afx_msg HBRUSH CtlColor(CDC* pDC, UINT nCtlColor);
	afx_msg void OnMouseMove(UINT nFlags, CPoint point);
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
	afx_msg void OnCloseup();
	afx_msg void OnDropdown();
	//}}AFX_MSG

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

#endif // !defined(AFX_MACCOMBO_H__DCD6E7E6_AC84_4D5C_88B9_7502AE3EFFAD__INCLUDED_)

⌨️ 快捷键说明

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