• 大小: 2.25MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-09
  • 标签: mfc  通讯录  

资源简介

mfc实现简易通讯录,基本功能有查询、删除、录入、修改。

资源截图

代码片段和文件信息

// Input.cpp : implementation file
//

#include “stdafx.h“
#include “list.h“
#include “Input.h“
#include “student.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CInput dialog

CStudent m_man_input[100];


CInput::CInput(CWnd* pParent /*=NULL*/)
: CDialog(CInput::IDD pParent)
{
//{{AFX_DATA_INIT(CInput)
m_name = _T(““);
m_num = 0;
m_addr = _T(““);
m_work = _T(““);
//}}AFX_DATA_INIT
}


void CInput::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CInput)
DDX_Text(pDX IDC_EDIT1 m_name);
DDX_Text(pDX IDC_EDIT2 m_num);
DDX_Text(pDX IDC_EDIT3 m_addr);
DDX_Text(pDX IDC_

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-12-27 22:47  list\
     文件         772  2018-12-27 22:47  list\data.dat
     目录           0  2018-12-27 22:42  list\Debug\
     文件       30986  2018-12-27 22:41  list\Debug\Input.obj
     文件      127029  2018-12-27 22:42  list\Debug\list.exe
     文件      241508  2018-12-27 22:42  list\Debug\list.ilk
     文件       14590  2018-12-25 22:33  list\Debug\list.obj
     文件     5493052  2018-12-25 22:33  list\Debug\list.pch
     文件      402432  2018-12-27 22:42  list\Debug\list.pdb
     文件       12048  2018-12-27 22:42  list\Debug\list.res
     文件       58879  2018-12-25 23:43  list\Debug\listDlg.obj
     文件       13428  2018-12-23 23:21  list\Debug\people.obj
     文件      105451  2018-12-25 22:33  list\Debug\StdAfx.obj
     文件        1726  2018-12-25 22:33  list\Debug\student.obj
     文件      246784  2018-12-27 22:46  list\Debug\vc60.idb
     文件      454656  2018-12-27 22:41  list\Debug\vc60.pdb
     文件        4962  2018-12-27 22:41  list\Input.cpp
     文件        1219  2018-12-23 21:48  list\Input.h
     文件       36972  2018-12-27 22:42  list\list.aps
     文件        2348  2018-12-27 22:47  list\list.clw
     文件        2035  2018-12-23 21:36  list\list.cpp
     文件        4501  2018-12-25 23:45  list\list.dsp
     文件         516  2018-12-23 22:38  list\list.dsw
     文件        1302  2018-12-23 21:36  list\list.h
     文件       66560  2018-12-27 22:47  list\list.ncb
     文件       48640  2018-12-27 22:47  list\list.opt
     文件         841  2018-12-27 22:42  list\list.plg
     文件        7348  2018-12-27 22:42  list\list.rc
     文件       14255  2018-12-25 23:43  list\listDlg.cpp
     文件        1520  2018-12-25 21:51  list\listDlg.h
     文件        3543  2018-12-23 21:36  list\ReadMe.txt
............此处省略9个文件信息

评论

共有 条评论