?? 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 + -