www.pudn.com > winnap.rar > abao_lrc.h


 
////////////////////////////////////////////// 
/// @defgroup abaolrc 歌词显示维护类 
/// @author  abao++ 
/// @version 1.0 
/// @date    2006-9-24 9:54:15 
/// @{ 
////////////////////////////////////////////// 
#ifndef _abao_lrc_h_ 
#define _abao_lrc_h_ 
#include "gen.h" 
#include "abao_lrcfile.h" 
class AbaoLrcWindow 
{ 
public: 
	HDC BitDC; ///<首先定义一个显示缓存dc 
	HBITMAP MemBitmap;///<定义一个位图对象 
	int IsSearch;///<标记是否已经搜索了全局目录 
	char *IniFile;///