• 大小: 1.93MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-05
  • 语言: C/C++
  • 标签: 通讯录  

资源简介

基于MFC实现的通讯录系统,包括用户注册,密码登录,文件存储,添加联系人,删除联系人,修改联系人,根据多条件查找联系人。

资源截图

代码片段和文件信息

// ChildFrm.cpp : implementation of the CChildframe class
//

#include “stdafx.h“
#include “txlcom090220ͨѶ¼.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()
{

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1545  2011-01-03 17:46  txlcom090220通讯录\ChildFrm.cpp

     文件       1397  2011-01-03 17:46  txlcom090220通讯录\ChildFrm.h

     文件      16083  2011-01-03 19:19  txlcom090220通讯录\Debug\ChildFrm.obj

     文件      18939  2011-01-04 00:24  txlcom090220通讯录\Debug\LoginDlg.obj

     文件      18849  2011-01-03 19:19  txlcom090220通讯录\Debug\MainFrm.obj

     文件      18072  2011-01-04 00:24  txlcom090220通讯录\Debug\RegisterDlg.obj

     文件     105485  2011-01-03 19:19  txlcom090220通讯录\Debug\StdAfx.obj

     文件      14348  2011-01-03 20:03  txlcom090220通讯录\Debug\tongxunlu.obj

     文件     139331  2011-01-04 11:28  txlcom090220通讯录\Debug\txlcom090220通讯录.exe

     文件     422092  2011-01-04 11:28  txlcom090220通讯录\Debug\txlcom090220通讯录.ilk

     文件      25532  2011-01-04 11:28  txlcom090220通讯录\Debug\txlcom090220通讯录.obj

     文件    5493172  2011-01-03 19:19  txlcom090220通讯录\Debug\txlcom090220通讯录.pch

     文件     533504  2011-01-04 11:28  txlcom090220通讯录\Debug\txlcom090220通讯录.pdb

     文件       9192  2011-01-04 11:27  txlcom090220通讯录\Debug\txlcom090220通讯录.res

     文件      16592  2011-01-03 19:24  txlcom090220通讯录\Debug\txlcom090220通讯录Doc.obj

     文件      40375  2011-01-04 10:40  txlcom090220通讯录\Debug\txlcom090220通讯录View.obj

     文件     246784  2011-01-05 19:27  txlcom090220通讯录\Debug\vc60.idb

     文件     380928  2011-01-04 11:28  txlcom090220通讯录\Debug\vc60.pdb

     文件       1674  2011-01-04 00:20  txlcom090220通讯录\LoginDlg.cpp

     文件       1242  2011-01-04 00:18  txlcom090220通讯录\LoginDlg.h

     文件       2535  2011-01-03 17:46  txlcom090220通讯录\MainFrm.cpp

     文件       1542  2011-01-03 17:46  txlcom090220通讯录\MainFrm.h

     文件       5042  2011-01-03 17:46  txlcom090220通讯录\ReadMe.txt

     文件       1741  2011-01-04 00:24  txlcom090220通讯录\RegisterDlg.cpp

     文件       1277  2011-01-04 00:21  txlcom090220通讯录\RegisterDlg.h

     文件       1078  2011-01-03 17:46  txlcom090220通讯录\res\Toolbar.bmp

     文件       1078  2011-01-03 17:46  txlcom090220通讯录\res\txlcom090220通讯录.ico

     文件        410  2011-01-03 17:46  txlcom090220通讯录\res\txlcom090220通讯录.rc2

     文件       1078  2011-01-03 17:46  txlcom090220通讯录\res\txlcom090220通讯录Doc.ico

     文件       1706  2011-01-04 01:53  txlcom090220通讯录\resource.h

............此处省略25个文件信息

评论

共有 条评论