焊接设备数据库的创建(本科毕业论文设计)
摘要
本课题针对目前国内外焊接设备品种广,制造厂家多,性能各异,没有完整的数据库系统可供用户查询选择的问题。我们采用编程效率高,可视化效果好的面向对象编程工具Delphi作为软件开发工具,创建一个功能良好,易于操作,维护性强,推理判断准确,参数设置合理,焊接数据库齐全的焊接设备数据库管理系统,为企业焊接工程技术人员进行有效合理的管理提供较好的平台。
本系统主要进行焊接设备数据库的建立及各界面的创建和建立。系统的焊接设备的数据齐全,各界面简洁、色彩和谐,能够顺利运行以及进行日常的维护。
针对Delphi开发工具与传统的Windows应用程序的开发方法相比,所具有的功能强大、快速和可视化程度高等特点,所以选用Delphi7.0编程语言进行界面创建和系统运行,用Word文档格式进行设计说明书的编写。此外,本文还针对系统的创建过程和优化进行了详尽的介绍。
关键词:焊接设备、数据库、系统
ABSTRACT
Currently, At home and abroad, welding equipment have wide variety, whose function is varied and there are no database system for users to inquire about and choose。We use high efficient programming software Delphi7.0 as exploitation tool to establish a welding equipment database system which is easy to handle and maintain, and can estimate correctly.So business engineering and technical persons can use the platform to manage rationally and effectively.
This system is mainly used to establish welding database as well as the customer interface. The database must have all the data of welding equipment. And the interface must be concise and color must be harmony, so the manager can do the maintenance successfully.
Compared with the traditional Windows application, Delphi has more function, and is faster. So we choose Delphi7.0 to establish the interface and database system, and use Word to compile the design instruction.
Moreover, the article gives a elaborate introduction to the process of system establishing and optimizing.
Keyword: Welding equipment 、 Database 、 System
目 录
中文摘要 Ⅰ
ABSTRACT Ⅱ
1绪论 1
1.1数据库概况. 1
1.2课题的目的及意义 4
2焊接数据库内容的建立 5
2.1Access的优点 5
2.2数据库的创建步骤 5
3设计语言的选择及开发平台 8
3.1可视化环境 8
3.2编译器的速度和已编译代码的效率 9
3.3 编程语言的功能及其复杂性 10
3.4 数据库结构的灵活性和可扩展性 11
4操作界面的设计与完善 12
4.1界面的总体设计思想 12
4.2设计软件与数据库的连接 13
4.3功能组件的选取 15
5组件功腀@绦虻谋嗉 21
5.1PASCAL语言特点 21
5.2查询功腀@绦虼 21
5.3添加功腀@绦虼 22
5.4修改功腀@绦虼 26
5.5删除功能代码 27
5.6取消功腀@绦虼 27
6程序的运行与调试 28
6.1整个程序运行过程中出现过的问题 28
6.2以CO2MAGMIG焊接机为例整个程序运行 28
7结论 31
7.1 数据库的一些特点 31
7.2完成后的感想 31
8致谢 32
参考文献 33