資源簡介
C++實戰源碼-具有分隔條的靜態文本控件(入門級實例290).zip
代碼片段和文件信息
//?LevelStatic.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“LevelStatic.h“
#include?“LevelStaticDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CLevelStaticApp
BEGIN_MESSAGE_MAP(CLevelStaticApp?CWinApp)
//{{AFX_MSG_MAP(CLevelStaticApp)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code!
//}}AFX_MSG
ON_COMMAND(ID_HELP?CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CLevelStaticApp?construction
CLevelStaticApp::CLevelStaticApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1437??2010-10-27?09:44??LevelStatic\LevelStatic.clw
?????文件????????2133??2007-05-22?18:27??LevelStatic\LevelStatic.cpp
?????文件????????4509??2010-10-06?09:26??LevelStatic\LevelStatic.dsp
?????文件?????????547??2007-05-22?18:27??LevelStatic\LevelStatic.dsw
?????文件????????1379??2007-05-22?18:27??LevelStatic\LevelStatic.h
?????文件????????5831??2010-10-06?09:17??LevelStatic\LevelStatic.rc
?????文件????????1668??2010-06-02?14:19??LevelStatic\LevelStatic1.cpp
?????文件????????1163??2007-05-22?18:44??LevelStatic\LevelStatic1.h
?????文件????????4224??2010-06-02?13:08??LevelStatic\LevelStaticDlg.cpp
?????文件????????1420??2010-06-02?13:08??LevelStatic\LevelStaticDlg.h
?????文件?????????963??2010-10-06?09:15??LevelStatic\resource.h
?????文件?????????213??2007-05-22?18:27??LevelStatic\StdAfx.cpp
?????文件????????1054??2007-05-22?18:27??LevelStatic\StdAfx.h
?????文件??????156510??2010-10-06?09:15??LevelStatic\res\002.bmp
?????文件????????5694??2007-05-22?18:51??LevelStatic\res\11.ico
?????文件????????1078??2007-05-22?18:27??LevelStatic\res\LevelStatic.ico
?????文件?????????403??2007-05-22?18:27??LevelStatic\res\LevelStatic.rc2
?????文件????????5632??2010-06-22?09:01??LevelStatic\res\Thumbs.db
- 上一篇:C++實戰源碼-提取圖片中的對象
- 下一篇:C++實戰源碼-隱藏和顯示標題欄
評論
共有 條評論