📄 frmsplash.frm
字号:
VERSION 5.00
Begin VB.Form FrmSplash
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 3435
ClientLeft = 0
ClientTop = 0
ClientWidth = 7905
LinkTopic = "Form1"
Picture = "FrmSplash.frx":0000
ScaleHeight = 3435
ScaleWidth = 7905
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "文件管理工作站"
BeginProperty Font
Name = "隶书"
Size = 36
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C0FFFF&
Height = 1335
Left = 2280
TabIndex = 0
Top = 600
Width = 5295
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_Load()
FrmSplash.Top = Me.ScaleHeight * 0.4
FrmSplash.Left = (12000 - FrmSplash.Width) / 2 - 200
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -