📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "图书管理系统"
ClientHeight = 6030
ClientLeft = 165
ClientTop = 555
ClientWidth = 8985
LinkTopic = "Form1"
MaxButton = 0 'False
Picture = "Form1.frx":0000
ScaleHeight = 6030
ScaleWidth = 8985
Begin VB.Menu A1
Caption = "图书管理"
Begin VB.Menu A11
Caption = "图书类别管理"
End
Begin VB.Menu A12
Caption = "图书信息管理"
End
Begin VB.Menu sep
Caption = "-"
End
Begin VB.Menu A13
Caption = "查询图书信息"
End
End
Begin VB.Menu B1
Caption = "读者管理"
Begin VB.Menu B11
Caption = "读者类别管理"
End
Begin VB.Menu B12
Caption = "读者信息管理"
End
Begin VB.Menu sep2
Caption = "-"
End
Begin VB.Menu B13
Caption = "查询读者信息"
End
End
Begin VB.Menu C1
Caption = "图书借阅管理"
Begin VB.Menu C11
Caption = "借书管理"
Begin VB.Menu C12
Caption = "添加借书信息"
End
Begin VB.Menu C13
Caption = "查询借书信息"
End
End
Begin VB.Menu C14
Caption = "还书管理"
Begin VB.Menu C15
Caption = "添加还书信息"
End
End
End
Begin VB.Menu D1
Caption = "系统管理"
Begin VB.Menu D11
Caption = "数据库备份"
End
Begin VB.Menu D12
Caption = "数据库恢复"
End
Begin VB.Menu exit
Caption = "退出系统"
End
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub A11_Click()
Form2.Show
End Sub
Private Sub A12_Click()
Form3.Show
End Sub
Private Sub A13_Click()
Form4.Show
End Sub
Private Sub B11_Click()
Form5.Show
End Sub
Private Sub B12_Click()
Form6.Show
End Sub
Private Sub B13_Click()
Form7.Show
End Sub
Private Sub C12_Click()
Form4.Show
End Sub
Private Sub C13_Click()
Form9.Show
End Sub
Private Sub C15_Click()
Form10.Show
End Sub
Private Sub exit_Click()
End
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -