本科毕设论文_vb.net小区停车管理系统详细设计.doc
文本预览下载声明
[小区停车管理系统]
详细设计
[V1.0(版本号)]
拟 制 人______________________
审 核 人______________________
批 准 人______________________
[二零零九年4月月二十二日]
目 录
1.引言(Introduction)(秦 磊 3062101225 2102-021-0061)
1.1编写目的
在此编写详细设计的目的在于在概要设计的基础上,考虑“如何实现”这个软件系统,并对系统中的每个模块给出足够详细的描述。
1.2背景
(1)本项目的名称经项目小组决定定为“小区停车管理系统”
(2)项目提出者:秦 磊
开发者:费晟珏 袁楚楚 钱跃平 倪鸣峰 徐绍先 茆慧娟
用户:淮安市居民小区
2.模块设计(Module Design)
2.1登陆模块
2.2用户信息管理模块
(钱跃平 3062101216 2102-021-0052)
User Information management module
业主信息管理模块,标识符:form1,form2,form3,form4.
Owner information management module, identifier: form1, form2,form3,form4.
2.2.1模块概述
Module summarize
1、简要情况:对业主信息的添加,删除,查询。
Simply instance: Add,delete,query for owner’s information
2、模块属性:主控模块运行时才能进入分模块,模块常驻内存,非子程序,不可并发。
Module attribute:When the main control module running,we can access to the child module,Module is permanent EMS memory.Non-child system,it can’t equally issue.
2.2.2添加模块
Add module
添加处理流程设计
Design of add manage flow
模块界面设计
Design of interface
局部数据结构
Frame of local data
ID:string; //业主ID号,对业主区分
ID:string,//The number of owner’s ID,Distinguish owners
姓名:string; //业主姓名
Namer: string;//Owner’s name
性别: integer; // 业主性别
Sex: integer;//Owner’s sex
生日: string; //业主生日
Birthday: string; //owner’s birthday
电话: integer; //业主电话
Telephone: integer;// Owner’s telephone
手机号码: integer; //业主手机
Mobile phone: integer;// Owner’s Mobile phone
停车位号: integer; //业主停车位号
Number of parking space;// Owner’s number of parking space
身份证号: integer; //业主身份证号
Number of ID card: integer;// Owner’s number of ID card
驾驶证号: integer; //业主驾驶证号
Number of drive card: integer;// Owner’s number of drive card
车牌号: integer; //业主车牌号
Trademark of cars: integer;// Owner’s trademark of cars
算法
Arithmetic
窗体激活事件:form2.show
Form activation affair: form2.show
退出添加模块事件:form2. Exit
Quit add module affair:form2.Exit
添加确定按钮按下事件:form2.Button1Click
Add button click affair: form2.Button1Click
2.2.3删除模块
Delete module
删除处理流程设计
Design o
显示全部