文档详情

2015书店管理系统设计.doc

发布:2016-11-27约字共20页下载文档
文本预览下载声明
目 录 目 录 1 摘 要 2 1 项目的设计与要求 2 1.1项目设计需求 2 1.2方案设计 3 1.3功能模块设计。 3 1.4相关数据库的功能。 4 1.5具体数据库的分析 4 2 c#的设计与实现 6 2.1定义c#的数据源,链接数据库。 6 2.2系统模块设计 8 2.2.1 系统页面及实现 9 2.2.2系统代码的编译 13 2.2.3系统整个模块的设计 15 3 结论 15 4 致谢 16 5 参考文献 16 摘 要 本文主要阐述的是用sql的数据库编辑来实现一个书店管理系统。本系统主要运用c#语言和sql语言来编辑代码。本系统主要涉及到图书的销售与查询管理的 信息,仓库的进销存。如增删改数据记录。最终实现书店管理时的查询显示,操作的基本功能。 整个论文分五章讲述了制作书店管理系统的过程。第一章绪论,介绍了一些基于c#和sql数据库的知识。接着第二章对项目进行分析和设计。第三章则是该数据库管理系统和功能实现的具体过程,并着重记录了系统管理功能的原代码。第四章的结论是对整个课程设计的总结和分析。 关键词:c# sql数据库 Abstract This paper mainly discusses the use of SQL database editors to achieve a books management system. This system mainly using c # and SQL language to edit the code. This system mainly involves the books sale and inquire boos management information, warehouse enters sells saves. The data such as removing record. Finally realize the books management of that inquires, the basic function of the operation. The whole paper points five chapters about making the books management system process. The first chapter the introduction, this paper introduces some based on using c # and SQL database of knowledge. And then the second chapter to the project analysis and design. The third rules is the database management system and functions of the specific process, and focuses on the record of the original code system management function. The fourth chapter is the conclusion of the whole course of summarizing and analyzing the design of. Keyword: sql c# 1 项目的设计与要求 1.1项目设计需求 要通过sql的数据库编程来完成超市管理系统。首先,该程序能为管理员提供超市管理平台,要使的管理员方便的对关于书店的一些数据进行处理。然后还要能为员工信息和仓库的进销存提供一些增删改查功能。 超市管理程序的功能要求如下: 用户登陆身份认证(管理员) 管理员可以对数据进行查询,增加,删除和修改; 管理员根据数据表的不同字段进行滚动显示,查询; 会员可以登录该系统查询个人信息和商品信息; 1.2方案设计 从应用程序的界面和功能出发,有如下两种设计方案: 通过用sql 数据库对超市的一些信息如:员工,会员等和仓库进销存信息采集。再用c#语言对其信息进行编译代码,实现其增删改查的功能。弹出对话框,确定其功能正确实现。 切分窗口型界面。将SDI的文档窗口分为左右两个窗格,左边窗格显示的数据库的内容,右边窗格显示的常用操作界面。实现增,删,改数据记录,用户不必打开菜单就可以在右边的窗格中直接进行操作,增加了程序的友善性,当然程序设计的难度也增大。 本文以切分窗口型的方案说明程序实现过程。包括数据库设计,功能模块设计,和界面设计等内容。 1.3功能模块设计。 1)服务器
显示全部
相似文档