基于mfc的怡康大藥房藥品管理系統(tǒng)開發(fā).doc
約42頁DOC格式手機(jī)打開展開
基于mfc的怡康大藥房藥品管理系統(tǒng)開發(fā),基于mfc的怡康大藥房藥品管理系統(tǒng)開發(fā)摘要藥品管理系統(tǒng)是藥品管理利用計(jì)算機(jī)技術(shù)的創(chuàng)新,在計(jì)算機(jī)還未普及之前藥品管理都是由工作人員人工管理的方式來操作的。現(xiàn)在,藥品管理采用計(jì)算機(jī)智能化管理,采用計(jì)算機(jī)作為工具來幫助管理員進(jìn)行更有效的地做好管理工作。藥品管理系統(tǒng)是典型的信息管理系統(tǒng)(mis),其開發(fā)主要包括后臺(tái)數(shù)據(jù)庫的建立...
![](http://img.queshao.com/images/pcgzh.gif)
![](http://preview.queshao.com/tobuy/322424.gif)
內(nèi)容介紹
此文檔由會(huì)員 道客巴巴 發(fā)布基于MFC的怡康大藥房藥品管理系統(tǒng)開發(fā)
摘要
藥品管理系統(tǒng)是藥品管理利用計(jì)算機(jī)技術(shù)的創(chuàng)新,在計(jì)算機(jī)還未普及之前藥品管理都是由工作人員人工管理的方式來操作的?,F(xiàn)在,藥品管理采用計(jì)算機(jī)智能化管理,采用計(jì)算機(jī)作為工具來幫助管理員進(jìn)行更有效的地做好管理工作。
藥品管理系統(tǒng)是典型的信息管理系統(tǒng)(MIS),其開發(fā)主要包括后臺(tái)數(shù)據(jù)庫的建立和維護(hù)以及前端應(yīng)用程序的開發(fā)兩個(gè)方面?;赩isual C++ 6.0編程工具,并利用其中的MFC類庫,本系統(tǒng)主要是對(duì)藥品進(jìn)行入庫、查詢、銷售和退貨管理,方便藥店的管理工作和用戶的使用,提供友好的用戶界面,并且具有密碼和權(quán)限管理功能設(shè)計(jì)并實(shí)現(xiàn)了一種基于SQL數(shù)據(jù)庫的實(shí)用的藥品管理系統(tǒng)。通過藥品管理系統(tǒng),使藥品管理工作系統(tǒng)化、規(guī)范化、自動(dòng)化、從而達(dá)到提高藥品管理效率的目的。
本系統(tǒng)成本低廉,配置簡單,操作便捷,開放性好,更適合中小型競爭激烈的藥店管理人員。這是一項(xiàng)實(shí)用價(jià)值很高的系統(tǒng)設(shè)計(jì),無論是設(shè)計(jì)過程,還是作為一個(gè)試用型開發(fā)樣本,其更有價(jià)值的意義是在于將先進(jìn)的科學(xué)技術(shù)應(yīng)用于實(shí)際的商業(yè)領(lǐng)域。
關(guān)鍵字:藥品管理系統(tǒng);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藥店藥品管理系統(tǒng)的介紹 2
2 開發(fā)方案及相關(guān)技術(shù)簡介 3
2.1 開發(fā)工具Visual C++6.0 3
2.2 數(shù)據(jù)庫平臺(tái)SQL Server 3
2.3 MFC介紹 4
2.4 C++面向?qū)ο蠹夹g(shù)簡介 5
3 系統(tǒng)需求分析 8
3.1 功能要求 9
3.2 界面要求 10
4 系統(tǒng)總體設(shè)計(jì) 11
4.1 系統(tǒng)設(shè)計(jì)思想 11
4.2 框架總體設(shè)計(jì) 11
4.3 界面設(shè)計(jì) 13
4.3.1 登陸界面設(shè)計(jì) 13
4.3.2 主界面設(shè)計(jì) 13
4.3.2 基礎(chǔ)信息模塊界面設(shè)計(jì) 13
4.3.3 銷售模塊界面設(shè)計(jì) 13
4.3.4 入庫模塊界面設(shè)計(jì) 13
4.3.5 調(diào)貨模塊界面設(shè)計(jì) 14
4.3.6 庫存模塊界面設(shè)計(jì) 14
4.3.7 結(jié)賬模塊界面設(shè)計(jì) 14
4.3.8系統(tǒng)管理模塊界面設(shè)計(jì) 14
4.4 數(shù)據(jù)庫設(shè)計(jì) 14
5 系統(tǒng)功能實(shí)現(xiàn) 17
5.1 登錄界面的功能實(shí)現(xiàn) 17
5.1.1 實(shí)現(xiàn)目標(biāo) 17
5.1.2 設(shè)計(jì)步驟 17
5.1.3 相關(guān)代碼 17
5.2 主界面的功能實(shí)現(xiàn) 19
5.2.1 菜單欄實(shí)現(xiàn) 19
5.2.2 工具欄實(shí)現(xiàn) 19
5.2.3 為菜單和工具欄添加消息處理函數(shù) 20
5.3 各模塊的功能實(shí)現(xiàn) 21
5.3.1 基礎(chǔ)信息模塊功能實(shí)現(xiàn) 21
5.3.2 銷售模塊功能實(shí)現(xiàn) 23
5.3.3 入庫模塊功能實(shí)現(xiàn) 25
5.3.4 賬務(wù)模塊功能實(shí)現(xiàn) 26
結(jié) 論 29
致 謝 30
參考文獻(xiàn) 31