www.pudn.com > SDKSkin.rar > SkinAdjust.h


/**************************************************** 
**  Fujitsu Copyright (C) 2006 - 2007 
**	功    能:	对各种区域进行调整操作。 
 
 **	文件名称: 	SkinAdjust.h 
**	文件基类:	 
**	扩 展 名:	h 
**	创建日期:	2006-8-8 10:30 
**	作    者:	汪荣 
*****************************************************/ 
 
#ifndef _SKINADJUST_ONCE_ 
#define _SKINADJUST_ONCE_ 
 
#include "SkinBase.h" 
 
class SkinAdjust : SkinBase 
{ 
public: 
	SkinAdjust(SKINMSG msg_); 
	virtual ~SkinAdjust(); 
 
public: 
	LRESULT AdjustNcCalcSize(); 
	LRESULT NcHitTest(); 
}; 
 
#endif