📄 splash.frm
字号:
VERSION 5.00
Begin VB.Form Splash
BackColor = &H00FF0000&
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 2910
ClientLeft = 0
ClientTop = 0
ClientWidth = 5985
LinkTopic = "Form1"
Picture = "Splash.frx":0000
ScaleHeight = 2910
ScaleWidth = 5985
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "单击进入主界面……"
ForeColor = &H00FFFFFF&
Height = 180
Left = 3960
TabIndex = 1
Top = 2520
Width = 1620
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "欢迎使用人事信息管理系统"
BeginProperty Font
Name = "隶书"
Size = 24
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 1575
Left = 3600
TabIndex = 0
Top = 360
Width = 2040
WordWrap = -1 'True
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_Click()
Unload Me
MDIFrm.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -