📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "图书管理系统"
ClientHeight = 10770
ClientLeft = -315
ClientTop = 630
ClientWidth = 15180
BeginProperty Font
Name = "楷体_GB2312"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form1"
MaxButton = 0 'False
Picture = "form1.frx":0000
ScaleHeight = 10770
ScaleWidth = 15180
WindowState = 2 'Maximized
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "图书管理系统"
BeginProperty Font
Name = "华文行楷"
Size = 42
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1935
Left = 1680
TabIndex = 1
Top = 2400
Width = 5535
End
Begin VB.Label label2
BackStyle = 0 'Transparent
Caption = "东华理工大学"
BeginProperty Font
Name = "华文行楷"
Size = 36
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1455
Left = 6480
TabIndex = 0
Top = 5400
Width = 6495
End
Begin VB.Menu book_style_manage
Caption = "图书类别管理"
Begin VB.Menu add_book_style
Caption = "添加图书类别"
End
Begin VB.Menu modify_book_style
Caption = "修改图书类别"
End
Begin VB.Menu del_book_style
Caption = "删除图书类别"
End
End
Begin VB.Menu book_info_manage
Caption = "图书信息管理"
Begin VB.Menu add_book_info
Caption = "添加图书信息"
End
Begin VB.Menu modify_book_info
Caption = "修改图书信息"
End
Begin VB.Menu del_book_info
Caption = "删除图书信息"
End
Begin VB.Menu find_book_info
Caption = "查询图书信息"
End
End
Begin VB.Menu reader_style_manage
Caption = "读者类别管理"
Begin VB.Menu add_reader_style
Caption = "添加读者类别"
End
Begin VB.Menu modify_reader_style
Caption = "修改读者类别"
End
Begin VB.Menu del_reader_style
Caption = "删除读者类别"
End
End
Begin VB.Menu reader_info_manage
Caption = "读者信息管理"
Begin VB.Menu add_reader_info
Caption = "添加读者信息"
End
Begin VB.Menu modify_reader_info
Caption = "修改读者信息"
End
Begin VB.Menu del_reader_info
Caption = "删除读者信息"
End
Begin VB.Menu find_reader_info
Caption = "查询读者信息"
End
End
Begin VB.Menu lend_book_manage
Caption = "借书管理"
Begin VB.Menu add_lend_book
Caption = "添加借书信息"
End
Begin VB.Menu find_lend_book
Caption = "查询借书信息"
End
End
Begin VB.Menu back_book_manage
Caption = "还书管理"
Begin VB.Menu add_back_book
Caption = "添加还书信息"
End
End
Begin VB.Menu sys_manage
Caption = "系统管理"
Begin VB.Menu add_admin
Caption = "添加管理员"
End
Begin VB.Menu change_pwd
Caption = "修改密码"
End
End
Begin VB.Menu exit
Caption = "退出"
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub add_admin_Click()
frmadduser.Show
End Sub
Private Sub add_back_book_Click()
frmbackbookinfo.Show
End Sub
Private Sub add_book_info_Click()
frmaddbookinfo.Show
End Sub
Private Sub add_book_style_Click()
frmaddbookstyle.Show
End Sub
Private Sub add_lend_book_Click()
frmfindbook.Show
End Sub
Private Sub add_reader_info_Click()
frmaddreaderinfo.Show
End Sub
Private Sub add_reader_style_Click()
frmaddreaderstyle.Show
End Sub
Private Sub change_pwd_Click()
frmchangepwd.Show
End Sub
Private Sub del_book_info_Click()
frmmodifybookinfo.Show
End Sub
Private Sub del_book_style_Click()
frmmodifybookstyle.Show
End Sub
Private Sub del_reader_info_Click()
frmreaderinfo.Show
End Sub
Private Sub del_reader_style_Click()
frmmodifyreaderstyle.Show
End Sub
Private Sub exit_sys_Click()
End
End Sub
Private Sub exit_Click()
End
End Sub
Private Sub find_book_info_Click()
frmfindbook.Show
End Sub
Private Sub find_lend_book_Click()
frmfindborrowinfo.Show
End Sub
Private Sub find_reader_info_Click()
frmfindreader.Show
End Sub
Private Sub modify_book_info_Click()
frmmodifybookinfo.Show
End Sub
Private Sub modify_book_style_Click()
frmmodifybookstyle.Show
End Sub
Private Sub modify_reader_info_Click()
frmreaderinfo.Show
End Sub
Private Sub modify_reader_style_Click()
frmmodifyreaderstyle.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -