欢迎来到天天文库
浏览记录
ID:12303955
大小:1.89 MB
页数:24页
时间:2018-07-16
《家谱管理系统实验报告》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、《家谱管理系统》课程设计报告学院:信息科学与工程学院班级:计算机科学与技术08-4班制作人:邢尚文指导教师:陈黎静山东科技大学2011年9月1日需求分析:本系统主要完成对家谱的相关操作和家谱人员信息的管理,包括打开家谱、新加家谱、保存家谱和家谱人员的姓名查找、某代信息查找、信息删除等。系统的核心是利用对话框的连接和文本处理来存储和修改家谱管理系统的信息联系,其中的每一个动作都可能影响到其他的功能。本系统实现以下功能:1).输入文件以存放最初家谱中各成员的信息。成员的信息中均应包含以下内容:姓名、辈分、父辈姓名、电话。2).实现数据的存盘和读盘。3).以图形方式
2、显示家谱。4).显示第n代所有人的信息。5).按照姓名查询,输出成员信息6).删除某成员。本系统的作用不是为了代替家谱,而是为了更好的建立家庭之间成员的联系,提供一个查询的平台,里面的族谱及文化介绍可以有效的介绍家族历史,让成员了解家族历史,向外界展示。E-R图程序界面与代码:usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;us
3、ingSystem.Windows.Forms;namespaceWindowsFormsApplication12{publicpartialclassForm1:Form{publicForm1(){InitializeComponent();}privatevoidbutton4_Click(objectsender,EventArgse){if(textBox1.Text==""&&textBox2.Text==""){MessageBox.Show("信息不全请重新填写");}if(textBox1.Text=="admin"&&textBox2.T
4、ext=="admin"){Form2form=newForm2();form.Show();}else{textBox1.Text="";textBox2.Text="";MessageBox.Show("请重新输入用户名密码?");}}privatevoidbutton1_Click(objectsender,EventArgse){Form6form=newForm6();form.Show();}privatevoidbutton3_Click(objectsender,EventArgse){Form7form=newForm7();form.Sho
5、w();}privatevoidbutton2_Click(objectsender,EventArgse){MessageBox.Show("本软件的设¨计?是º?为a了¢?让¨?用®?户¡ì能¨¹够?更¨¹好?地Ì?管¨¹理¤¨ª家¨°谱¡Á以°?及¡ã方¤?便À?家¨°谱¡Á的Ì?修T改?,ê?使º1用®?注Á¡é册¨¢过y的Ì?账?号?的Ì?登Ì?陆?后¨®就¨ª可¨¦以°?使º1用®?本À?软¨¨ª件t!ê?");}}}usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentM
6、odel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;namespaceWindowsFormsApplication12{publicpartialclassForm2:Form{publicForm2(){InitializeComponent();}privatevoid祖Á?先¨¨功
7、德Ì?ToolStripMenuItem_Click(objectsender,EventArgse){Form3form
8、=newForm3();form.Show();}privatevoidzToolStripMenuItem_Click(objectsender,EventArgse){Form4form=newForm4();form.Show();}privatevoid祭¨¤祖Á?文?化¡¥ToolStripMenuItem_Click(objectsender,EventArgse){Form5form=newForm5();form.Show();}privatevoid家¨°谱¡Á管¨¹理¤¨ªToolStripMenuItem_Click(objectsend
9、er,EventArgse){Form
此文档下载收益归作者所有