📄 form4.frm
字号:
VERSION 5.00
Begin VB.Form Form4
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 0 'None
Caption = "Form4"
ClientHeight = 3030
ClientLeft = 6390
ClientTop = 5160
ClientWidth = 2100
ControlBox = 0 'False
LinkTopic = "Form4"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3030
ScaleWidth = 2100
ShowInTaskbar = 0 'False
Begin VB.Image Image1
Height = 3030
Left = 0
Picture = "Form4.frx":0000
Top = 0
Width = 2100
End
End
Attribute VB_Name = "Form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'单击封皮进入主程序
Private Sub Image1_Click()
Form1.Visible = True
Unload Form4
oncetime = 50
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -