📄 frmsplash.frm
字号:
VERSION 5.00
Begin VB.Form frmSplashhand
BackColor = &H00C0FFFF&
BorderStyle = 3 'Fixed Dialog
Caption = "黄河风采电脑统计软件"
ClientHeight = 4245
ClientLeft = 255
ClientTop = 1695
ClientWidth = 7380
ClipControls = 0 'False
ControlBox = 0 'False
Icon = "frmSplash.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4245
ScaleWidth = 7380
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame1
BackColor = &H00C0FFFF&
Height = 4050
Left = 120
TabIndex = 0
Top = 60
Width = 7080
Begin VB.Image imgLogo
Height = 1350
Left = 120
Picture = "frmSplash.frx":000C
Top = 795
Width = 1800
End
Begin VB.Label lblCopyright
BackStyle = 0 'Transparent
Caption = "版权所有"
Height = 255
Left = 4440
TabIndex = 4
Top = 2880
Width = 2415
End
Begin VB.Label lblCompany
BackStyle = 0 'Transparent
Caption = "一搏MIS软件设计公司"
Height = 255
Left = 4440
TabIndex = 3
Top = 3240
Width = 2415
End
Begin VB.Label lblWarning
BackStyle = 0 'Transparent
Caption = "警告"
Height = 195
Left = 150
TabIndex = 2
Top = 3660
Width = 6765
End
Begin VB.Label lblVersion
Alignment = 1 'Right Justify
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "版本:1.0"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 5685
TabIndex = 5
Top = 2400
Width = 1065
End
Begin VB.Label lblPlatform
Alignment = 1 'Right Justify
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "平台:Windows95/97/98/2000.Windows NT/Me"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 2280
TabIndex = 6
Top = 2040
Width = 4665
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 = &H8000000D&
Height = 675
Left = 2400
TabIndex = 8
Top = 1200
Width = 2655
End
Begin VB.Label lblLicenseTo
Alignment = 1 'Right Justify
BackStyle = 0 'Transparent
Caption = "版权所有.未经许可.不得传播"
Height = 255
Left = 120
TabIndex = 1
Top = 240
Width = 6855
End
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 = 2355
TabIndex = 7
Top = 705
Width = 1515
End
End
End
Attribute VB_Name = "frmSplashhand"
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 Form_Load()
' lblVersion.Caption = "版本 " & App.Major & "." & App.Minor & "." & App.Revision
' lblProductName.Caption = App.Title
End Sub
Private Sub Frame1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -