SkinResource.cpp
上传用户:vipseo
上传日期:2010-02-15
资源大小:137k
文件大小:1k
源码类别:

组合框控件

开发平台:

Visual C++

  1. // SkinResource.cpp: implementation of the CSkinResource class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #include "stdafx.h"
  5. #include "SkinResource.h"
  6. #ifdef _DEBUG
  7. #undef THIS_FILE
  8. static char THIS_FILE[]=__FILE__;
  9. #define new DEBUG_NEW
  10. #endif
  11. //////////////////////////////////////////////////////////////////////
  12. // Construction/Destruction
  13. //////////////////////////////////////////////////////////////////////
  14. CSkinResource::CSkinResource()
  15. {
  16. }
  17. CSkinResource::~CSkinResource()
  18. {
  19. }