📄 frmsplash.frm
字号:
VERSION 5.00
Begin VB.Form frmSplash
BorderStyle = 3 'Fixed Dialog
ClientHeight = 4275
ClientLeft = 3750
ClientTop = 4050
ClientWidth = 7335
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 = 4275
ScaleWidth = 7335
ShowInTaskbar = 0 'False
Begin VB.Label lblCompanyProduct
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "足彩大王完全版"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 360
Left = 840
TabIndex = 7
Top = 120
Width = 750
End
Begin VB.Label lblLicenseTo
Alignment = 1 'Right Justify
BackStyle = 0 'Transparent
Caption = "北京祖英天下软件公司荣誉授权授权"
Height = 255
Left = 120
TabIndex = 6
Top = 0
Width = 6855
End
Begin VB.Label lblProductName
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "产品"
BeginProperty Font
Name = "宋体"
Size = 32.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 765
Left = 5520
TabIndex = 5
Top = 1080
Width = 1935
End
Begin VB.Label lblPlatform
Alignment = 1 'Right Justify
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "平台"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 5640
TabIndex = 4
Top = 2160
Width = 510
End
Begin VB.Label lblVersion
Alignment = 1 'Right Justify
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "版本"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 5640
TabIndex = 3
Top = 2520
Width = 510
End
Begin VB.Label lblWarning
BackStyle = 0 'Transparent
Caption = "警告"
Height = 195
Left = 120
TabIndex = 2
Top = 3720
Width = 6765
End
Begin VB.Label lblCompany
BackStyle = 0 'Transparent
Caption = "天文科技公司"
Height = 255
Left = 5520
TabIndex = 1
Top = 3240
Width = 1695
End
Begin VB.Label lblCopyright
BackStyle = 0 'Transparent
Caption = "版权所有"
Height = 255
Left = 5520
TabIndex = 0
Top = 2880
Width = 1455
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_Click()
Unload Me
frmMain.Show
End Sub
Private Sub Form_KeyPress(KeyAscii As Integer)
Unload Me
frmMain.Show
End Sub
Private Sub Form_Load()
lblVersion.Caption = "版本 " & App.Major & "." & App.Minor & "." & App.Revision
'lblProductName.Caption = App.Title
End Sub
Private Sub Frame1_Click()
Unload Me
frmMain.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -