📄 splash.frm
字号:
VERSION 5.00
Begin VB.Form frmSplash
BorderStyle = 3 'Fixed Dialog
ClientHeight = 8250
ClientLeft = 255
ClientTop = 1410
ClientWidth = 10575
ClipControls = 0 'False
ControlBox = 0 'False
Icon = "Splash.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form2"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 8250
ScaleWidth = 10575
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Frame fraEdge
Height = 3330
Left = 120
TabIndex = 0
Top = 0
Width = 6240
Begin VB.Label lblInfo
AutoSize = -1 'True
Caption = "开发环境:Visual Basic 6.0"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 2
Left = 2640
TabIndex = 4
Top = 1560
Width = 3450
End
Begin VB.Image imgLogo
Height = 825
Left = 360
Picture = "Splash.frx":000C
Stretch = -1 'True
Top = 795
Width = 735
End
Begin VB.Label lblInfo
AutoSize = -1 'True
Caption = "版权所有:QQ 539826978"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Index = 4
Left = 1390
TabIndex = 1
Top = 2640
Width = 2310
End
Begin VB.Label lblInfo
AutoSize = -1 'True
Caption = "数据环境:Access"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 3
Left = 2640
TabIndex = 2
Top = 2040
Width = 2100
End
Begin VB.Label lblInfo
AutoSize = -1 'True
Caption = "学生成绩管理系统"
BeginProperty Font
Name = "宋体"
Size = 26.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 525
Index = 0
Left = 1280
TabIndex = 3
Top = 600
Width = 4320
End
End
End
Attribute VB_Name = "frmSplash"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_KeyPress(KeyAscii As Integer)
Unload Me
End Sub
Private Sub fraEdge_Click()
Unload Me
End Sub
Private Sub imgLogo_Click()
Unload Me
End Sub
Private Sub lblInfo_Click(Index As Integer)
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -