📄 splash.frm
字号:
VERSION 5.00
Begin VB.Form Splash
BorderStyle = 3 'Fixed Dialog
ClientHeight = 4245
ClientLeft = 255
ClientTop = 1410
ClientWidth = 7305
ClipControls = 0 'False
ControlBox = 0 'False
KeyPreview = -1 'True
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4245
ScaleWidth = 7305
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame1
Height = 4050
Left = 120
TabIndex = 0
Top = 60
Width = 7080
Begin VB.Timer Timer1
Interval = 100
Left = 2640
Top = 2880
End
Begin VB.Image Image2
Height = 375
Left = 1320
Picture = "Splash.frx":0000
Stretch = -1 'True
Top = 3240
Width = 915
End
Begin VB.Image Image1
Height = 375
Left = 240
Picture = "Splash.frx":2F12
Stretch = -1 'True
Top = 3240
Width = 915
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
ForeColor = &H000000C0&
Height = 180
Left = 4320
TabIndex = 7
Top = 3600
Width = 330
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "【单机测试版】"
ForeColor = &H00C000C0&
Height = 180
Left = 5520
TabIndex = 6
Top = 720
Width = 1260
End
Begin VB.Image imgLogo
BorderStyle = 1 'Fixed Single
Height = 2505
Left = 240
Picture = "Splash.frx":5A13
Stretch = -1 'True
Top = 720
Width = 2055
End
Begin VB.Label lblWarning
AutoSize = -1 'True
Caption = "作者:石甸初中 倪德根"
Height = 180
Left = 258
TabIndex = 1
Top = 3720
Width = 1890
End
Begin VB.Label lblVersion
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "版本:0.6.0"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 5025
TabIndex = 2
Top = 2760
Width = 1455
End
Begin VB.Label lblPlatform
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "平台:win9x/win2000/WinXP"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 3240
TabIndex = 3
Top = 2400
Width = 3330
End
Begin VB.Label lblProductName
AutoSize = -1 'True
Caption = "考试分析系统"
BeginProperty Font
Name = "宋体"
Size = 32.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 645
Left = 2400
TabIndex = 5
Top = 1320
Width = 3975
End
Begin VB.Label Company
Alignment = 2 'Center
AutoSize = -1 'True
Caption = "************学校"
BeginProperty Font
Name = "隶书"
Size = 24
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 495
Left = 1320
TabIndex = 4
Top = 240
Width = 4050
End
End
End
Attribute VB_Name = "Splash"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Load()
lblVersion.Caption = "版本 " & App.Major & "." & App.Minor & "." & App.Revision
lblProductName.Caption = "考试分析系统"
Label2.Caption = Date & " " & Time()
End Sub
Private Sub Timer1_Timer()
Label2.Caption = Date & " " & Time()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -