📄 usbiooutput.frm
字号:
VERSION 5.00
Begin VB.Form Outputwindow
Caption = "Output"
ClientHeight = 5085
ClientLeft = 60
ClientTop = 345
ClientWidth = 8205
Icon = "usbiooutput.frx":0000
LinkTopic = "Form1"
ScaleHeight = 5085
ScaleWidth = 8205
Begin VB.TextBox Text1
BeginProperty Font
Name = "Terminal"
Size = 6
Charset = 255
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 5055
Left = 0
MultiLine = -1 'True
ScrollBars = 3 'Both
TabIndex = 0
Top = 0
Width = 8175
End
End
Attribute VB_Name = "Outputwindow"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Resize()
Text1.Width = Me.ScaleWidth
Text1.Height = Me.ScaleHeight
End Sub
Public Sub down()
End
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -