frmsplash.frm
来自「企业工资管理系统的具体实现」· FRM 代码 · 共 125 行
FRM
125 行
VERSION 5.00
Begin VB.Form frmSplash
BorderStyle = 0 'None
ClientHeight = 3675
ClientLeft = 210
ClientTop = 1365
ClientWidth = 6420
ClipControls = 0 'False
ControlBox = 0 'False
Icon = "frmSplash.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form2"
ScaleHeight = 3675
ScaleWidth = 6420
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Label lblProductName
AutoSize = -1 'True
Caption = "桐乡巨人公司工资管理系统"
BeginProperty Font
Name = "方正舒体"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00004080&
Height = 375
Left = 1920
TabIndex = 5
Top = 210
Width = 4500
End
Begin VB.Label lblPlatform
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "平台:windows98\me\2000"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 2760
TabIndex = 4
Top = 1080
Width = 3075
End
Begin VB.Label lblVersion
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "版本:x1.0"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 2880
TabIndex = 3
Top = 1725
Width = 1185
End
Begin VB.Label lblWarning
AutoSize = -1 'True
Caption = "警告:本软件为软件开发B组版权所有,不得任何盗版。"
Height = 180
Left = 1080
TabIndex = 2
Top = 3285
Width = 4320
End
Begin VB.Label lblCompany
AutoSize = -1 'True
Caption = "2003年09月"
Height = 180
Left = 3240
TabIndex = 1
Top = 2640
Width = 900
End
Begin VB.Label lblCopyright
AutoSize = -1 'True
Caption = "版权所有:桐乡电大2001级计算机应用班软件开发B组"
Height = 180
Left = 2040
TabIndex = 0
Top = 2280
Width = 4140
End
Begin VB.Image Image1
Height = 2520
Left = 75
Picture = "frmSplash.frx":000C
Stretch = -1 'True
Top = 105
Width = 1785
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 Frame1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?