资源简介

c++ 图书管理系统源码(含数据库)

资源截图

代码片段和文件信息

// bbb.cpp : Defines the class behaviors for the application.
//
/*************************************

版权所有:  吉林省明日科技有限公司

完成日期: 2010-09-15

项目出处: 编程词典

服务社区: www.mingribook.com

学习社区: www.mrbccd.com

*************************************/
#include “stdafx.h“
#include “bbb.h“
#include “bbbDlg.h“
#include “DlgLogin.h“
#include “PrintDoc.h“
#include “PrintFram.h“
#include “PrintView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CBbbApp

BEGIN_MESSAGE_MAP(CBbbApp CWinApp)
//{{AFX_MSG_MAP(CBbbApp)



ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
ON_COMMAND(ID_FILE_PRINT_SET

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-06-04 16:35  图书管理系统\
     目录           0  2018-06-04 16:35  图书管理系统\database\
     文件     1441792  2008-04-17 15:52  图书管理系统\database\BookManage_Data.MDF
     文件     1048576  2008-04-17 15:52  图书管理系统\database\BookManage_Log.LDF
     目录           0  2018-06-04 16:35  图书管理系统\源程序\
     文件        1916  2010-10-28 11:26  图书管理系统\源程序\CustomGrid.cpp
     文件        1550  2010-10-28 11:26  图书管理系统\源程序\CustomGrid.h
     目录           0  2018-06-04 16:35  图书管理系统\源程序\Debug\
     文件       17109  2006-02-28 13:54  图书管理系统\源程序\Debug\CustomGrid.obj
     文件       46800  2006-02-28 13:54  图书管理系统\源程序\Debug\DlgbaseInfoM.obj
     文件           0  2006-02-28 13:54  图书管理系统\源程序\Debug\DlgbaseInfoM.sbr
     文件      159171  2006-02-28 13:54  图书管理系统\源程序\Debug\DlgBookAdjust2.obj
     文件           0  2006-02-28 13:54  图书管理系统\源程序\Debug\DlgBookAdjust2.sbr
     文件       81991  2006-02-28 13:54  图书管理系统\源程序\Debug\DlgBookAdjustPrice2.obj
     文件           0  2006-02-28 13:54  图书管理系统\源程序\Debug\DlgBookAdjustPrice2.sbr
     文件       92629  2006-02-28 13:54  图书管理系统\源程序\Debug\DlgBookInfo1.obj
     文件           0  2006-02-28 13:54  图书管理系统\源程序\Debug\DlgBookInfo1.sbr
     文件      139182  2006-02-28 13:54  图书管理系统\源程序\Debug\DlgBookInput2.obj
     文件           0  2006-02-28 13:54  图书管理系统\源程序\Debug\DlgBookInput2.sbr
     文件      106286  2006-02-28 13:54  图书管理系统\源程序\Debug\DlgBookKinds1.obj
     文件           0  2006-02-28 13:54  图书管理系统\源程序\Debug\DlgBookKinds1.sbr
     文件       80714  2006-02-28 13:54  图书管理系统\源程序\Debug\DlgBookPrice2.obj
     文件           0  2006-02-28 13:54  图书管理系统\源程序\Debug\DlgBookPrice2.sbr
     文件      145952  2006-02-28 13:54  图书管理系统\源程序\Debug\DlgBookSale2.obj
     文件           0  2006-02-28 13:54  图书管理系统\源程序\Debug\DlgBookSale2.sbr
     文件       22940  2006-02-28 13:54  图书管理系统\源程序\Debug\DlgConfigM.obj
     文件           0  2006-02-28 13:54  图书管理系统\源程序\Debug\DlgConfigM.sbr
     文件      104806  2006-02-28 13:54  图书管理系统\源程序\Debug\DlgDeskInfo1.obj
     文件           0  2006-02-28 13:54  图书管理系统\源程序\Debug\DlgDeskInfo1.sbr
     文件      188427  2006-02-28 13:54  图书管理系统\源程序\Debug\DlgInputBack2.obj
     文件           0  2006-02-28 13:54  图书管理系统\源程序\Debug\DlgInputBack2.sbr
............此处省略225个文件信息

评论

共有 条评论