基于mfc的怡康大药房药品管理系统开发.doc

约42页DOC格式手机打开展开

基于mfc的怡康大药房药品管理系统开发,基于mfc的怡康大药房药品管理系统开发摘要药品管理系统是药品管理利用计算机技术的创新,在计算机还未普及之前药品管理都是由工作人员人工管理的方式来操作的。现在,药品管理采用计算机智能化管理,采用计算机作为工具来帮助管理员进行更有效的地做好管理工作。药品管理系统是典型的信息管理系统(mis),其开发主要包括后台数据库的建立...
编号:30-322424大小:847.52K
分类: 论文>计算机论文

内容介绍

此文档由会员 道客巴巴 发布

基于MFC的怡康大药房药品管理系统开发

摘要
药品管理系统是药品管理利用计算机技术的创新,在计算机还未普及之前药品管理都是由工作人员人工管理的方式来操作的。现在,药品管理采用计算机智能化管理,采用计算机作为工具来帮助管理员进行更有效的地做好管理工作。
药品管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。基于Visual C++ 6.0编程工具,并利用其中的MFC类库,本系统主要是对药品进行入库、查询、销售和退货管理,方便药店的管理工作和用户的使用,提供友好的用户界面,并且具有密码和权限管理功能设计并实现了一种基于SQL数据库的实用的药品管理系统。通过药品管理系统,使药品管理工作系统化、规范化、自动化、从而达到提高药品管理效率的目的。
本系统成本低廉,配置简单,操作便捷,开放性好,更适合中小型竞争激烈的药店管理人员。这是一项实用价值很高的系统设计,无论是设计过程,还是作为一个试用型开发样本,其更有价值的意义是在于将先进的科学技术应用于实际的商业领域。

关键字:药品管理系统;MFC类库;SQL


 Yikang Large Pharmacy Management System Development  Based On MFC
Abstract
Drug management system is the management of drug use of innovation of technology of the computer, yet popular in the computer before the drugs are managed by the artificial management staff to operate. Now, drug management using the computer intelligent management, using the computer as a tool to help managers more effective to do management work.
Drug management system is a typical management information system (MIS), its development mainly includes two aspects: the setting and maintenance of database and front-end application development. Based on Visual C++ 6 programming tool, and use the MFC class library, the system is mainly for storage, query, sales and return management of drug, convenient use of pharmacy management and users, to provide a friendly user interface, and a password management functions and powers of the design and implementation of a SQL database. Drug management system based on. The drug management system, the management system of standardization, automation, drugs, so as to improve the efficiency of drug management. 
This system has the advantages of low cost, simple configuration, convenient operation, good openness, more suitable for small and medium-sized competitive drugstore management personnel. This is a highly practical system design, whether the design process, or as a trial development sample, the more valuable significance lies in the advanced science and technology used in the actual business field.

Keywords: Drug management system;MFC Library;SQL 

目  录
摘要 I
Abstract II
1  绪论 1
1.1 前言 1
1.2 背景及意义 1
1.3药店药品管理系统的介绍 2
2  开发方案及相关技术简介 3
2.1 开发工具Visual C++6.0 3
2.2 数据库平台SQL Server 3
2.3 MFC介绍 4
2.4 C++面向对象技术简介 5
3  系统需求分析 8
3.1 功能要求 9
3.2 界面要求 10
4  系统总体设计 11
4.1 系统设计思想 11
4.2 框架总体设计 11
4.3 界面设计 13
4.3.1 登陆界面设计 13
4.3.2 主界面设计 13
4.3.2 基础信息模块界面设计 13
4.3.3 销售模块界面设计 13
4.3.4 入库模块界面设计 13
4.3.5 调货模块界面设计 14
4.3.6 库存模块界面设计 14
4.3.7 结账模块界面设计 14
4.3.8系统管理模块界面设计 14
4.4 数据库设计 14
5  系统功能实现 17
5.1 登录界面的功能实现 17
5.1.1 实现目标 17
5.1.2 设计步骤 17
5.1.3 相关代码 17
5.2 主界面的功能实现 19
5.2.1 菜单栏实现 19
5.2.2 工具栏实现 19
5.2.3 为菜单和工具栏添加消息处理函数 20
5.3 各模块的功能实现 21
5.3.1 基础信息模块功能实现 21
5.3.2 销售模块功能实现 23
5.3.3 入库模块功能实现 25
5.3.4 账务模块功能实现 26
结  论 29
致  谢 30
参考文献 31