📄 rjshm.frm
字号:
VERSION 5.00
Begin VB.Form Form17
BorderStyle = 3 'Fixed Dialog
Caption = "软件说明"
ClientHeight = 3240
ClientLeft = 45
ClientTop = 435
ClientWidth = 5550
LinkTopic = "Form17"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 3240
ScaleWidth = 5550
ShowInTaskbar = 0 'False
Begin VB.Label Label1
Caption = $"rjshm.frx":0000
Height = 2895
Left = 240
TabIndex = 0
Top = 120
Width = 5055
End
End
Attribute VB_Name = "Form17"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Form17.Top = MDIForm1.Height / 4.2
Form17.Left = MDIForm1.Width / 4
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -