📄 主界面.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 630
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 10830
ScaleWidth = 15240
StartUpPosition = 3 '窗口缺省
Begin VB.Menu book_manage
Caption = "图书管理"
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
End
Begin VB.Menu reader_manage
Caption = "读者管理"
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_manage
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
End
Begin VB.Menu book_lend
Caption = "图书借阅管理"
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
End
Begin VB.Menu sys_manage
Caption = "系统管理"
Begin VB.Menu add_admin
Caption = "添加管理员"
End
Begin VB.Menu change_pwd
Caption = "修改密码"
End
Begin VB.Menu exit_sys
Caption = "退出系统"
End
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -