資源簡介
用mfc寫的通訊錄小程序,功能主要有存儲(chǔ)聯(lián)系人,刪除聯(lián)系人,查詢聯(lián)系人,儲(chǔ)存信息等

代碼片段和文件信息
//?MainFrm.cpp?:?implementation?of?the?CMainframe?class
//
#include?“stdafx.h“
#include?“TXL.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?!
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CMainframe?construction/destruction
CMainframe::CMainframe()
{
//?TODO:?add?member?initialization?code?here
}
CMainframe::~CMainframe()
{
}
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
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-03-06?19:46??TXL\
?????目錄???????????0??2018-09-13?15:28??TXL\Debug\
?????文件???????15388??2017-09-25?19:04??TXL\Debug\MainFrm.obj
?????文件???????14242??2017-09-25?19:59??TXL\Debug\Person.obj
?????文件??????105535??2017-09-25?19:04??TXL\Debug\StdAfx.obj
?????文件??????122945??2017-09-26?21:28??TXL\Debug\TXL.exe
?????文件??????357972??2017-09-26?21:28??TXL\Debug\TXL.ilk
?????文件???????22748??2017-09-26?21:28??TXL\Debug\TXL.obj
?????文件?????5491580??2017-09-25?19:04??TXL\Debug\TXL.pch
?????文件??????484352??2017-09-26?21:28??TXL\Debug\TXL.pdb
?????文件????????5428??2017-09-26?21:28??TXL\Debug\TXL.res
?????文件???????18543??2017-09-26?21:28??TXL\Debug\TXLDoc.obj
?????文件???????38088??2017-09-26?21:28??TXL\Debug\TXLView.obj
?????文件??????????47??2018-09-13?15:28??TXL\Debug\Unti
?????文件??????214016??2017-09-29?21:52??TXL\Debug\vc60.idb
?????文件??????364544??2017-09-26?21:28??TXL\Debug\vc60.pdb
?????文件????????1494??2017-09-25?18:55??TXL\MainFrm.cpp
?????文件????????1421??2006-12-04?23:09??TXL\MainFrm.h
?????文件?????????844??2017-09-25?19:59??TXL\Person.cpp
?????文件?????????725??2006-12-04?23:09??TXL\Person.h
?????文件????????4214??2017-09-25?20:05??TXL\ReadMe.txt
?????文件?????????205??2017-09-25?19:01??TXL\StdAfx.cpp
?????文件?????????999??2006-12-04?23:09??TXL\StdAfx.h
?????文件???????41952??2017-09-25?20:01??TXL\TXL.APS
?????文件????????2489??2017-09-29?20:00??TXL\TXL.clw
?????文件????????4174??2017-09-25?18:41??TXL\TXL.cpp
?????文件????????4608??2017-09-25?18:42??TXL\TXL.dsp
?????文件?????????514??2017-09-25?18:43??TXL\TXL.dsw
?????文件????????1323??2017-09-25?18:45??TXL\TXL.h
?????文件???????66560??2017-09-29?21:59??TXL\TXL.ncb
?????文件???????53760??2017-09-29?21:59??TXL\TXL.opt
............此處省略11個(gè)文件信息
評論
共有 條評論