📄 title.frm
字号:
VERSION 5.00
Begin VB.Form Form3
BackColor = &H80000009&
BorderStyle = 3 'Fixed Dialog
ClientHeight = 1005
ClientLeft = 45
ClientTop = 45
ClientWidth = 15270
ClipControls = 0 'False
ControlBox = 0 'False
LinkTopic = "Form3"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 1005
ScaleWidth = 15270
ShowInTaskbar = 0 'False
Begin VB.Image Image6
Height = 1005
Left = 6000
Picture = "title.frx":0000
Top = 0
Width = 1125
End
Begin VB.Image Image5
Height = 1005
Left = 4800
Picture = "title.frx":3758
Top = 0
Width = 1125
End
Begin VB.Image Image4
Height = 1005
Left = 1200
Picture = "title.frx":7021
Top = 0
Width = 1125
End
Begin VB.Image Image3
Height = 1005
Left = 3600
Picture = "title.frx":A6C8
Top = 0
Width = 1125
End
Begin VB.Image Image2
Height = 1005
Left = 0
Picture = "title.frx":E3B4
Top = 0
Width = 1125
End
Begin VB.Image Image1
Height = 1005
Left = 2400
Picture = "title.frx":116A5
Top = 0
Width = 1125
End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Image1_Click()
Form12.Show
End Sub
Private Sub Image2_Click()
Form5.Show
End Sub
Private Sub Image3_Click()
Form4.Show
End Sub
Private Sub Image4_Click()
Form6.Show
End Sub
Private Sub Image5_Click()
form2.Show
End Sub
Private Sub Image6_Click()
End
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -