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


// MyStorgeText.cpp: implementation of the CMyStorgeText class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#include "stdafx.h" 
#include "CListCtrlTest.h" 
#include "MyStorgeText.h" 
 
#ifdef _DEBUG 
#undef THIS_FILE 
static char THIS_FILE[]=__FILE__; 
#define new DEBUG_NEW 
#endif 
 
////////////////////////////////////////////////////////////////////// 
// Construction/Destruction 
////////////////////////////////////////////////////////////////////// 
 
CMyStorgeText::CMyStorgeText() 
{ 
	m_nitem = -1; 
	m_subitem = -1; 
	m_textrect = 0; 
	m_str = ""; 
	m_flag = true; 
	m_bImpView = false; 
	m_ImpColor = RGB(255, 255, 255);//默认文字底色为白色 
} 
 
CMyStorgeText::~CMyStorgeText() 
{ 
 
}