资源简介
读取图像,打开图像,.bmp文件,用MFC工程的环境下编译的,可以在其基础上修改。
代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//
#include “stdafx.h“
#include “LLS.h“
#include “ChildFrm.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CChildframe
IMPLEMENT_DYNCREATE(CChildframe CMDIChildWnd)
BEGIN_MESSAGE_MAP(CChildframe CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CChildframe construction/destruction
CChildframe::CChildframe()
{
// TODO:
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2732 2009-05-07 22:40 LLS\LLS.clw
文件 4685 2009-05-07 22:04 LLS\ReadMe.txt
文件 1323 2009-05-07 22:04 LLS\LLS.h
文件 4333 2009-05-07 22:04 LLS\LLS.cpp
文件 1054 2009-05-07 22:04 LLS\StdAfx.h
文件 205 2009-05-07 22:04 LLS\StdAfx.cpp
文件 1542 2009-05-07 22:04 LLS\MainFrm.h
文件 2520 2009-05-07 22:04 LLS\MainFrm.cpp
文件 1397 2009-05-07 22:04 LLS\ChildFrm.h
文件 1530 2009-05-07 22:04 LLS\ChildFrm.cpp
文件 1843 2009-05-07 22:04 LLS\LLSView.h
文件 395 2009-05-07 22:04 LLS\res\LLS.rc2
文件 1078 2009-05-07 22:04 LLS\res\LLSDoc.ico
文件 1078 2009-05-07 22:04 LLS\res\LLS.ico
文件 1078 2009-05-07 22:04 LLS\res\Toolbar.bmp
文件 488 2009-05-07 22:04 LLS\Resource.h
文件 11893 2009-05-07 22:04 LLS\LLS.rc
文件 66560 2009-05-07 22:47 LLS\LLS.ncb
文件 7780 2009-05-07 22:43 LLS\Debug\LLS.res
文件 205824 2009-05-07 22:43 LLS\Debug\vc60.idb
文件 5494912 2009-05-07 22:43 LLS\Debug\LLS.pch
文件 364544 2009-05-07 22:43 LLS\Debug\vc60.pdb
文件 105401 2009-05-07 22:43 LLS\Debug\StdAfx.obj
文件 18773 2009-05-07 22:43 LLS\Debug\MainFrm.obj
文件 21358 2009-05-07 22:43 LLS\Debug\LLSView.obj
文件 23096 2009-05-07 22:43 LLS\Debug\LLS.obj
文件 21708 2009-05-07 22:43 LLS\Debug\DIBAPI.obj
文件 16008 2009-05-07 22:43 LLS\Debug\ChildFrm.obj
文件 20558 2009-05-07 22:43 LLS\Debug\LLSDoc.obj
文件 375056 2009-05-07 22:43 LLS\Debug\LLS.ilk
............此处省略18个文件信息
评论
共有 条评论