📄 form1.frm
字号:
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form Form1
Caption = "格式处理"
ClientHeight = 9570
ClientLeft = 60
ClientTop = 345
ClientWidth = 11535
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 9570
ScaleWidth = 11535
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command2
Caption = "退出程序"
Height = 375
Left = 6120
TabIndex = 2
Top = 9120
Width = 3135
End
Begin VB.CommandButton Command1
Caption = "格式处理"
Height = 375
Left = 2400
TabIndex = 0
Top = 9120
Width = 3135
End
Begin RichTextLib.RichTextBox RichT1
Height = 9015
Left = 0
TabIndex = 1
Top = 0
Width = 11535
_ExtentX = 20346
_ExtentY = 15901
_Version = 393217
Enabled = -1 'True
ScrollBars = 3
TextRTF = $"Form1.frx":0000
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
geshichuli
End Sub
Private Sub Command2_Click()
Unload Me
End Sub
Private Sub Form_Activate()
RichT1.SetFocus
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -