📄 frmsplash.frm
字号:
VERSION 5.00
Begin VB.Form FrmSplash
BorderStyle = 3 'Fixed Dialog
ClientHeight = 3855
ClientLeft = 255
ClientTop = 1410
ClientWidth = 6255
ClipControls = 0 'False
ControlBox = 0 'False
Icon = "frmSplash.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "frmSplash.frx":000C
ScaleHeight = 3855
ScaleWidth = 6255
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Label Label12
BackStyle = 0 'Transparent
Caption = "版权所有,盗版必究"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 240
TabIndex = 11
Top = 3000
Width = 2295
End
Begin VB.Label Label11
BackStyle = 0 'Transparent
Caption = "如果有什么问题请速与本人联系。"
Height = 255
Left = 120
TabIndex = 10
Top = 3600
Width = 3735
End
Begin VB.Label Label10
BackStyle = 0 'Transparent
Caption = "警告:"
BeginProperty Font
Name = "华文彩云"
Size = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 375
Left = 120
TabIndex = 9
Top = 2640
Width = 975
End
Begin VB.Label Label9
BackStyle = 0 'Transparent
Caption = "学号:04612121"
BeginProperty Font
Name = "华文行楷"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800080&
Height = 375
Left = 4320
TabIndex = 8
Top = 1080
Width = 1695
End
Begin VB.Shape Shape2
Height = 480
Left = 4320
Shape = 4 'Rounded Rectangle
Top = 3000
Width = 1215
End
Begin VB.Shape Shape1
Height = 485
Left = 4320
Shape = 4 'Rounded Rectangle
Top = 2280
Width = 1215
End
Begin VB.Label Label8
BackStyle = 0 'Transparent
Caption = "请选择你的身份"
BeginProperty Font
Name = "隶书"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2040
TabIndex = 7
Top = 1680
Width = 2535
End
Begin VB.Label Label7
BackStyle = 0 'Transparent
Caption = "管理员"
BeginProperty Font
Name = "隶书"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 4440
MouseIcon = "frmSplash.frx":364D
MousePointer = 99 'Custom
TabIndex = 6
ToolTipText = "以管理员身份进入"
Top = 3120
Width = 975
End
Begin VB.Label Label6
BackStyle = 0 'Transparent
Caption = "学 生"
BeginProperty Font
Name = "隶书"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 4560
MouseIcon = "frmSplash.frx":3957
MousePointer = 99 'Custom
TabIndex = 5
ToolTipText = "以学生身份进入"
Top = 2400
Width = 855
End
Begin VB.Label Label5
BackStyle = 0 'Transparent
Height = 375
Left = 5760
MouseIcon = "frmSplash.frx":3C61
MousePointer = 99 'Custom
TabIndex = 4
Top = 0
Width = 495
End
Begin VB.Image Image3
Height = 1050
Left = 120
Picture = "frmSplash.frx":3F6B
Stretch = -1 'True
Top = 1560
Width = 1275
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "客户机版"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3000
TabIndex = 3
Top = 1080
Width = 1455
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "作者:小强"
BeginProperty Font
Name = "华文行楷"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800080&
Height = 375
Left = 4320
TabIndex = 2
Top = 600
Width = 1815
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "图书馆借书管理系统"
BeginProperty Font
Name = "华文彩云"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Left = 1320
TabIndex = 1
Top = 600
Width = 2775
End
Begin VB.Image Image2
Height = 960
Left = 360
Picture = "frmSplash.frx":49A5
Stretch = -1 'True
Top = 480
Width = 825
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "图书馆借书管理系统 客户版"
ForeColor = &H80000004&
Height = 255
Left = 120
TabIndex = 0
Top = 120
Width = 3135
End
Begin VB.Image Image1
Height = 3870
Left = 0
Picture = "frmSplash.frx":4DE7
Top = 0
Width = 6270
End
End
Attribute VB_Name = "frmSplash"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label5_Click()
End
End Sub
Private Sub Label6_Click()
Typeuser = "student"
Unload Me
Frmstudent.Show
End Sub
Private Sub Label7_Click()
Typeuser = "teacher"
Unload Me
Frmteacher.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -