数据结构课程设计里有个图书馆信息管理系统的数据库文件怎么做啊?

来源:百度知道 编辑:UC知道 时间:2024/06/28 16:01:15
最好是有做好的样本看看,要不说明一下用什么软件做?就是包括书号,作者什么的,还有索引文件……没学数据库,比较混乱啊,强人遇到帮个忙吧,不胜感激。

VERSION 5.00
Begin VB.Form frmSrchBookInfo
Caption = "搜索书籍信息"
ClientHeight = 5625
ClientLeft = 60
ClientTop = 345
ClientWidth = 7035
Icon = "frmSrchBookInfo.frx":0000
LinkTopic = "Form1"
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 5625
ScaleWidth = 7035
WindowState = 2 'Maximized
Begin VB.TextBox txtBookName
BorderStyle = 0 'None
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3120
Locked = -1 'True
TabIndex = 7
TabStop = 0 'False
Top = 1560
Width = 2535
End
Begin VB.Frame Frame1
Caption = "请输入书号并按回车"
ForeColor = &amt;H000000FF&amt;
Height = 735