www.pudn.com > CListCtrlTest.rar > MyStorgeText.h


// MyStorgeText.h: interface for the CMyStorgeText class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_MYSTORGETEXT_H__58DC5D2B_0E0A_4ABA_A62F_772DCE40D254__INCLUDED_) 
#define AFX_MYSTORGETEXT_H__58DC5D2B_0E0A_4ABA_A62F_772DCE40D254__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
class CMyStorgeText   
{ 
public: 
	CMyStorgeText(); 
	virtual ~CMyStorgeText(); 
public: 
	int m_nitem; 
	int m_subitem; 
	CRect m_textrect;//文字输出矩形区域 
	CString m_str; //文字 
	bool m_flag ;  //true 文字在图标前 
	bool m_bImpView;  //是否突出显示 true 突出显示 默认为 false 
	COLORREF m_ImpColor; //突出显示的颜色 
 
 
	 
 
}; 
 
#endif // !defined(AFX_MYSTORGETEXT_H__58DC5D2B_0E0A_4ABA_A62F_772DCE40D254__INCLUDED_)