📄 frmterminal.frm
字号:
VERSION 5.00
Begin VB.Form frmTerminal
Caption = "Mega Meter Terminal"
ClientHeight = 5280
ClientLeft = 60
ClientTop = 450
ClientWidth = 11040
LinkTopic = "Form1"
ScaleHeight = 5280
ScaleWidth = 11040
StartUpPosition = 3 'Windows Default
Begin VB.TextBox txtTerminal
BeginProperty Font
Name = "Modern"
Size = 20.25
Charset = 255
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 5145
Left = 0
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 0
Top = 0
Width = 10935
End
End
Attribute VB_Name = "frmTerminal"
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 + -