========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : 超市收银管理系统
========================================================================
AppWizard has created this 超市收银管理系统 application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your 超市收银管理系统 application.
超市收银管理系统.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
超市收银管理系统.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CMyApp application class.
超市收银管理系统.cpp
This is the main application source file that contains the application
class CMyApp.
超市收银管理系统.rc
This is a listing of all of the Microsoft Windows resources that the
program uses. It includes the icons, bitmaps, and cursors that are stored
in the RES subdirectory. This file can be directly edited in Microsoft
Visual C++.
超市收银管理系统.clw
This file contains information used by ClassWizard to edit existing
classes or add new classes. ClassWizard also uses this file to store
information needed to create and edit message maps and dialog data
maps and to create prototype member functions.
res\超市收银管理系统.ico
This is an icon file, which is used as the application's icon. This
icon is included by the main resource file 超市收银管理系统.rc.
res\超市收银管理系统.rc2
This file contains resources that are not edited by Microsoft
Visual C++. You should place all resources not editable by
the resource editor in this file.
/////////////////////////////////////////////////////////////////////////////
For the main frame window:
MainFrm.h, MainFrm.cpp
These files contain the frame class CMainFrame, which is derived from
CMDIFrameWnd and controls all MDI frame features.
res\Toolbar.bmp
This bitmap file is used to create tiled images for the toolbar.
The initial toolbar and status bar are constructed in the CMainFrame
class. Edit this toolbar bitmap using the resource editor, and
update the IDR_MAINFRAME TOOLBAR array in 超市收银管理系统.rc to add
toolbar buttons.
/////////////////////////////////////////////////////////////////////////////
For the child frame window:
ChildFrm.h, ChildFrm.cpp
These files define and implement the CChildFrame class, which
supports the child windows in an MDI application.
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
Other standard files:
StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named 超市收银管理系统.pch and a precompiled types file named StdAfx.obj.
Resource.h
This is the standard header file, which defines new resource IDs.
Microsoft Visual C++ reads and updates this file.
/////////////////////////////////////////////////////////////////////////////
Other notes:
AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.
If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system's current language, you
will need to copy the corresponding localized resources MFC42XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation.
For example, MFC42DEU.DLL contains resources translated to German.) If you
don't do this, some of the UI elements of your application will remain in the
language of the operating system.
/////////////////////////////////////////////////////////////////////////////
没有合适的资源?快使用搜索试试~ 我知道了~
课程设计-基于C++ MFC框架的超市收银系统(源码+数据库+报告).zip
共39个文件
h:13个
cpp:12个
超市收银管理系统:1个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
5星 · 超过95%的资源 1 下载量 89 浏览量
2023-08-21
19:02:54
上传
评论
收藏 244KB ZIP 举报
温馨提示
系统主要分成四个功能模块,每个模块都独立的完成了自己的功能,以下是对各功能模块的说明: (1) 用户信息管理功能。该功能模块可以实现系统用户对自己基本信息的修改,不过只限于对登录密码的修改 (2) 商品入库信息管理功能。该功能模块是实现对即将入库的商品的统计,要记录的内容有:入库商品的商品号、名称、类型、价格、同类商品的数量、采购员、验收员、生产厂商、产地、入库时间等。同时能够实现对商品入库信息的添加、修改、删除和查询功能。 (3) 商品库存信息管理功能。该功能模块是当入库的商品放入超市后,对库存商品进行统计管理,主要入库信息来源于(2)中的商品入库信息记录。需要记录的内容有:库存商品的名称、类型、入库价格、销售价格、库存量、入库时间、有效期等,同时能够实现对商品库存信息的添加、修改、删除和查询功能。在商品批量销售后,在表中能够同时删除相应的商品的数量。 (4) 商品销售信息管理功能。该功能模块是把要销售的商品从超市中取出来,并对库存商品进行相应的记录管理 数据库使用sql server数据库,在程序文件夹里,用sql server对数据库文件进行还原
资源推荐
资源详情
资源评论
收起资源包目录
课程设计-基于C++ MFC框架的超市收银系统(源码+数据库+报告).zip (39个子文件)
《超市收银管理系统》
超市收银管理系统源程序
超市收银管理系统源程序
超市收银管理系统MFC
超市收银管理系统.plg 956B
LoginDlg.cpp 3KB
LoginDlg.h 1KB
超市收银管理系统.h 1KB
MainFrm.cpp 5KB
ChildFrm.cpp 3KB
LoginDlgSet.cpp 1KB
MyChildFrame.cpp 771B
ChildView.cpp 1KB
PaySet.cpp 1KB
res
超市收银管理系统.ico 1KB
Toolbar.bmp 838B
超市收银管理系统.rc2 408B
Resource.h 2KB
超市收银管理系统.rc 14KB
超市收银管理系统.dsw 557B
SearchSet.h 1KB
Search.h 2KB
Pay.h 2KB
MainFrm.h 2KB
超市收银管理系统.cpp 5KB
ChildFrm.h 2KB
ReadMe.txt 4KB
超市收银管理系统.opt 71KB
超市收银管理系统.aps 30KB
PaySet.h 1KB
LoginDlgSet.h 1KB
StdAfx.cpp 218B
Pay.cpp 6KB
SearchSet.cpp 1KB
MyChildFrame.h 1KB
超市收银管理系统.ncb 97KB
超市收银管理系统.clw 5KB
ChildView.h 1KB
超市收银管理系统.dsp 5KB
Debug
StdAfx.h 1KB
Search.cpp 5KB
超市收银管理系统 1.02MB
超市收银系统的设计与实现文档
超市收银管理系统正文.doc 208KB
共 39 条
- 1
资源评论
- zzkq11132023-11-06资源不错,很实用,内容全面,介绍详细,很好用,谢谢分享。
等天晴i
- 粉丝: 5871
- 资源: 10万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功