📄 frmsplash.frm
字号:
VERSION 5.00
Begin VB.Form frmSplash
BorderStyle = 3 'Fixed Dialog
ClientHeight = 4425
ClientLeft = 255
ClientTop = 1410
ClientWidth = 7380
ClipControls = 0 'False
ControlBox = 0 'False
KeyPreview = -1 'True
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4425
ScaleWidth = 7380
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame1
Height = 4170
Left = 120
TabIndex = 0
Top = 120
Width = 7080
Begin VB.Timer Timer1
Interval = 1000
Left = 360
Tag = "0"
Top = 3000
End
Begin VB.Label Label3
Caption = "E-MAIL:"
Height = 375
Left = 3480
TabIndex = 6
Top = 2280
Width = 2895
End
Begin VB.Label Label2
Caption = " 由于时间仓促,加之本人水平有限,出现BUG再所难免。敬请各位专家同人不吝赐教!"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 2520
TabIndex = 5
Top = 1560
Width = 4215
End
Begin VB.Label Label1
Caption = "图书管理系统 p1.0版 "
BeginProperty Font
Name = "黑体"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 975
Left = 2400
TabIndex = 4
Top = 600
Width = 4575
End
Begin VB.Image imgLogo
Height = 2400
Left = 120
Picture = "frmSplash.frx":0000
Top = 240
Width = 1890
End
Begin VB.Label lblCopyright
Caption = "版权所有:王 伟"
Height = 255
Left = 4440
TabIndex = 3
Top = 3000
Width = 2415
End
Begin VB.Label lblCompany
Caption = "公司:坠海流星工作室"
Height = 255
Left = 4440
TabIndex = 2
Top = 3360
Width = 2415
End
Begin VB.Label lblWarning
Caption = "警告:本产品由王伟开发,版权归其个人所有,任何单位或个人不得转载。"
Height = 195
Left = 120
TabIndex = 1
Top = 3840
Width = 6765
End
End
End
Attribute VB_Name = "frmSplash"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Timer1_Timer()
Unload Me
Form1.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -