📄 frmsplash1.frm
字号:
VERSION 5.00
Begin VB.Form frmSplash1
BorderStyle = 3 'Fixed Dialog
ClientHeight = 4245
ClientLeft = 255
ClientTop = 1410
ClientWidth = 7380
ClipControls = 0 'False
ControlBox = 0 'False
Icon = "frmSplash1.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
Height = 4050
Left = 120
TabIndex = 0
Top = 60
Width = 7080
Begin VB.Label Label1
Caption = $"frmSplash1.frx":000C
Height = 3255
Left = 360
TabIndex = 2
Top = 720
Width = 6495
End
Begin VB.Label lblLicenseTo
Alignment = 1 'Right Justify
Caption = "大连光洋科技工程有限公司 "
Height = 255
Left = 120
TabIndex = 1
Top = 360
Width = 6855
End
End
End
Attribute VB_Name = "frmSplash1"
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -