📄 form5.frm
字号:
VERSION 5.00
Begin VB.Form Form5
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 8970
ClientLeft = 0
ClientTop = 0
ClientWidth = 7515
LinkTopic = "Form1"
Picture = "Form5.frx":0000
ScaleHeight = 8970
ScaleWidth = 7515
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Label Label2
BackStyle = 0 'Transparent
Height = 225
Left = 7170
TabIndex = 1
Top = 60
Width = 285
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Height = 360
Left = 3150
TabIndex = 0
Top = 8565
Width = 1185
End
End
Attribute VB_Name = "Form5"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Me.Picture = LoadPicture(App.Path & "\tu\help.pct")
End Sub
Private Sub Label1_Click()
Unload Me
End Sub
Private Sub Label2_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -