📄 frmstat.frm
字号:
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form frmStat
Caption = "Stat"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
Icon = "frmStat.frx":0000
LinkTopic = "Form1"
ScaleHeight = 3195
ScaleWidth = 4680
StartUpPosition = 3 'Windows Default
Begin RichTextLib.RichTextBox rtbStat
Height = 3105
Left = 0
TabIndex = 0
Top = 0
Width = 4575
_ExtentX = 8070
_ExtentY = 5477
_Version = 393217
BorderStyle = 0
ReadOnly = -1 'True
ScrollBars = 2
Appearance = 0
TextRTF = $"frmStat.frx":058A
End
End
Attribute VB_Name = "frmStat"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Resize()
rtbStat.Move 0, 0, Me.ScaleWidth, Me.ScaleHeight
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -