SkinResource.h
资源名称:vc一个皮肤.zip [点击查看]
上传用户:vipseo
上传日期:2010-02-15
资源大小:137k
文件大小:1k
源码类别:
组合框控件
开发平台:
Visual C++
- // SkinResource.h: interface for the CSkinResource class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_SKINRESOURCE_H__6546AFFB_72B3_42A4_B312_499C6685D706__INCLUDED_)
- #define AFX_SKINRESOURCE_H__6546AFFB_72B3_42A4_B312_499C6685D706__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "SkinButton.h"
- class CSkinResource
- {
- CSkinButtonResource m_btnres;
- public:
- CSkinResource();
- BOOL LoadSkin( const char *skinfile );
- virtual ~CSkinResource();
- };
- #endif // !defined(AFX_SKINRESOURCE_H__6546AFFB_72B3_42A4_B312_499C6685D706__INCLUDED_)