• 大小: 1.17MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 标签: 源码  

资源简介

这是 Visual C++ 典型模块与项目实战大全 清华大学出版社 第18章 超市管理系统 源码,为了防止光盘丢失,特存于此。

资源截图

代码片段和文件信息

// AdminDlg.cpp : implementation file
//

#include “stdafx.h“
#include “supermarkets.h“
#include “AdminDlg.h“
#include “userdlg.h“
#include “StorageDlg.h“
#include “Ticketdlg.h“
#include “Goodsdlg.h“
#include “settlementdlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CAdminDlg dialog


CAdminDlg::CAdminDlg(CWnd* pParent /*=NULL*/)
: CDialog(CAdminDlg::IDD pParent)
{
//{{AFX_DATA_INIT(CAdminDlg)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}


void CAdminDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CAdminDlg)
// NOTE: the ClassWizard 

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

     文件       3629  2010-10-31 15:48  第18章\超市管理系统\SuperMarkets\AdminDlg.cpp

     文件       1404  2010-10-30 00:24  第18章\超市管理系统\SuperMarkets\AdminDlg.h

     文件       1792  2010-10-30 21:08  第18章\超市管理系统\SuperMarkets\ADOConn.cpp

     文件        847  2010-10-28 17:20  第18章\超市管理系统\SuperMarkets\ADOConn.h

     文件      10832  2010-10-31 16:00  第18章\超市管理系统\SuperMarkets\GoodsDlg.cpp

     文件       1739  2010-10-31 15:48  第18章\超市管理系统\SuperMarkets\GoodsDlg.h

     文件       3463  2010-10-29 10:34  第18章\超市管理系统\SuperMarkets\InOutDlg.cpp

     文件       1333  2010-10-29 10:34  第18章\超市管理系统\SuperMarkets\InOutDlg.h

     文件       2641  2010-10-31 15:58  第18章\超市管理系统\SuperMarkets\LogInDlg.cpp

     文件       1353  2010-10-31 10:30  第18章\超市管理系统\SuperMarkets\LogInDlg.h

     文件      90631  2008-04-14 20:00  第18章\超市管理系统\SuperMarkets\msado15.tlh

     文件      76620  2008-04-14 20:00  第18章\超市管理系统\SuperMarkets\msado15.tli

     文件       1351  2010-10-30 11:57  第18章\超市管理系统\SuperMarkets\NewGoodsDlg.cpp

     文件       1364  2010-10-30 11:57  第18章\超市管理系统\SuperMarkets\NewGoodsDlg.h

     文件       1988  2010-10-31 15:45  第18章\超市管理系统\SuperMarkets\NewUserDlg.cpp

     文件       1408  2010-10-28 21:25  第18章\超市管理系统\SuperMarkets\NewUserDlg.h

     文件       3687  2010-10-26 10:15  第18章\超市管理系统\SuperMarkets\ReadMe.txt

     文件       5694  2010-10-28 11:25  第18章\超市管理系统\SuperMarkets\res\42.ico

     文件     739256  2010-10-28 10:51  第18章\超市管理系统\SuperMarkets\res\bitmap1.bmp

     文件       1078  2010-10-28 10:23  第18章\超市管理系统\SuperMarkets\res\SuperMarkets.ico

     文件        404  2010-10-26 10:15  第18章\超市管理系统\SuperMarkets\res\SuperMarkets.rc2

     文件       7358  2010-10-28 09:57  第18章\超市管理系统\SuperMarkets\res\仓库.ico

     文件     514136  2010-10-28 10:56  第18章\超市管理系统\SuperMarkets\res\后台.bmp

     文件       7358  2010-10-28 10:18  第18章\超市管理系统\SuperMarkets\res\用户.ico

     文件       7358  2010-10-28 11:25  第18章\超市管理系统\SuperMarkets\res\统计.ico

     文件       7358  2010-10-28 10:14  第18章\超市管理系统\SuperMarkets\res\货物.ico

     文件       7358  2010-10-28 09:56  第18章\超市管理系统\SuperMarkets\res\退出.ico

     文件       7358  2010-10-28 10:07  第18章\超市管理系统\SuperMarkets\res\销售.ico

     文件       3982  2010-10-31 10:30  第18章\超市管理系统\SuperMarkets\resource.h

     文件       1316  2010-10-26 16:22  第18章\超市管理系统\SuperMarkets\SaleDlg.cpp

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

评论

共有 条评论