• 大小: 599KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-10
  • 语言: 其他
  • 标签: 数据库  通讯录  

资源简介

数据库通讯录程序设计(源代码) 数据库通讯录程序设计(源代码) 数据库通讯录程序设计(源代码) 数据库通讯录程序设计(源代码)

资源截图

代码片段和文件信息

// AddDlg.cpp : implementation file
//

#include “stdafx.h“
#include “InfoSystem.h“
#include “AddDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CAddDlg dialog


CAddDlg::CAddDlg(CWnd* pParent /*=NULL*/)
: CDialog(CAddDlg::IDD pParent)
{
//{{AFX_DATA_INIT(CAddDlg)
m_nname = _T(““);
m_nnumber = _T(““);
m_nQnumber = _T(““);
m_naddress = _T(““);
m_ngroup = _T(““);
//}}AFX_DATA_INIT
}


void CAddDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CAddDlg)
DDX_Text(pDX IDC_EDIT1 m_nname);
DDX_Text(pDX IDC_EDIT2 m_nnumber);
DDX_Text(pDX IDC_EDIT3 m_nQnumber);
DDX_Tex

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

     文件       1456  2010-03-15 16:32  通讯录\AddDlg.cpp

     文件       1263  2010-03-15 16:32  通讯录\AddDlg.h

     文件      14990  2010-03-15 16:37  通讯录\Debug\BuildLog.htm

     文件      33908  2010-03-15 16:32  通讯录\InfoSystem.aps

     文件       6078  2010-03-15 16:33  通讯录\InfoSystem.clw

     文件       4491  2010-03-15 16:33  通讯录\InfoSystem.cpp

     文件       5600  2010-03-15 16:33  通讯录\InfoSystem.dsp

     文件        543  2010-03-15 16:33  通讯录\InfoSystem.dsw

     文件       1470  2010-03-15 16:33  通讯录\InfoSystem.h

     文件     369664  2010-03-15 16:33  通讯录\InfoSystem.ncb

     文件      53760  2010-03-15 16:34  通讯录\InfoSystem.opt

     文件       3825  2010-03-15 16:34  通讯录\InfoSystem.plg

     文件      15509  2010-03-15 16:34  通讯录\InfoSystem.rc

     文件        884  2010-03-15 16:34  通讯录\InfoSystem.sln

    ..A..H.     18944  2010-03-15 16:34  通讯录\InfoSystem.suo

     文件      11788  2010-03-15 16:34  通讯录\InfoSystem.vcproj

     文件       1407  2010-03-15 16:34  通讯录\InfoSystem.vcproj.hp-PC.hp.user

     文件       1569  2010-03-15 16:34  通讯录\InfoSystemDoc.cpp

     文件       1587  2010-03-15 16:34  通讯录\InfoSystemDoc.h

     文件       1736  2010-03-15 16:35  通讯录\InfoSystemSet.cpp

     文件       1424  2010-03-15 16:35  通讯录\InfoSystemSet.h

     文件       4011  2010-03-15 16:35  通讯录\InfoSystemView.cpp

     文件       2119  2010-03-15 16:35  通讯录\InfoSystemView.h

     文件       2371  2010-03-15 16:35  通讯录\MainFrm.cpp

     文件       1442  2010-03-15 16:35  通讯录\MainFrm.h

     文件        987  2010-03-15 16:35  通讯录\PassDlg.cpp

     文件       1210  2010-03-15 16:35  通讯录\PassDlg.h

     文件       4276  2010-03-15 16:35  通讯录\ReadMe.txt

     文件       1270  2010-03-15 16:36  通讯录\res\bitmap1.bmp

     文件       1078  2010-03-15 16:36  通讯录\res\InfoSystem.ico

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

评论

共有 条评论