资源简介
用于MFC的皮肤库,内有近50种皮肤,附有使用说明,每种皮肤均配有预览图片,未附预览图片的无法可用。
代码片段和文件信息
// MainFrm.cpp : implementation of the CMainframe class
//
#include “stdafx.h“
#include “Skin使用示例.h“
#include “MainFrm.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMainframe
IMPLEMENT_DYNCREATE(CMainframe CframeWnd)
BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code !
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
static UINT indicators[] =
{
ID_SEPARATOR // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};
/////////////////////////////////////////////////////////////////////////////
// CMainframe construction/destruction
CMainframe::CMainframe()
{
// TODO: add member initialization code here
}
CMainframe::~CMainframe()
{
}
int CMainframe::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
if (CframeWnd::OnCreate(lpCreateStruct) == -1)
return -1;
if (!m_wndToolBar.CreateEx(this TBstyle_FLAT WS_CHILD | WS_VISIBLE | CBRS_TOP
| CBRS_GRIPPER | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC) ||
!m_wndToolBar.LoadToolBar(IDR_MAINframe))
{
TRACE0(“Failed to create toolbar\n“);
return -1; // fail to create
}
if (!m_wndStatusBar.Create(this) ||
!m_wndStatusBar.SetIndicators(indicators
sizeof(indicators)/sizeof(UINT)))
{
TRACE0(“Failed to create status bar\n“);
return -1; // fail to create
}
// TODO: Delete these three lines if you don‘t want the toolbar to
// be dockable
m_wndToolBar.EnableDocking(CBRS_ALIGN_ANY);
EnableDocking(CBRS_ALIGN_ANY);
DockControlBar(&m_wndToolBar);
return 0;
}
BOOL CMainframe::PreCreateWindow(CREATESTRUCT& cs)
{
if( !CframeWnd::PreCreateWindow(cs) )
return FALSE;
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
return TRUE;
}
/////////////////////////////////////////////////////////////////////////////
// CMainframe diagnostics
#ifdef _DEBUG
void CMainframe::AssertValid() const
{
CframeWnd::AssertValid();
}
void CMainframe::Dump(CDumpContext& dc) const
{
CframeWnd::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CMainframe message handlers
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-11-07 15:17 MFC皮肤库\
文件 548944 2008-12-26 21:08 MFC皮肤库\skinppwtl.dll
文件 6783 2005-10-24 22:25 MFC皮肤库\SkinPPWTL.h
文件 26410 2005-11-04 12:19 MFC皮肤库\SkinPPWTL.lib
文件 48640 2014-11-07 10:49 MFC皮肤库\Skin使用方法.doc
目录 0 2014-11-07 15:17 MFC皮肤库\Skin使用示例\
文件 59317 2005-11-03 11:50 MFC皮肤库\Skin使用示例\AlphaOS.ssk
目录 0 2014-11-07 15:17 MFC皮肤库\Skin使用示例\Debug\
文件 20277 2014-11-07 10:32 MFC皮肤库\Skin使用示例\Debug\MainFrm.obj
文件 118894 2014-11-07 15:16 MFC皮肤库\Skin使用示例\Debug\Skin使用示例.exe
文件 524164 2014-11-07 15:16 MFC皮肤库\Skin使用示例\Debug\Skin使用示例.ilk
文件 24150 2014-11-07 15:16 MFC皮肤库\Skin使用示例\Debug\Skin使用示例.obj
文件 5573348 2014-11-07 10:32 MFC皮肤库\Skin使用示例\Debug\Skin使用示例.pch
文件 427008 2014-11-07 15:16 MFC皮肤库\Skin使用示例\Debug\Skin使用示例.pdb
文件 7904 2014-11-07 10:08 MFC皮肤库\Skin使用示例\Debug\Skin使用示例.res
文件 15022 2014-11-07 10:32 MFC皮肤库\Skin使用示例\Debug\Skin使用示例Doc.obj
文件 21528 2014-11-07 10:32 MFC皮肤库\Skin使用示例\Debug\Skin使用示例View.obj
文件 106482 2014-11-07 10:32 MFC皮肤库\Skin使用示例\Debug\StdAfx.obj
文件 205824 2014-11-07 15:16 MFC皮肤库\Skin使用示例\Debug\vc60.idb
文件 364544 2014-11-07 15:16 MFC皮肤库\Skin使用示例\Debug\vc60.pdb
文件 2513 2014-11-07 10:03 MFC皮肤库\Skin使用示例\MainFrm.cpp
文件 1581 2014-11-07 10:03 MFC皮肤库\Skin使用示例\MainFrm.h
文件 4399 2014-11-07 10:03 MFC皮肤库\Skin使用示例\ReadMe.txt
目录 0 2014-11-07 15:17 MFC皮肤库\Skin使用示例\res\
文件 1104 2014-11-07 10:08 MFC皮肤库\Skin使用示例\resource.h
文件 1078 2014-11-07 10:03 MFC皮肤库\Skin使用示例\res\Skin使用示例.ico
文件 404 2014-11-07 10:03 MFC皮肤库\Skin使用示例\res\Skin使用示例.rc2
文件 1078 2014-11-07 10:03 MFC皮肤库\Skin使用示例\res\Skin使用示例Doc.ico
文件 1078 2014-11-07 10:03 MFC皮肤库\Skin使用示例\res\Toolbar.bmp
文件 548944 2008-12-26 21:08 MFC皮肤库\Skin使用示例\skinppwtl.dll
文件 6783 2005-10-24 22:25 MFC皮肤库\Skin使用示例\SkinPPWTL.h
............此处省略211个文件信息
- 上一篇:学生管理系统C++204959
- 下一篇:vc++实现des加密和解密
评论
共有 条评论