📄 menu2.frm
字号:
VERSION 5.00
Begin VB.Form Menu2
Caption = "读者窗口"
ClientHeight = 1950
ClientLeft = 60
ClientTop = 345
ClientWidth = 4035
Icon = "Menu2.frx":0000
LinkTopic = "Form1"
ScaleHeight = 1950
ScaleWidth = 4035
StartUpPosition = 3 '窗口缺省
Begin VB.PictureBox Picture1
Height = 1695
Left = 120
Picture = "Menu2.frx":324A
ScaleHeight = 1635
ScaleWidth = 2115
TabIndex = 3
Top = 120
Width = 2175
End
Begin VB.CommandButton Command3
Caption = "退出"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2400
TabIndex = 2
Top = 1320
Width = 1575
End
Begin VB.CommandButton Command2
Caption = "更改密码"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2400
TabIndex = 1
Top = 720
Width = 1575
End
Begin VB.CommandButton Command1
Caption = "书刊检索"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2400
TabIndex = 0
Top = 120
Width = 1575
End
End
Attribute VB_Name = "Menu2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
search_bk.Show vbModal
End Sub
Private Sub Command2_Click()
change_pass.Show vbModal
End Sub
Private Sub Command3_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -