📄 form3.frm
字号:
VERSION 5.00
Begin VB.Form Form2
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 1 'Fixed Single
ClientHeight = 9000
ClientLeft = 15
ClientTop = 15
ClientWidth = 12000
ControlBox = 0 'False
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
Moveable = 0 'False
Picture = "Form3.frx":0000
ScaleHeight = 600
ScaleMode = 3 'Pixel
ScaleWidth = 800
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.Label Label2
BackStyle = 0 'Transparent
Height = 855
Left = 3000
TabIndex = 1
Top = 7680
Width = 5655
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Height = 855
Left = 3120
TabIndex = 0
Top = 6720
Width = 5655
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label1_Click()
Load Form1
Form1.Show
Unload Me
End Sub
Private Sub Label2_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -