资源简介
用mfc写的通讯录小程序,功能主要有存储联系人,删除联系人,查询联系人,储存信息等
代码片段和文件信息
// 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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 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个文件信息
相关资源
- 基于MFC的TCP调试助手源码95706
- 基于mfc的多线程文件传输
- C语言课程设计
- MFC数字钟(基于VC6.0)
- VC++MFC小游戏实例教程(实例)+MFC类库
- 我的C语言寒假作业-学生通讯录系统(
- ChartCtrl控件库(可在VS2019中使用)
- 商品库存管理系统 C++ MFC
- mfc 调用redis
- MFC视频播放器源码(支持avi/wma/mp3等格
- mfc绘图大全(画直线、矩形、椭圆)
- MFC控件重绘
- hook,捕获所有案件,查找所有窗口,
- (学习)VS2010之MFC入门到精通教程
- MFC文档_视图_框架_模板结构体系深入
- 基于c语言的通讯录系统
- 简单员工管理系统(适合初学MFC)
- C++通讯录管理系统源码(控制台)
- MFC五子棋游戏
- MFC UDP编程
- MFC的异步网络通讯应用程序
- C++MFC模块讲解,黑发程序员课程整理
- 一个简单而强大的基于MFC的web server源
- 基于MFC的VC++仿QQ浏览器源码(雏形)
- MFCaccess.rar
- VC++MFC课程设计的学生成绩管理系统
- MFC 日历控件 万年历 Calendar自绘
- CrystalDiskInfo-HDD/SSD硬盘信息,SMART信息
- MFC自定义界面HUI,高效简单,含详细
- 仿射密码-Affine cipher
川公网安备 51152502000135号
评论
共有 条评论