SkinResource.cpp
资源名称:vc一个皮肤.zip [点击查看]
上传用户:vipseo
上传日期:2010-02-15
资源大小:137k
文件大小:1k
源码类别:
组合框控件
开发平台:
Visual C++
- // SkinResource.cpp: implementation of the CSkinResource class.
- //
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "SkinResource.h"
- #ifdef _DEBUG
- #undef THIS_FILE
- static char THIS_FILE[]=__FILE__;
- #define new DEBUG_NEW
- #endif
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- CSkinResource::CSkinResource()
- {
- }
- CSkinResource::~CSkinResource()
- {
- }