📄 form10.frm
字号:
VERSION 5.00
Begin VB.Form Form10
Caption = "工作界面"
ClientHeight = 5235
ClientLeft = 165
ClientTop = 855
ClientWidth = 7395
LinkTopic = "Form10"
ScaleHeight = 5235
ScaleWidth = 7395
StartUpPosition = 3 '窗口缺省
Begin VB.PictureBox Picture1
Height = 5295
Left = 0
Picture = "Form10.frx":0000
ScaleHeight = 5235
ScaleWidth = 7395
TabIndex = 0
Top = 0
Width = 7455
End
Begin VB.Menu guanli
Caption = "流通管理"
Begin VB.Menu jieyue
Caption = "借阅书籍"
End
Begin VB.Menu guihuan
Caption = "归还书籍"
End
End
Begin VB.Menu exit
Caption = "退出"
End
End
Attribute VB_Name = "Form10"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub exit_Click()
Form10.Hide
Form1.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -