药品管理系统.doc
内容摘要门诊药品管理系统可以对各个药品厂家,医院商家的各个仓库进行管理。使用起来操作简单,方便易行。可以提高仓库管理的效率。本文论述了门诊药品管理系统中面临的问题。应用了VF6.0应用软件来实现仓库管理功能。本系统主窗体采用了简洁明了的菜单形式,各个功能清晰可见。总仓操作界面可以调用不同的仓库数据库,比如根据某项配件的名称,类型号等信息进行比较简单的查询,并可以完成仓库数据表中各个记录的删除,更新和浏览,以及在数据表中添加新数据。在入库出库表单中,先查找到要操作的记录就可以进行出入库操作,若库中没有要做的记录就可以添加新的货物,若出库数大于库存则系统提示库存不够并回到起初界面。在模糊查询表单中,具有详细的统计报表功能。可以根据不同的要求对数据库表中的任何字段进行限制,以便查找到更为准确的信息。还具有打印保存等功能,也是报表的基本功能。使管理者可以方便的浏览各个仓库中不同货物的基本情况,使之一目了然。关键词:项目控件变量类毕业设计论文2EnglishAbstractTheoutpatientservicedrugsmanagementsystemmanagementsystemmaytoEachdrugsfactory,hospitalmerchantseachwarehousecarryonthemanagement.Usestheoperationtobesimple,facilitatesYiXing.Mayenhancethestoragemanagementtheefficiency.Thisarticleelaboratedthequestionwhichoutpatientservicedrugsmanagementsystemmanagementsystemcentralplaneisnear.HasrealizedthestoragemanagementfunctionusingtheVF6.0applicationsoftware.Thissystematichostwindowhasusedthesuccinctbrightmenuform,eachfunctionisclearlydiscernible.Thetotalwarehouseoperationcontactsurfacemaytransferthedifferentwarehousedatabase,forinstanceactsaccordingtosomeitemoffittingthename,informationandsoonkindofmodelcarriesonthequitesimpleinquiry,andmaycompleteinthewarehousedatasheeteachrecordingdeletion,therenewalandthebrowsing,aswellasincreasestherecentdatainthedatasheet.Ingoesintostorageinthestorehousetablelist,firstsearchestherecordingwhichmustoperatetobeallowedtocarryongoesintostoragetheoperation,ifinthestorehousehasnothadtodotherecordingmayincreasethenewcargo,ifthestorehousenumberisbiggerthanthestockthenthesystempromptstockisinsufficientandreturnstoatfirstthecontactsurface.Inthefuzzyquestionnairelist,hasthedetailedstatisticalreportformfunction.Mayactaccordingtothedifferentrequesttocarryonthelimittoindatabasetableanyfield,inordertosearchesmoreaccurateinformation.Alsohasfunctionandsoonprintingpreservation,alsoisthereportformbasicfunction.Causesinbrowsingeachwarehousewhichthesuperintendentmayfacilitatedifferentcargobasicsituation,causesittobeclear.Keyword:ProjectControlsVariableKind毕业设计论文3中文摘要英文摘要第一章引言-5第二章VF6.0的基本知识概论-62.1VF6.0的简介-62.2VF的面向对象技术-72.3窗体的主要属性和识别事件-72.4常用控件的使用-82.5菜单的设计-9第三章数据库-103.1数据库的建立和访问-103.2数据表的建立-113.3数据表的添加-113.4数据表的访问-113.5数据表的删除-123.6用数据控件访问数据库-123.7SQL语言的特点-12第四章门诊药品管理系统-154.1系统设计-154.2创建项目管理器-174.3数据库设计-174.4数据库结构设计-17毕业设计论文44.5表单-204.5.1登陆界面表单设计-204.5.2出入库日常业务操作表单设计-224.5.3库存表单设计-244.5.4查询统计表单设计-264.5.5报表管理表单设计-274.5.6基础信息管理表单设计-294.5.7系统管理表单设计-304.5.8帮助表单设计-314.6菜单设计程序-334.7主程序及菜单程序-334.8系统调试-37第五章总结-39致谢-40参考文献-41