📄 frmview.frm
字号:
VERSION 5.00
Begin VB.Form frmView
BorderStyle = 1 'Fixed Single
ClientHeight = 6660
ClientLeft = 45
ClientTop = 330
ClientWidth = 5295
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6660
ScaleWidth = 5295
StartUpPosition = 1 'CenterOwner
Begin VB.TextBox Text1
BorderStyle = 0 'None
Height = 6675
Left = 0
Locked = -1 'True
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 0
Top = 0
Width = 5295
End
End
Attribute VB_Name = "frmView"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -