📄 zhu.frm
字号:
VERSION 5.00
Begin VB.Form zhu
BorderStyle = 3 'Fixed Dialog
Caption = "登陆界面"
ClientHeight = 6330
ClientLeft = 45
ClientTop = 435
ClientWidth = 8025
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6330
ScaleWidth = 8025
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
Caption = "-关闭-"
Height = 615
Left = 5640
TabIndex = 3
Top = 4920
Width = 1695
End
Begin VB.CommandButton Command2
Caption = "读者登陆"
Height = 615
Left = 5640
TabIndex = 2
Top = 3600
Width = 1695
End
Begin VB.CommandButton Command1
Caption = "管理员登陆"
Height = 495
Left = 5640
TabIndex = 1
Top = 2520
Width = 1695
End
Begin VB.PictureBox Picture1
Height = 5775
Left = 240
Picture = "zhu.frx":0000
ScaleHeight = 5715
ScaleWidth = 4875
TabIndex = 0
Top = 240
Width = 4935
End
Begin VB.Label Label1
Caption = " 欢迎进入 图书管理系统"
BeginProperty Font
Name = "隶书"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1035
Left = 5520
TabIndex = 4
Top = 480
Width = 2655
End
End
Attribute VB_Name = "zhu"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
denglu.Show
End Sub
Private Sub Command2_Click()
duzhe_denglu.Show
End Sub
Private Sub command3_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -